| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 27 | -5/+59 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 28 | -76/+76 |
* | Revert last commit. stdio.h include is for perror(), not strerror() | jedgar | 2002-01-31 | 1 | -1/+1 |
* | strerror(3) is in string.h, not stdio.h | jedgar | 2002-01-31 | 1 | -1/+1 |
* | Add a few cleanups from rev 1.1: | mike | 2002-01-15 | 1 | -10/+12 |
* | o Add prototype for printf(3). | mike | 2002-01-15 | 1 | -9/+12 |
* | style(9) | mike | 2002-01-15 | 1 | -95/+63 |
* | mdoc(7) police: | ru | 2002-01-09 | 2 | -3/+4 |
* | Suggest using memmove(3) if src and dst may overlap. | dd | 2002-01-07 | 1 | -2/+7 |
* | Add a new `SECURITY CONSIDERATIONS' section. Sample code similar to | chris | 2002-01-05 | 1 | -0/+63 |
* | Include a section cross-reference to `EXAMPLES' in `SECURITY | chris | 2002-01-05 | 1 | -1/+3 |
* | Remove the example from SECURITY CONSIDERATIONS. This is mostly | chris | 2002-01-05 | 1 | -54/+0 |
* | Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7. | chris | 2002-01-02 | 1 | -0/+66 |
* | mdoc(7) police: minor markup nits. | ru | 2001-12-12 | 1 | -20/+20 |
* | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | wes | 2001-12-07 | 2 | -6/+32 |
* | New, improved, more Posix-compliant strerror_r implementation, | wes | 2001-12-06 | 2 | -72/+78 |
* | Must link strerror manpage to strerror_r. | wes | 2001-11-27 | 1 | -0/+1 |
* | Add strerror_r function per Posix prototype. | wes | 2001-11-27 | 2 | -23/+107 |
* | mdoc(7) police: minor markup and spelling fixes. | ru | 2001-11-20 | 1 | -4/+7 |
* | Increment the loop counter. | des | 2001-11-10 | 1 | -0/+1 |
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 55 | -248/+95 |
* | Note that strncmp() will not compare characters after a NUL character. | mike | 2001-10-11 | 1 | -1/+8 |
* | Clarify that strnstr() will stop searching after in encounters a NUL | mike | 2001-10-11 | 1 | -5/+8 |
* | Implement strcasestr() which many others (f.e. Linux) already have. | ache | 2001-10-10 | 3 | -2/+79 |
* | Document the fact that the strnstr(3) function is not portable. | mike | 2001-10-09 | 1 | -0/+5 |
* | Add a new libc function, strnstr(3), which allows one to limit the | mike | 2001-10-09 | 3 | -11/+122 |
* | Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet. | bde | 2001-10-03 | 1 | -5/+5 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 35 | -36/+36 |
* | Note that strdup(3) will set errno if memory allocation fails. This | mike | 2001-09-23 | 1 | -1/+4 |
* | o Various mdoc fixes. | mike | 2001-08-09 | 1 | -10/+50 |
* | mdoc(7) police: expand plain text xrefs. | ru | 2001-08-08 | 1 | -1/+2 |
* | Only pull in the MD files if they exist. This allows for progressive | mp | 2001-07-31 | 1 | -0/+2 |
* | Sync to OpenBSD (update comment and minor style change). | kris | 2001-07-24 | 1 | -3/+4 |
* | Sync to OpenBSD: | kris | 2001-07-24 | 1 | -2/+23 |
* | Don't claim that strncpy() is the same as strcpy(). | dd | 2001-07-19 | 1 | -6/+6 |
* | mdoc(7) police: Add strncpy() to the NAME section. | ru | 2001-07-16 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 7 | -10/+10 |
* | style nits | obrien | 2001-07-10 | 1 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 7 | -7/+7 |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 53 | -93/+223 |
* | ... but we do provide .St -isoC-99, and it is not required to have the | ru | 2001-05-17 | 1 | -5/+1 |
* | Unbreak world; _DIAGASSERT macro is not available in FreeBSD. | ru | 2001-05-16 | 21 | -57/+0 |
* | adapt to FreeBSD. | tshiozak | 2001-05-15 | 2 | -4/+20 |
* | initial import of locale insensitive wcs* and wmem* functions. | tshiozak | 2001-05-15 | 22 | -0/+1484 |
* | mdoc(7) police: add RETURN VALUES section. | ru | 2001-05-14 | 1 | -8/+13 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | .St -ansiC -> .St -isoC | ru | 2001-02-26 | 21 | -21/+21 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 5 | -7/+9 |
* | Clarify comments referring to strlcat() usage | jedgar | 2001-01-17 | 1 | -1/+22 |
* | - Reverse the order of two loop invariant to ensure strlcat() does not | jedgar | 2001-01-17 | 1 | -3/+6 |