| Age | Commit message (Expand) | Author |
| 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 |
| 1997-10-16 | change char *path to const char *path | christos |
| 1997-10-15 | Adjust u_int arguments of some system calls to int, to match user-level | mycroft |
| 1997-10-15 | Adjust u_int arguments of some system calls to int, to match user-level | mycroft |
| 1997-10-10 | Add getdents(). Rename getdirentries to compat_12_getdirentries. | fvdl |
| 1997-10-03 | Add system call lchmod (#274), lchown (#275) and lutimes (#276). | enami |
| 1997-09-09 | Ups. | veego |
| 1997-09-09 | Move sys_minherit from 250 to 273 and add a comment why 240-269 are | veego |
| 1997-09-08 | add sys_minherit (from openbsd) | chuck |
| 1997-06-12 | swapon back to compat_12 syscall.. | mrg |
| 1997-06-12 | for now, leave swapon(8) in place. | mrg |
| 1997-06-12 | add sys_swapctl(), and deprecate, with COMPAT_12, sys_swapon | mrg |
| 1997-05-18 | Add posix_rename() syscall. | kleink |
| 1997-04-16 | Add POSIX.1b nanosleep(). | jtc |