]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Add UPDATING entries and bump version
[FreeBSD/FreeBSD.git] / sys / compat /
2021-03-16 Edward Tomasz Napi... linux(4): make getcwd(2) return ERANGE instead of ENOMEM
2021-03-04 Edward Tomasz Napi... linux: fix handling of flags for 32 bit send(2) syscall
2021-02-02 Bjoern A. ZeebLinuxKPI: implement devres() framework parts and two...
2021-02-02 Bjoern A. ZeebLinuxKPI: enhance PCI bits for DRM
2021-02-02 Bjoern A. ZeebLinuxKPI: upstream a collection of drm-kmod conflicting...
2021-02-02 Bjoern A. ZeebLinuxKPI: add firmware loading support
2021-01-19 Edward Tomasz Napi... linux: remove spurious newline.
2021-01-18 Mark Johnstonlinuxkpi: Fix the shrinker scan target
2021-01-17 Vladimir KondratyevLinuxKPI: Reimplement irq_work queue on top of fast...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Edward Tomasz Napi... linux: mute "unsupported socket(AF_NETLINK, 3, NETLINK_...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Edward Tomasz Napi... linux: mute the "unsupported prctl option 23" warnings
2021-01-13 Edward Tomasz Napi... linux: bump the default version from 3.10.0 to 3.17.0
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-12 Emmanuel Vadotlinuxkpi: add kernel_fpu_begin/kernel_fpu_end
2021-01-12 Emmanuel Vadotlinuxkpi: Add shrinker support
2021-01-12 Emmanuel Vadotlinuxkpi: Add more pci functions needed by DRM
2021-01-09 Neel Chauhanlinuxkpi: Fix the "error: unknown type name 'u32'"...
2021-01-08 Konstantin Belousovlinuxkpi: handle ARI
2021-01-08 Alan SomersRegenerate syscall files after reallocation of aio_writ...
2021-01-08 Alan SomersReallocate syscall numbers for aio_writev and aio_readv
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Alan SomersRegenerate syscall files after addition of aio_writev...
2021-01-03 Alan SomersAdd aio_writev and aio_readv
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-27 Konstantin BelousovRegen.
2020-12-27 Konstantin BelousovExpose eventfd in the native API/ABI using a new __spec...
2020-12-27 Konstantin BelousovRemove useless ARGUSED annotations.
2020-12-27 Konstantin BelousovAdd SPDX tag.
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-18 Konstantin BelousovAdd ELF flag to disable ASLR stack gap.
2020-12-18 Xin LIMFV r368746:
2020-12-17 John BaldwinCleanups to *ERR* compat shims.
2020-12-16 John BaldwinUse the 't' modifier to print a ptrdiff_t.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-13 Martin MatuskaMFV r368607:
2020-12-10 Bryan Drewerylinux_dma: Ensure proper flags pass to allocators.
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-07 Hans Petter SelaskyPrefer using the MIN() function macro over the min...
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-06 Tijl CoosemansMove V4L feature declarations and DTrace provider defin...
2020-12-04 Konstantin BelousovRegen
2020-12-04 Konstantin BelousovFix compat32 for ntp_adjtime(2).
2020-12-04 Hans Petter SelaskyAllow the rbtree header file in the LinuxKPI to be...
2020-12-04 Hans Petter SelaskyAllow the list header file in the LinuxKPI to be used...
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Hans Petter SelaskyUse function macro for sema_init() in the LinuxKPI...
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-23 Konstantin BelousovLinuxolator: Replace use of eventhandlers by sysent...
2020-11-23 Kyle Evansfreebsd32: take the _umtx_op struct definitions back
2020-11-22 Kyle Evans_umtx_op: move compat32 definitions back in
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-18 Hans Petter SelaskyAllow LinuxKPI types to be used in bootloaders, by...
2020-11-17 Conrad Meyerlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 Conrad Meyerunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 Conrad Meyerlinprocfs(5): Add rudimentary /proc/<pid>/mountinfo
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-14 Vladimir KondratyevLinuxKPI: Exclude linux/acpi.h content on non-ACPI...
2020-11-13 Jung-uk KimMFV: r367652
2020-11-09 Emmanuel VadotLinuxKPI: Implement ACPI bits required by drm-kmod...
2020-11-09 Edward Tomasz Napi... Make it possible to mount a fuse filesystem, such as...
2020-11-09 Mateusz Guzikkqueue: save space by using only one func pointer for...
2020-11-08 Alexander Leidinger - add more linux socket options (sorted by value)
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-06 Conrad Meyerlinux(4): Fix loadable modules after r367395
2020-11-05 Conrad Meyerlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-11-05 Conrad MeyerAdd sbuf streaming mode to pseudofs(9), use in linprocfs(5)
2020-11-04 Edward Tomasz Napi... Unbreak buildworld after r367339.
2020-11-04 Edward Tomasz Napi... Add linux_to_bsd_errtbl[], mapping Linux errnos to...
2020-11-03 Conrad Meyerlinux(4): Improve netlink diagnostics
2020-11-03 Edward Tomasz Napi... Make linux_errtbl[] static.
2020-11-03 Edward Tomasz Napi... Fix rookie mistake - it's nitems(), not sizeof().
2020-11-03 Conrad Meyerlinux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE
2020-11-03 Conrad Meyerlinux(4): Emulate Linux SOL_SOCKET:SO_PASSCRED
2020-11-03 Conrad Meyerlinux(4): style: Eliminate dead 'break' after 'return'
2020-11-02 Conrad Meyerlinux(4): Quiesce unrecognized ioctl warning for F2FS...
2020-11-02 Conrad Meyerlinux(4): Deduplicate ioctl range construction with...
2020-11-02 Conrad Meyerlinux(4): Disambiguate identical ioctl errors in distin...
2020-10-31 Conrad Meyerlinux(4): Add missing clone(2) flags
2020-10-30 Conrad Meyerlinux(4): Quiesce warning about madvise(..., -1)
2020-10-29 Edward Tomasz Napi... Make linprocfs(4) print a warning when there's not...
2020-10-29 Edward Tomasz Napi... Fix typo.
2020-10-29 Edward Tomasz Napi... Add defines for Linux errno values and use them to...
2020-10-28 Edward Tomasz Napi... Make linux_errtbl a bit more readable by using named...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Edward Tomasz Napi... Fix misnomer - linux_to_bsd_errno() does the exact...
2020-10-26 Mateusz Guziklinux: silence renameat2 flags warning
next