aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/namespace.h
Commit message (Expand)AuthorAgeFilesLines
* Add pthread_getname_np() and pthread_setname_np() aliases forKonstantin Belousov2020-06-101-0/+2
* Add pthread_get_name_np(3).Konstantin Belousov2018-08-171-0/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+1
* Add sem_clockwait_np()Eric van Gyzen2017-02-231-0/+1
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-291-0/+2
* Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-131-0/+1
* Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-02-071-0/+1
* Revert revision 214007, I realized that MySQL wants to resolveDavid Xu2010-10-201-2/+0
* Unbreak buildworld by including pthread_rwlockattr_setkind_np andDavid Xu2010-10-181-0/+2
* Make openat(2) a cancellation point.Jilles Tjoelker2009-10-111-0/+1
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-091-2/+0
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.David Xu2008-04-021-0/+2
* Compile libthr with warnings.Ruslan Ermilov2008-03-251-0/+3
* Add pthread_mutex_isowned_np() so there is no need for an additionalDag-Erling Smørgrav2008-02-061-0/+1
* Add semaphore functions, and remove some dupes from the #if 0 section.Dag-Erling Smørgrav2006-03-281-2/+10
* Add a bunch of missing pthread functions, and move out-of-order functions.Dag-Erling Smørgrav2006-03-281-6/+64
* Add some more pthread stubs so that librt can use them.Daniel Eischen2006-03-051-0/+29
* Add namespace #defines for usleep.Daniel Eischen2005-08-031-0/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-2/+0
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-0/+2
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-171-0/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-1/+1
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.Tim J. Robbins2003-01-071-1/+1
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-131-6/+11
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-011-0/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+0
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-111-0/+1
* signanosleep(2) hasn't existed since 1998.Ruslan Ermilov2001-10-191-1/+0
* Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans2001-08-291-0/+10
* Add entries for the posix1e functions that will be overridden in libc_r.Thomas Moestl2001-04-041-0/+6
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-5/+11
* libc MT-safety, part 2.Daniel Eischen2001-02-111-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+134