| Age | Commit message (Expand) | Author |
| 2003-12-26 | Use an unsigned comparison against minbrk. | martin |
| 2003-09-30 | Enable the SIGINFO trampoline. | matt |
| 2003-09-27 | Since this a signal trampoline #2, make that's in the file name. | matt |
| 2003-08-24 | execl, execle and execlp must be weak-aliased. | ragge |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-01-23 | Add the *context.? sources to SRCS. | matt |
| 2003-01-20 | Use _ALIGN_TEXT. | matt |
| 2003-01-19 | Add getcontext(2) stub. | matt |
| 2003-01-18 | These files are obsolete; setlogin() is now implemented in C with a | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-12 | Fix a signal handler bug originally reported by Hugh Graham some year ago: | ragge |
| 2002-07-09 | New __sigaction14() system call stub which registers the signal | thorpej |
| 2002-02-24 | Change to use a register prefix. | matt |
| 2001-09-06 | change "pushl [r0](ap)" ---> "pushl (ap)[r0]" ... the old version | chuck |
| 2001-07-20 | Add __clone(2) for VAX. | matt |
| 2001-07-01 | These are too simple to not have in assembler. Also shrunk the libs with | ragge |
| 2001-05-05 | Shameless hack to reference end when using a.out and _end when using ELF. | kleink |
| 2000-12-13 | Add a VAX version of __syscall. XXX Doesn't handle if syscall number is | matt |
| 2000-09-28 | Need an internal name for pipe(2). | kleink |
| 2000-08-07 | Fix some ELF/a.out lossage | matt |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-07-01 | Fix a major botch in 1.4 (which I did not do) which broke _brk and malloc. | matt |
| 2000-06-30 | Fix some bugs and clean up for ELF & a.out support | matt |
| 2000-06-28 | Make these work with either a.out or ELF. | matt |
| 2000-06-26 | Need an internal name for fork(). | kleink |
| 2000-06-26 | Thinko in previous: we do always use an internal name. | kleink |
| 2000-06-23 | Add internal names for brk() and sbrk(). | kleink |
| 2000-06-23 | Delete the leftover _brk entry; as discussed with Ragge. | kleink |
| 2000-02-05 | Implement *__errno() redirection, with help from Matt Thomas. | kleink |
| 2000-02-05 | Implement *__errno() indirection. | kleink |
| 1999-08-25 | Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d | thorpej |
| 1999-01-14 | * On architectures using ELF, and conditionally on those in transition, rename | kleink |
| 1998-12-02 | Warn about references to the compatibility vfork() (i.e. the vfork() with | thorpej |
| 1998-12-02 | Warn about references to the compatibility() sigaction(), sigpending(), | thorpej |
| 1998-10-20 | Some changes to disassembly easier without causing any performance penalty. | matt |
| 1998-09-30 | New libc signal handling stuff. | ragge |
| 1998-01-04 | Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S | thorpej |
| 1997-02-04 | ENTRY() takes two argument now, not one. | ragge |
| 1997-02-04 | ENTRY() takes two argument now, not one. | ragge |
| 1996-11-30 | PROF -> GPROF | jtc |
| 1996-11-11 | Treat reboot() like a normal system call. From PR 2458. | mycroft |
| 1995-12-04 | Didn't take care of errors when return parameter was long long. | ragge |
| 1995-04-17 | Added libc VAX specific files. | ragge |