| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-11-28 | repair libkern support (again) and add rcsids |  mickey | 7 | -13/+31 |
| 2004-05-03 | Missed this in the __strerror() removal. |  millert | 1 | -2/+2 |
| 2004-05-03 | No longer need __strerror(3) now that we use strerror_r() inside libc. |  millert | 1 | -46/+0 |
| 2004-05-03 | Do a better job of documenting strerror_r() and add an ERRORS section. |  millert | 1 | -15/+43 |
| 2004-05-03 | build the error message in strerror_r.c directly, avoiding one copy there. |  espie | 3 | -120/+109 |
| 2004-05-01 | let __strerror fill precisely the part of the buffer it can. |  espie | 1 | -17/+18 |
| 2004-04-30 | Let __strerror work by fixing a number of problems. Work by tholo and I, |  espie | 1 | -22/+52 |
| 2004-02-10 | make Nm match Dt; |  jmc | 1 | -10/+2 |
| 2004-02-09 | make Nm match Dt; found by pb@ |  jmc | 1 | -23/+2 |
| 2004-01-20 | Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS |  millert | 1 | -3/+3 |
| 2003-09-06 | standards compliant strxfrm. much simpler too. fixes sorting in glib2. |  tedu | 1 | -16/+4 |
| 2003-09-02 | escape punctuation; |  jmc | 1 | -2/+2 |
| 2003-07-24 | warn about unsafe APIs at link time. Conditional on libc/Makefile defining |  deraadt | 2 | -8/+14 |
| 2003-06-21 | clarify these functions by changing references from strings to buffers |  avsm | 3 | -16/+16 |
| 2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit |  millert | 3 | -26/+26 |
| 2003-06-11 | ansification, pval ok |  deraadt | 2 | -9/+6 |
| 2003-06-11 | ansification; pval ok |  deraadt | 23 | -127/+84 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 66 | -401/+137 |
| 2003-05-10 | typos; |  jmc | 3 | -6/+6 |
| 2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage |  millert | 3 | -68/+35 |
| 2003-04-07 | Xr to strlcpy and strlcat more; ok millert |  deraadt | 5 | -8/+13 |
| 2003-04-02 | fifo -> FIFO |  jmc | 1 | -2/+2 |
| 2003-03-14 | ANSI function headers |  millert | 2 | -12/+6 |
| 2003-03-13 | a few more strlcy; ok from beck & ho |  deraadt | 2 | -6/+6 |
| 2003-02-20 | fix a variety of missing or wrong MLINKS |  deraadt | 1 | -1/+2 |
| 2002-11-21 | Add strerror_r and functions versions of getchar_unlocked and |  marc | 3 | -3/+53 |
| 2002-07-24 | Convert to ANSI function headers and make 'ch' argument int, not char. |  millert | 2 | -8/+6 |
| 2002-05-13 | For strncpy(), dst is not NUL terminated if strlen(src) >= len. |  millert | 1 | -6/+5 |
| 2002-04-30 | Initial cleanup: |  mpech | 1 | -2/+2 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2 | -4/+4 |
| 2001-12-08 | when strerror() has an Unknown error, also set EINVAL |  deraadt | 1 | -3/+8 |
| 2001-11-21 | 2nd param is const |  deraadt | 1 | -2/+2 |
| 2001-09-07 | K&R promotion is not the whole story. Make things explicit. |  espie | 1 | -2/+2 |
| 2001-09-05 | make debug libs build again |  mickey | 1 | -1/+21 |
| 2001-08-06 | o) We always close .Bl and .Bd tags; |  mpech | 1 | -2/+1 |
| 2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync |  millert | 1 | -7/+10 |
| 2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2 | -12/+8 |
| 2001-06-23 | more .%A handling; bk@rt.fm |  deraadt | 1 | -2/+3 |
| 2001-06-18 | Clarify that if strlcat() does not find a NUL within siz byte it |  millert | 1 | -2/+4 |
| 2001-06-14 | Fix a buf oflow in EXAMPLES code; millert@ ok |  aaron | 1 | -3/+6 |
| 2001-05-13 | type of function on seperate line |  deraadt | 2 | -6/+8 |
| 2001-05-07 | Document boundary condition when size < strlen(dst). |  millert | 1 | -1/+20 |
| 2001-05-07 | Back out last change, it is intended behavior and update the block |  millert | 1 | -5/+5 |
| 2001-05-07 | strlcat() should return strlen(dst) + strlen(src) when size parameter |  millert | 1 | -3/+3 |
| 2001-01-13 | Sync function comment with man page; fanf@covalent.net |  millert | 1 | -3/+3 |
| 2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' |  millert | 1 | -3/+3 |
| 2000-11-24 | comment fix; strlcat returns strlen(initial dst) + strlen(src). |  itojun | 1 | -3/+4 |
| 2000-11-16 | "of", not "on" (from Henric Jungheim) |  angelos | 1 | -2/+2 |
| 2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. |  aaron | 1 | -3/+3 |
| 2000-10-23 | Document that the string returned by strerror(3) contains a maximum of |  aaron | 1 | -2/+6 |