]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linux
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / compat / linux /
2020-12-09 cyMFV r368464:
2020-12-06 tijlMove V4L feature declarations and DTrace provider defin...
2020-12-01 mmMFV r368207:
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 seUpdate to version 3.2.0
2020-11-23 kibLinuxolator: Replace use of eventhandlers by sysent...
2020-11-20 sjgMerge bmake-20201117
2020-11-17 cemlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 cemunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 cemlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-09 traszMake it possible to mount a fuse filesystem, such as...
2020-11-08 netchild - add more linux socket options (sorted by value)
2020-11-07 sjgUpdate to bmake-20201101
2020-11-06 cemlinux(4): Fix loadable modules after r367395
2020-11-05 cemlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-11-04 traszUnbreak buildworld after r367339.
2020-11-04 traszAdd linux_to_bsd_errtbl[], mapping Linux errnos to...
2020-11-03 cemlinux(4): Improve netlink diagnostics
2020-11-03 traszMake linux_errtbl[] static.
2020-11-03 traszFix rookie mistake - it's nitems(), not sizeof().
2020-11-03 cemlinux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE
2020-11-03 cemlinux(4): Emulate Linux SOL_SOCKET:SO_PASSCRED
2020-11-03 cemlinux(4): style: Eliminate dead 'break' after 'return'
2020-11-02 cemlinux(4): Quiesce unrecognized ioctl warning for F2FS...
2020-11-02 cemlinux(4): Deduplicate ioctl range construction with...
2020-11-02 cemlinux(4): Disambiguate identical ioctl errors in distin...
2020-10-31 cemlinux(4): Add missing clone(2) flags
2020-10-30 cemlinux(4): Quiesce warning about madvise(..., -1)
2020-10-29 traszFix typo.
2020-10-29 traszAdd defines for Linux errno values and use them to...
2020-10-28 traszMake linux_errtbl a bit more readable by using named...
2020-10-27 traszFix misnomer - linux_to_bsd_errno() does the exact...
2020-10-26 mjglinux: silence renameat2 flags warning
2020-10-26 mjglinux: add missing conversions for compat.linux.use_emu...
2020-10-24 traszTweak linux(4) socket(2) debug messages.
2020-10-24 traszFurther improve prctl(2) debug.
2020-10-23 traszImprove prctl(2) debug.
2020-10-21 traszMake linux(4) warn about unsupported socket(2) types.
2020-10-20 traszFix potential race condition in linux stat(2).
2020-10-18 traszAdd compat.linux.dummy_rlimits, and disable by default.
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-16 traszSet default stack size for Linux apps to 8MB. This...
2020-10-16 traszMake linux getrlimit(2) and prlimit(2) return something...
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-23 kibDo not leak oldvmspace if image activation failed
2020-09-18 mmacyMFV 2.0-rc2
2020-09-17 traszReduce code duplication by introducing linux_copyout_so...
2020-09-17 traszAdd support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes...
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-04 markjAdd emulation support for the Linux kcov(4) ioctl API.
2020-09-01 mjgcompat: clean up empty lines in .c and .h files
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 mjgcache: drop the always curthread argument from reverse...
2020-08-19 mjgvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-18 mjglinux: add sysctl compat.linux.use_emul_path
2020-08-18 markjFix handling of ancillary data on non-AF_UNIX Linux...
2020-08-17 markjRemove "emulation" of clone(CLONE_PARENT | CLONE_THREAD).
2020-08-17 markjFix a lock leak when emulating futex(FUTEX_WAIT_BITSET).
2020-08-17 markjSkip Linux madvise(MADV_DONTNEED) on unmanaged objects.
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-19 traszMake linux(4) support the BLKPBSZGET ioctl. Oracle...
2020-07-18 traszMake linux fallocate(2) return EOPNOTSUPP, not ENOSYS...
2020-07-18 traszBump the default linux version from 3.2.0 to 3.10.0...
2020-07-18 traszAdd a trivial linux(4) splice(2) implementation, which...
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-12 netchildFix r363125 (Implement CLOCK_MONOTONIC_RAW (linux ...
2020-07-12 netchildImplement CLOCK_MONOTONIC_RAW (linux >= 2.6.28).
2020-07-11 traszMake linux stat(2) return the same st_dev for every...
2020-07-10 traszDon't emit warnings on MADV_HUGEPAGE; Firefox uses...
2020-07-10 kevansmemfd_create: turn on SHM_GROW_ON_WRITE
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-05 traszFix Linux recvmsg(2) when msg_namelen returned is 0...
2020-07-04 mjglinux: fix ioctl performance for termios
2020-07-01 traszRework linux accept(2). This makes the code flow easie...
2020-06-30 traszMake linux(4) ignore SA_INTERRUPT. The zsh(1) binary...
2020-06-29 kevanslinux: reposition the comment for bsd_to_linux_bits...
2020-06-29 kevanslinuxolator: implement memfd_create syscall
2020-06-28 traszMake linux(4) support SO_PROTOCOL. Running Python...
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 traszMake linux(4) warn about unsupported SA_ flags.
2020-06-25 markjImplement an approximation of Linux MADV_DONTNEED seman...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 traszAdd linux_madvise(2) instead of having Linux apps call...
2020-06-19 traszAdd warnings for unsupported Linux clockids.
2020-06-18 kibFix execution of linux binary from multithreaded non...
next