aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-042-2/+2
* Define USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.Hans Petter Selasky2018-04-301-0/+3
* [procfs] Split procfs_attr into multiple functionsEitan Adler2018-04-241-1/+1
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-242-8/+5
* Map FreeBSD EDOOFUS to Linux EINVALEd Maste2018-04-231-1/+1
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-201-3/+3
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-23/+11
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-181-1/+14
* linuxulator: deduplicate linux_exec_imgact_tryEd Maste2018-04-092-0/+44
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-066-11/+0
* Fix the definitions of get_cpu() and put_cpu().Mark Johnston2018-04-051-2/+2
* Fix kernel memory disclosure in linux_ioctl_socketEd Maste2018-04-041-0/+1
* linux_ioctl_hdio: fix kernel memory disclosureEd Maste2018-04-041-0/+1
* Wrap long lines.Mark Johnston2018-04-031-3/+6
* Optimise use of Giant in the LinuxKPI.Hans Petter Selasky2018-03-305-37/+20
* Swap two instances of regular macros with function macros in the LinuxKPI,Hans Petter Selasky2018-03-281-2/+6
* Fix several leaks of kernel stack data through paddings.Konstantin Belousov2018-03-271-0/+1
* Move 32-bit compat for md(4) ioctls into the md code.Brooks Davis2018-03-272-105/+0
* Move uio enums to sys/_uio.h.Brooks Davis2018-03-271-0/+1
* linuxkpi whitespace cleanupEd Maste2018-03-2339-248/+244
* Rationalize license text on Linuxolator filesEd Maste2018-03-235-75/+65
* The pci_disable_device() function is also expected to clear the PCIHans Petter Selasky2018-03-221-0/+1
* Share Linux errno table with libsysdecodeEd Maste2018-03-223-148/+151
* Clear old MSIX IRQ numbers in the LinuxKPI.Hans Petter Selasky2018-03-221-0/+9
* Regenerate sysent files after r331279.Conrad Meyer2018-03-214-1/+34
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+2
* linux_errno.c: add newer errno valuesEd Maste2018-03-161-2/+10
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-162-0/+145
* Fix compliancy of the kstrtoXXX() functions in the LinuxKPI, by skippingHans Petter Selasky2018-03-141-0/+15
* Linuxulator: apply style(9) to returnEd Maste2018-03-124-13/+13
* Implement proper support for complete_all() in the LinuxKPI.Hans Petter Selasky2018-03-091-12/+13
* sys/cloudabi: Avoid relying on GNU specific extensionsEitan Adler2018-03-071-1/+1
* Add mapping for several ethernet types used by Linux to FreeBSDAndrey V. Elsukov2018-03-061-3/+6
* Regen after r330517.Brooks Davis2018-03-052-2/+2
* Remove remenants of 1990s efforts to let us run Net/OpenBSD binaries.Brooks Davis2018-03-051-8/+1
* Properly wrap the BUILD_BUG() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-1/+1
* Stub kernel_param_lock() and kernel_param_unlock() in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Implement wait_event_lock_irq() macro function in the LinuxKPI.Hans Petter Selasky2018-03-041-1/+9
* Keep the old SLAB_DESTROY_BY_RCU macro definition around in the LinuxKPIHans Petter Selasky2018-03-041-0/+3
* Implement DEFINE_WAIT_FUNC() function macro and default_wake_function()Hans Petter Selasky2018-03-042-2/+13
* Implement pr_err_ratelimited() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Implement __MODULE_STRING() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+1
* Implement BUILD_BUG() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+1
* Implement writel_relaxed() in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+7
* Define noinline and __maybe_unused macros in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+2
* Implement for_each_clear_bit() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+4
* Implement GENMASK_ULL() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Rename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_BY_RCU in the LinuxKPIHans Petter Selasky2018-03-042-5/+5
* sys/linux: Fix a few potential infoleaks in cloudabiEitan Adler2018-03-031-0/+4
* sys/linux: Fix a few potential infoleaks in Linux IPCEitan Adler2018-03-031-0/+10