aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/stringlist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Remove clause 3 and 4 from the licenseBaptiste Daroussin2015-05-211-2/+0
* - sl_find does not modify 'name'Eitan Adler2013-04-231-1/+1
* Switch from K&R prototypes to modern CEitan Adler2013-04-231-10/+4
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-3/+0
* Sync with NetBSD -- sl_add() now returns an int.David E. O'Brien2003-01-191-3/+6
* #include "namespace.h" to get a prototype for _err().Tim J. Robbins2003-01-071-0/+2
* Fix SCM ID's.David E. O'Brien2002-02-011-5/+0
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-111-3/+8
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
* _err() -> err().Jordan K. Hubbard1997-06-291-3/+3
* Add stringlist functions from NetBSD. (required for the new ftp(1)Mike Smith1997-06-251-0/+120