aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't needlessly poll file descriptors when there are noDaniel Eischen2000-11-0940-2086/+1797
* Prevent the thread-safe version of kevent from gettingDaniel Eischen2000-11-091-2/+3
* Eliminate inconsistency where a value that contains only whitespaceMurray Stokely2000-11-091-1/+6
* Fix password clearing bug which prevented challenge/response from working.Eivind Eklund2000-11-081-1/+1
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h soMurray Stokely2000-11-083-9/+13
* Use size_t rather than a 16-bit data type fo the length.David E. O'Brien2000-11-071-1/+5
* MFS: add ATA raid support for sysinstallJordan K. Hubbard2000-11-062-2/+4
* Fixed typos.Ruslan Ermilov2000-11-061-4/+4
* Fixed typo: .FR -> .FaRuslan Ermilov2000-11-061-1/+1
* Honor the ip address given in the root-path dhcp option.Paul Saab2000-11-051-5/+1
* More secure temporary filename. This needs to be revisited to useKris Kennaway2000-11-021-1/+1
* At the beginning of pthread_mutex_lock(), call _thread_init() ifJohn Polstra2000-11-013-0/+9
* Fix nits introduced in rev 1.9:Sheldon Hearn2000-10-301-2/+4
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-307-107/+42
* Replace old sigaction struct declaration with the new one as presentJeroen Ruigrok van der Werven2000-10-301-12/+8
* Correct incorrect information about the PATH used for exec*() calls.Jeroen Ruigrok van der Werven2000-10-301-4/+7
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-3054-186/+186
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-304-151/+265
* Alpha verions of the crt initialization and finalization files requiredDavid E. O'Brien2000-10-303-2/+96
* Fix memory leak.Munechika SUMIKAWA2000-10-291-0/+2
* Use CHECK_FLAGDag-Erling Smørgrav2000-10-294-22/+22
* Stricter error checking in the I/O functions.Dag-Erling Smørgrav2000-10-291-1/+25
* Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.Dag-Erling Smørgrav2000-10-291-0/+5
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).Eivind Eklund2000-10-291-1/+0
* Document FTP_PASSIVE_MODE and FTP_PASSWORD.Dag-Erling Smørgrav2000-10-291-1/+8
* Add link malloc.conf.5 -> malloc.3Eivind Eklund2000-10-291-0/+1
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-2814-44/+99
* Fix this my way. David had absolutely no call overriding MAINTAINER withoutDag-Erling Smørgrav2000-10-281-3/+3
* Install per function manpages so one doesn't mistakenly think we don'tDavid E. O'Brien2000-10-281-0/+8
* Repeat after me, "check to see that a pointer isn't NULL beforeDavid E. O'Brien2000-10-281-3/+3
* Style & grammar fixes.Mike Pritchard2000-10-281-3/+7
* defined HAVE_IFM_DATA for (free|net|open)bsdHajimu UMEMOTO2000-10-281-0/+5
* Explicitly initialize _pw_passwd.Jacques Vidrine2000-10-271-1/+1
* Make RES_OPTIONS=inet6 work.Hajimu UMEMOTO2000-10-271-0/+4
* MFS: don't expect result code until you close the data connectionDag-Erling Smørgrav2000-10-271-3/+3
* Fix problems people were having with large -O levels with GCC andBrian Feldman2000-10-273-8/+50
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-262-0/+4
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyAndrey A. Chernov2000-10-261-1/+1
* Treat c_fmt field as compatibility placeholderAndrey A. Chernov2000-10-262-5/+3
* Force "%c" to be ctime-compatibleAndrey A. Chernov2000-10-261-1/+2
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtAndrey A. Chernov2000-10-262-5/+6
* Make pthread_kill() know about temporary signal handlers installedDaniel Eischen2000-10-256-96/+372
* Build the ISC library as libisc. This library comes as part of theArchie Cobbs2000-10-242-1/+136
* Describe %c betterAndrey A. Chernov2000-10-241-3/+7
* We use ___setjmp (non-signal saving) to setup a signal frame. WhenDaniel Eischen2000-10-223-3/+3
* Use funopen() instead of fdopen(). This fixes three problems:Dag-Erling Smørgrav2000-10-221-4/+118
* If the scheme is HTTP or HTTPS, percent-escape whitespace in the documentDag-Erling Smørgrav2000-10-211-1/+21
* Use kern.disks sysctl on PC-98.Yoshihiro Takahashi2000-10-211-4/+0
* Correct the text on RETURN VALUES.Nick Hibma2000-10-201-1/+3
* A failure to allocate memory for auxiliary TCP data is now fatal.Ruslan Ermilov2000-10-191-16/+15