aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-1/+1
* Use the new EV_SET macro to insure that all fields in struct keventJonathan Lemon2001-02-281-5/+3
* mdoc(7) police: prepare for mdocNG.Ruslan Ermilov2001-02-281-1/+1
* mdoc(7) police: fix the .Nd line broken in previous revision.Ruslan Ermilov2001-02-281-2/+3
* Remove the `r' devices.David E. O'Brien2001-02-271-5/+2
* Use formula with better random distribution for rand()Andrey A. Chernov2001-02-271-0/+26
* I accidently deleted an include when I added the $FreeBSD$ so I couldDavid E. O'Brien2001-02-272-0/+4
* In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.Ruslan Ermilov2001-02-271-23/+30
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-277-175/+111
* Use ``.St -p1003.[12]''.Ruslan Ermilov2001-02-262-6/+18
* Use ``.St -p1003.1g''.Ruslan Ermilov2001-02-262-2/+4
* Use ``.St -p1003.1-96''.Ruslan Ermilov2001-02-2670-210/+140
* /^\.St/ s/-iso9945-1/-p1003.1-96/Ruslan Ermilov2001-02-2615-17/+17
* ``.St -p1003.1b'' -> ``.St -p1003.1b-93''.Ruslan Ermilov2001-02-262-2/+2
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-26113-117/+117
* Document the EINTR error.Jason Evans2001-02-261-0/+2
* mdoc(7) police: use .Vt macro.Ruslan Ermilov2001-02-261-6/+2
* Prepare for mdocNG.Ruslan Ermilov2001-02-261-1/+1
* Document various changes to kq:Jonathan Lemon2001-02-261-10/+44
* Really set the flags for a private mutex (used by libc/libc_r).Daniel Eischen2001-02-263-6/+15
* Limit threads clock resolution to no less than 1000usec (1000Hz).Daniel Eischen2001-02-266-3/+9
* Fix my ambiguous message about ECONNABORTED.Jimmy Olgeni2001-02-251-1/+2
* Add ECONNABORTED to the ERRORS section.Jimmy Olgeni2001-02-251-0/+2
* Update unused __dtoa prototypes to match reality.Tor Egge2001-02-252-3/+3
* Fix visibility of empty variable -- it should be static.Alexey Zelkin2001-02-241-1/+1
* Adapt libkvm_getswapinfo() to make use of recently committed vm and swapRobert Watson2001-02-231-60/+254
* Correctly handle the race itself, too (don't leave it locked).Brian Feldman2001-02-231-0/+1
* Use the right names to call pthread_mutex_{,un}lock so that thingsBrian Feldman2001-02-231-2/+2
* Fix the problems I (and others, undoubtedly) have been having for aBrian Feldman2001-02-231-3/+12
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-02-221-2/+2
* Correct the prototype for pager_output().Daniel C. Sobral2001-02-221-1/+1
* Correct comment typosKris Kennaway2001-02-201-4/+4
* Place some hooks (__stdin, __stdout, __stderr) into libc for a futurePeter Wemm2001-02-201-0/+23
* cleanup commentariesAlexey Zelkin2001-02-191-10/+14
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO2001-02-191-5/+0
* Deal properly with "0"Andrey A. Chernov2001-02-191-1/+5
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Silence -Wnon-const-formatKris Kennaway2001-02-181-1/+1
* Back out snprintf -> sprintf change until I have time to look at it.Kris Kennaway2001-02-181-1/+1
* CRNCYSTR: determine '.' tooAndrey A. Chernov2001-02-171-9/+15
* Implement CRNCYSTRAndrey A. Chernov2001-02-171-3/+20
* Extra needs to be initialized for our usual pool of FILEs. This wasWarner Losh2001-02-161-3/+14
* Fix the current libc breakage in current:Warner Losh2001-02-166-18/+39
* Don't depend on lcl_mutex being a recursive mutex.Tor Egge2001-02-151-5/+5
* Remove freelists managed by Balloc/Bfree.Tor Egge2001-02-153-69/+41
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-1/+1
* List the SA_RESTART flag rather than burying it in another paragraph.Peter Wemm2001-02-141-0/+2
* Only build the compat libs appropiate for the target machine.David E. O'Brien2001-02-141-0/+8
* Add include <sys/time.h> because kevent uses struct timespecGuido van Rooij2001-02-141-0/+1
* Commit a libc fix going by the current state of the version numberingPeter Wemm2001-02-142-10/+11