aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r347538 by dchagin:Edward Tomasz Napierala2020-08-241-339/+1
* MFC r356727:Edward Tomasz Napierala2020-08-241-1/+1
* MFC r349746:Edward Tomasz Napierala2020-08-241-4/+8
* MFC r362205:Edward Tomasz Napierala2020-08-241-0/+10
* MFC r358673 by tijl:Edward Tomasz Napierala2020-08-241-10/+5
* MFC r358483 by tijl:Edward Tomasz Napierala2020-08-241-7/+128
* MFC r356241:Edward Tomasz Napierala2020-08-231-0/+16
* MFC r356177:Edward Tomasz Napierala2020-08-231-0/+64
* MFC r347971:Edward Tomasz Napierala2020-08-231-16/+42
* MFC r362037:Mark Johnston2020-06-171-6/+10
* MFC r361945, r362036:Mark Johnston2020-06-151-9/+6
* Revert r362187, it contained some unintended changes.Mark Johnston2020-06-151-6/+9
* MFC r361945, r362036:Mark Johnston2020-06-151-9/+6
* MFC r350863:Konstantin Belousov2019-09-031-11/+0
* MFC r351194:Konstantin Belousov2019-08-251-1/+6
* MFC r347151,347181,347968,348421,348698,348701:Konstantin Belousov2019-06-121-18/+33
* MFC r346965:Dmitry Chagin2019-05-131-10/+11
* MFC linuxulator stack memory disclosure fixesEd Maste2019-01-231-3/+2
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-2/+2
* Split kern_break from sys_break and use it in linuxulatorEd Maste2018-06-271-10/+6
* 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-151-0/+14
* Name the implementation of brk and sbrk sys_break().Brooks Davis2018-06-141-2/+2
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-1/+1
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-1/+1
* Linuxolator whitespace cleanupEd Maste2018-02-051-4/+4
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+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
* On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin2017-05-281-1/+8
* Use kern_mincore() helper instead of abusing syscall entry.Dmitry Chagin2017-03-301-5/+1
* Implement Linux mincore() system call.Dmitry Chagin2017-03-251-0/+14
* Implement getrandom() syscall.Dmitry Chagin2017-03-181-0/+26
* Return EOVERFLOW error in case then the size of tv_sec field of struct timespecDmitry Chagin2017-02-261-5/+9
* Rework r313352.Konstantin Belousov2017-02-131-2/+2
* Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),Edward Tomasz Napierala2017-02-061-14/+7
* Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),Edward Tomasz Napierala2017-02-051-14/+5
* Fix linux_getppid() to debug the actual parent, even it was reparentedEdward Tomasz Napierala2017-01-311-3/+1
* Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin2016-07-101-5/+13
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.Gleb Smirnoff2016-05-311-0/+1
* sys/compat/linux*: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Fix indentation oops.Pedro F. Giffuni2016-04-031-3/+3
* Move Linux specific times tests up to guarantee the values are defined.Dmitry Chagin2016-04-031-2/+3
* Rework r296543:Dmitry Chagin2016-03-201-18/+19
* Better english.Dmitry Chagin2016-03-081-1/+1
* Put a commit message from r296502 about Linux alarm() system callDmitry Chagin2016-03-081-0/+5
* According to POSIX and Linux implementation the alarm() system callDmitry Chagin2016-03-081-4/+1
* Call crextend() before copying old credentials to the new credentialsGleb Smirnoff2016-01-141-1/+3
* Fix build for the KTR-enabled kernels.Konstantin Belousov2015-10-231-2/+9