aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-012-4/+0
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-292-0/+4
* Correct a bug that was somehow both obvious and hard-to-see. :-)Jacques Vidrine2003-04-211-1/+1
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-173-0/+82
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-261-1/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+8
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-162-2/+2
* Implement fpclassify():Mike Barcroft2003-02-081-0/+63
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.Tim J. Robbins2003-01-072-2/+2
* Argh, change declaration of two-dimensional array so that it actuallyDaniel Eischen2002-11-131-1/+2
* Make this compile with whatever error-checking is enabled in buildworldDaniel Eischen2002-11-131-2/+2
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-133-14/+70
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-012-0/+3
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-293-0/+8
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+0
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-112-0/+2
* signanosleep(2) hasn't existed since 1998.Ruslan Ermilov2001-10-192-2/+0
* Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans2001-08-292-0/+12
* Add entries for the posix1e functions that will be overridden in libc_r.Thomas Moestl2001-04-042-0/+12
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-192-5/+141
* libc MT-safety, part 2.Daniel Eischen2001-02-112-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-243-2/+270
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Implement compile time debug support for spinlocks.John Birrell1998-06-091-5/+24
* Remove leading underscores from the FILE lock functions that POSIXJohn Birrell1998-05-051-3/+3
* In a threaded library, expect the lock field to be declared volatile,John Birrell1998-05-051-5/+5
* Add a private header file for libc/libc_r/libpthread to containJohn Birrell1998-04-111-0/+66
* Add a private (to libc, libc_r and libpthread) header file containingJohn Birrell1998-03-091-0/+52