summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/libkern.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansi and some missing protosderaadt2004-08-071-2/+3
|
* add bounded attribute to some functions. anil tested and ok'editojun2004-06-211-4/+7
|
* add back strchr/strrchr; from dhartmeideraadt2004-05-061-1/+3
|
* Remove strcat() and strcpy() prototypes since we no longer have thosemillert2003-06-231-3/+1
| | | | functions in kernel-land. Noticed by Jim Rees; OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* First round of __P removal in sysmillert2002-03-141-30/+30
|
* strlcat and strlcpy into libkern.provos2000-12-181-1/+3
|
* Pull memcmp() into libkern.millert2000-06-161-1/+2
|
* missed from last bcd2bin commitmickey1997-11-301-1/+5
|
* add prototype for memchrchuck1997-11-041-1/+2
|
* From NetBSD: assert stuffniklas1997-09-141-1/+39
|
* Removed strchr() for libkern.millert1997-05-051-2/+1
|
* Alpha needs strchr.cmillert1997-05-041-2/+2
| | | | | | Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).
* no more 2(two) md5 libs in kernel!mickey1997-03-301-3/+1
| | | | | | | tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray!
* protect from multiple includes (required by gpl_math_emulate)mickey1997-01-181-1/+6
|
* Promise to not change arg 2 & 3 to scancniklas1996-12-061-2/+2
|
* Move MD5 protos to a more sensible placeniklas1996-08-111-1/+3
|
* srandom() seeds random() at boottimederaadt1996-08-101-1/+2
|
* add getsn(char *buf, int len)deraadt1996-06-161-1/+2
|
* NetBSD 960317 mergeniklas1996-04-191-21/+29
|
* From NetBSD: Merge with NetBSD 960217niklas1996-02-291-2/+6
|
* initial import of NetBSD treederaadt1995-10-181-0/+117