aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* For some reason this didn't get added in my previous commit.Poul-Henning Kamp2002-05-291-0/+107
* Remove bogus include of <machine/ansi.h>.Mike Barcroft2002-04-111-1/+0
* Remove 'register' keyword.David E. O'Brien2002-03-213-11/+11
* Remove __P.Alfred Perlstein2002-03-204-14/+14
* DBA update: used the wrong of several NAI DBAs.Robert Watson2002-03-071-1/+1
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-2712-169/+33
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-1812-16/+28
* Add a 'strvalid()' call to libkern. Given a character pointer, andRobert Watson2002-02-181-0/+55
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-1/+3
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-073-20/+11
* Garbage call!Poul-Henning Kamp2001-11-0511-810/+0
* 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