aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use the right user nameDag-Erling Smørgrav2000-10-131-3/+3
* Document recent changes in URL parsing and proxy handlingDag-Erling Smørgrav2000-10-121-10/+20
* ftp.c needs _http_request()Dag-Erling Smørgrav2000-10-121-0/+11
* Rework proxy handling so that proxies can be specified as URLs.Dag-Erling Smørgrav2000-10-122-206/+156
* Relax URL syntax so that schemeless URLs are supported.Dag-Erling Smørgrav2000-10-121-24/+23
* Add macros for the names of the URL schemes we support.Dag-Erling Smørgrav2000-10-121-0/+5
* o Update BUGS entry to indicate in a more precise manner the implementationRobert Watson2000-10-1218-46/+30
* Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH isDag-Erling Smørgrav2000-10-121-4/+10
* Fix pthread cancellation point propagation.Jason Evans2000-10-121-5/+5
* Fix a buildworld hiccup with build-tools that wasn't present in standalonePeter Wemm2000-10-112-2/+2
* Oops, beforedepend isn't needed. The build problem I had was due toPeter Wemm2000-10-112-4/+0
* Update for ncurses 5.1-20001009 importPeter Wemm2000-10-112-6/+20
* Update for ncurses 20001009 importPeter Wemm2000-10-112-6/+20
* Update after ncurses 20001009 importPeter Wemm2000-10-112-6/+24
* Update bmake glue after ncurses 5.1-20001009 import.Peter Wemm2000-10-114-20/+60
* Fix alphabetical ordering for libsmutilGregory Neil Shapiro2000-10-101-1/+1
* Use sendmail's version of vacation. It is command line and databaseGregory Neil Shapiro2000-10-101-6/+1
* Inital PowerPC loader build support.David E. O'Brien2000-10-102-1/+8
* Fix the embeded VCS ID for FreeBSD vs. NetBSD.David E. O'Brien2000-10-101-3/+2
* Architecture-specific setjump()/longjmp() bits for the PowerPCDavid E. O'Brien2000-10-101-0/+39
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-087-7/+13
* o Introduce a MAINTAINER entry for libposix1e, since it is activelyRobert Watson2000-10-022-0/+2
* Include fcntl.hBrian Somers2000-10-021-0/+1
* Correct uu_lock_txfr. I don't think this ever worked correctly.Brian Somers2000-10-021-5/+6
* A bit of indentation reformatting.Ruslan Ermilov2000-10-021-33/+21
* Use issetugid instead of comparing get[ug]id and gete[ug]id.Jacques Vidrine2000-09-301-5/+2
* Document passwd_format further.Brian Feldman2000-09-301-0/+4
* Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables forJacques Vidrine2000-09-291-2/+12
* Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) manPeter Wemm2000-09-2810-0/+307
* Fix typoAlexey Zelkin2000-09-271-1/+1
* off-by-1 error in string length validationJun-ichiro itojun Hagino2000-09-251-7/+6
* Work around buggy servers such as NCSA httpd which send an incompleteDag-Erling Smørgrav2000-09-241-9/+18
* o Minor whitespace, comment cleanupsRobert Watson2000-09-222-54/+28
* Better documentation of append mode. This should have gone in -currentEivind Eklund2000-09-221-0/+8
* Resurrect documentation of chflags(2)'s SF_ARCHIVED.Ralf S. Engelschall2000-09-221-2/+2
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-215-4/+249
* Fixed the calculations with UDP header length field.Ruslan Ermilov2000-09-211-2/+2
* IN_CLASS*() macros assume host order and s_addr is network bytePaul Saab2000-09-201-2/+2
* Oops, un-spam this file - the last commit was an accident.Brian Somers2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-202-5/+5
* o Whitespace reduction appled to FreeBSD CVS IDRobert Watson2000-09-192-2/+2
* o General warning fixing commitRobert Watson2000-09-1914-18/+12
* o Add cap_from_text(3) and cap_to_text(3) man pages.Robert Watson2000-09-196-0/+464
* o EACCES is not a possible error for acl_from_text(), so fixRobert Watson2000-09-1920-28/+22
* Add thread-safe wrapper for fpathconf(2) syscall.Maxim Sobolev2000-09-197-0/+52
* Document RTLD_DEFAULT and the search algorithm used for resolvingJohn Polstra2000-09-191-6/+43
* Make a somewhat unsatisfactory attempt to describe the effects ofJohn Polstra2000-09-191-1/+18
* o cap_set_flag() was not correctly clearing capabilities when valueRobert Watson2000-09-192-4/+10
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-172-0/+6
* Pickup SPECNAMELEN from <sys/param.h> and use it.Poul-Henning Kamp2000-09-161-15/+10