aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-203-7/+6
* Regen after r337998.Xin LI2018-08-181-1/+1
* getrandom(2) should not be restricted in capability mode.Xin LI2018-08-181-0/+1
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-167-14/+33
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-167-33/+14
* Use atomic_fcmpset_XXX() instead of atomic_cmpset_XXX() when possibleHans Petter Selasky2018-08-094-33/+23
* Update the list of architectures having atomic_fcmpset_{8,16,64}(9) andMarius Strobl2018-08-072-9/+7
* Improve handling of control message truncation.Mark Johnston2018-08-073-52/+60
* Implement current_work() function in the LinuxKPI.Hans Petter Selasky2018-08-063-1/+20
* Implement atomic_long_cmpxchg() function in the LinuxKPI.Hans Petter Selasky2018-08-061-0/+15
* Define __poll_t type in the LinuxKPI.Hans Petter Selasky2018-08-061-0/+1
* Implement ktime_add_ms() and ktime_before() in the LinuxKPI.Hans Petter Selasky2018-08-031-0/+14
* Don't refer to non-existing atomic functions, even though not compiled,Hans Petter Selasky2018-08-011-5/+38
* Add ioctl to conveniently mmap a PCI device BAR into userspace.Konstantin Belousov2018-08-012-1/+52
* Regenerate after r336980.Konstantin Belousov2018-07-315-9/+15
* Provide compat32 shims for sched_rr_get_interval(2).Konstantin Belousov2018-07-312-2/+20
* Make timespecadd(3) and friends publicAlan Somers2018-07-305-17/+15
* freebsd32_getrusage(2): skip freebsd32_rusage_out on errorAlan Somers2018-07-291-2/+3
* getrusage(2): fix return value under 32-bit emulationAlan Somers2018-07-291-5/+2
* Regen after r336171.Brooks Davis2018-07-104-66/+6
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-101-5/+2
* Create PCI_MATCH and pci_match_deviceWarner Losh2018-07-071-0/+1
* Create a new macro for static DPCPU data.Andrew Turner2018-07-053-3/+3
* Revert r335983.Brooks Davis2018-07-051-2/+5
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-051-5/+2
* Regen after 335900.Mariusz Zaborski2018-07-031-1/+1
* capsicum: add getdirentries to the freebsd32 compactMariusz Zaborski2018-07-031-0/+1
* Split kern_break from sys_break and use it in linuxulatorEd Maste2018-06-271-10/+6
* Quiet unused fn warning for linuxulator w/o legacy syscallsEd Maste2018-06-251-1/+1
* Fix output of linprocfs stat entryChuck Tuffli2018-06-221-5/+49
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-221-2/+2
* linux_clone_thread: mark new thread as TDB_BORN.Konstantin Belousov2018-06-211-0/+4
* linuxulator: handle V3 capget/capsetEd Maste2018-06-191-28/+49
* linuxulator: add debugging for invalid capget/capset versionEd Maste2018-06-181-0/+10
* linsysfs: depend on linux_common module on arm64, as on amd64Ed Maste2018-06-181-1/+1
* Fix build of ndis with base gcc on i386Dimitry Andric2018-06-171-1/+1
* Add linprocfs support for min_free_kbytesChuck Tuffli2018-06-151-2/+23
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-156-1/+64
* Correct debug control for linuxulator faccessatEd Maste2018-06-151-1/+1
* linprocfs: add TracerPid to /proc/pid/status.Konstantin Belousov2018-06-151-2/+2
* Add stubbed arm64 linuxulator /proc/cpuinfo handlerEd Maste2018-06-151-1/+27
* Regen after 335177 (rename sys_obreak to sys_break).Brooks Davis2018-06-142-5/+5
* Name the implementation of brk and sbrk sys_break().Brooks Davis2018-06-142-4/+3
* Oops, r335053 had an old version of the comment about 16-bit linux dev_tBruce Evans2018-06-131-11/+13
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-132-5/+38
* Fix some bugs found while fixing the representation and translationBruce Evans2018-06-132-5/+3
* Implement the ip_eth_mc_map() function in the LinuxKPI.Hans Petter Selasky2018-06-121-0/+14
* Implement the kstrtobool() and kstrtobool_from_user() functionsHans Petter Selasky2018-06-111-0/+42
* Implement the user_access_begin(), user_access_end(), usafe_get_user() andHans Petter Selasky2018-06-111-0/+13