summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Expand)Author
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
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
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
1997-06-06eliminate comment about HAVEHTONS since the conditional implied is no longer ...grr
1997-05-05Removed strchr() for libkern.Todd C. Miller
1997-05-05Several kernel files have internal (conflicting) versions of strchr() soTodd C. Miller
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-04Alpha needs strchr.cTodd C. Miller
1997-04-04fixed bcopy/memcpy conflict by using private mem* routines.Michael Shalayeff
1997-03-30no more 2(two) md5 libs in kernel!Michael Shalayeff
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
1997-01-14Remove locc. -mojMats O Jansson
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28add necessary file for powerpc port.Dale S. Rahn
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
1996-12-12types.h for u_charTheo de Raadt
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-12-06Promise to not change arg 2 & 3 to scancNiklas Hallqvist
1996-11-27short and long are now u_int16_t and u_int32_tNiklas Hallqvist
1996-10-31Merge NetBSD/Alpha 961020Niklas Hallqvist
1996-09-27cleanup tags and Ids.Michael Shalayeff
1996-09-22Fix unterminated constant complaintimp
1996-08-23Fluff needed for -Wstrict-prototypes -Wmissing-prototypesNiklas Hallqvist
1996-08-14Remove extra underscore from _randseedNiklas Hallqvist
1996-08-11make -Wstrict-prototypes happyNiklas Hallqvist
1996-08-11Move MD5 protos to a more sensible placeNiklas Hallqvist
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-07-30Cleanup of endian and abi call stuff.Per Fogelstrom
1996-07-18Add macros to handle endian issues.Per Fogelstrom
1996-06-18sync to libcTheo de Raadt
1996-06-16add getsn(char *buf, int len)Theo de Raadt