Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Make grep ^strlcpy work: put a return value type on separate line. | maxim | 2006-06-15 | 1 | -1/+2 |
| | |||||
* | Remove extra closing parenthesis added in revision 1.4. | stefanf | 2004-10-14 | 1 | -1/+1 |
| | | | | Noticed by: Andrea Campi | ||||
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -4/+1 |
| | | | | vocally objected to this safety belt. | ||||
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -1/+4 |
| | | | | | | | technique) so that we don't wind up calling into an application's version if the application defines them. Inspired by: qpopper's interfering and buggy version of strlcpy | ||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -3/+3 |
| | |||||
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 1 | -7/+3 |
| | |||||
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 1 | -0/+6 |
| | | | | Do the same for the non-wcs*/wmem* files while I'm here. | ||||
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 1 | -12/+17 |
| | | | | | | | | | | 1) Safty change from casper dik was added to OpenBSD's sources since I grabbed them. milltert@openbsd.org 2) Split up strlcpy to improve efficiency of the common case. milltert@openbsd.org 3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org Pointed out by: deraadt@openbsd.org | ||||
* | Import strl{cat,cpy} from OpenBSD. | imp | 1999-08-10 | 1 | -0/+63 |
Obtained from: OpenBSD |