]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / compat /
2020-12-18 kibAdd ELF flag to disable ASLR stack gap.
2020-12-17 jhbCleanups to *ERR* compat shims.
2020-12-16 jhbUse the 't' modifier to print a ptrdiff_t.
2020-12-15 hselaskyImprove handling of alternate settings in the USB stack.
2020-12-10 bdrewerylinux_dma: Ensure proper flags pass to allocators.
2020-12-09 cyMFV r368464:
2020-12-07 hselaskyPrefer using the MIN() function macro over the min...
2020-12-06 tijlMove V4L feature declarations and DTrace provider defin...
2020-12-04 kibRegen
2020-12-04 kibFix compat32 for ntp_adjtime(2).
2020-12-04 hselaskyAllow the rbtree header file in the LinuxKPI to be...
2020-12-04 hselaskyAllow the list header file in the LinuxKPI to be used...
2020-12-01 mmMFV r368207:
2020-11-30 hselaskyUse function macro for sema_init() in the LinuxKPI...
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-23 kevansfreebsd32: take the _umtx_op struct definitions back
2020-11-22 kevans_umtx_op: move compat32 definitions back in
2020-11-20 sjgMerge bmake-20201117
2020-11-18 hselaskyAllow LinuxKPI types to be used in bootloaders, by...
2020-11-17 cemlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 cemSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 cemunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 cemlinprocfs(5): Add rudimentary /proc/<pid>/mountinfo
2020-11-17 cemlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 kevansumtx_op: reduce redundancy required for compat32
2020-11-14 wulfLinuxKPI: Exclude linux/acpi.h content on non-ACPI...
2020-11-09 manuLinuxKPI: Implement ACPI bits required by drm-kmod...
2020-11-09 traszMake it possible to mount a fuse filesystem, such as...
2020-11-09 mjgkqueue: save space by using only one func pointer for...
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-05 cemAdd sbuf streaming mode to pseudofs(9), use in linprocfs(5)
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 traszMake linprocfs(4) print a warning when there's not...
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 kevansaudit: correct reporting of *execve(2) success
2020-10-24 traszTweak linux(4) socket(2) debug messages.
2020-10-24 traszFurther improve prctl(2) debug.
2020-10-24 hselaskyImplement xa_init() in the LinuxKPI as a wrapper for...
2020-10-23 traszImprove prctl(2) debug.
2020-10-23 traszAdd /proc/sys/kernel/ngroups_max to linprocfs(4). ...
2020-10-21 traszMake linux(4) warn about unsupported socket(2) types.
2020-10-20 traszFix linprocfs(4) /proc/self/mem semantics to more close...
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 hselaskyRemove ifdefs around IS_ALIGNED() definition in the...
2020-10-16 traszMake linux getrlimit(2) and prlimit(2) return something...
2020-10-15 traszWith some popular multiplayer games (such as Counter...
2020-10-13 hselaskyImplement more RCU list functions in the LinuxKPI.
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-07 bzLinuxKPI: add a bitfield.h implementation.
2020-10-06 manulinuxkpi: Add pagemap.h
2020-10-06 manulinuxkpi: Add power_supply.h
2020-10-06 manulinuxkpi: Add prefetch.h
2020-10-06 manulinuxkpi: Add numa.h
2020-10-06 manulinuxkpi: Add gcd function
2020-10-04 hselaskyPopulate the acquire context field of a ww_mutex in...
2020-10-02 manulinuxkpi: Add dmi_* function
2020-10-02 manulinuxkpi: Add backlight support
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-25 traszRegen after r366145.
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-29 wulfLinuxKPI: Implement ksize() function.
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-27 hselaskyImplement extensible arrays API using the existing...
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
next