aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Make timespecadd(3) and friends publicAlan Somers2018-07-304-14/+14
* 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 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
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-156-1/+64
* Correct debug control for linuxulator faccessatEd Maste2018-06-151-1/+1
* Name the implementation of brk and sbrk sys_break().Brooks Davis2018-06-141-2/+2
* 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-131-3/+20
* Fix some bugs found while fixing the representation and translationBruce Evans2018-06-131-4/+1
* UDP: further performance improvements on txMatt Macy2018-05-231-4/+4
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+3
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-096-57/+32
* 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
* 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-061-2/+0
* 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
* Rationalize license text on Linuxolator filesEd Maste2018-03-235-75/+65
* Share Linux errno table with libsysdecodeEd Maste2018-03-223-148/+151
* 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
* Linuxulator: apply style(9) to returnEd Maste2018-03-124-13/+13
* sys/linux: Fix a few potential infoleaks in Linux IPCEitan Adler2018-03-031-0/+10
* Rationalize license text on Linuxolator filesEd Maste2018-03-012-30/+26
* Correct proper nouns in the LinuxulatorEd Maste2018-02-226-12/+12
* Allow LinuxKPI character devices to receive mmap() calls from the LinuxHans Petter Selasky2018-02-211-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-168-120/+104
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-1/+1
* Linuxolator whitespace cleanupEd Maste2018-02-0519-58/+58
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2728-0/+56
* Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-2/+2
* Use pfind_any in linux_rt_sigqueueinfo and kern_sigqueueMateusz Guzik2017-11-111-2/+1
* Update comment to match r177997 & r178036 changes.David E. O'Brien2017-10-271-1/+1
* Add special handling for current in-tree drm devices, like r323692 addedTijl Coosemans2017-10-151-0/+21
* Use sizeof instead of strlen on string constants. The compiler doesn'tTijl Coosemans2017-10-151-8/+7
* Small style(9) issue: spaces vs TAB.Pedro F. Giffuni2017-09-241-1/+1
* linsysfs(5): Add support for recent libdrmConrad Meyer2017-09-171-2/+10
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-302-9/+9
* Style(9) whitespace fix.Dmitry Chagin2017-07-221-1/+1
* linux_getdents, linux_readdir: fix mismatch between malloc and free tagsAndriy Gapon2017-06-261-4/+4
* Add ZFS to Linux statfs ftypeEd Maste2017-06-181-0/+2
* Remove the outdated definition.Dmitry Chagin2017-06-121-2/+0
* Since r318735 (ino64 project) the size of the native struct dirent isDmitry Chagin2017-06-121-15/+2
* On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin2017-06-041-1/+5
* Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin2017-06-041-8/+1