summaryrefslogtreecommitdiffstats
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* Style optimization in newly added POSIX range []] conformance, redoache1997-06-071-6/+6
* Add missing FNM_PERIOD check for '[' rangeache1997-06-061-4/+10
* 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternache1997-06-061-11/+35
* Fix a bug that caused some false mismatches when both FNM_PATHNAMEjdp1997-04-291-1/+2
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
* Speedup in case locale not usedache1997-04-041-2/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2236-36/+36
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1436-36/+36
* collate_range_cmp -> __collate_range_cmpache1996-10-311-3/+4
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.bde1996-10-251-1/+4
* GNU-style changes:ache1996-10-231-10/+14
* add flag FNM_ICASE for case insensitve searchwosch1996-10-201-1/+20
* Improved non-statistical (GUPROF) profiling:bde1996-10-171-72/+58
* add simple srandom() and prototypepeter1996-09-231-2/+10
* Updated #includes to 4.4Lite style.bde1996-09-105-10/+10
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-313-8/+9
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-10/+10
* Removed sccsids and rcsids and added Id$ to save space like everythingbde1996-08-283-17/+5
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-6/+5
* Convert to newly aded collate compare functionache1996-08-121-3/+3
* Use collate for alpha character rangesache1996-08-121-1/+4
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* Added index() which will be used shortly in some fixes to the ibcs2nate1996-06-071-0/+53
* removed:phk1996-05-021-2/+2
* Don't include <sys/types.h> when it isn't used.bde1996-04-191-2/+1
* Don't depend on <sys/types.h> including <sys/cdefs.h>.bde1996-04-191-1/+2
* Extend to handle all radix < 37phk1996-01-241-1/+2
* Moved BCD declarations to the correct header (libkern.h).bde1996-01-161-25/+25
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-151-2/+2
* Add the bcd <-> bin and hex -> ascii tables.phk1996-01-151-0/+34
* recording cvs-1.6 file deathpeter1995-12-302-193/+0
* Copied mcount.c from the library again. #include'ing it via a relativebde1995-12-301-3/+325
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-179/+3
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-261-37/+0
* Added prototypes.bde1995-12-262-5/+15
* Add-back strlen.c to the library in case a kernel is compiled withoutnate1995-12-191-6/+5
* Add qsort() to libkern, taken from libc.phk1995-11-082-1/+175
* Comment out, but don't delete stuff we don't use.phk1995-10-051-6/+18
* Rearrange the inner loop of scanc() to get better code on i*86'sbde1995-07-111-2/+10
* Remove trailing whitespace.rgrimes1995-05-304-8/+8
* Remove trailing whitespace.rgrimes1995-05-302-3/+3
* Do not install libkern into /usr/lib, blank target install: added.rgrimes1995-03-231-1/+3
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).phk1995-03-174-8/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Add inet_ntoa() and replace ARP's private routine with same.wollman1995-03-162-5/+54
* Add strncmp() function..I need it andugen1995-02-272-2/+58
* Always build libkern_p.a. `NOPROFILE' should only control user libraries.bde1995-01-101-1/+3
* Hide the declaration of ffs() if an inline ffs() is implemented.bde1994-11-141-1/+3
* I'm going to nuke strtol() for now. Now I need strncmp() and ratherjkh1994-10-261-2/+2
* Add strtol() to libkern in support of some other work I'm doing.jkh1994-10-252-3/+131
OpenPOWER on IntegriCloud