summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a misspelling: undefied -> undefinedchris2000-05-272-2/+2
* Hackish support for 302 redirect.des2000-05-261-24/+59
* Honor FTP_PASSIVE_MODE so caller doesn't need to.des2000-05-261-0/+4
* Back out the previous change to the queue(3) interface.jake2000-05-268-72/+72
* Output newline after debugging messagedes2000-05-251-0/+1
* Add (and document) fetchMakeURL()des2000-05-253-3/+51
* Dump com_err, it's a stinking crock of shit.des2000-05-257-127/+49
* fix stray 'i' from editor.alfred2000-05-251-1/+1
* Teach libdisk about 'twe' disks.msmith2000-05-252-1/+3
* catch up to the modern ATAPI disk naming conventions and add floppyjkh2000-05-241-1/+1
* We should see the ai_canonname menber of the first addrinfoume2000-05-241-6/+6
* Add missing source files. Sort SRCS.tg2000-05-246-16/+28
* fix up the kqueue documentation... comment some things that were leftjmg2000-05-241-0/+21
* Use the new machine-independent versions of crtbegin and crtendobrien2000-05-242-7/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-238-72/+74
* Describe errx/warnx in comparison to errc/warnc/err/warn.ghelmer2000-05-231-12/+33
* Use the new machine-independent versions of crtbegin and crtendjdp2000-05-233-108/+2
* Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is notume2000-05-221-1/+11
* <blush> I tested the real code changes, but neglected to test theimp2000-05-222-5/+5
* Do not read editrc file from '.'. This can be as unsafe as havingimp2000-05-222-12/+11
* Make comment match code forgotten in last commitimp2000-05-221-1/+1
* Add $FreeBSD$ so I can commit:imp2000-05-221-4/+6
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-211-1/+1
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-211-4/+0
* Fix a memory leak in getent() that occurred when the requested entryhoek2000-05-211-1/+3
* Fix a memory leak with lc->lc_cap in login_close().hoek2000-05-211-0/+1
* IPv6 support.ume2000-05-207-68/+278
* Take crtbegin.c and crtend.c from the new machine-independentjdp2000-05-204-135/+4
* Better handling of some boundary conditions.des2000-05-192-4/+9
* This is step 1 in an effort to unify the start-up files for thejdp2000-05-196-78/+120
* Remove a superfluous `.Pp' occuring directly afterchris2000-05-191-1/+0
* Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()chris2000-05-191-0/+27
* List ECONNRESET as a return value. EINVAL was not documented either.peter2000-05-192-0/+4
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-171-0/+4
* Fix a memory leak. pthread_set_name_np() allocates space for a name, butjasone2000-05-163-6/+18
* Fix a memory leak. pthread_set_name_np() allocates space for a name, butjasone2000-05-162-0/+8
* Make HTTP_PROXY work for FTP.ume2000-05-152-13/+45
* Document struct url.des2000-05-151-0/+32
* Initialize the struct url_stat at the beginning of _fetch_stat_file().des2000-05-151-0/+2
* Initialize the struct url_stat at the beginning of fetchStatFTP().des2000-05-151-0/+3
* Remove unused 'verbose'.des2000-05-151-6/+6
* Add some extra functions adapted from OpenBSD, in preparation forkris2000-05-152-0/+97
* Fix the real problem that broke the Alpha loader this last week. Itpeter2000-05-121-2/+3
* We compile expressly on the alpha with -mno-fp-regs - so do not use thempeter2000-05-121-0/+4
* mdoc related fixes:phantom2000-05-121-19/+22
* . fix .Dt macro argumentphantom2000-05-121-2/+2
* add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3)phantom2000-05-122-0/+2
* "Fixed" missing include in synopsis. POSIX.1-1996 only specifiesbde2000-05-114-0/+4
* Fixed misspelling of a struct tag in a function parameter type.bde2000-05-112-2/+2
* Fixed missing include in synopsis.bde2000-05-111-2/+2
OpenPOWER on IntegriCloud