| Age | Commit message (Expand) | Author |
| 2004-01-02 | - libc.so.12.109 and libpthread.so.0.4 | cl |
| 2003-11-18 | Userland portion of fsync_range(2), written by Bill Studenmund, and | thorpej |
| 2003-09-16 | fix SA/pthread pagefault failure: | cl |
| 2003-09-13 | forgot to install timer_settime. | christos |
| 2003-09-13 | Add timer man pages. Hi Nathan! | christos |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-05-08 | USE ${HOST_SH} | christos |
| 2003-03-14 | Make execve a weak syscall. | nathanw |
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 |
| 2003-02-15 | add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals | jdolecek |
| 2003-02-13 | for WEAKSM list, use leading tab, rather than spaces on the continuation lines | jdolecek |
| 2003-01-28 | Make the generated .S files depend on ${.CURDIR}/sys/Makefile.inc. | thorpej |
| 2003-01-27 | Move accept and connect stubs to WEAKASM so that they can be overridden. | nathanw |
| 2003-01-20 | Add _ksem stubs. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-23 | make support for kqueue(2) and kevent(2) unconditional, the kqueue branch | jdolecek |
| 2002-10-12 | if WITH_KQUEUE is defined and <sys/event.h> exists in DESTDIR, compile | jdolecek |
| 2002-09-22 | add kqueue(2)/kevent(2) manpage to mainline, to reduce difference between | jdolecek |
| 2002-09-14 | Fix some problems using makelintstub as a cross-tool: | thorpej |
| 2002-08-28 | rasctl(2) | gmcgarry |
| 2002-08-07 | Add stubs to new system calls for performance monitoring interface. | briggs |
| 2002-07-10 | Enable the libc-provided signal trampoline. The old __sigaction14 | thorpej |
| 2002-01-29 | Don't even put Lint*.c in DPSRCS if MKLINT=no. | tv |
| 2002-01-14 | * Add WSYSCALL() to SYS.h, which creates a system call with an | thorpej |
| 2001-11-13 | Only put LintSys*.c in DPSRCS; the others are static files. | tv |
| 2001-11-13 | Clean up a little more (DPSRCS already goes in CLEANFILES; reduce | tv |
| 2001-11-13 | No need for the .for in this case (holdover from earlier noncommitted | tv |
| 2001-11-13 | Make previous a bit cleaner, too: just refer to all these files by the | tv |
| 2001-11-13 | Fix backslash typo in previous. | tv |
| 2001-11-13 | Make the generation of syscall stubs a lot more reliable by generating real | tv |
| 2001-09-16 | Added support to use the clockctl driver if present for adjtime(), | manu |
| 2001-09-08 | Add __clone.S | christos |
| 2001-09-06 | Add ntp_adjtime(2) and ntp_gettime(2) man page. | wiz |
| 2001-07-18 | Build __clone.S, the Lint stubs, and the manual pages. | thorpej |
| 2001-04-18 | Document fchroot(2). | kleink |
| 2001-01-05 | add utrace(2) | jdolecek |
| 2000-12-13 | Add __syscall.S back to sys/Makefile.inc. Remove from arch/i386/gen/ | matt |
| 2000-12-12 | Move __syscall.S to the arch specific Makefile.inc's where it is | simonb |
| 2000-12-10 | Handle __syscall() in user-level code for i386. | mycroft |
| 2000-09-28 | Need an internal name for pipe(2). | kleink |
| 2000-07-08 | Create link to lchflags.[02]. | enami |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-06-26 | Need an internal name for fork(). | kleink |
| 2000-06-23 | Add internal names for brk() and sbrk(). | kleink |
| 2000-05-24 | Add man pages for LFS syscalls | perseant |
| 2000-04-21 | issetugid(2) manpage. | minoura |
| 2000-04-21 | New syscall issetugid. | minoura |
| 2000-04-17 | implement lchflags(2), which does the chflags(2) dance without following | mrg |
| 2000-01-31 | Add a userland stub to do the union semun -> union semun * redirection. | christos |
| 1999-10-27 | Actually profile system calls. | is |