| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove register keyword and constify tmp values. This fixes | grehan | 2004-02-12 | 1 | -3/+3 |
* | Translate from GNU C to ISO C. | des | 2004-01-14 | 4 | -4/+4 |
* | Cast to unsigned to avoid sign-extension problems. | des | 2004-01-13 | 4 | -4/+4 |
* | Add C implementations of ffsl(), fls() and flsl(). | des | 2004-01-13 | 3 | -0/+156 |
* | ANSIfy, de-register, replace VAX reference with actual description. | des | 2004-01-13 | 1 | -6/+5 |
* | Make msdosfs long filenames matching case insensitive again. | fjoe | 2003-12-08 | 1 | -8/+13 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 4 | -9/+304 |
* | Lock down arc4random so it can be safely called w/o Giant. | silby | 2003-08-15 | 1 | -17/+26 |
* | Lower initial drop value to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -2/+2 |
* | Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3 | bde | 2003-07-25 | 1 | -6/+1 |
* | 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 |