summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Collapse)Author
2000-03-03fix a commentArtur Grabowski
2000-02-22put C accessable labels on {,u}{rem,div}Theo de Raadt
2000-02-22Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL,Artur Grabowski
sparc defines that function as static and gcc doesn't understand that it gets called from an assembler stub.
1999-12-10but... these are needed by the bootblocksTheo de Raadt
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
the equivelant 2-instruction sequence.
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff
1999-11-09add memset to list of files to build.Dale S. Rahn
1999-09-14bew frame frameworkMichael Shalayeff
1999-09-14tabs vs spacesMichael Shalayeff
1999-06-10fix unaligned copy's end conditionMichael Shalayeff
1999-05-21use right lorder; niklas@ okMichael Shalayeff
1999-05-19bcopy() and space-space bcopy()Michael Shalayeff
1999-05-09fix EXIT() usage, appen .endMichael Shalayeff
1999-05-05no separate bcopy, will be .m4 magic hereMichael Shalayeff
1999-04-20add memset()Michael Shalayeff
1999-03-03added ffs()Steve Murphree
1999-02-07no 968dyncall in kernelMichael Shalayeff
1999-02-07add ovbcopyMichael Shalayeff
1998-12-15Support for the m88k arch.Steve Murphree
1998-09-25add missing function from libkern, strncasecmp()Dale S. Rahn
1998-07-20more functionsMichael Shalayeff
1998-06-27there is no string.h in stand landMichael Shalayeff
1998-06-27stand guys don't have string.h as wellMichael Shalayeff
1998-06-27fix for non-ansi compilersMichael Shalayeff
1998-06-24add bcmp()Michael Shalayeff
1998-06-24some more files for libkern (/boot uses it's own Makefile for this)Michael Shalayeff
1998-06-23use HP versionMichael Shalayeff
1998-06-23initial importMichael Shalayeff
1998-06-19Added memset.c, needed by AUDIO_INITINFOMarc Espie
1998-06-02sparc needs memset for gcc now (i hate this)Theo de Raadt
1998-03-18pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksMichael Shalayeff
no 64bit math for sgi (;
1998-03-01Use correct comment syntax for RCS IdsNiklas Hallqvist
1998-02-14Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compilingDavid Leonard
kernels when using tools built from 'make cross-tools'.
1997-11-30missed from last bcd2bin commitMichael Shalayeff
1997-11-30add bcd<-->bin conversions; from freebsdMichael Shalayeff
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-04add prototype for memchrchuck
1997-11-04add memchr to libkernchuck
1997-09-14From NetBSD: assert stuffNiklas Hallqvist
1997-07-25_STANDALONE needs <machine/limits.h> tooMichael Shalayeff
1997-06-19Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr
mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI.
1997-06-06eliminate comment about HAVEHTONS since the conditional implied is no longer ↵grr
present in the source
1997-05-05Removed strchr() for libkern.Todd C. Miller
1997-05-05Several kernel files have internal (conflicting) versions of strchr() soTodd C. Miller
move to libsa for now.
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-04Alpha needs strchr.cTodd C. Miller
Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).
1997-04-04fixed bcopy/memcpy conflict by using private mem* routines.Michael Shalayeff
changed generic pointer type to (void *) and, md5 is in libkern, since more than one component of the kernel uses it. what would be better place? well, imagine some lkm that uses md5 someday...
1997-03-30no more 2(two) md5 libs in kernel!Michael Shalayeff
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray!
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-18protect from multiple includes (required by gpl_math_emulate)Michael Shalayeff