summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use kern.disks sysctl on PC-98.nyan2000-10-211-4/+0
* Correct the text on RETURN VALUES.n_hibma2000-10-201-1/+3
* A failure to allocate memory for auxiliary TCP data is now fatal.ru2000-10-191-16/+15
* Argh! Fix passive mode selection (again)des2000-10-171-2/+3
* Try and get libc_r to compile again on the alpha after deischen's commitpeter2000-10-173-9/+9
* Sync with NetBSD:n_hibma2000-10-1613-132/+302
* Return zero from setjmp() and _setjmp() for now.dfr2000-10-162-0/+5
* Fix a couple of dumb mistakes.dfr2000-10-161-7/+9
* Fix RAW dependency violation on p6 between cmp and mov.marcel2000-10-152-0/+2
* #include <sys/types.h>brian2000-10-153-0/+6
* Fix #include orderbrian2000-10-151-1/+1
* Initial libc port for ia64.dfr2000-10-1445-0/+3022
* CSU code for ia64.dfr2000-10-141-0/+115
* Document the ptrace() PT_STEP request.jwd2000-10-141-1/+10
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes aredeischen2000-10-133-3/+3
* Implement zero system call thread switching. Performance ofdeischen2000-10-1377-3389/+5243
* o Introduce cap_from_text() and cap_to_text() implementations.rwatson2000-10-134-2/+1146
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-134-16/+20
* Use the right user namedes2000-10-131-3/+3
* Document recent changes in URL parsing and proxy handlingdes2000-10-121-10/+20
* ftp.c needs _http_request()des2000-10-121-0/+11
* Rework proxy handling so that proxies can be specified as URLs.des2000-10-122-206/+156
* Relax URL syntax so that schemeless URLs are supported.des2000-10-121-24/+23
* Add macros for the names of the URL schemes we support.des2000-10-121-0/+5
* o Update BUGS entry to indicate in a more precise manner the implementationrwatson2000-10-1218-46/+30
* Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH isdes2000-10-121-4/+10
* Fix pthread cancellation point propagation.jasone2000-10-121-5/+5
* Fix a buildworld hiccup with build-tools that wasn't present in standalonepeter2000-10-112-2/+2
* Oops, beforedepend isn't needed. The build problem I had was due topeter2000-10-112-4/+0
* Update for ncurses 5.1-20001009 importpeter2000-10-112-6/+20
* Update for ncurses 20001009 importpeter2000-10-112-6/+20
* Update after ncurses 20001009 importpeter2000-10-112-6/+24
* Update bmake glue after ncurses 5.1-20001009 import.peter2000-10-114-20/+60
* Fix alphabetical ordering for libsmutilgshapiro2000-10-101-1/+1
* Use sendmail's version of vacation. It is command line and databasegshapiro2000-10-101-6/+1
* Inital PowerPC loader build support.obrien2000-10-102-1/+8
* Fix the embeded VCS ID for FreeBSD vs. NetBSD.obrien2000-10-101-3/+2
OpenPOWER on IntegriCloud