| Commit message (Expand) | Author | Age | Files | Lines |
| * | MF RELENG_6: | Dmitry Morozovsky | 2006-11-23 | 1 | -0/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2006-08-17 | 1 | -0/+63 |
| * | Merge fnmatch.c:1.20 from HEAD to RELENG_6: | Robert Watson | 2006-02-13 | 1 | -8/+2 |
| * | MFC: check capable size of given strings correctly. | R. Imura | 2005-09-08 | 1 | -0/+6 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-08-15 | 1 | -0/+71 |
| * | Fix kiconv on the 64bit plathomes. | R. Imura | 2005-05-24 | 1 | -5/+5 |
| * | Update comment to direct the reader to libkern.h instead of systm.h. | Marcel Moolenaar | 2005-04-28 | 1 | -1/+1 |
| * | Refactor the CRC-32 code to enhance its usability. Move the actual | Marcel Moolenaar | 2005-04-27 | 1 | -15/+18 |
| * | Replace the current strspn() and strcspn() with significantly faster | David Schultz | 2005-04-02 | 1 | -24/+40 |
| * | Add strspn() to libkern. | Gleb Smirnoff | 2005-02-10 | 1 | -0/+55 |
| * | MFlibc: Remove extra closing parenthesis. | Ruslan Ermilov | 2005-02-03 | 2 | -2/+2 |
| * | We do want to print '\n'/'\r'. | Pawel Jakub Dawidek | 2005-02-03 | 1 | -0/+1 |
| * | 'c' cannot be -1. | Pawel Jakub Dawidek | 2005-02-03 | 1 | -1/+0 |
| * | - Move gets() function to libkern (I want to use it outside vfs_mount.c). | Pawel Jakub Dawidek | 2005-02-03 | 1 | -0/+67 |
| * | Because the argument to strvalid() is a size_t, use a size_t to iterate | Robert Watson | 2005-01-29 | 1 | -1/+1 |
| * | Per permission from McAfee, remove clause 3 of the BSD license on | Robert Watson | 2005-01-29 | 1 | -3/+0 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-07 | 33 | -33/+43 |
| * | Use the RET macro. | Olivier Houchard | 2004-11-09 | 2 | -6/+6 |
| * | Implement ffs with clz for Xscale. | Olivier Houchard | 2004-11-07 | 1 | -1/+8 |
| * | Don't attempt to profile __udivsi3() and friends, as mcount() uses them. | Olivier Houchard | 2004-10-01 | 1 | -4/+4 |
| * | Move the kernel-specific logic to adjust frompc from MI to MD. For | Marcel Moolenaar | 2004-08-27 | 1 | -33/+21 |
| * | Convert the vfsconf list to a TAILQ. | Poul-Henning Kamp | 2004-07-27 | 1 | -8/+3 |
| * | Copy qsort_r(3) from libc to libkern. | Gleb Smirnoff | 2004-07-15 | 2 | -24/+49 |
| * | Import libkern arm specific bits. | Olivier Houchard | 2004-05-14 | 3 | -0/+713 |
| * | Fixed some style bugs (unsorting of prototypes in previous commit, and | Bruce Evans | 2004-05-05 | 1 | -8/+8 |
| * | Prototype __ashldi3(), __ashrdi3() and __lshrdi3(). | Olivier Houchard | 2004-05-04 | 1 | -0/+4 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 35 | -140/+0 |
| * | Bring these files closer to style(9) conformance by comparing a | Robert Drehmel | 2004-03-29 | 2 | -2/+2 |
| * | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -10/+0 |
| * | Remove register keyword and constify tmp values. This fixes | Peter Grehan | 2004-02-12 | 1 | -3/+3 |
| * | Translate from GNU C to ISO C. | Dag-Erling Smørgrav | 2004-01-14 | 4 | -4/+4 |
| * | Cast to unsigned to avoid sign-extension problems. | Dag-Erling Smørgrav | 2004-01-13 | 4 | -4/+4 |
| * | Add C implementations of ffsl(), fls() and flsl(). | Dag-Erling Smørgrav | 2004-01-13 | 3 | -0/+156 |
| * | ANSIfy, de-register, replace VAX reference with actual description. | Dag-Erling Smørgrav | 2004-01-13 | 1 | -6/+5 |
| * | Make msdosfs long filenames matching case insensitive again. | Max Khon | 2003-12-08 | 1 | -8/+13 |
| * | - Support for multibyte charsets in LIBICONV. | Max Khon | 2003-09-26 | 4 | -9/+304 |
| * | Lock down arc4random so it can be safely called w/o Giant. | Mike Silbersack | 2003-08-15 | 1 | -17/+26 |
| * | Lower initial drop value to 50, it is enough to hide linearity | Andrey A. Chernov | 2003-08-10 | 1 | -2/+2 |
| * | Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3 | Bruce Evans | 2003-07-25 | 1 | -6/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 38 | -75/+117 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 5 | -5/+5 |
| * | Further GC of M_STRING, missed previously. | Robert Watson | 2003-02-26 | 1 | -2/+0 |
| * | Replace license with two-clause BSD; an old license template with three | Robert Watson | 2003-02-26 | 1 | -7/+4 |
| * | Pass a malloc type into the libkern strdup() implementation explicitly, | Robert Watson | 2003-02-25 | 1 | -2/+2 |
| * | Add an implementation of strdup() to libkern. Allocated memory is of | Robert Watson | 2003-02-23 | 1 | -0/+54 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -3/+3 |
| * | Improve a comment and undo a bogus s/a/an/ in a comment. An asm guru | Jens Schweikhardt | 2003-02-11 | 2 | -6/+6 |
| * | Add restrict keyword to string functions. | Jeffrey Hsu | 2003-02-10 | 3 | -10/+3 |
| * | Since we drop NSHUFF values now, set default seed to what it becomes | Andrey A. Chernov | 2003-02-05 | 1 | -1/+1 |
| * | Drop NSHUFF values right after srandom() to remove part of seed -> 1st | Andrey A. Chernov | 2003-02-04 | 1 | -0/+6 |