summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add rcsid[]ache1996-11-271-13/+19
* Add Idache1996-11-261-35/+43
* Move PATH_LOCALE handling to setlocale.c, simplify locale path building,ache1996-11-261-10/+9
* PATH_LOCALE: use this non-standard env variable first time only, i.e.ache1996-11-263-72/+98
* get_myaddress() wasn't following the interface array properlypst1996-11-221-12/+9
* Fixed execvp() of an empty pathname to fail POSIXly. Previously itbde1996-11-181-0/+6
* Fixed uninitialized variables for the '/'-in-pathname case in execvp().bde1996-11-181-1/+2
* Slight rewording of the BUGS section.alex1996-11-131-4/+4
* Parameters for localtime_r() and gmtime_r() definitions changed.hsu1996-11-111-8/+8
* Parameters pthread_getspecific() changed.hsu1996-11-111-1/+1
* Merge from the 2.2 branch: describe MNT_FORCE for mount(2).joerg1996-11-101-0/+3
* Added to MNT_FORCE option description after seeing Bruce's commit messageobrien1996-11-101-3/+24
* - Avoid possible SEGVs: never call clnt_destroy() without checkingwpaul1996-11-081-8/+36
* Document that the `old' count is returned for the ENOMEM case.bde1996-11-041-1/+2
* Doc updates and cleanups made with the bind-4.9.4 update some time ago.peter1996-11-014-24/+102
* Add an "officially undocumented" tweak for squid so that it can see thepeter1996-11-011-2/+7
* Correct a "spelling" error in a comment.dyson1996-10-312-4/+4
* collate_range_cmp -> __collate_range_cmpache1996-10-311-4/+5
* collate_range_cmp -> __collate_range_cmpache1996-10-312-6/+8
* Rename collate_range_cmp to __collate_range_cmp for internal usageache1996-10-312-5/+14
* If you run with option Z and malloc fails, memset gets calledphk1996-10-291-4/+6
* Fix an off-by-one error in getvfsent().joerg1996-10-261-1/+1
* Note that streams are now flushed on abort.alex1996-10-261-2/+2
* Various cosmeticsphk1996-10-261-48/+28
* POSIX requires stdio buffers be flushed on abort.alex1996-10-261-0/+8
* GNU-style changes:ache1996-10-232-11/+21
* Simplify debug outputache1996-10-232-5/+14
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
* add flag FNM_ICASE for case insensitve searchwosch1996-10-202-1/+25
* malloc_pages should be static.phk1996-10-201-187/+103
* Remove the arbitrary limit for the line length in /etc/ttys, and makejoerg1996-10-191-11/+33
* Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2peter1996-10-191-10/+18
* Backout bzero patch.guido1996-10-181-21/+11
* When freeing buffers in the db routines, also zeroize themguido1996-10-171-1/+3
* Corrently null-terminate the path being passed to the opendir() calls,peter1996-10-171-0/+1
* Bring back ns_* routines; we need them for ifconfig and route.jkh1996-10-161-2/+1
* Save half of space in LC_COLLATE and remove unneded code.ache1996-10-152-35/+10
* Require that a timezone specified via the TZ envariable be a regularwollman1996-10-091-1/+7
* Improve seeding, the random sequence did not vary matchache1996-10-092-14/+75
* Fix an error in the description of "h_errno". Add "const" to a fewjdp1996-10-081-4/+4
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-056-7/+13
* Skip results that have unexpected lengthspst1996-10-011-7/+6
* perror () does not prepend ": " for the non-NULL argument "". close PR 1492wosch1996-09-301-1/+1
* Made this about as (in)complete as sysctl.8.bde1996-09-291-35/+42
* Updated the descriptions of the limits related to EAGAIN.bde1996-09-292-9/+37
* .Os NetBSD -> .Os FreeBSD.wosch1996-09-284-4/+4
* .DV -> .Dv (SOCK_STREAM was invisible).bde1996-09-281-1/+1
* .DV -> .Dv (FOPEN_MAX was invisible).bde1996-09-281-1/+1
* Don't use malloc, pessimize to use sbrk.phk1996-09-272-2/+3
* Fix a typo.sos1996-09-251-2/+2
OpenPOWER on IntegriCloud