summaryrefslogtreecommitdiffstats
path: root/lib/libc/include/un-namespace.h
Commit message (Expand)AuthorAgeFilesLines
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-091-2/+0
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-021-0/+2
* Compile libthr with warnings.ru2008-03-251-0/+3
* Add pthread_mutex_isowned_np() so there is no need for an additionaldes2008-02-061-0/+1
* Add semaphore functions, and remove some dupes from the #if 0 section.des2006-03-281-2/+10
* Add a bunch of missing pthread functions, and move out-of-order functions.des2006-03-281-7/+64
* Add entries for new pthread stubs.davidxu2006-03-101-0/+30
* Add namespace #defines for usleep.deischen2005-08-031-0/+1
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-2/+0
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-0/+2
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-171-0/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-1/+1
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.tjr2003-01-071-1/+1
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-131-8/+17
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-0/+1
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-111-0/+1
* signanosleep(2) hasn't existed since 1998.ru2001-10-191-1/+0
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-291-0/+2
* Add entries for the posix1e functions that will be overridden in libc_r.tmm2001-04-041-0/+6
* libc MT-safety, part 2.deischen2001-02-111-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+134
OpenPOWER on IntegriCloud