summaryrefslogtreecommitdiff
path: root/lib/libc/include/namespace.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-06-10Add pthread_getname_np() and pthread_setname_np() aliases forKonstantin Belousov
2018-08-17Add pthread_get_name_np(3).Konstantin Belousov
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-19Add clock_nanosleep()Eric van Gyzen
2017-02-23Add sem_clockwait_np()Eric van Gyzen
2016-01-29Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov
2012-11-13Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov
2011-02-07Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim
2010-10-20Revert revision 214007, I realized that MySQL wants to resolveDavid Xu
2010-10-18Unbreak buildworld by including pthread_rwlockattr_setkind_np andDavid Xu
2009-10-11Make openat(2) a cancellation point.Jilles Tjoelker
2008-06-09Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu
2008-04-02Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.David Xu
2008-03-25Compile libthr with warnings.Ruslan Ermilov
2008-02-06Add pthread_mutex_isowned_np() so there is no need for an additionalDag-Erling Smørgrav
2006-03-28Add semaphore functions, and remove some dupes from the #if 0 section.Dag-Erling Smørgrav
2006-03-28Add a bunch of missing pthread functions, and move out-of-order functions.Dag-Erling Smørgrav
2006-03-05Add some more pthread stubs so that librt can use them.Daniel Eischen
2005-08-03Add namespace #defines for usleep.Daniel Eischen
2003-05-01Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine
2003-04-29`Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine
2003-04-17= Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2003-01-07Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.Tim J. Robbins
2002-11-13Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen
2002-11-01* Add stubs for pthread_cond_broadcast.Doug Rabson
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2001-11-11Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans
2001-10-19signanosleep(2) hasn't existed since 1998.Ruslan Ermilov
2001-08-29Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans
2001-04-04Add entries for the posix1e functions that will be overridden in libc_r.Thomas Moestl
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
2001-02-11libc MT-safety, part 2.Daniel Eischen
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen