index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
include
Age
Commit message (
Expand
)
Author
2011-10-16
Make consistent the syscall stubs for the syscalls that got special
Philip Guenthe
2008-06-14
remove _thread_malloc_init prototype
Otto Moerbeek
2008-06-13
remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
Otto Moerbeek
2008-01-01
- make arc4random*() functions thread safe. Use a custom spinlock function
Kurt Miller
2007-11-19
fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with
Kurt Miller
2007-06-05
_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so
Kurt Miller
2006-09-26
Part 2 of file descriptor race and deadlock corrections.
Kurt Miller
2006-02-22
Avouid a race in atexit() handling by introducing a lock. Problem
Otto Moerbeek
2005-11-15
Use a forward declaration of struct timespec instead of assuming
Todd C. Miller
2005-08-08
activate LC_CTYPE for 8 bits locale.
Marc Espie
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2003-01-28
thread safer libc (note: safer, not safe)
Marco S Hyman
2002-11-05
thread safe libc -- 2nd try. OK miod@, millert@
Marco S Hyman
2002-11-03
back out previous patch.. there are still some vax/m68k issues
Marco S Hyman
2002-11-03
libc changes for thread safety. Tested on:
Marco S Hyman
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings
Federico G. Schwindt
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-01-04
grammer/spelling
Todd T. Fries
2000-09-08
typo in comment, AILASES -> ALIASES
Brad Smith
2000-01-06
oops
David Leonard
2000-01-06
rewrite to use the helpers in the thread/ directory and to define weak alias ...
David Leonard
1999-01-06
clean
David Leonard
1998-12-21
md spinlock
David Leonard
1998-12-18
add md _atomic_is_locked; clean
David Leonard
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt