aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/libkern.h
Commit message (Expand)AuthorAgeFilesLines
* Slight overhaul of arc4random() and friends.Poul-Henning Kamp2002-10-111-1/+2
* Hook up strsep(3) to libkern following a repo-copy by Peter. This willRobert Watson2002-10-101-0/+1
* Import the libc fnmatch() into the kernel. This will be used by,Dima Dorfman2002-10-081-0/+13
* Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy.Brooks Davis2002-09-021-0/+2
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-1/+1
* Remove __PAlfred Perlstein2002-03-191-22/+22
* Add a 'strvalid()' call to libkern. Given a character pointer, andRobert Watson2002-02-181-0/+1
* namei.h: move "struct componentname" definition outside "struct nameidata",Luigi Rizzo2001-09-281-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-0/+2
* revert addition of strlcpy/strlcatAssar Westerlund2000-12-181-2/+0
* add strlcpy and strlcat to kernelAssar Westerlund2000-12-181-0/+2
* sys/systm.h is incompatable with sys/types.h in userland.Peter Wemm2000-09-031-0/+2
* libkern.h now internally uses the bzero() definition from sys/systm.h.Peter Wemm2000-09-031-0/+1
* Bite the bullet and provde memcmp() and memset(), this will be cheaperPoul-Henning Kamp2000-09-021-0/+20
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertPeter Wemm1999-12-101-4/+2
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobDan Moschuk1999-11-281-0/+1
* Tempt fate and stop index from converting a const char * into a char *.Peter Wemm1999-11-211-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* add simple srandom() and prototypePeter Wemm1996-09-231-1/+2
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-2/+2
* Declare fls() for the non-inline case. Defer writing the generic versionGarrett Wollman1996-08-011-1/+4
* Bring in the prototype for index() now that's used by default.Nate Williams1996-06-081-1/+2
* Don't depend on <sys/types.h> including <sys/cdefs.h>.Bruce Evans1996-04-191-1/+2
* Moved BCD declarations to the correct header (libkern.h).Bruce Evans1996-01-161-2/+16
* Add qsort prototype.Poul-Henning Kamp1995-11-091-1/+3
* inline -> __inline.Bruce Evans1995-04-231-11/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Hide the declaration of ffs() if an inline ffs() is implemented.Bruce Evans1994-11-141-1/+3
* Use new-style declarations for min/max functions so thatBruce Evans1994-09-181-62/+11
* Added qmin and qmax functions to deal with quad_t's.David Greenman1994-08-301-1/+14
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+98