aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan2021-01-091-0/+1
* linuxkpi: handle ARIKonstantin Belousov2021-01-081-6/+14
* Regenerate syscall files after reallocation of aio_writev/aio_readvAlan Somers2021-01-085-61/+65
* Reallocate syscall numbers for aio_writev and aio_readvAlan Somers2021-01-081-4/+6
* Regenerate syscall files after addition of aio_writev/aio_readvAlan Somers2021-01-035-4/+60
* Add aio_writev and aio_readvAlan Somers2021-01-033-3/+7
* Regen.Konstantin Belousov2020-12-274-1/+34
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-272-327/+43
* Remove useless ARGUSED annotations.Konstantin Belousov2020-12-271-10/+0
* Add SPDX tag.Konstantin Belousov2020-12-271-0/+2
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-181-2/+1
* Cleanups to *ERR* compat shims.John Baldwin2020-12-171-7/+7
* Use the 't' modifier to print a ptrdiff_t.John Baldwin2020-12-161-1/+1
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-5/+0
* linux_dma: Ensure proper flags pass to allocators.Bryan Drewery2020-12-101-3/+3
* Prefer using the MIN() function macro over the min() inline functionHans Petter Selasky2020-12-072-2/+2
* Move V4L feature declarations and DTrace provider definitions fromTijl Coosemans2020-12-062-19/+18
* RegenKonstantin Belousov2020-12-045-9/+14
* Fix compat32 for ntp_adjtime(2).Konstantin Belousov2020-12-043-1/+88
* Allow the rbtree header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-0/+3
* Allow the list header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-1/+4
* Use function macro for sema_init() in the LinuxKPI to limit macro expansion s...Hans Petter Selasky2020-11-301-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+3
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-233-60/+43
* freebsd32: take the _umtx_op struct definitions backKyle Evans2020-11-231-0/+21
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-222-29/+0
* Allow LinuxKPI types to be used in bootloaders, by checking for theHans Petter Selasky2020-11-182-3/+5
* linux(4) clone(2): Correctly handle CLONE_FS and CLONE_FILESConrad Meyer2020-11-171-8/+10
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-1/+1
* unix(4): Enhance LOCAL_CREDS_PERSISTENT ABIConrad Meyer2020-11-171-0/+13
* linprocfs(5): Add rudimentary /proc/<pid>/mountinfoConrad Meyer2020-11-171-43/+163
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-173-8/+117
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-172-0/+30
* LinuxKPI: Exclude linux/acpi.h content on non-ACPI archs.Vladimir Kondratyev2020-11-141-0/+4
* LinuxKPI: Implement ACPI bits required by drm-kmod in base systemEmmanuel Vadot2020-11-095-0/+475
* Make it possible to mount a fuse filesystem, such as squashfuse,Edward Tomasz Napierala2020-11-091-8/+36
* kqueue: save space by using only one func pointer for assertionsMateusz Guzik2020-11-091-14/+6
* - add more linux socket options (sorted by value)Alexander Leidinger2020-11-085-30/+447
* linux(4): Fix loadable modules after r367395Conrad Meyer2020-11-063-20/+20
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-0/+159
* Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer2020-11-051-5/+1
* Unbreak buildworld after r367339.Edward Tomasz Napierala2020-11-041-2/+0
* Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.Edward Tomasz Napierala2020-11-043-0/+177
* linux(4): Improve netlink diagnosticsConrad Meyer2020-11-032-17/+41
* Make linux_errtbl[] static.Edward Tomasz Napierala2020-11-032-3/+1
* Fix rookie mistake - it's nitems(), not sizeof().Edward Tomasz Napierala2020-11-031-1/+1
* linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLEConrad Meyer2020-11-032-4/+46
* linux(4): Emulate Linux SOL_SOCKET:SO_PASSCREDConrad Meyer2020-11-031-0/+8
* linux(4): style: Eliminate dead 'break' after 'return'Conrad Meyer2020-11-031-1/+0
* linux(4): Quiesce unrecognized ioctl warning for F2FS queryConrad Meyer2020-11-022-0/+6