summaryrefslogtreecommitdiffstats
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of profiled kernels by including <machine/lock.h>phk2000-10-141-0/+1
* Next round of fixes to the ia64 code. This includes simulated clock anddfr2000-10-0414-0/+1334
* Back out previous revision now that sys/random.h is properly fixed.jhb2000-09-111-2/+0
* Add #include's of sys/proc.h and sys/param.h to silence a warning.jhb2000-09-111-0/+2
* Comment out unavailable call. This needs to be revisited when the entropymarkm2000-06-251-3/+4
* Add $FreeBSD$peter2000-05-018-1/+9
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-9/+9
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertpeter1999-12-102-39/+20
* Eliminate compiler warning.archie1999-12-014-4/+4
* In the extremely miniscule chance that read_random returns <= 0, don't trydan1999-11-291-2/+6
* Address the concerns of the ``randomness'' of the initial PRNG. Now, wedan1999-11-281-14/+32
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobdan1999-11-281-0/+89
* Change the prototype of the strto* routines to make the secondarchie1999-11-244-8/+8
* Tempt fate and stop index from converting a const char * into a char *.peter1999-11-212-18/+42
* Move strto{u}[ql]() into their own libkern files.phk1999-11-034-0/+487
* $Id$ -> $FreeBSD$peter1999-08-2836-36/+36
* Use the latest version of these files from OpenBSD.imp1999-08-102-17/+22
* Import strl{cat,cpy} from OpenBSD.imp1999-08-102-0/+134
* Add a fast version of bcmp which compares longwords at a time.dfr1999-06-191-1/+93
* Backed out the previous backout. We may as well have a version of ucmpdi2.cbde1999-06-021-2/+2
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchgibbs1999-05-142-4/+3
* Add ucmpdi2.c to i386 libkern build. Its required for some quadgibbs1999-05-142-3/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-4/+4
* - Fix modulo bug.nate1998-12-011-2/+2
* Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.bde1998-08-171-8/+2
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-12/+12
* #include sys/libkern.h instead of stdlib.h.phk1998-06-301-2/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-106-0/+228
* Support compiling with `gcc -ansi'.bde1998-04-151-5/+5
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-2/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-4/+4
* Removed unused #includes.bde1997-08-025-10/+5
* Style optimization in newly added POSIX range []] conformance, redoache1997-06-071-6/+6
* Add missing FNM_PERIOD check for '[' rangeache1997-06-061-4/+10
* 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternache1997-06-061-11/+35
* Fix a bug that caused some false mismatches when both FNM_PATHNAMEjdp1997-04-291-1/+2
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
* Speedup in case locale not usedache1997-04-041-2/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2236-36/+36
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1436-36/+36
* collate_range_cmp -> __collate_range_cmpache1996-10-311-3/+4
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.bde1996-10-251-1/+4
* GNU-style changes:ache1996-10-231-10/+14
* add flag FNM_ICASE for case insensitve searchwosch1996-10-201-1/+20
* Improved non-statistical (GUPROF) profiling:bde1996-10-171-72/+58
* add simple srandom() and prototypepeter1996-09-231-2/+10
* Updated #includes to 4.4Lite style.bde1996-09-105-10/+10
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-313-8/+9
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-10/+10
* Removed sccsids and rcsids and added Id$ to save space like everythingbde1996-08-283-17/+5
OpenPOWER on IntegriCloud