aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* Implement these using mux1 and extr.u. I'll update the userland versionsDoug Rabson2001-10-062-14/+7
* Fix a warning in bsearch(). Like index() etc, it de-qualifies itsPeter Wemm2001-09-101-1/+1
* Fixed some typos, verboseness and misformatting in comments.Bruce Evans2001-08-301-10/+8
* Minor improvements to arc4random():Mike Silbersack2001-08-301-4/+29
* We do not have UPAGES following the tail end of the user VM space anymore.Peter Wemm2001-08-081-1/+1
* Sync to OpenBSD (update comment and minor style change).Kris Kennaway2001-07-241-3/+4
* A set of changes to reduce the number of include files the kernelJulian Elischer2001-07-082-3/+5
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-243-2/+14
* Add function prototypes and base module for kernel side iconv library.Boris Popov2001-04-093-0/+671
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-0/+83
* RIP <machine/lock.h>.Mark Murray2001-02-111-1/+0
* - Reverse the order of two loop invariant to ensure strlcat() does notChris D. Faulhaber2001-01-171-3/+6
* Convert all instances of:Benno Rice2001-01-1212-12/+12
* Add __ucmpdi2 prototype to quelch a warning.Poul-Henning Kamp2000-12-071-0/+1
* Recouple arc4random(9) to the entropy device. This works whether theMark Murray2000-12-021-2/+4
* add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)Alfred Perlstein2000-11-251-0/+14
* Fix compilation of profiled kernels by including <machine/lock.h>Poul-Henning Kamp2000-10-141-0/+1
* Next round of fixes to the ia64 code. This includes simulated clock andDoug Rabson2000-10-0414-0/+1334
* Back out previous revision now that sys/random.h is properly fixed.John Baldwin2000-09-111-2/+0
* Add #include's of sys/proc.h and sys/param.h to silence a warning.John Baldwin2000-09-111-0/+2
* Comment out unavailable call. This needs to be revisited when the entropyMark Murray2000-06-251-3/+4
* Add $FreeBSD$Peter Wemm2000-05-018-1/+9
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-9/+9
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertPeter Wemm1999-12-102-39/+20
* Eliminate compiler warning.Archie Cobbs1999-12-014-4/+4
* In the extremely miniscule chance that read_random returns <= 0, don't tryDan Moschuk1999-11-291-2/+6
* Address the concerns of the ``randomness'' of the initial PRNG. Now, weDan Moschuk1999-11-281-14/+32
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobDan Moschuk1999-11-281-0/+89
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-244-8/+8
* Tempt fate and stop index from converting a const char * into a char *.Peter Wemm1999-11-212-18/+42
* Move strto{u}[ql]() into their own libkern files.Poul-Henning Kamp1999-11-034-0/+487
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2836-36/+36
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-102-17/+22
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-102-0/+134
* Add a fast version of bcmp which compares longwords at a time.Doug Rabson1999-06-191-1/+93
* Backed out the previous backout. We may as well have a version of ucmpdi2.cBruce Evans1999-06-021-2/+2
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchJustin T. Gibbs1999-05-142-4/+3
* Add ucmpdi2.c to i386 libkern build. Its required for some quadJustin T. Gibbs1999-05-142-3/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-282-4/+4
* - Fix modulo bug.Nate Williams1998-12-011-2/+2
* Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.Bruce Evans1998-08-171-8/+2
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-12/+12
* #include sys/libkern.h instead of stdlib.h.Poul-Henning Kamp1998-06-301-2/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-106-0/+228
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-5/+5
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-2/+2
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-4/+4
* Removed unused #includes.Bruce Evans1997-08-025-10/+5
* Style optimization in newly added POSIX range []] conformance, redoAndrey A. Chernov1997-06-071-6/+6
* Add missing FNM_PERIOD check for '[' rangeAndrey A. Chernov1997-06-061-4/+10