| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID(). | obrien | 2003-06-11 | 38 | -75/+117 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 5 | -5/+5 |
* | Further GC of M_STRING, missed previously. | rwatson | 2003-02-26 | 1 | -2/+0 |
* | Replace license with two-clause BSD; an old license template with three | rwatson | 2003-02-26 | 1 | -7/+4 |
* | Pass a malloc type into the libkern strdup() implementation explicitly, | rwatson | 2003-02-25 | 1 | -2/+2 |
* | Add an implementation of strdup() to libkern. Allocated memory is of | rwatson | 2003-02-23 | 1 | -0/+54 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -3/+3 |
* | Improve a comment and undo a bogus s/a/an/ in a comment. An asm guru | schweikh | 2003-02-11 | 2 | -6/+6 |
* | Add restrict keyword to string functions. | hsu | 2003-02-10 | 3 | -10/+3 |
* | Since we drop NSHUFF values now, set default seed to what it becomes | ache | 2003-02-05 | 1 | -1/+1 |
* | Drop NSHUFF values right after srandom() to remove part of seed -> 1st | ache | 2003-02-04 | 1 | -0/+6 |
* | Park & Miller PRNG can be safely initialized with any value but 0 and stuck | ache | 2003-02-03 | 1 | -2/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -3/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -2/+2 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | Slight overhaul of arc4random() and friends. | phk | 2002-10-11 | 1 | -22/+27 |
* | Hook up strsep(3) to libkern following a repo-copy by Peter. This will | rwatson | 2002-10-10 | 1 | -2/+2 |
* | Allow for multiple #includes of this file. | phk | 2002-10-08 | 1 | -0/+4 |
* | Import the libc fnmatch() into the kernel. This will be used by, | dd | 2002-10-08 | 1 | -20/+9 |
* | Fix a bunch of s/int */size_t */. | mux | 2002-10-06 | 1 | -2/+4 |
* | Use sys/libkern.h not /usr/include/string.h | peter | 2002-09-06 | 2 | -2/+2 |
* | Include sys/libkern.h for the kernel prototypes of these libkern functions | jhb | 2002-08-22 | 8 | -8/+8 |
* | Convert GNU variadic macros to the ISO 9X variety. | markm | 2002-07-15 | 1 | -1/+3 |
* | For some reason this didn't get added in my previous commit. | phk | 2002-05-29 | 1 | -0/+107 |
* | Remove bogus include of <machine/ansi.h>. | mike | 2002-04-11 | 1 | -1/+0 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 3 | -11/+11 |
* | Remove __P. | alfred | 2002-03-20 | 4 | -14/+14 |
* | DBA update: used the wrong of several NAI DBAs. | rwatson | 2002-03-07 | 1 | -1/+1 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 12 | -169/+33 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 12 | -16/+28 |
* | Add a 'strvalid()' call to libkern. Given a character pointer, and | rwatson | 2002-02-18 | 1 | -0/+55 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 1 | -1/+3 |
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 3 | -20/+11 |
* | Garbage call! | phk | 2001-11-05 | 11 | -810/+0 |
* | Implement these using mux1 and extr.u. I'll update the userland versions | dfr | 2001-10-06 | 2 | -14/+7 |
* | Fix a warning in bsearch(). Like index() etc, it de-qualifies its | peter | 2001-09-10 | 1 | -1/+1 |
* | Fixed some typos, verboseness and misformatting in comments. | bde | 2001-08-30 | 1 | -10/+8 |
* | Minor improvements to arc4random(): | silby | 2001-08-30 | 1 | -4/+29 |
* | We do not have UPAGES following the tail end of the user VM space anymore. | peter | 2001-08-08 | 1 | -1/+1 |
* | Sync to OpenBSD (update comment and minor style change). | kris | 2001-07-24 | 1 | -3/+4 |
* | A set of changes to reduce the number of include files the kernel | julian | 2001-07-08 | 2 | -3/+5 |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 3 | -2/+14 |
* | Add function prototypes and base module for kernel side iconv library. | bp | 2001-04-09 | 3 | -0/+671 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 1 | -0/+83 |
* | RIP <machine/lock.h>. | markm | 2001-02-11 | 1 | -1/+0 |
* | - Reverse the order of two loop invariant to ensure strlcat() does not | jedgar | 2001-01-17 | 1 | -3/+6 |
* | Convert all instances of: | benno | 2001-01-12 | 12 | -12/+12 |
* | Add __ucmpdi2 prototype to quelch a warning. | phk | 2000-12-07 | 1 | -0/+1 |
* | Recouple arc4random(9) to the entropy device. This works whether the | markm | 2000-12-02 | 1 | -2/+4 |
* | add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill) | alfred | 2000-11-25 | 1 | -0/+14 |