| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: introduce .Lb macro to libc manpages | Alexey Zelkin | 2000-04-23 | 34 | -0/+96 |
| * | MFC: Remove single-space hard sentence breaks. | Sheldon Hearn | 2000-03-03 | 1 | -1/+3 |
| * | MFC: rev1.4 (remove x-ref to itself), add $FreeBSD$ | Bill Fumerola | 1999-12-14 | 1 | -1/+1 |
| * | MFC: add HISTORY | David E. O'Brien | 1999-10-29 | 1 | -0/+8 |
| * | MFC: Backport strl* routines. | Warner Losh | 1999-09-03 | 1 | -5/+6 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-08-31 | 1 | -0/+149 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 6 | -6/+6 |
| * | MFC: Various man page cleanup. | Mike Pritchard | 1999-08-15 | 1 | -4/+5 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-08-10 | 2 | -0/+139 |
| * | MFC: Minor mdoc style nit. | Mike Pritchard | 1999-07-30 | 1 | -1/+1 |
| * | MFC: Fix a minor style nit in the NAME section. | Mike Pritchard | 1999-06-11 | 1 | -1/+1 |
| * | MFC: Move the description of the strncmp() function from the RETURN VALUES | Mike Pritchard | 1999-06-11 | 1 | -6/+6 |
| * | MFC | Andrey A. Chernov | 1999-02-19 | 2 | -25/+48 |
| * | Install man page link for strtok_r. | John Polstra | 1999-01-19 | 1 | -1/+2 |
| * | Spell check and minor grammar fix. | John Polstra | 1999-01-19 | 1 | -3/+3 |
| * | Reviewed by: JKH | Wes Peters | 1998-12-14 | 2 | -87/+217 |
| * | (Whoops: make it better instead of worse this time). Clarify | Robert Nordier | 1998-10-29 | 1 | -1/+1 |
| * | Clarify processing of the string argument by perror(). | Robert Nordier | 1998-10-29 | 1 | -8/+5 |
| * | Fix handling more than 1 char with non-C locale | Andrey A. Chernov | 1998-06-05 | 1 | -16/+4 |
| * | Cast a pointer to a long, not an int before masking it. | John Birrell | 1998-05-10 | 1 | -1/+1 |
| * | Pedantry (NULL -> NUL). | James Raynard | 1998-05-03 | 1 | -1/+1 |
| * | Change MACHINE references to MACHINE_ARCH. | John Birrell | 1998-02-20 | 1 | -3/+3 |
| * | PR: 5573 | Daniel O'Callaghan | 1998-01-27 | 2 | -2/+4 |
| * | The terminating character in strings is `NUL', not `NULL'. | Wolfram Schneider | 1997-12-28 | 1 | -1/+1 |
| * | Sorted lists. | Bruce Evans | 1997-10-21 | 1 | -4/+4 |
| * | Handle machine-dependent (m-d) (string) sources more automatically. | Bruce Evans | 1997-10-16 | 1 | -73/+7 |
| * | Removed the subdirectory paths from the definitions of MAN[1-9]. They | Bruce Evans | 1997-10-15 | 1 | -11/+6 |
| * | Added some 2-line source files to get a direct correspondence | Bruce Evans | 1997-10-15 | 5 | -0/+10 |
| * | Added bounds checking to the example after chasing down someone's | Peter da Silva | 1997-07-26 | 1 | -1/+2 |
| * | kill the undead | Peter Wemm | 1997-07-13 | 2 | -478/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r27180, | Bruce Evans | 1997-07-03 | 2 | -0/+478 |
| |\ |
|
| | * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | Bruce Evans | 1997-07-03 | 2 | -0/+478 |
| * | | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -4/+7 |
| * | | Fixed #include and/or prototype bugs in synopsis. | Bruce Evans | 1997-04-19 | 1 | -1/+1 |
| * | | Merge from Lite2 (whiteout/unionfs) | Peter Wemm | 1997-03-11 | 1 | -2/+4 |
| * | | This commit was generated by cvs2svn to compensate for changes in r23658, | Peter Wemm | 1997-03-11 | 1 | -1/+6 |
| |\| |
|
| | * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | Peter Wemm | 1997-03-11 | 2 | -0/+301 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 6 | -6/+6 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-20 | 2 | -8/+8 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 6 | -6/+6 |
| * | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 1 | -1/+2 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 2 | -2/+4 |
| * | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | Bruce Evans | 1996-08-31 | 2 | -2/+3 |
| * | Correctly use .Fn instead of .Nm to reference function names | Mike Pritchard | 1996-08-22 | 6 | -6/+12 |
| * | Back out fallback approximation changes, they are not so right to live | Andrey A. Chernov | 1996-08-13 | 3 | -40/+15 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -3/+3 |
| * | Use better approximation if collate info not available. | Andrey A. Chernov | 1996-06-09 | 3 | -16/+41 |
| * | Localize it. | Andrey A. Chernov | 1996-06-09 | 1 | -46/+7 |
| * | ``mv'' -> ``mv -f'' | Wolfram Schneider | 1996-05-07 | 1 | -10/+11 |
| * | Added `const' to types of sys_errlist and sys_nerr. | Bruce Evans | 1996-04-19 | 1 | -5/+10 |