| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix type-o | Matthew Dillon | 2001-03-16 | 1 | -1/+1 |
| * | Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Add | Jonathan Lemon | 2001-03-16 | 1 | -1/+7 |
| * | Correct descriptions of SOCK_RDM and SOCK_SEQPACKET. | Dima Dorfman | 2001-03-16 | 1 | -2/+2 |
| * | Correct spelling of MNT_ASYNC. | David Malone | 2001-03-15 | 1 | -2/+2 |
| * | Limit the number of paths that glob can return to MAX_GLOBENTRIES, which | Jonathan Lemon | 2001-03-15 | 1 | -0/+7 |
| * | Mention that MAXHOSTNAMELEN includes space for the NUL. | Brian Somers | 2001-03-15 | 1 | -0/+2 |
| * | o To support new EA interface with explicit namespaces, introduce two | Robert Watson | 2001-03-15 | 1 | -0/+75 |
| * | Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3). | Dima Dorfman | 2001-03-15 | 1 | -0/+1 |
| * | o Update copyright dates. | Robert Watson | 2001-03-13 | 10 | -98/+107 |
| * | Document the rest of the possible return codes. | Dima Dorfman | 2001-03-13 | 1 | -0/+12 |
| * | .St -p1003.1g -> .St -p1003.1g-2000. | Ruslan Ermilov | 2001-03-12 | 3 | -4/+4 |
| * | This is the getsid() we are talking about, not setsid(). | Ruslan Ermilov | 2001-03-09 | 1 | -1/+1 |
| * | Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org> | David E. Cross | 2001-03-08 | 2 | -0/+2 |
| * | Use relative paths to find byte_swap_*.S to make it easier to use these | Doug Rabson | 2001-03-06 | 4 | -4/+4 |
| * | Make this compile. Still need to write/borrow a working setjmp. | Doug Rabson | 2001-03-06 | 1 | -0/+1 |
| * | Use ieee floats on ia64. | Doug Rabson | 2001-03-06 | 1 | -1/+1 |
| * | Use the right format string for printing ULONG_MAX. | David Malone | 2001-03-05 | 1 | -2/+2 |
| * | Fix style nit. | David E. O'Brien | 2001-03-05 | 1 | -1/+1 |
| * | Fix style breakage. | David E. O'Brien | 2001-03-05 | 1 | -0/+1 |
| * | Fix style that got corrupted. | David E. O'Brien | 2001-03-05 | 1 | -17/+17 |
| * | Fix FreeBSD id style breakage from rev 1.17 | David E. O'Brien | 2001-03-05 | 1 | -1/+1 |
| * | Use our standard .c rcsid format. | David E. O'Brien | 2001-03-05 | 1 | -1/+2 |
| * | Fix copyright breakage in rev 1.2. | David E. O'Brien | 2001-03-05 | 1 | -0/+7 |
| * | Correct a comment. | David E. O'Brien | 2001-03-05 | 1 | -1/+1 |
| * | Fix style breakage in rev 1.3 | David E. O'Brien | 2001-03-05 | 1 | -0/+1 |
| * | Fix style bug that was introduced. | David E. O'Brien | 2001-03-05 | 1 | -0/+1 |
| * | Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX for | Andrey A. Chernov | 2001-03-03 | 1 | -1/+1 |
| * | Actually implement T_FMT_AMPM | Andrey A. Chernov | 2001-03-02 | 1 | -1/+1 |
| * | Implement ampm_fmt (%r) per POSIX | Andrey A. Chernov | 2001-03-02 | 4 | -9/+22 |
| * | Removed duplicate $FreeBSD$. | Ruslan Ermilov | 2001-03-02 | 1 | -2/+0 |
| * | Fix setlocale() to conform to the ISO C and POSIX standards. | Ruslan Ermilov | 2001-03-02 | 1 | -2/+2 |
| * | Hide the definition of struct __sFILEX and add the needed | Daniel Eischen | 2001-03-01 | 2 | -81/+33 |
| * | s/fstat/_fstat/ | Daniel Eischen | 2001-03-01 | 1 | -1/+1 |
| * | Merge in strtoul.3 rev 1.11 mdoc(7) police changes: | David E. O'Brien | 2001-02-28 | 1 | -2/+3 |
| * | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | Ruslan Ermilov | 2001-02-28 | 1 | -1/+1 |
| * | Use the new EV_SET macro to insure that all fields in struct kevent | Jonathan Lemon | 2001-02-28 | 1 | -5/+3 |
| * | mdoc(7) police: fix the .Nd line broken in previous revision. | Ruslan Ermilov | 2001-02-28 | 1 | -2/+3 |
| * | Use formula with better random distribution for rand() | Andrey A. Chernov | 2001-02-27 | 1 | -0/+26 |
| * | I accidently deleted an include when I added the $FreeBSD$ so I could | David E. O'Brien | 2001-02-27 | 2 | -0/+4 |
| * | In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE. | Ruslan Ermilov | 2001-02-27 | 1 | -23/+30 |
| * | Impliment the ISO-C99 strto[u]ll() | David E. O'Brien | 2001-02-27 | 7 | -175/+111 |
| * | Use ``.St -p1003.[12]''. | Ruslan Ermilov | 2001-02-26 | 2 | -6/+18 |
| * | Use ``.St -p1003.1g''. | Ruslan Ermilov | 2001-02-26 | 2 | -2/+4 |
| * | Use ``.St -p1003.1-96''. | Ruslan Ermilov | 2001-02-26 | 6 | -18/+12 |
| * | /^\.St/ s/-iso9945-1/-p1003.1-96/ | Ruslan Ermilov | 2001-02-26 | 3 | -5/+5 |
| * | ``.St -p1003.1b'' -> ``.St -p1003.1b-93''. | Ruslan Ermilov | 2001-02-26 | 2 | -2/+2 |
| * | .St -ansiC -> .St -isoC | Ruslan Ermilov | 2001-02-26 | 83 | -87/+87 |
| * | Document the EINTR error. | Jason Evans | 2001-02-26 | 1 | -0/+2 |
| * | mdoc(7) police: use .Vt macro. | Ruslan Ermilov | 2001-02-26 | 1 | -6/+2 |
| * | Prepare for mdocNG. | Ruslan Ermilov | 2001-02-26 | 1 | -1/+1 |