| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | The si_status field of the siginfo_t, provided by the waitid(2) and | Konstantin Belousov | 2015-07-18 | 1 | -1/+1 |
| * | Implement lockless resource limits. | Mateusz Guzik | 2015-06-10 | 1 | -10/+4 |
| * | Properly check tv_nsec value. The tv_nsec field can also be one | Dmitry Chagin | 2015-05-24 | 1 | -2/+16 |
| * | Add utimensat() system call. | Dmitry Chagin | 2015-05-24 | 1 | -0/+81 |
| * | Rework signal code to allow using it by other modules, like linprocfs: | Dmitry Chagin | 2015-05-24 | 1 | -3/+3 |
| * | Do not use struct l_timespec without conversion. While here move | Dmitry Chagin | 2015-05-24 | 1 | -10/+11 |
| * | Implement ppoll() system call. | Dmitry Chagin | 2015-05-24 | 1 | -0/+53 |
| * | Put the correct value for the abi_nfdbits parameter of kern_select() for | Dmitry Chagin | 2015-05-24 | 1 | -2/+2 |
| * | Convert Linux wait options to the FreeBSD. | Dmitry Chagin | 2015-05-24 | 1 | -18/+13 |
| * | Set WIFCONTINUED to the wait status if needed. | Dmitry Chagin | 2015-05-24 | 1 | -0/+2 |
| * | Where possible we will use M_LINUX malloc(9) type. | Dmitry Chagin | 2015-05-24 | 1 | -4/+4 |
| * | Refund the proc emuldata struct for future use. For now move flags from | Dmitry Chagin | 2015-05-24 | 1 | -0/+15 |
| * | Introduce a new module linux_common.ko which is intended for the | Dmitry Chagin | 2015-05-24 | 1 | -0/+57 |
| * | Fix compilation with -DDEBUG option. | Dmitry Chagin | 2015-05-24 | 1 | -3/+5 |
| * | Disable i386 call for x86-64 Linux. | Dmitry Chagin | 2015-05-24 | 1 | -2/+6 |
| * | Put linux_platform into the vdso to avoid copying it onto the stack at | Dmitry Chagin | 2015-05-24 | 1 | -1/+1 |
| * | Implement pselect6() system call. | Dmitry Chagin | 2015-05-24 | 1 | -0/+84 |
| * | Implement prlimit64() system call. | Dmitry Chagin | 2015-05-24 | 1 | -0/+73 |