aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* -pthread -> -lc_rDaniel Eischen2001-01-243-3/+3
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-24306-3478/+3895
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-24190-997/+1582
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.John Baldwin2001-01-241-1/+2
* Protect against multiple inclusion.Maxim Sobolev2001-01-241-0/+5
* Minor fixes:Maxim Sobolev2001-01-241-3/+3
* I made a last-minute change before the last commit which brokeGarrett Wollman2001-01-231-3/+1
* mdoc(7) police: replaced empty line with .Pp, updated document date.Ruslan Ermilov2001-01-231-2/+2
* Add a couple of new library interfaces (will be activated when theGarrett Wollman2001-01-232-0/+88
* Add the function sysctlnametomib to libc. Details on the semanticsKirk McKusick2001-01-233-3/+111
* Revert rev. 1.27. This file only included <sys/select.h> because ofGarrett Wollman2001-01-201-3/+0
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-191-2/+2
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-181-583/+475
* Document EHOSTDOWN error.Ben Smithurst2001-01-171-0/+2
* Clarify comments referring to strlcat() usageChris D. Faulhaber2001-01-171-1/+22
* - Reverse the order of two loop invariant to ensure strlcat() does notChris D. Faulhaber2001-01-171-3/+6
* Merge the documentation for sigsetmask() and sigblock() into aBen Smithurst2001-01-173-99/+31
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-175-1416/+1143
* rstat(1) and rstat_svc(8) are the early versions ofRuslan Ermilov2001-01-173-88/+0
* o When returning NULL, return (NULL) instead of return (0).Robert Watson2001-01-178-24/+24
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.Ben Smithurst2001-01-161-2/+2
* The bit about sigpending not detecting any errors is a lie, it can returnBen Smithurst2001-01-161-2/+7
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-162-3/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-1611-14/+14
* Version bump, because of ABI incompatibility.Nicolas Souchu2001-01-151-1/+1
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-134-35/+251
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-122-138/+248
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-127-13/+13
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-121-266/+433
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-121-77/+100
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-115-681/+845
* mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision.Ruslan Ermilov2001-01-101-2/+3
* o acl_from_text.c:Robert Watson2001-01-094-48/+20
* o bzero() the ACL structure only if malloc() returns non-NULL.Robert Watson2001-01-092-2/+4
* o Correct spelling error from patch in previous commit.Robert Watson2001-01-092-2/+2
* o Add missing initialization of errno from error returns ofRobert Watson2001-01-096-0/+6
* The user name for anonymous ftp is now "anonymous".Dag-Erling Smørgrav2001-01-081-10/+17
* Back out previous (accidental) commit.Dag-Erling Smørgrav2001-01-081-1/+1
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.Dag-Erling Smørgrav2001-01-082-4/+3
* o Make acl_from_text() support uid's and gid's as well as usernamesRobert Watson2001-01-082-12/+36
* Correct check of getgrnam outputChris D. Faulhaber2001-01-072-2/+2
* Fix bugs in the handling of > 8 positional arguments:Archie Cobbs2001-01-061-14/+18
* Use a unified libgcc rather than a seperate one for threaded andJohn Baldwin2001-01-061-2/+2
* gethostbyname2() is able to lookup AF_INET6.Alexander Langer2001-01-061-10/+0
* Use a unified libgcc rather than a seperate one for threaded andDavid E. O'Brien2001-01-069-18/+14
* Force strong references to several pthread_* functions which are weaklyDavid E. O'Brien2001-01-063-0/+96
* Add rcsid's.David E. O'Brien2001-01-043-9/+23
* The instructions on doing something with src/lib/csu/powerpc.David E. O'Brien2001-01-041-0/+26
* PowerPC version of the C runtime support.David E. O'Brien2001-01-041-0/+124
* PowerPC verions of the crt initialization and finalization files requiredDavid E. O'Brien2001-01-042-0/+91