aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* o Update copyright dates.Robert Watson2001-03-1320-196/+214
* Document the rest of the possible return codes.Dima Dorfman2001-03-131-0/+12
* .St -p1003.1g -> .St -p1003.1g-2000.Ruslan Ermilov2001-03-123-4/+4
* Updates for Blowfish password hashing.Mark Murray2001-03-111-1/+1
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-114-7/+23
* In theory it would be perfectly legal for a system administrator toBill Fumerola2001-03-101-1/+1
* Correct a race condition where it was possible for a signaledDaniel Eischen2001-03-093-6/+24
* This is the getsid() we are talking about, not setsid().Ruslan Ermilov2001-03-091-1/+1
* Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org>David E. Cross2001-03-082-0/+2
* Don't remember an EINTR, since the caller may want to restart the call.Dag-Erling Smørgrav2001-03-071-2/+4
* Support lower-case versions of the proxy environment variables.Dag-Erling Smørgrav2001-03-073-3/+13
* A quick and dirty port of libstand to ia64.Doug Rabson2001-03-063-0/+161
* Use relative paths to find byte_swap_*.S to make it easier to use theseDoug Rabson2001-03-064-4/+4
* Make this compile. Still need to write/borrow a working setjmp.Doug Rabson2001-03-061-0/+1
* Use ieee floats on ia64.Doug Rabson2001-03-061-1/+1
* Use the right format string for printing ULONG_MAX.David Malone2001-03-051-2/+2
* Fix style nit.David E. O'Brien2001-03-051-1/+1
* Fix style breakage.David E. O'Brien2001-03-051-0/+1
* Fix style that got corrupted.David E. O'Brien2001-03-051-17/+17
* Fix FreeBSD id style breakage from rev 1.17David E. O'Brien2001-03-051-1/+1
* Use our standard .c rcsid format.David E. O'Brien2001-03-051-1/+2
* Fix copyright breakage in rev 1.2.David E. O'Brien2001-03-051-0/+7
* Correct a comment.David E. O'Brien2001-03-051-1/+1
* Fix style breakage in rev 1.3David E. O'Brien2001-03-051-0/+1
* Fix style bug that was introduced.David E. O'Brien2001-03-051-0/+1
* Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX forAndrey A. Chernov2001-03-031-1/+1
* Actually implement T_FMT_AMPMAndrey A. Chernov2001-03-021-1/+1
* Implement ampm_fmt (%r) per POSIXAndrey A. Chernov2001-03-024-9/+22
* Removed duplicate $FreeBSD$.Ruslan Ermilov2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.Ruslan Ermilov2001-03-021-2/+2
* mdoc(7) police: fix markup.Ruslan Ermilov2001-03-024-14/+18
* Hide the definition of struct __sFILEX and add the neededDaniel Eischen2001-03-012-81/+33
* s/fstat/_fstat/Daniel Eischen2001-03-011-1/+1
* Merge in strtoul.3 rev 1.11 mdoc(7) police changes:David E. O'Brien2001-02-281-2/+3
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-1/+1
* Use the new EV_SET macro to insure that all fields in struct keventJonathan Lemon2001-02-281-5/+3
* mdoc(7) police: prepare for mdocNG.Ruslan Ermilov2001-02-281-1/+1
* mdoc(7) police: fix the .Nd line broken in previous revision.Ruslan Ermilov2001-02-281-2/+3
* Remove the `r' devices.David E. O'Brien2001-02-271-5/+2
* Use formula with better random distribution for rand()Andrey A. Chernov2001-02-271-0/+26
* I accidently deleted an include when I added the $FreeBSD$ so I couldDavid E. O'Brien2001-02-272-0/+4
* In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.Ruslan Ermilov2001-02-271-23/+30
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-277-175/+111
* Use ``.St -p1003.[12]''.Ruslan Ermilov2001-02-262-6/+18
* Use ``.St -p1003.1g''.Ruslan Ermilov2001-02-262-2/+4
* Use ``.St -p1003.1-96''.Ruslan Ermilov2001-02-2670-210/+140
* /^\.St/ s/-iso9945-1/-p1003.1-96/Ruslan Ermilov2001-02-2615-17/+17
* ``.St -p1003.1b'' -> ``.St -p1003.1b-93''.Ruslan Ermilov2001-02-262-2/+2
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-26113-117/+117
* Document the EINTR error.Jason Evans2001-02-261-0/+2