summaryrefslogtreecommitdiffstats
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* Convert GNU variadic macros to the ISO 9X variety.markm2002-07-151-1/+3
* For some reason this didn't get added in my previous commit.phk2002-05-291-0/+107
* Remove bogus include of <machine/ansi.h>.mike2002-04-111-1/+0
* Remove 'register' keyword.obrien2002-03-213-11/+11
* Remove __P.alfred2002-03-204-14/+14
* DBA update: used the wrong of several NAI DBAs.rwatson2002-03-071-1/+1
* Add the following functions/macros to support byte order conversions andtmm2002-02-2712-169/+33
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-1812-16/+28
* Add a 'strvalid()' call to libkern. Given a character pointer, andrwatson2002-02-181-0/+55
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-1/+3
* rcsid[]->__FBSDIDobrien2001-11-073-20/+11
* Garbage call!phk2001-11-0511-810/+0
* Implement these using mux1 and extr.u. I'll update the userland versionsdfr2001-10-062-14/+7
* Fix a warning in bsearch(). Like index() etc, it de-qualifies itspeter2001-09-101-1/+1
* Fixed some typos, verboseness and misformatting in comments.bde2001-08-301-10/+8
* Minor improvements to arc4random():silby2001-08-301-4/+29
* We do not have UPAGES following the tail end of the user VM space anymore.peter2001-08-081-1/+1
* Sync to OpenBSD (update comment and minor style change).kris2001-07-241-3/+4
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-3/+5
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-243-2/+14
* Add function prototypes and base module for kernel side iconv library.bp2001-04-093-0/+671
* Rewrite of the CAM error recovery code.ken2001-03-271-0/+83
* RIP <machine/lock.h>.markm2001-02-111-1/+0
* - Reverse the order of two loop invariant to ensure strlcat() does notjedgar2001-01-171-3/+6
* Convert all instances of:benno2001-01-1212-12/+12
* Add __ucmpdi2 prototype to quelch a warning.phk2000-12-071-0/+1
* Recouple arc4random(9) to the entropy device. This works whether themarkm2000-12-021-2/+4
* add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)alfred2000-11-251-0/+14
* 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
OpenPOWER on IntegriCloud