summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* man(7) -> mdoc(7).ru2001-01-175-1416/+1143
* rstat(1) and rstat_svc(8) are the early versions ofru2001-01-173-88/+0
* o When returning NULL, return (NULL) instead of return (0).rwatson2001-01-178-24/+24
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.ben2001-01-161-2/+2
* The bit about sigpending not detecting any errors is a lie, it can returnben2001-01-161-2/+7
* mdoc(7) police: fixed broken references.ru2001-01-162-3/+1
* Prepare for mdoc(7)NG.ru2001-01-1611-14/+14
* Version bump, because of ABI incompatibility.nsouch2001-01-151-1/+1
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notnsouch2001-01-134-35/+251
* man(7) -> mdoc(7).ru2001-01-122-138/+248
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-127-13/+13
* man(7) -> mdoc(7).ru2001-01-121-266/+433
* man(7) -> mdoc(7).ru2001-01-121-77/+100
* man(7) -> mdoc(7).ru2001-01-115-681/+845
* mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision.ru2001-01-101-2/+3
* o acl_from_text.c:rwatson2001-01-094-48/+20
* o bzero() the ACL structure only if malloc() returns non-NULL.rwatson2001-01-092-2/+4
* o Correct spelling error from patch in previous commit.rwatson2001-01-092-2/+2
* o Add missing initialization of errno from error returns ofrwatson2001-01-096-0/+6
* The user name for anonymous ftp is now "anonymous".des2001-01-081-10/+17
* Back out previous (accidental) commit.des2001-01-081-1/+1
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.des2001-01-082-4/+3
* o Make acl_from_text() support uid's and gid's as well as usernamesrwatson2001-01-082-12/+36
* Correct check of getgrnam outputjedgar2001-01-072-2/+2
* Fix bugs in the handling of > 8 positional arguments:archie2001-01-061-14/+18
* Use a unified libgcc rather than a seperate one for threaded andjhb2001-01-061-2/+2
* gethostbyname2() is able to lookup AF_INET6.alex2001-01-061-10/+0
* Use a unified libgcc rather than a seperate one for threaded andobrien2001-01-069-18/+14
* Force strong references to several pthread_* functions which are weaklyobrien2001-01-063-0/+96
* Add rcsid's.obrien2001-01-043-9/+23
* The instructions on doing something with src/lib/csu/powerpc.obrien2001-01-041-0/+26
* PowerPC version of the C runtime support.obrien2001-01-041-0/+124
* PowerPC verions of the crt initialization and finalization files requiredobrien2001-01-042-0/+91
* Fix SCCS id string abuse I introduced.obrien2001-01-021-1/+1
* Fix typo: ispec -> ipsecben2001-01-011-1/+1
* Change the interface of getlogin_r to return an int. The formerdeischen2001-01-012-22/+68
* Make it a bit clearer that asprintf doesn't actually "return" a pointer inben2001-01-011-4/+3
* In call to realloc, pass the number of bytes needed, not simply theghelmer2000-12-311-2/+2
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
* Use macro API to <sys/queue.h>ben2000-12-302-4/+4
* Fix a tailq conversion bug that resulted in, e.g., nvi crashing upongreen2000-12-301-1/+2
* Use TAILQ instead of CIRCLEQ.phk2000-12-291-21/+18
* Fixed typo not fixed in previous revision.ru2000-12-291-1/+1
* Prepare for mdoc(7)NG.ru2000-12-29142-655/+676
* Reflect rev 1.18 in crypt.c. Note that this section is somewhatpeter2000-12-281-3/+5
* Hindsight is wonderful, but I got cold feet over the crypt(3) defaultpeter2000-12-281-5/+5
* Merge into a single US-exportable libcrypt, which only providespeter2000-12-285-122/+69
* Link stringlist.3 to sl_{add,find,free,init}.3ben2000-12-271-0/+2
* Document FTP_LOGIN.des2000-12-221-0/+2
* Check the FTP_LOGIN environment variable before falling back ondes2000-12-221-0/+2
OpenPOWER on IntegriCloud