aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* MF RELENG_6:Dmitry Morozovsky2006-11-231-0/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-08-171-0/+63
* Merge fnmatch.c:1.20 from HEAD to RELENG_6:Robert Watson2006-02-131-8/+2
* MFC: check capable size of given strings correctly.R. Imura2005-09-081-0/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-08-151-0/+71
* Fix kiconv on the 64bit plathomes.R. Imura2005-05-241-5/+5
* Update comment to direct the reader to libkern.h instead of systm.h.Marcel Moolenaar2005-04-281-1/+1
* Refactor the CRC-32 code to enhance its usability. Move the actualMarcel Moolenaar2005-04-271-15/+18
* Replace the current strspn() and strcspn() with significantly fasterDavid Schultz2005-04-021-24/+40
* Add strspn() to libkern.Gleb Smirnoff2005-02-101-0/+55
* MFlibc: Remove extra closing parenthesis.Ruslan Ermilov2005-02-032-2/+2
* We do want to print '\n'/'\r'.Pawel Jakub Dawidek2005-02-031-0/+1
* 'c' cannot be -1.Pawel Jakub Dawidek2005-02-031-1/+0
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).Pawel Jakub Dawidek2005-02-031-0/+67
* Because the argument to strvalid() is a size_t, use a size_t to iterateRobert Watson2005-01-291-1/+1
* Per permission from McAfee, remove clause 3 of the BSD license onRobert Watson2005-01-291-3/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0733-33/+43
* Use the RET macro.Olivier Houchard2004-11-092-6/+6
* Implement ffs with clz for Xscale.Olivier Houchard2004-11-071-1/+8
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.Olivier Houchard2004-10-011-4/+4
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-33/+21
* Convert the vfsconf list to a TAILQ.Poul-Henning Kamp2004-07-271-8/+3
* Copy qsort_r(3) from libc to libkern.Gleb Smirnoff2004-07-152-24/+49
* Import libkern arm specific bits.Olivier Houchard2004-05-143-0/+713
* Fixed some style bugs (unsorting of prototypes in previous commit, andBruce Evans2004-05-051-8/+8
* Prototype __ashldi3(), __ashrdi3() and __lshrdi3().Olivier Houchard2004-05-041-0/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0735-140/+0
* Bring these files closer to style(9) conformance by comparing aRobert Drehmel2004-03-292-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-10/+0
* Remove register keyword and constify tmp values. This fixesPeter Grehan2004-02-121-3/+3
* Translate from GNU C to ISO C.Dag-Erling Smørgrav2004-01-144-4/+4
* Cast to unsigned to avoid sign-extension problems.Dag-Erling Smørgrav2004-01-134-4/+4
* Add C implementations of ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-133-0/+156
* ANSIfy, de-register, replace VAX reference with actual description.Dag-Erling Smørgrav2004-01-131-6/+5
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-8/+13
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-264-9/+304
* Lock down arc4random so it can be safely called w/o Giant.Mike Silbersack2003-08-151-17/+26
* Lower initial drop value to 50, it is enough to hide linearityAndrey A. Chernov2003-08-101-2/+2
* Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3Bruce Evans2003-07-251-6/+1
* Use __FBSDID().David E. O'Brien2003-06-1138-75/+117
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-295-5/+5
* Further GC of M_STRING, missed previously.Robert Watson2003-02-261-2/+0
* Replace license with two-clause BSD; an old license template with threeRobert Watson2003-02-261-7/+4
* Pass a malloc type into the libkern strdup() implementation explicitly,Robert Watson2003-02-251-2/+2
* Add an implementation of strdup() to libkern. Allocated memory is ofRobert Watson2003-02-231-0/+54
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-3/+3
* Improve a comment and undo a bogus s/a/an/ in a comment. An asm guruJens Schweikhardt2003-02-112-6/+6
* Add restrict keyword to string functions.Jeffrey Hsu2003-02-103-10/+3
* Since we drop NSHUFF values now, set default seed to what it becomesAndrey A. Chernov2003-02-051-1/+1
* Drop NSHUFF values right after srandom() to remove part of seed -> 1stAndrey A. Chernov2003-02-041-0/+6