aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckAndrey A. Chernov2003-02-031-2/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-1/+1
* Slight overhaul of arc4random() and friends.Poul-Henning Kamp2002-10-111-22/+27
* Hook up strsep(3) to libkern following a repo-copy by Peter. This willRobert Watson2002-10-101-2/+2
* Allow for multiple #includes of this file.Poul-Henning Kamp2002-10-081-0/+4
* Import the libc fnmatch() into the kernel. This will be used by,Dima Dorfman2002-10-081-20/+9
* Fix a bunch of s/int */size_t */.Maxime Henrion2002-10-061-2/+4
* Use sys/libkern.h not /usr/include/string.hPeter Wemm2002-09-062-2/+2
* Include sys/libkern.h for the kernel prototypes of these libkern functionsJohn Baldwin2002-08-228-8/+8
* Convert GNU variadic macros to the ISO 9X variety.Mark Murray2002-07-151-1/+3
* For some reason this didn't get added in my previous commit.Poul-Henning Kamp2002-05-291-0/+107
* Remove bogus include of <machine/ansi.h>.Mike Barcroft2002-04-111-1/+0
* Remove 'register' keyword.David E. O'Brien2002-03-213-11/+11
* Remove __P.Alfred Perlstein2002-03-204-14/+14
* DBA update: used the wrong of several NAI DBAs.Robert Watson2002-03-071-1/+1
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-2712-169/+33
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-1812-16/+28
* Add a 'strvalid()' call to libkern. Given a character pointer, andRobert Watson2002-02-181-0/+55
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-1/+3
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-073-20/+11
* Garbage call!Poul-Henning Kamp2001-11-0511-810/+0