summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add workaround for ftpds with the Y2K MDTM bugdes2000-05-111-7/+22
* Fixed missing consts for function parameters, so that the code matchesbde2000-05-119-9/+18
* Bump major number, since struct url has changed.des2000-05-111-1/+1
* Fix hard sentence break.des2000-05-111-2/+2
* Reorganize some of the http code and split it into more functions.des2000-05-114-103/+203
* Revert the default behaviour for incoming connections sobrian2000-05-112-3/+3
* When "any" acts as a subject, the verb must agree with whatever any is of.hoek2000-05-111-2/+2
* Content-free commit: only remove trailing whitespacehoek2000-05-111-6/+6
* The accept() function is a call, not an argument. Also, add: serialhoek2000-05-111-5/+5
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-102-3/+3
* Add FreeBSD Id tags.obrien2000-05-1012-1/+13
* fp_except => fp_except_t for consistancy with the i386 and the traditionobrien2000-05-104-8/+12
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-103-6/+17
* correct possible security issue(s) in name resolution, due to use ofitojun2000-05-101-177/+391
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-094-4/+4
* While we're at it, add a length field too in case we want to fully implementdes2000-05-071-0/+1
* Implement restartdes2000-05-071-1/+32
OpenPOWER on IntegriCloud