| Age | Commit message (Expand) | Author |
| 2001-07-01 | Linux-compatible clone(2) system call, lifted from the Linux | thorpej |
| 2001-04-10 | Slight indentation nit. | kleink |
| 2001-01-27 | getpid(2), our first MP-safe syscall! | thorpej |
| 2001-01-08 | Reserve system call slots for getcontext, setcontext, LWPs, and | nathanw |
| 2001-01-05 | utrace(2): rename 'id' parameter to 'label' | jdolecek |
| 2000-12-28 | add utrace(2) - this syscall allows to add user ktrace entries | jdolecek |
| 2000-12-09 | Define 3 new functions: | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-08-07 | Changes to syscalls.master to exclude ntp_adjtime(2) entirely if NTP is not | bjh21 |
| 2000-04-21 | Add native issetugid() call. | minoura |
| 2000-04-17 | implement lchflags(2), which does the chflags(2) dance without following | mrg |
| 2000-01-31 | __semctl13 -> ____semctl13 because this now is not called directly. | christos |
| 2000-01-23 | Use proper varargs format for __semctl13. | mycroft |
| 1999-08-25 | Overhaul of the SVID IPC facilities, primarily to use the types specified | thorpej |
| 1999-07-12 | Remove two lines that were apparently added by accident. | thorpej |
| 1999-07-12 | XSH5: change function signature to `void *sbrk(intptr_t)'. | kleink |
| 1999-06-29 | Add fhopen, fhstat, fhstatfs. | wrstuden |
| 1999-06-15 | Add mlockall at #242 and munlockall at #243. | thorpej |
| 1999-06-09 | Add EXCL keyword as described in tech_kern, and fix comments. Make the | christos |
| 1999-06-08 | mincore: caddr_t -> void * | thorpej |
| 1999-03-28 | Sync __getlogin()'s namelen argument with the libc-internal declaration | kleink |
| 1999-03-22 | Change namei cache to record vnode->(parent,name) entries (for directories). | sommerfe |
| 1999-02-10 | * Due to addition and use of socklen_t, make the socket option and address | kleink |
| 1998-12-10 | defopt COMPAT_43 | christos |
| 1998-11-26 | getpgid(2) returns a value of type pid_t. | kleink |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-09-12 | Fix thinko in previous. | mycroft |
| 1998-09-12 | Version sys_sigreturn, to avoid breaking programs that use it explicitly. | mycroft |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-07-02 | Argh, pad the off_t args in pread/pwrite/preadv/pwritev. System call | thorpej |
| 1998-06-30 | Add positional read and write system calls: | thorpej |
| 1998-06-25 | defopt NFSSERVER | thorpej |
| 1998-06-25 | defopt KTRACE | thorpej |
| 1998-06-05 | Per IEEE Std 1003.1b-1993, implement the fdatasync() system call which is | kleink |
| 1998-05-30 | Per XSH98, const'ify the `addr' arguments to mlock() and munlock(). | kleink |
| 1998-05-07 | Several SYSV IPC prototype changes. | kleink |
| 1998-05-02 | New fktrace syscall from Darren Reed [with fixes from me] | christos |
| 1998-03-27 | Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of | kleink |
| 1998-02-25 | change second parm of sysarch() from char * to void * | perry |
| 1998-02-19 | Include the NFS and LFS option headers. | thorpej |
| 1998-02-14 | Implement __posix_chown(), __posix_fchown() and __posix_lchown(). Also, | kleink |
| 1998-02-14 | Reserve syscalls 283, 284, and 285 for 3 up-coming POSIX systems calls, | thorpej |
| 1998-01-04 | Add __vfork14() system call at #282. | thorpej |
| 1997-11-29 | Modify the recent sigaltstack() interface change to use the __RENAME() scheme; | kleink |
| 1997-11-25 | In XPG4.2, the ss_size member of type stack_t (struct sigaltstack) is specified | kleink |
| 1997-11-04 | Fix slight argument bogosity with getgroups(), setgroups(), select(), | thorpej |
| 1997-10-20 | Fix the shared library versioning snafu caused by the recent changes | thorpej |
| 1997-10-19 | umask(2) accepts and returns a mode_t. | mycroft |
| 1997-10-18 | Fixed missed const char * in lstat (thanks enami) and changed caddr_t -> void * | christos |