summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Prevent internal buffer overflow due to expansion of $LANG and/or namekris2000-08-051-3/+11
* src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stageru2000-08-042-2/+2
* Return an error instead of overflowing the buffer in the case of a longkris2000-08-041-0/+4
* Calculate the string length of a u_long at compile-time, instead of using akris2000-08-041-5/+17
* Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.kris2000-08-041-1/+3
* Correct string length bounds checking.kris2000-08-041-3/+5
* Prevent TMPDIR overflow.kris2000-08-041-1/+5
* Don't overflow the internal buffer in clnt_sperror()kris2000-08-041-1/+1
* sprintf -> snprintf paranoiakris2000-08-041-3/+3
* Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.kris2000-08-041-2/+2
* Prevent buffer overflows.kris2000-08-041-0/+10
* Cleanup warnings by adding missint prototypes, removing unneeded duplicatejhb2000-08-034-12/+20
* Fix signedness bogon.des2000-08-021-7/+6
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-016-0/+30
* Revert the temporary hack in rev 1.79.peter2000-08-011-1/+1
* If the format string passed to setproctitle begins with a '-'ps2000-08-014-48/+28
* Whitespace only:sheldonh2000-07-311-4/+4
* Add pointers to rfork_thread(3)peter2000-07-311-3/+12
* Add a skeleton rfork_thread(3) man page.peter2000-07-292-1/+79
* Take a shot at implementing a functional rfork_thread() for alpha. Thispeter2000-07-292-0/+66
* Fix some rather interesting bugs that managed to not turn up in variouspeter2000-07-291-5/+5
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofpeter2000-07-293-2/+114
* Deal with the exit entry in MIASM changing to sys_exit.peter2000-07-291-1/+1
* Teach library about Home/End keysache2000-07-282-5/+30
* Fully preserve original tty settings outside of line edition mode. Old variantache2000-07-281-44/+8
* Move terminal descriptor flush before stty to eliminate potential problemsache2000-07-271-1/+1
* Don't fail if _ftp_stat() reports a protocol error, since that most likelydes2000-07-271-0/+1
* Fix temp. singnals blocking. Only one signal was blocked due to typo pastedache2000-07-261-3/+5
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-268-3/+819
* MFC 1.11.2.3 from -stable to -currentdillon2000-07-251-6/+21
* If the server reports the size as 0, treat it as unknown. This works arounddes2000-07-251-3/+2
* Centralize the default port finding code.des2000-07-253-33/+43
* Clean up some nits, with the permission of the author:sheldonh2000-07-241-7/+14
* Remove the reference to KERN_UPDATEINTERVAL and syncer(4), sincesheldonh2000-07-221-6/+0
* Ignore environment variables that are set but empty.des2000-07-211-40/+81
* Document the proxy support better.des2000-07-211-2/+15
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codedes2000-07-212-13/+24
* Don't send port number to proxy unless it's not the standard FTP portdes2000-07-211-2/+6
* Call _thread_init() from pthread_once() if it has not already been called.dfr2000-07-213-0/+6
* Use _close() instead of close() in addrconfig() to keep it from becoming ajasone2000-07-211-3/+3
* Fix problem where original author thought `unsigned long' was the bestobrien2000-07-201-2/+4
* Copy canonname for *ahost, into static buffer.ume2000-07-201-10/+10
* use .Pp instead of faking it with an extra newlinealfred2000-07-201-1/+1
* document get/set sockopt usage with accept_filter(9)alfred2000-07-201-2/+35
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellbrian2000-07-202-3/+14
* Fix the case where the file name is preceded by a lone slash.des2000-07-201-1/+1
* Don't try to skip to the requested offset if the server returns more datades2000-07-191-8/+10
* pthread_once --> pthread_once_t.jasone2000-07-192-2/+2
* Update stale references to update(4) with references to the newsheldonh2000-07-193-4/+4
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tume2000-07-191-2/+2
OpenPOWER on IntegriCloud