summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Disable the end guard for now.benno2000-11-101-0/+2
* Make setjmp work our way, as opposed to NetBSD's.benno2000-11-101-3/+1
* Don't always enable debugging for the network device code.benno2000-11-101-2/+0
* Don't needlessly poll file descriptors when there are nodeischen2000-11-0940-2104/+1815
* Prevent the thread-safe version of kevent from gettingdeischen2000-11-091-2/+3
* Eliminate inconsistency where a value that contains only whitespacemurray2000-11-091-1/+6
* Fix password clearing bug which prevented challenge/response from working.eivind2000-11-081-1/+1
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h somurray2000-11-083-9/+13
* Use size_t rather than a 16-bit data type fo the length.obrien2000-11-071-1/+5
* MFS: add ATA raid support for sysinstalljkh2000-11-062-2/+4
* Fixed typos.ru2000-11-061-4/+4
* Fixed typo: .FR -> .Faru2000-11-061-1/+1
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-5/+1
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* At the beginning of pthread_mutex_lock(), call _thread_init() ifjdp2000-11-013-0/+9
* Fix nits introduced in rev 1.9:sheldonh2000-10-301-2/+4
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* Replace old sigaction struct declaration with the new one as presentasmodai2000-10-301-12/+8
* Correct incorrect information about the PATH used for exec*() calls.asmodai2000-10-301-4/+7
* Whitespace only change: trim trailing whitespace.asmodai2000-10-3054-186/+186
* A significant rewrite of PPTP aliasing code.ru2000-10-304-151/+265
* Alpha verions of the crt initialization and finalization files requiredobrien2000-10-303-2/+96
* Fix memory leak.sumikawa2000-10-291-0/+2
* Use CHECK_FLAGdes2000-10-294-22/+22
* Stricter error checking in the I/O functions.des2000-10-291-1/+25
* Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.des2000-10-291-0/+5
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).eivind2000-10-291-1/+0
* Document FTP_PASSIVE_MODE and FTP_PASSWORD.des2000-10-291-1/+8
* Add link malloc.conf.5 -> malloc.3eivind2000-10-291-0/+1
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-2814-44/+99
* Fix this my way. David had absolutely no call overriding MAINTAINER withoutdes2000-10-281-3/+3
* Install per function manpages so one doesn't mistakenly think we don'tobrien2000-10-281-0/+8
* Repeat after me, "check to see that a pointer isn't NULL beforeobrien2000-10-281-3/+3
* Style & grammar fixes.mpp2000-10-281-3/+7
* defined HAVE_IFM_DATA for (free|net|open)bsdume2000-10-281-0/+5
* Explicitly initialize _pw_passwd.nectar2000-10-271-1/+1
* Make RES_OPTIONS=inet6 work.ume2000-10-271-0/+4
* MFS: don't expect result code until you close the data connectiondes2000-10-271-3/+3
* Fix problems people were having with large -O levels with GCC andgreen2000-10-273-8/+50
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-262-0/+4
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyache2000-10-261-1/+1
* Treat c_fmt field as compatibility placeholderache2000-10-262-5/+3
* Force "%c" to be ctime-compatibleache2000-10-261-1/+2
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtache2000-10-262-5/+6
* Make pthread_kill() know about temporary signal handlers installeddeischen2000-10-256-96/+372
* Build the ISC library as libisc. This library comes as part of thearchie2000-10-242-1/+136
* Describe %c betterache2000-10-241-3/+7
* We use ___setjmp (non-signal saving) to setup a signal frame. Whendeischen2000-10-223-3/+3
* Use funopen() instead of fdopen(). This fixes three problems:des2000-10-221-4/+118
* If the scheme is HTTP or HTTPS, percent-escape whitespace in the documentdes2000-10-211-1/+21
OpenPOWER on IntegriCloud