summaryrefslogtreecommitdiff
path: root/lib/libc/include/thread_private.h
AgeCommit message (Expand)Author
2016-10-15Wrap _malloc_init() so internal calls go directlyPhilip Guenther
2016-09-01Less lock contention by using more pools for mult-threaded programs.Otto Moerbeek
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2011-10-16Make consistent the syscall stubs for the syscalls that got specialPhilip Guenthe
2008-06-14remove _thread_malloc_init prototypeOtto Moerbeek
2008-06-13remove _MALLOC_LOCK_INIT; major bump; ok deraadt@Otto Moerbeek
2008-01-01- make arc4random*() functions thread safe. Use a custom spinlock functionKurt Miller
2007-11-19fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work withKurt Miller
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2006-09-26Part 2 of file descriptor race and deadlock corrections.Kurt Miller
2006-02-22Avouid a race in atexit() handling by introducing a lock. ProblemOtto Moerbeek
2005-11-15Use a forward declaration of struct timespec instead of assumingTodd C. Miller
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warningsFederico G. Schwindt
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-01-04grammer/spellingTodd T. Fries
2000-09-08typo in comment, AILASES -> ALIASESBrad Smith
2000-01-06oopsDavid Leonard
2000-01-06rewrite to use the helpers in the thread/ directory and to define weak alias ...David Leonard
1999-01-06cleanDavid Leonard
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard