| Age | Commit message (Expand) | Author |
| 2004-01-02 | kernel part of no-syscall upcall stack return: libpthread registers | cl |
| 2003-11-15 | Kernel portion of the fsync_range(2) system call. Written by Bill | thorpej |
| 2003-09-30 | #ifdef _LIBC the semid_t syscalls since we don't define semid_t in userland | christos |
| 2003-09-26 | Constify __sigaction_sigtramp argument 'void * tramp'. | matt |
| 2003-09-23 | __sigaction14 should have been COMPAT_16 a while ago. GC it now. | christos |
| 2003-09-16 | fix SA/pthread pagefault failure: | cl |
| 2003-09-10 | we don't need sigreturn and sigcode glue if we are not compat_16 anymore. | christos |
| 2003-03-18 | _lwp_setprivate returns void | christos |
| 2003-02-15 | add __sigtimedwait(2) - wait for specified set of signals, with optional | jdolecek |
| 2003-01-24 | Reserve slots for the p1003.1b scheduler system calls. | thorpej |
| 2003-01-24 | Reserve slots for p1003.1b message queue calls. | thorpej |
| 2003-01-24 | Allocate a slot for _ksem_timedwait(), although it is not currently | thorpej |
| 2003-01-23 | Allow the _ksem_*() syscalls to be properly seen by ktruss/kdump. | thorpej |
| 2003-01-20 | sys_ksem -> sys__ksem | christos |
| 2003-01-20 | actually, remove ksem.h | christos |
| 2003-01-20 | semaphore.h -> ksem.h | christos |
| 2003-01-20 | add support for p1003.1b semaphores. From FreeBSD | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-19 | Reserve syscall slots for sigwaitinfo(2), sigtimedwait(2), and | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-04 | claim syscall slots for kqueue(2) and kevent(2) | jdolecek |
| 2002-08-28 | MI kernel support for user-level Restartable Atomic Sequences (RAS). | gmcgarry |
| 2002-08-07 | New syscalls: sys_pmc_get_info and sys_pmc_control. | briggs |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-05-03 | Use #if defined(_LP64) to determine if we're generating 64-bit binaries, | eeh |
| 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 |