summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Argh! Fix passive mode selection (again)Dag-Erling Smørgrav2000-10-171-2/+3
* Try and get libc_r to compile again on the alpha after deischen's commitPeter Wemm2000-10-173-9/+9
* Sync with NetBSD:Nick Hibma2000-10-1613-132/+302
* Return zero from setjmp() and _setjmp() for now.Doug Rabson2000-10-162-0/+5
* Fix a couple of dumb mistakes.Doug Rabson2000-10-161-7/+9
* Fix RAW dependency violation on p6 between cmp and mov.Marcel Moolenaar2000-10-152-0/+2
* #include <sys/types.h>Brian Somers2000-10-153-0/+6
* Fix #include orderBrian Somers2000-10-151-1/+1
* Initial libc port for ia64.Doug Rabson2000-10-1445-0/+3022
* CSU code for ia64.Doug Rabson2000-10-141-0/+115
* Document the ptrace() PT_STEP request.John W. De Boskey2000-10-141-1/+10
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes areDaniel Eischen2000-10-133-3/+3
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-1377-3389/+5243
* o Introduce cap_from_text() and cap_to_text() implementations.Robert Watson2000-10-134-2/+1146