| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r347538 by dchagin: | Edward Tomasz Napierala | 2020-08-24 | 1 | -339/+1 |
| * | MFC r356727: | Edward Tomasz Napierala | 2020-08-24 | 1 | -1/+1 |
| * | MFC r349746: | Edward Tomasz Napierala | 2020-08-24 | 1 | -4/+8 |
| * | MFC r362205: | Edward Tomasz Napierala | 2020-08-24 | 1 | -0/+10 |
| * | MFC r358673 by tijl: | Edward Tomasz Napierala | 2020-08-24 | 1 | -10/+5 |
| * | MFC r358483 by tijl: | Edward Tomasz Napierala | 2020-08-24 | 1 | -7/+128 |
| * | MFC r356241: | Edward Tomasz Napierala | 2020-08-23 | 1 | -0/+16 |
| * | MFC r356177: | Edward Tomasz Napierala | 2020-08-23 | 1 | -0/+64 |
| * | MFC r347971: | Edward Tomasz Napierala | 2020-08-23 | 1 | -16/+42 |
| * | MFC r362037: | Mark Johnston | 2020-06-17 | 1 | -6/+10 |
| * | MFC r361945, r362036: | Mark Johnston | 2020-06-15 | 1 | -9/+6 |
| * | Revert r362187, it contained some unintended changes. | Mark Johnston | 2020-06-15 | 1 | -6/+9 |
| * | MFC r361945, r362036: | Mark Johnston | 2020-06-15 | 1 | -9/+6 |
| * | MFC r350863: | Konstantin Belousov | 2019-09-03 | 1 | -11/+0 |
| * | MFC r351194: | Konstantin Belousov | 2019-08-25 | 1 | -1/+6 |
| * | MFC r347151,347181,347968,348421,348698,348701: | Konstantin Belousov | 2019-06-12 | 1 | -18/+33 |
| * | MFC r346965: | Dmitry Chagin | 2019-05-13 | 1 | -10/+11 |
| * | MFC linuxulator stack memory disclosure fixes | Ed Maste | 2019-01-23 | 1 | -3/+2 |
| * | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -2/+2 |
| * | Split kern_break from sys_break and use it in linuxulator | Ed Maste | 2018-06-27 | 1 | -10/+6 |
| * | linuxulator: handle V3 capget/capset | Ed Maste | 2018-06-19 | 1 | -28/+49 |
| * | linuxulator: add debugging for invalid capget/capset version | Ed Maste | 2018-06-18 | 1 | -0/+10 |
| * | linuxulator: do not include legacy syscalls on arm64 | Ed Maste | 2018-06-15 | 1 | -0/+14 |
| * | Name the implementation of brk and sbrk sys_break(). | Brooks Davis | 2018-06-14 | 1 | -2/+2 |
| * | Correct proper nouns in the Linuxulator | Ed Maste | 2018-02-22 | 1 | -1/+1 |
| * | Make v_wire_count a per-cpu counter(9) counter. This eliminates a | Jeff Roberson | 2018-02-12 | 1 | -1/+1 |
| * | Linuxolator whitespace cleanup | Ed Maste | 2018-02-05 | 1 | -4/+4 |
| * | sys/compat: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | On success, getrandom() Linux system call returns the number of bytes that | Dmitry Chagin | 2017-06-04 | 1 | -1/+5 |
| * | Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.h | Dmitry Chagin | 2017-06-04 | 1 | -8/+1 |
| * | On success, getrandom() Linux system call returns the number of bytes that | Dmitry Chagin | 2017-05-28 | 1 | -1/+8 |
| * | Use kern_mincore() helper instead of abusing syscall entry. | Dmitry Chagin | 2017-03-30 | 1 | -5/+1 |
| * | Implement Linux mincore() system call. | Dmitry Chagin | 2017-03-25 | 1 | -0/+14 |
| * | Implement getrandom() syscall. | Dmitry Chagin | 2017-03-18 | 1 | -0/+26 |
| * | Return EOVERFLOW error in case then the size of tv_sec field of struct timespec | Dmitry Chagin | 2017-02-26 | 1 | -5/+9 |
| * | Rework r313352. | Konstantin Belousov | 2017-02-13 | 1 | -2/+2 |
| * | Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(), | Edward Tomasz Napierala | 2017-02-06 | 1 | -14/+7 |
| * | Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(), | Edward Tomasz Napierala | 2017-02-05 | 1 | -14/+5 |
| * | Fix linux_getppid() to debug the actual parent, even it was reparented | Edward Tomasz Napierala | 2017-01-31 | 1 | -3/+1 |
| * | Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag. | Dmitry Chagin | 2016-07-10 | 1 | -5/+13 |
| * | Fix kernel stack disclosures in the Linux and 4.3BSD compat layers. | Gleb Smirnoff | 2016-05-31 | 1 | -0/+1 |
| * | sys/compat/linux*: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | Fix indentation oops. | Pedro F. Giffuni | 2016-04-03 | 1 | -3/+3 |
| * | Move Linux specific times tests up to guarantee the values are defined. | Dmitry Chagin | 2016-04-03 | 1 | -2/+3 |
| * | Rework r296543: | Dmitry Chagin | 2016-03-20 | 1 | -18/+19 |
| * | Better english. | Dmitry Chagin | 2016-03-08 | 1 | -1/+1 |
| * | Put a commit message from r296502 about Linux alarm() system call | Dmitry Chagin | 2016-03-08 | 1 | -0/+5 |
| * | According to POSIX and Linux implementation the alarm() system call | Dmitry Chagin | 2016-03-08 | 1 | -4/+1 |
| * | Call crextend() before copying old credentials to the new credentials | Gleb Smirnoff | 2016-01-14 | 1 | -1/+3 |
| * | Fix build for the KTR-enabled kernels. | Konstantin Belousov | 2015-10-23 | 1 | -2/+9 |