aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed almost all traces of libkern.a. The objects that were inBruce Evans1995-12-261-37/+0
* Added prototypes.Bruce Evans1995-12-262-5/+15
* Add-back strlen.c to the library in case a kernel is compiled withoutNate Williams1995-12-191-6/+5
* Add qsort() to libkern, taken from libc.Poul-Henning Kamp1995-11-082-1/+175
* Comment out, but don't delete stuff we don't use.Poul-Henning Kamp1995-10-051-6/+18
* Rearrange the inner loop of scanc() to get better code on i*86'sBruce Evans1995-07-111-2/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-8/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* Do not install libkern into /usr/lib, blank target install: added.Rodney W. Grimes1995-03-231-1/+3
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).Poul-Henning Kamp1995-03-174-8/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-162-5/+54
* Add strncmp() function..I need it andUgen J.S. Antsilevich1995-02-272-2/+58
* Always build libkern_p.a. `NOPROFILE' should only control user libraries.Bruce Evans1995-01-101-1/+3
* Hide the declaration of ffs() if an inline ffs() is implemented.Bruce Evans1994-11-141-1/+3
* I'm going to nuke strtol() for now. Now I need strncmp() and ratherJordan K. Hubbard1994-10-261-2/+2
* Add strtol() to libkern in support of some other work I'm doing.Jordan K. Hubbard1994-10-252-3/+131
* Use new-style declarations for min/max functions so thatBruce Evans1994-09-181-62/+11
* Added -DKERNEL and added support for kernel profiling.Paul Richards1994-09-152-3/+7
* Added qmin and qmax functions to deal with quad_t's.David Greenman1994-08-301-1/+14
* Added $Id$David Greenman1994-08-0235-108/+65
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-272-0/+251
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2435-0/+2626