| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct |  guenther | 2015-09-11 | 1 | -1/+10 |
* | Pull in namespace.h when building all .c files using gcc's -include option, |  guenther | 2015-09-10 | 1 | -1/+17 |
* | Stop exporting from libc the <mpool.h> and the mpool_* API |  guenther | 2015-09-09 | 1 | -0/+122 |
* | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame |  guenther | 2015-09-06 | 1 | -8/+1 |
* | Use new framework for wrapping cat{open,gets,close}(), eliminating |  guenther | 2015-09-05 | 1 | -4/+1 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -9/+149 |
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal |  guenther | 2015-08-27 | 2 | -4/+7 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -1/+62 |
* | Make consistent the syscall stubs for the syscalls that got special |  guenther | 2011-10-16 | 1 | -1/+16 |
* | remove _thread_malloc_init prototype |  otto | 2008-06-14 | 1 | -2/+1 |
* | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ |  otto | 2008-06-13 | 1 | -5/+1 |
* | - make arc4random*() functions thread safe. Use a custom spinlock function |  kurt | 2008-01-01 | 1 | -1/+13 |
* | fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with |  kurt | 2007-11-19 | 1 | -2/+2 |
* | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so |  kurt | 2007-06-05 | 1 | -21/+35 |
* | Part 2 of file descriptor race and deadlock corrections. |  kurt | 2006-09-26 | 1 | -1/+2 |
* | Avouid a race in atexit() handling by introducing a lock. Problem |  otto | 2006-02-22 | 1 | -1/+12 |
* | Use a forward declaration of struct timespec instead of assuming |  millert | 2005-11-15 | 1 | -1/+2 |
* | activate LC_CTYPE for 8 bits locale. |  espie | 2005-08-08 | 1 | -0/+7 |
* | major bump to libc and libpthread to break the dependency of a |  marc | 2004-06-07 | 1 | -84/+76 |
* | thread safer libc (note: safer, not safe) |  marc | 2003-01-28 | 1 | -1/+10 |
* | thread safe libc -- 2nd try. OK miod@, millert@ |  marc | 2002-11-05 | 1 | -40/+30 |
* | back out previous patch.. there are still some vax/m68k issues |  marc | 2002-11-03 | 1 | -30/+40 |
* | libc changes for thread safety. Tested on: |  marc | 2002-11-03 | 1 | -40/+30 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -2/+2 |
* | put changes back, this time ALL the files. |  fgsch | 2001-09-04 | 1 | -3/+3 |
* | Back out fgsch@'s tree breaking commits. |  todd | 2001-08-30 | 1 | -3/+3 |
* | fix some const warnings |  fgsch | 2001-08-30 | 1 | -3/+3 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 1 | -2/+2 |
* | grammer/spelling |  todd | 2001-01-04 | 1 | -2/+2 |
* | typo in comment, AILASES -> ALIASES |  brad | 2000-09-08 | 1 | -2/+2 |
* | oops |  d | 2000-01-06 | 1 | -2/+2 |
* | rewrite to use the helpers in the thread/ directory and to define weak alias macros |  d | 2000-01-06 | 1 | -135/+91 |
* | clean |  d | 1999-01-06 | 1 | -35/+39 |
* | md spinlock |  d | 1998-12-21 | 1 | -74/+0 |
* | add md _atomic_is_locked; clean |  d | 1998-12-18 | 1 | -2/+3 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 2 | -0/+248 |
* | Fix RCS ids |  tholo | 1996-08-19 | 1 | -1/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+18 |