aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Document return value of ENOENT for nonexistent/invalid filter entries.Jonathan Lemon2000-08-071-0/+2
* Adjust TCP checksum rather than compute it afresh.Ruslan Ermilov2000-08-071-4/+8
* Don't use kern.disks sysctl on PC-98 because the wd driver doesn't callYoshihiro Takahashi2000-08-071-0/+4
* Good, fixing the header showed incorrect usage of it! #define _KERNELBrian Feldman2000-08-061-0/+3
* Fix description of argv[0] passed to interpreted scripts; it's the name ofBen Smithurst2000-08-051-3/+3
* Prevent internal buffer overflow due to expansion of $LANG and/or nameKris Kennaway2000-08-051-3/+11
* src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stageRuslan Ermilov2000-08-042-2/+2
* Return an error instead of overflowing the buffer in the case of a longKris Kennaway2000-08-041-0/+4
* Calculate the string length of a u_long at compile-time, instead of using aKris Kennaway2000-08-041-5/+17
* Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.Kris Kennaway2000-08-041-1/+3
* Correct string length bounds checking.Kris Kennaway2000-08-041-3/+5
* Prevent TMPDIR overflow.Kris Kennaway2000-08-041-1/+5
* Don't overflow the internal buffer in clnt_sperror()Kris Kennaway2000-08-041-1/+1
* sprintf -> snprintf paranoiaKris Kennaway2000-08-041-3/+3
* Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.Kris Kennaway2000-08-041-2/+2
* Prevent buffer overflows.Kris Kennaway2000-08-041-0/+10
* Cleanup warnings by adding missint prototypes, removing unneeded duplicateJohn Baldwin2000-08-034-12/+20
* Fix signedness bogon.Dag-Erling Smørgrav2000-08-021-7/+6
* Make sem_post() safe to call from within a signal handler, as required byJason Evans2000-08-016-0/+30
* Revert the temporary hack in rev 1.79.Peter Wemm2000-08-011-1/+1
* If the format string passed to setproctitle begins with a '-'Paul Saab2000-08-014-48/+28
* Whitespace only:Sheldon Hearn2000-07-311-4/+4
* Add pointers to rfork_thread(3)Peter Wemm2000-07-311-3/+12
* Add a skeleton rfork_thread(3) man page.Peter Wemm2000-07-292-1/+79
* Take a shot at implementing a functional rfork_thread() for alpha. ThisPeter Wemm2000-07-292-0/+66
* Fix some rather interesting bugs that managed to not turn up in variousPeter Wemm2000-07-291-5/+5
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofPeter Wemm2000-07-293-2/+114
* Deal with the exit entry in MIASM changing to sys_exit.Peter Wemm2000-07-291-1/+1
* Teach library about Home/End keysAndrey A. Chernov2000-07-282-5/+30
* Fully preserve original tty settings outside of line edition mode. Old variantAndrey A. Chernov2000-07-281-44/+8
* Move terminal descriptor flush before stty to eliminate potential problemsAndrey A. Chernov2000-07-271-1/+1
* Don't fail if _ftp_stat() reports a protocol error, since that most likelyDag-Erling Smørgrav2000-07-271-0/+1
* Fix temp. singnals blocking. Only one signal was blocked due to typo pastedAndrey A. Chernov2000-07-261-3/+5
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-268-3/+819
* MFC 1.11.2.3 from -stable to -currentMatthew Dillon2000-07-251-6/+21
* If the server reports the size as 0, treat it as unknown. This works aroundDag-Erling Smørgrav2000-07-251-3/+2
* Centralize the default port finding code.Dag-Erling Smørgrav2000-07-253-33/+43
* Clean up some nits, with the permission of the author:Sheldon Hearn2000-07-241-7/+14
* Remove the reference to KERN_UPDATEINTERVAL and syncer(4), sinceSheldon Hearn2000-07-221-6/+0
* Ignore environment variables that are set but empty.Dag-Erling Smørgrav2000-07-211-40/+81
* Document the proxy support better.Dag-Erling Smørgrav2000-07-211-2/+15
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codeDag-Erling Smørgrav2000-07-212-13/+24
* Don't send port number to proxy unless it's not the standard FTP portDag-Erling Smørgrav2000-07-211-2/+6
* Call _thread_init() from pthread_once() if it has not already been called.Doug Rabson2000-07-213-0/+6
* Use _close() instead of close() in addrconfig() to keep it from becoming aJason Evans2000-07-211-3/+3
* Fix problem where original author thought `unsigned long' was the bestDavid E. O'Brien2000-07-201-2/+4
* Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO2000-07-201-10/+10
* use .Pp instead of faking it with an extra newlineAlfred Perlstein2000-07-201-1/+1
* document get/set sockopt usage with accept_filter(9)Alfred Perlstein2000-07-201-2/+35
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellBrian Somers2000-07-202-3/+14