aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define ARCH_KMALLOC_MINALIGN in the LinuxKPI.Hans Petter Selasky2018-06-071-0/+3
* Wrap timespec64 into timespec in the LinuxKPI.Hans Petter Selasky2018-06-072-0/+3
* Move the EXPORT_SYMBOL_XXX() function macros into own header file.Hans Petter Selasky2018-06-072-2/+34
* Implement the dev_pm_set_driver_flags() function macro in the LinuxKPI.Hans Petter Selasky2018-06-071-0/+3
* Make some list functions RCU safe in the LinuxKPI.Hans Petter Selasky2018-06-061-12/+13
* Rewrite code using atomic_fcmpset_int() in the LinuxKPI.Hans Petter Selasky2018-06-061-6/+7
* Implement the __add_wait_queue_entry_tail() function in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+9
* Implement the might_sleep_if() function macro in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+4
* Rename two structure field members while keeping backwards compatibility inHans Petter Selasky2018-06-061-2/+8
* Implement the init_wait_entry() function macro in the LinuxKPI.Hans Petter Selasky2018-06-062-0/+14
* Implement the atomic_dec_if_positive() function in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+16
* Implement the ktime_compare() and ktime_after() functions in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+19
* Implement the rdmsrl_safe() function macro in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+1
* Declare and set the global "system_highpri_wq" workqueue structure pointerHans Petter Selasky2018-06-052-0/+4
* Implement the INIT_DELAYED_WORK_ONSTACK() function macro in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+3
* Define the __kernel_size_t type in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+2
* Implement the task_pid_vnr() function macro in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+1
* Add "access" function pointer to the "vm_operations_struct" structureHans Petter Selasky2018-06-051-2/+3