]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Use literal bucket sizes for smaller buckets rather than the rounding
[FreeBSD/FreeBSD.git] / sys / compat /
2020-02-04 Konstantin BelousovAdd sys/systm.h to several places that use vm headers.
2020-02-04 Dmitry ChaginFix clock_gettime() and clock_getres() for cpu clocks:
2020-02-04 Dmitry Chaginlinux_to_native_clockid() properly initializes nwhich...
2020-02-03 Mateusz Guzikfd: remove the seq argument from fget_unlocked
2020-02-01 Mateusz Guzikcache: replace kern___getcwd with vn_getcwd
2020-01-29 Dimitry AndricMerge ^/head r357179 through r357269.
2020-01-29 Dimitry AndricMerge r357267 from the clang1000-import branch:
2020-01-29 Dimitry AndricMerge r357260 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357231 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357225 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357224 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357222 from the clang1000-import branch:
2020-01-28 Edward Tomasz Napi... Add TCP_CORK support to linux(4). This fixes one of...
2020-01-28 Edward Tomasz Napi... Add compat.linux.ignore_ip_recverr sysctl. This is...
2020-01-28 Cy SchubertMFV r357163:
2020-01-28 Konstantin BelousovProvide support for fdevname(3) on linuxkpi-backed...
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Hans Petter SelaskyImplement mmget_not_zero() in the LinuxKPI.
2020-01-24 Edward Tomasz Napi... Make linux(4) handle MAP_32BIT.
2020-01-24 Edward Tomasz Napi... Add kern_unmount() and use in Linuxulator. No function...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-22 Gleb SmirnoffRemove comment that no longer describe reality.
2020-01-21 Edward Tomasz Napi... Revert r356948; breaks build somehow.
2020-01-21 Edward Tomasz Napi... Make linux(4) handle MAP_32BIT.
2020-01-21 Mark JohnstonFix 64-bit syscall argument fetching in 32-bit Linux...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-20 Edward Tomasz Napi... Properly translate MNT_FORCE flag to Linux umount2...
2020-01-18 Kyle Evanssysent targets: further cleanup and deduplication
2020-01-15 Mark JohnstonHandle a NULL thread pointer in linux_close_file().
2020-01-14 Edward Tomasz Napi... Make linux(4) use kern_setsockopt(9) instead of going...
2020-01-14 Edward Tomasz Napi... Make linux(4) use kern_getsockopt(9) instead of going...
2020-01-14 Edward Tomasz Napi... Make linux getcpu(2) report the domain.
2020-01-13 Konstantin BelousovCode must not unlock a mutex while owning the thread...
2020-01-12 Edward Tomasz Napi... dd kern_getpriority(), make Linuxulator use it.
2020-01-12 Edward Tomasz Napi... Add kern_setpriority(), use it in Linuxulator.
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Kyle EvansSet .ORDER for makesyscalls generated files
2020-01-08 Mark Johnstonlinprocfs: Fix some bugs in the maps file implementation.
2020-01-07 Mateusz Guzikvfs: reimplement deferred inactive to use a dedicated...
2020-01-06 Martin MatuskaMFV r356415
2020-01-05 Kyle Evansshm: correct KPI mistake introduced around memfd_create
2020-01-05 Martin MatuskaMFV r356365:
2020-01-04 Kyle Evanskern_mmap: add a variant that allows caller to inspect fp
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-02 Mark JohnstonRemove set_page_dirty_lock().
2019-12-31 Edward Tomasz Napi... Add basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-30 Pawel Biernackilinux(4): implement copy_file_range(2)
2019-12-29 Edward Tomasz Napi... Implement Linux syslog(2) syscall; just enough to make...
2019-12-29 Edward Tomasz Napi... Make linprocfs(5) provide an empty /proc/modules. ...
2019-12-29 Edward Tomasz Napi... Make Linux stat(2) et al distinguish between block...
2019-12-29 Edward Tomasz Napi... Implement Linux BLKGETSIZE64 ioctl.
2019-12-28 Edward Tomasz Napi... Make linux mount(2) tolerate NULL 'from' argument,...
2019-12-26 Conrad Meyerrandom(9): Deprecate random(9), remove meaningless...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 Jeff RobersonMake page busy state deterministic on free. Pages...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-18 Hans Petter SelaskyRestore important comment in RCU/EPOCH support in FreeB...
2019-12-16 Edward Tomasz Napi... Add a hack to make ^T work for Linux binaries, enabled...
2019-12-16 Edward Tomasz Napi... Add compat.linux.emul_path, so it can be set to somethi...
2019-12-16 Edward Tomasz Napi... Don't use K&R definitions. No functional changes.
2019-12-15 Jeff Robersonschedlock 4/4
2019-12-15 Jeff Robersonschedlock 1/4
2019-12-15 Conrad MeyerRevert r355760, r355759
2019-12-14 Conrad Meyerlinuxkpi: Drop incompatible __deprecated definition
2019-12-14 Edward Tomasz Napi... Add sync_file_range(2) implementation to linux(4);...
2019-12-13 Jung-uk KimMFV: r355716
2019-12-13 Edward Tomasz Napi... Add kern_kill() and use it in Linuxulator. It's just...
2019-12-13 Edward Tomasz Napi... Add kern_getsid() and use it in Linuxulator; no functio...
2019-12-09 John BaldwinCopy out aux args after the argument and environment...
2019-12-06 Brooks Davissysent: Reduce duplication and improve readability.
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 John BaldwinUse uintptr_t instead of register_t * for the stack...
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-02 Jeff RobersonFix the last few cases that grab without busy or valid...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 Vladimir KondratyevLinux epoll: Allow passing of any negative timeout...
2019-11-24 Vladimir KondratyevLinux epoll: Register events with zero event mask
2019-11-24 Vladimir KondratyevLinux epoll: Check both read and write kqueue events...
2019-11-24 Vladimir KondratyevLinux epoll: Don't deregister file descriptor after...
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
next