summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Decremement by 1 the value taken for %j before assigning it to tm_yday,sheldonh1999-11-101-6/+50
* Fix dead loop if locale contains / and not all categories specifiedache1999-11-091-1/+3
* Remove useless section.phantom1999-11-091-2/+0
* Flag empty UID entries as errors (to stop typos from turning intoeivind1999-11-061-1/+6
* Add unsigned char cast to isalphaache1999-11-042-2/+2
* Add unsigned char cast to isdigitache1999-11-041-1/+1
* Add unsigned char cast to is[x]digitache1999-11-042-5/+5
* Add unsigned char cast to isdigitache1999-11-042-2/+2
* Add unsigned char cast to isupperache1999-11-041-1/+1
* unsigned char cast to ctype macrosache1999-11-041-1/+3
* Add unsigned char cast to ctype macros argache1999-11-045-37/+39
* Add unsigned char cast to isspace argache1999-11-044-7/+15
* Fix a really lame buglet which broke with IPs of 34green1999-11-031-1/+1
* It is no longer necessary to prepend underscores to external symbols underjoerg1999-11-021-24/+8
* Document that bind(2) can fail with EAGAIN.nik1999-11-011-0/+3
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesgreen1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. Thisgreen1999-10-311-65/+69
* mdoc(7)'fyphantom1999-10-303-9/+21
* Add HISTORY.obrien1999-10-291-0/+8
* "S" comes before "U"...obrien1999-10-251-2/+2
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)ache1999-10-243-6/+6
* YP/NIS code: remove unnecessary endgrent() calls which can cause fail onache1999-10-161-5/+3
* Fix longstanding bug "unused stayopen" introduced in rev1.11ache1999-10-161-2/+6
* Remove osig* from NOASM. It bogus now.marcel1999-10-142-4/+2
* In longjmp, call sigreturn instead of osigreturn. The latter isn'tjdp1999-10-141-1/+1
* Not needed now the syscall matches the prototype.marcel1999-10-123-117/+0
* \begin{quote}marcel1999-10-102-2/+2
* Remove syscall wrappers.marcel1999-10-095-192/+4
* Remove old sig* wrappers.dfr1999-10-091-2/+1
* Correct the description of the timeout argument. I've examinedwes1999-10-091-0/+10
* Fix sigvec(). When the sigset_t changes came in, it was alteredjdp1999-10-091-6/+17
* o Add $FreeBSD$ as a rcsid instead of in a commentmarcel1999-10-021-31/+28
* o Add $FreeBSD$ as a rcsid instead of in a comment.marcel1999-10-021-5/+12
* Fix misspelling of the "addq" opcode.jdp1999-09-291-1/+1
* sigset_t change (part 5 of 5)marcel1999-09-2912-91/+149
* Back out my backout, it was already posix compliant. Any new fields arepeter1999-09-281-1/+0
* Fix previous commit. The standards specifically say: "The structurepeter1999-09-281-0/+1
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+2
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+4
* Xref strlcat, strlcpyimp1999-09-282-2/+5
* Change .Fn to .Xr on a couple of lines where abort(3) is referenced.chris1999-09-251-2/+2
* mdoc(7)'fyphantom1999-09-231-5/+6
* Nuke dlopen.3 -> dlversion.3 link.phantom1999-09-231-2/+1
* Add gencat(1) to SEE ALSO section.phantom1999-09-223-0/+3
* Add links for errc.3, verrc.3, warnc.3, vwarnc.3.phantom1999-09-221-2/+3
* If `who' was not specified, set the appropriate bits as the chmod(1)ru1999-09-221-2/+6
* mdoc(7)'fyphantom1999-09-211-1/+1
* Fixed a typo (well, format-o) in yesterday's edits.wes1999-09-211-2/+3
* Fixed the description of when and why aio_suspend returns.wes1999-09-201-11/+15
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
OpenPOWER on IntegriCloud