]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Be consistent about checking return value from bus_delayed_attach_children.
[FreeBSD/FreeBSD.git] / sys / compat /
2019-12-13 traszAdd kern_kill() and use it in Linuxulator. It's just...
2019-12-13 traszAdd kern_getsid() and use it in Linuxulator; no functio...
2019-12-09 jhbCopy out aux args after the argument and environment...
2019-12-06 brookssysent: Reduce duplication and improve readability.
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 jhbUse uintptr_t instead of register_t * for the stack...
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jeffFix the last few cases that grab without busy or valid...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 wulfLinux epoll: Allow passing of any negative timeout...
2019-11-24 wulfLinux epoll: Register events with zero event mask
2019-11-24 wulfLinux epoll: Check both read and write kqueue events...
2019-11-24 wulfLinux epoll: Don't deregister file descriptor after...
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 mjglinux: avoid overhead of P_CONTROLT checks if possible
2019-11-18 kevanssysent: regenerate after r354835
2019-11-18 kevansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 jhbCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 dabJail and capability mode for shm_rename; add audit...
2019-11-18 traszMake linux(4) open(2)/openat(2) return ELOOP instead...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-15 jhbAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-15 traszSupport O_CLOEXEC in linux(4) open(2) and openat(2).
2019-11-14 brooksTidy syscall declerations.
2019-11-11 cognetlinprocfs: Make sure to report -1 as tty when we have...
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-07 emastelinux_renameat2: improve flag checks
2019-11-07 philImport libxo-1.3.0:
2019-11-06 traszMake linux(4) create /dev/shm. Linux applications...
2019-11-04 hselaskyEnable device class group attributes in the LinuxKPI.
2019-10-23 rstoneAdd missing M_NOWAIT flag
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 yuripvlinux: futex_mtx should follow futex_list
2019-10-18 yuripvlinux: provide just one instance of futex_list
2019-10-15 hselaskyFix missing epochification of the LinuxKPI after r353292.
2019-10-15 jeff(4/6) Protect page valid with the busy lock.
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 dougmDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-09-30 brooksRegen after r347228 and r352693.
2019-09-30 kaktuslinux_renameat2: don't add extra \n on error.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 dabsysent: regenerate after r352747.
2019-09-26 dabAdd an shm_rename syscall
2019-09-25 kevanscompat/freebsd32: restore style after r352705 (no funct...
2019-09-25 kevanssysent: regenerate after r352705
2019-09-25 kevansMark shm_open(2) as COMPAT12, succeeded by shm_open2
2019-09-25 kevanssysent: regenerate after r352700
2019-09-25 kevansAdd a shm_open2 syscall to support upcoming memfd_create
2019-09-25 kevans[2/3] Add an initial seal argument to kern_shm_open()
2019-09-25 kevanssysent: regenerate after r352693
2019-09-25 kevansAdd COMPAT12 support to makesyscalls.sh
2019-09-23 tijlCreate a "drm" subdirectory for drm devices in linsysfs...
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-11 emastelinux: add trivial renameat2 implementation
2019-09-11 hselaskyUse true and false when dealing with bool type in the...
2019-09-11 hselaskyFix synchronous work drain issue in the LinuxKPI.
2019-09-11 hselaskyFix broken DECLARE_TASKLET() macro after r347852.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 jeffReplace redundant code with a few new vm_page_grab...
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-09 dimMerge ^/head r351732 through r352104.
2019-09-06 johalunLinuxKPI: Improve sysfs support.
2019-09-04 traszFix /proc/mounts for autofs(5) mounts.
2019-09-03 kibAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 traszMake linprocfs(4) report Tgid, Linux ltrace(1) needs it.
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-09-03 mjgAdd sysctlbyname system call
2019-09-02 traszBump Linux version to 3.2.0. Without it, binaries...
2019-09-02 traszRelax compat.linux.osrelease checks. This way one...
2019-09-02 johalunLinuxKPI: Add sysfs create/remove functions that handle...
2019-09-02 hselaskyUse DEVICE memory instead of UNCACHEABLE on aarch64...
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-18 kibChange locking requirements for VOP_UNSET_TEXT().
2019-08-17 cemLinuxkpi: Prevent easy generated ctor name conflicts...
2019-08-14 hselaskyImplement pci_enable_msi() and pci_disable_msi() in...
2019-08-13 jhbFix build with DRM and INVARIANTS enabled.
2019-08-11 kibcompat/linux: Remove obsoleted and somewhat confusing...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-04 jhibbitsFix 32-bit build again, post r350570.
2019-08-04 jhibbitsFix 32-bit build post-r350570
2019-08-04 jhibbitsAdd necessary bits for Linux KPI to work correctly...
2019-07-31 kibMake randomized stack gap between strings and pointers...
2019-07-31 kibRegen.
next