summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fixed C error(s) in synopsis.bde2001-02-063-2/+3
* Fixed errors in prototypes. Many were hiding under mdoc errors.bde2001-02-051-0/+4
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
* Fixed errors in prototypes. Many were hiding under mdoc errors.bde2001-02-051-5/+30
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
* Don't install links for crypt.3 here. There is no crypt.3 here...bde2001-02-051-2/+0
* Remove a sizeof(void *) == sizeof(int) assumption.phk2001-02-041-7/+7
* Spelling.mckay2001-02-041-1/+1
* strcpy -> strlcpy paranoianectar2001-02-021-1/+4
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-0152-174/+177
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-2924-254/+79
* s/err1/errx/.ume2001-01-261-2/+2
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-264-8/+8
* Comment change only; s/_thread_sys_/__sys_/deischen2001-01-261-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-24190-997/+1582
* I made a last-minute change before the last commit which brokewollman2001-01-231-3/+1
* mdoc(7) police: replaced empty line with .Pp, updated document date.ru2001-01-231-2/+2
* Add a couple of new library interfaces (will be activated when thewollman2001-01-232-0/+88
* Add the function sysctlnametomib to libc. Details on the semanticsmckusick2001-01-233-3/+111
* man(7) -> mdoc(7).ru2001-01-181-583/+475
* Document EHOSTDOWN error.ben2001-01-171-0/+2
* Clarify comments referring to strlcat() usagejedgar2001-01-171-1/+22
* - Reverse the order of two loop invariant to ensure strlcat() does notjedgar2001-01-171-3/+6
* Merge the documentation for sigsetmask() and sigblock() into aben2001-01-173-99/+31
* 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-174-12/+12
* 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
* Prepare for mdoc(7)NG.ru2001-01-167-9/+9
* 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-092-24/+10
* o bzero() the ACL structure only if malloc() returns non-NULL.rwatson2001-01-091-1/+2
* o Correct spelling error from patch in previous commit.rwatson2001-01-091-1/+1
* o Add missing initialization of errno from error returns ofrwatson2001-01-093-0/+3
* o Make acl_from_text() support uid's and gid's as well as usernamesrwatson2001-01-081-6/+18
* Correct check of getgrnam outputjedgar2001-01-071-1/+1
* Fix bugs in the handling of > 8 positional arguments:archie2001-01-061-14/+18
* gethostbyname2() is able to lookup AF_INET6.alex2001-01-061-10/+0
* Fix SCCS id string abuse I introduced.obrien2001-01-021-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
* 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-29104-485/+518
OpenPOWER on IntegriCloud