summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup CFLAGS in libsdp(3) Makefileemax2004-01-251-1/+1
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-2/+2
* Describe EOVERFLOW caseache2004-01-251-0/+9
* Rename the MIBS makefile variable to BMIBS so that it does not conflictharti2004-01-242-4/+4
* When writing/reading longs use explicit 32bit temporary values.mbr2004-01-241-3/+4
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()das2004-01-231-19/+25
* Create the OID and tree files while building the modules and the daemonharti2004-01-2311-453/+13
* Style: remove an empty line.harti2004-01-231-1/+0
* Initialize the (i386) frame pointer when setting up a threaddeischen2004-01-221-1/+4
* o Implement the pthread_spin_* functions in libthr.mtm2004-01-222-0/+91
* Clean up error handling in libstand filesystem code to be more consistent:jhb2004-01-2110-27/+49
* Include <stdlib.h> to get abort() prototype.grehan2004-01-211-0/+2
* Updated manh shift constant type to 'ULL' for PPC to fixgrehan2004-01-211-1/+1
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.emax2004-01-205-7/+379
* The <bsd.files.mk> API seems the best to use here.ru2004-01-201-11/+7
* Discard the first 1024 bytes of output as suggested bydas2004-01-201-1/+13
* Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.das2004-01-201-31/+32
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()das2004-01-201-6/+3
* Clean up makefiles.ru2004-01-196-23/+15
* libc is now WARNS=2 clean with the exception of the gdtoa bits (whichnectar2004-01-191-1/+1
* Add prototypes for the three syscall stubs that are invoked here,nectar2004-01-191-0/+4
* Refactor _pthread_mutex_initmtm2004-01-191-125/+64
* Implement reference counting of read-write locks. This usesmtm2004-01-193-8/+155
* add cross-reference to clock_gettime(2)phk2004-01-191-0/+1
* Bring the *printf(3) documentation up to date with the code:das2004-01-191-37/+24
* 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
OpenPOWER on IntegriCloud