summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.phk1996-11-275-65/+57
* 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
* Oops, we still want to build/install the static libraries.wollman1996-11-201-2/+1
* Copy a slightly modified version of the `libgnumalloc hack' to allowwollman1996-11-201-2/+24
* 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
* Oops, back out previous optimization, don't work as I expectache1996-11-141-4/+12
* Since ftpPutURL not use hostname cache, optimize it by always closingache1996-11-141-13/+5
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowache1996-11-144-20/+44
* Oops, forget the fact that several ftp connections can be activeache1996-11-142-10/+6
* 1) Don't allow endless recursion in ftp_close when it attempts toache1996-11-141-2/+8
* 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
* Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().hsu1996-11-116-0/+366
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,hsu1996-11-113-3/+21
* Moved enum pthread_mutextype to pthread.h.hsu1996-11-113-18/+24
* Make pthread_getspecific() compliant with the final IEEE pthreadshsu1996-11-113-27/+27
* kvm_malloc:ache1996-11-111-3/+3
* 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
* Compile libtelnet from eBones, not secure.markm1996-11-031-2/+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
* Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, sincepeter1996-10-312-3/+3
* Replace collate_range_cmp call with its codeache1996-10-311-1/+18
* 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
* Regenerate.peter1996-10-302-4/+4
* If you run with option Z and malloc fails, memset gets calledphk1996-10-291-4/+6
* Regenerated.. Use new minor number for both installed names, not justpeter1996-10-292-5/+5
* Do not make symbolic links from obj directory into source tree,wosch1996-10-261-233/+73
* 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
* Moved #include of <sys/types.h> earlier so that this compiles whenbde1996-10-251-7/+8
* GNU-style changes:ache1996-10-232-11/+21
* Simplify debug outputache1996-10-232-5/+14
* Add #include <sys/types>phk1996-10-221-1/+2
* close bin/1648 libmd not 64bit safe.phk1996-10-225-12/+15
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
OpenPOWER on IntegriCloud