summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* add missing endusershell() call. Original version was incorrect.charnier2004-01-181-1/+3
* Deal better with the crypto version of the PAM library that goesru2004-01-185-4/+7
* Implement __hdtoa() and __hldtoa() and enable printf() support for %adas2004-01-183-6/+435
* DISTRIBUTION is normally single-valued.ru2004-01-181-1/+1
* Prototype __hdtoa() and __hldtoa().das2004-01-181-0/+2
* Fix some bugs affecting the %a and %A format specifiers. Sincedas2004-01-181-6/+16
* Add a delta accidentally omitted from the previous commit:das2004-01-181-0/+3
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of thedas2004-01-186-0/+18
* Fix a bug that caused long double subnormals to be printeddas2004-01-181-0/+3
* Mostly mechanical rework of libalias:phk2004-01-1716-737/+1071
* Remove crossref to pam.conf(5) which never existed.schweikh2004-01-171-1/+0
* Backout revision 1.6, because some stub functions not in libc, anddavidxu2004-01-171-18/+2
* Return EPERM if mutex owner is not current thread but it tries todavidxu2004-01-172-36/+6
* Enable cancellation point in sem_wait, it is required by POSIX.davidxu2004-01-171-2/+18
* Fixed the fatal bug: CFLAGS should be added to, not overridden.ru2004-01-171-1/+1
* Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr withmtm2004-01-161-11/+54
* o We are not required to initialize an invalid rwlock. So axe all thatmtm2004-01-161-160/+93
* - Move the code to try to open a single chunk file and prompt for thejhb2004-01-151-12/+31
* Whitespace tweaks to make indentation consistent within this file and evenjhb2004-01-151-4/+4
* - Print out line number in a panic message using %d rather than %p. Linejhb2004-01-152-2/+2
* Fixed style of previous commit.ru2004-01-151-3/+2
* Return ENOTSUP instead of -1.ru2004-01-151-1/+1
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-14105-9661/+0
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.ru2004-01-144-94/+8
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-1416-1028/+15
* Translate from GNU C to ISO C.des2004-01-144-4/+4
* bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.ru2004-01-131-3/+3
* Add and document ffsl(), fls() and flsl().des2004-01-137-12/+201
* Kill whitespace at end of lines.nectar2004-01-121-9/+9
* Fix a bug that could result in a null pointer dereference innectar2004-01-121-1/+1
* Removed duplicate SRCS.ru2004-01-111-1/+0
* XDR sources are handled by ../xdr/Makefile.inc.ru2004-01-111-4/+0
* Replaced an ugly hack to selectively disable warningsru2004-01-112-3/+3
* Add an ulgy hack so that warnings added by non-zero WARNS values won't beobrien2004-01-101-0/+3
* Remove now redundant and now conflicting declaration of sysarch(2).nectar2004-01-101-3/+1
* Clarify the behavior of ptrace(2) a little bit: the tracing processrwatson2004-01-101-0/+24
* We need to discard `const'ness explicitly when invoking sysarch.nectar2004-01-101-1/+1
* Change sdp_open_local(3) API. It now takes a path to a control socketemax2004-01-093-5/+14
* Prepare libsdp(3) for the upcoming sdpd importemax2004-01-096-112/+190
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-0914-39/+14
* It was reported that when using nss_ldap, getgrent(3) would behavenectar2004-01-091-8/+15
* MFlibpthread: Add a simple work-around for deadlocking on recursivedeischen2004-01-082-44/+82
* Add a simple work-around for deadlocking on recursive read locksdeischen2004-01-086-96/+172
* Adjust for brain outage that affected the previous commit.nectar2004-01-061-1/+1
* Add required headers.nectar2004-01-062-0/+4
* Add required headers and function declarations.nectar2004-01-062-0/+3
* Remove unused variables. Add required headers and functionnectar2004-01-067-6/+12
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-2/+2
* Add missing declaration.nectar2004-01-061-0/+2
* Work around a `warning: zero-length printf format string'.nectar2004-01-061-1/+1
OpenPOWER on IntegriCloud