| Age | Commit message (Expand) | Author |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-09-19 | Add native implementations of eventfd(2) and timerfd(2), compatible with | thorpej |
| 2020-11-02 | PR/55777: Ruslan Nikolaev: Make clock_getcpuclockid2 accessible from rump | christos |
| 2020-08-14 | New system call getrandom() compatible with Linux and others. | riastradh |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-26 | Due to a collision with another upcoming change, relocate the futex calls | thorpej |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2020-04-22 | Remove _lwp_gettid(2) system call. This problem is going to be solved | thorpej |
| 2020-04-12 | put back the MODULAR attributes accidentally removed. | christos |
| 2020-04-12 | change ' \t' to '\t' | christos |
| 2020-04-12 | Change STD[:random-whitespace:]RUMP to STD\tRUMP | christos |
| 2020-04-04 | Add support for lazily generating a "global thread ID" for a LWP. This | thorpej |
| 2020-01-21 | Split the compat_50 module into two, separating the QUOTA-related | pgoyette |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-06-18 | remove XXX from the quota call. | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-07-31 | Add getsockopt2() syscall. | rjs |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-01-06 | Revert vadvise(2) removal | kamil |
| 2017-12-19 | Drop SYS_vadvise | kamil |
| 2017-12-19 | Drop SYS_sbrk | kamil |
| 2017-12-19 | Drop the sstk(2) syscall stub | kamil |
| 2017-12-08 | make _lwp_park return the remaining time to sleep in the "ts" argument | christos |
| 2016-11-02 | * Split sys/kern/sys_process.c into three parts: | pgoyette |
| 2016-07-03 | GSoC 2016 Charles Cui: Implement thread priority protection based on work | christos |
| 2016-04-23 | Add clock_getcpuclockid2(2) as well as CLOCK_{PROCESS,THREAD}_CPUTIME_ID. | christos |
| 2016-04-03 | include <sys/idtype.h> | christos |
| 2016-04-02 | add wait6 | christos |
| 2015-12-03 | Merge the compat_sysv module into the sysv_ipc module - it should | pgoyette |
| 2015-10-10 | Correctly mark syscalls 301, 302, 303 so that they will autoload the | pgoyette |
| 2015-10-02 | PR/50295: clock_nanotime() should not set errno, but return the error. | christos |
| 2015-06-18 | +RUMP to __posix_{,f,l}chown. at least python wants them. | pooka |
| 2015-05-13 | Update syscalls to point to the new module. (Regen of dependant | pgoyette |
| 2015-05-10 | Split the SYSV* compat code out into a separate compat_sysv module. | pgoyette |
| 2015-05-09 | Remove extraneous word 'compat' on header line | pgoyette |
| 2015-05-09 | Teach makesyscalls.sh how to auto-generate the list of syscalls that | pgoyette |
| 2015-04-08 | Add __posix_rename as a rump syscall | justin |
| 2015-02-22 | PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. | christos |
| 2015-02-10 | Mark posix_fallocate as NOERR | martin |
| 2014-07-25 | Add fdiscard and posix_fallocate syscalls. | dholland |
| 2014-06-12 | Avoid using C++ keywords as argument name. | joerg |
| 2014-04-09 | rump kernel wrappers for aio syscalls | pooka |
| 2014-03-14 | Add rump kernel syscall wrapper flag for a bunch of time-related | pooka |
| 2013-12-11 | create rump kernel wrapper for utrace() too | pooka |
| 2013-12-09 | Create rump kernel wrappers for {f,}ktrace | pooka |
| 2013-10-17 | Change mknodat(2) device argument type from uint32_t to dev_t. | njoly |
| 2013-08-30 | There is absolutely no way that fexecve() could even theoretically work | pooka |
| 2013-03-29 | Centralize the computation of struct timespec to the int timo. | christos |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2012-06-22 | Add {send,recv}mmsg from Linux | christos |