summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* English pedantry : affect -> effectmsmith1996-12-091-1/+1
* Turn POSIX_SAVED_IDS offache1996-12-061-20/+20
* I asked Bill Paul why _getnetbynis() was only being called with 2 parameters,jkh1996-12-061-3/+3
* Remove more instances of passing arrays by address when they shouldjkh1996-12-051-7/+7
* Eliminate 3 more examples of gratutiously passing arrays by address.jkh1996-12-051-3/+3
* sethostname() returns int, not long. I could get used to having thisjkh1996-12-051-2/+2
* _key is a char array and we don't need to pass its address to _buildkey()jkh1996-12-051-1/+1
* gethostname() returns int, not long. Answered my own question byjkh1996-12-051-1/+1
* make u_char * -> char * conversion explicit.jkh1996-12-051-1/+1
* The semget man page uses the incorect symbol for altermpp1996-12-031-7/+7
* Add support for detecting and hopefully using the passwd.adjunct.bynamewpaul1996-12-031-13/+65
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-0228-91/+100
* Update getdomainname(3) to reflect that it operates onmpp1996-12-011-11/+13
* 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
OpenPOWER on IntegriCloud