| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-18 | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 1 | -1/+2 |
| 2019-03-15 | Remove FBSDID. |  kevlo | 1 | -4/+1 |
| 2017-08-19 | Don't need .text before ENTRY(), also minor spacing cleanups |  deraadt | 2 | -6/+2 |
| 2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 1 | -48/+0 |
| 2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 9 | -166/+24 |
| 2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 1 | -3/+3 |
| 2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 10 | -26/+44 |
| 2015-08-26 | Hide many (194!) symbols that nothing should be using. |  guenther | 3 | -60/+8 |
| 2015-04-21 | Eliminate the last uses of *fork's second syscall return register; the pid |  guenther | 1 | -3/+3 |
| 2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 1 | -2/+3 |
| 2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2 | -15/+3 |
| 2012-12-22 | Make sure the stack is 16-byte aligned otherwise the use of certain SSE |  kettenis | 1 | -1/+4 |
| 2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 9 | -18/+18 |
| 2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 1 | -24/+20 |
| 2012-04-12 | remove rfork(); ok guenther miod |  deraadt | 1 | -39/+0 |
| 2012-04-11 | Mark outermost frame such that backtraces in thread terminate at |  kettenis | 1 | -2/+3 |
| 2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 1 | -0/+122 |
| 2011-04-04 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 1 | -2/+5 |
| 2005-08-07 | zap rcsid, tested there. okay deraadt@ |  espie | 12 | -60/+12 |
| 2004-10-29 | fix typo in comment |  hshoexer | 1 | -2/+2 |
| 2004-06-21 | Use _ENTRY(CERROR) instead of CERROR so correct type info is generated. |  drahn | 1 | -2/+2 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 12 | -72/+24 |
| 2003-04-17 | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. |  drahn | 8 | -28/+48 |
| 2002-10-06 | Rename curbrk to __curbrk on i386 to avoid namespace pollution. |  art | 2 | -12/+12 |
| 2002-10-06 | Rename cerror to __cerror on i386 to avoid namespace pollution. |  art | 7 | -20/+20 |
| 2002-02-17 | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 1 | -0/+47 |
| 2000-01-06 | missing ';' |  d | 1 | -2/+2 |
| 2000-01-06 | okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot saner |  d | 1 | -4/+4 |
| 2000-01-06 | use _C_LABEL macro |  d | 1 | -2/+2 |
| 1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so |  deraadt | 1 | -49/+0 |
| 1999-02-01 | mi ptrace |  d | 1 | -63/+0 |
| 1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 5 | -63/+8 |
| 1997-09-17 | Pointers are not signed. |  weingart | 1 | -3/+3 |
| 1997-07-23 | tabify |  kstailey | 2 | -4/+4 |
| 1996-12-11 | generate reboot.o like other system calls |  deraadt | 1 | -45/+0 |
| 1996-08-19 | Fix RCS ids |  tholo | 15 | -120/+75 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 15 | -0/+947 |