summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Limit threads clock resolution to no less than 1000usec (1000Hz).deischen2001-02-266-3/+9
* Fix my ambiguous message about ECONNABORTED.olgeni2001-02-251-1/+2
* Add ECONNABORTED to the ERRORS section.olgeni2001-02-251-0/+2
* Update unused __dtoa prototypes to match reality.tegge2001-02-252-3/+3
* Fix visibility of empty variable -- it should be static.phantom2001-02-241-1/+1
* Adapt libkvm_getswapinfo() to make use of recently committed vm and swaprwatson2001-02-231-60/+254
* Correctly handle the race itself, too (don't leave it locked).green2001-02-231-0/+1
* Use the right names to call pthread_mutex_{,un}lock so that thingsgreen2001-02-231-2/+2
* Fix the problems I (and others, undoubtedly) have been having for agreen2001-02-231-3/+12
* Prepare for mdoc(7)NG.ru2001-02-221-2/+2
* Correct the prototype for pager_output().dcs2001-02-221-1/+1
* Correct comment typoskris2001-02-201-4/+4
* Place some hooks (__stdin, __stdout, __stderr) into libc for a futurepeter2001-02-201-0/+23
* cleanup commentariesphantom2001-02-191-10/+14
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Someume2001-02-191-5/+0
* Deal properly with "0"ache2001-02-191-1/+5
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
* Silence -Wnon-const-formatkris2001-02-181-1/+1
* Back out snprintf -> sprintf change until I have time to look at it.kris2001-02-181-1/+1
* CRNCYSTR: determine '.' tooache2001-02-171-9/+15
* Implement CRNCYSTRache2001-02-171-3/+20
* Extra needs to be initialized for our usual pool of FILEs. This wasimp2001-02-161-3/+14
* Fix the current libc breakage in current:imp2001-02-166-18/+39
* Don't depend on lcl_mutex being a recursive mutex.tegge2001-02-151-5/+5
* Remove freelists managed by Balloc/Bfree.tegge2001-02-153-69/+41
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-1/+1
* List the SA_RESTART flag rather than burying it in another paragraph.peter2001-02-141-0/+2
* Only build the compat libs appropiate for the target machine.obrien2001-02-141-0/+8
* Add include <sys/time.h> because kevent uses struct timespecguido2001-02-141-0/+1
* Commit a libc fix going by the current state of the version numberingpeter2001-02-142-10/+11
* Return {YES,NO}STR from localeache2001-02-131-2/+2
* catch up to __part_load_locale() interface changephantom2001-02-134-19/+14
* add additional function parameter: bufsize_min. it's possiblephantom2001-02-132-4/+7
* mdoc(7) cleanup.ru2001-02-121-90/+86
* Sort PROT_* and MAP_* lists, logically and alphabetically respectively.ru2001-02-121-44/+68
* Make comparsions more clear (per style(9))phantom2001-02-123-4/+4
* Assume that "" passed as parameter also means "no grouping"phantom2001-02-121-3/+4
* Rewrite __time_load_locale() using ldpart.c::__part_load_locale()phantom2001-02-122-153/+15
* Use .Rv macro instead of hardcoded messagephantom2001-02-121-6/+1
* "Cross references in the SEE ALSO section should be sorted by sectionru2001-02-121-2/+2
* mmap(3) -> mmap(2).ru2001-02-121-2/+2
* It sounded like a good idea at the time. The previous change breakspeter2001-02-121-4/+0
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-121-0/+4
* o Fix build of libc broken in revision 1.2. offsetof() requires therwatson2001-02-121-0/+2
* Catch up to new priority interface.jake2001-02-121-4/+1
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-1111-512/+59
* libc MT-safety, part 2.deischen2001-02-1122-104/+261
* Mention PROT_NONE in the list of possible protections.nik2001-02-111-0/+2
* Include mmap(2) in the list of memory allocation functions.nik2001-02-111-2/+10
* .Xr to mmap.nik2001-02-111-1/+2
OpenPOWER on IntegriCloud