aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Further GC of M_STRING, missed previously.Robert Watson2003-02-261-2/+0
* Replace license with two-clause BSD; an old license template with threeRobert Watson2003-02-261-7/+4
* Pass a malloc type into the libkern strdup() implementation explicitly,Robert Watson2003-02-251-2/+2
* Add an implementation of strdup() to libkern. Allocated memory is ofRobert Watson2003-02-231-0/+54