aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add non-sleepable strdup variant strdup_flagsMatt Macy2019-02-201-2/+11
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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