aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2836-36/+36
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-102-17/+22
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-102-0/+134
* Add a fast version of bcmp which compares longwords at a time.Doug Rabson1999-06-191-1/+93
* Backed out the previous backout. We may as well have a version of ucmpdi2.cBruce Evans1999-06-021-2/+2
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchJustin T. Gibbs1999-05-142-4/+3
* Add ucmpdi2.c to i386 libkern build. Its required for some quadJustin T. Gibbs1999-05-142-3/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-282-4/+4
* - Fix modulo bug.Nate Williams1998-12-011-2/+2
* Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.Bruce Evans1998-08-171-8/+2
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-12/+12
* #include sys/libkern.h instead of stdlib.h.Poul-Henning Kamp1998-06-301-2/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-106-0/+228
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-5/+5
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-2/+2
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-4/+4
* Removed unused #includes.Bruce Evans1997-08-025-10/+5
* Style optimization in newly added POSIX range []] conformance, redoAndrey A. Chernov1997-06-071-6/+6
* Add missing FNM_PERIOD check for '[' rangeAndrey A. Chernov1997-06-061-4/+10
* 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternAndrey A. Chernov1997-06-061-11/+35
* Fix a bug that caused some false mismatches when both FNM_PATHNAMEJohn Polstra1997-04-291-1/+2
* Eliminate some function calls when locale not usedAndrey A. Chernov1997-04-041-6/+4
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-2/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2236-36/+36
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1436-36/+36
* collate_range_cmp -> __collate_range_cmpAndrey A. Chernov1996-10-311-3/+4
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.Bruce Evans1996-10-251-1/+4
* GNU-style changes:Andrey A. Chernov1996-10-231-10/+14
* add flag FNM_ICASE for case insensitve searchWolfram Schneider1996-10-201-1/+20
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-72/+58
* add simple srandom() and prototypePeter Wemm1996-09-231-2/+10
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-105-10/+10
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-313-8/+9
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-10/+10
* Removed sccsids and rcsids and added Id$ to save space like everythingBruce Evans1996-08-283-17/+5
* Cleaned up interrupt masking by declaring the state variable in aBruce Evans1996-08-281-6/+5
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-3/+3
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-1/+4
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
* Added index() which will be used shortly in some fixes to the ibcs2Nate Williams1996-06-071-0/+53
* removed:Poul-Henning Kamp1996-05-021-2/+2
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+1
* Don't depend on <sys/types.h> including <sys/cdefs.h>.Bruce Evans1996-04-191-1/+2
* Extend to handle all radix < 37Poul-Henning Kamp1996-01-241-1/+2
* Moved BCD declarations to the correct header (libkern.h).Bruce Evans1996-01-161-25/+25
* My wife is busy making me a new conical hat, so you don't need toPoul-Henning Kamp1996-01-151-2/+2
* Add the bcd <-> bin and hex -> ascii tables.Poul-Henning Kamp1996-01-151-0/+34
* recording cvs-1.6 file deathPeter Wemm1995-12-302-193/+0
* Copied mcount.c from the library again. #include'ing it via a relativeBruce Evans1995-12-301-3/+325
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-179/+3