Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | type of function on seperate line | deraadt | 2001-05-13 | 1 | -3/+4 |
* | Back out last change, it is intended behavior and update the block | millert | 2001-05-07 | 1 | -5/+5 |
* | strlcat() should return strlen(dst) + strlen(src) when size parameter | millert | 2001-05-07 | 1 | -3/+3 |
* | Sync function comment with man page; fanf@covalent.net | millert | 2001-01-13 | 1 | -3/+3 |
* | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | millert | 2001-01-12 | 1 | -3/+3 |
* | comment fix; strlcat returns strlen(initial dst) + strlen(src). | itojun | 2000-11-24 | 1 | -3/+4 |
* | When finding the end of dst, never traverse more than siz bytes. This | millert | 1999-06-17 | 1 | -5/+5 |
* | add strlcpy/strlcat, safe and sensible string copy/append | millert | 1998-07-01 | 1 | -0/+71 |