summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Collapse)Author
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
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
It would be really nice if this was a "standard" libkern function.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
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
1996-06-1064 bit cleanTheo de Raadt
1996-05-23quote typeTheo de Raadt
1996-05-22make depend workTheo de Raadt
1996-05-18Added missing '.set noreorder' directivePer Fogelstrom
1996-05-15Now uses libkern instead of locore functions.Per Fogelstrom
1996-05-10clean betterTheo de Raadt
1996-05-01switch on _KERNEL to pull in correct headersTheo de Raadt
1996-05-01sparc needs memset, compiler calls it automaticallyTheo de Raadt
1996-05-01use .S versionTheo de Raadt
1996-05-01copied from libcTheo de Raadt
1996-05-01no longer needed because gcc has been fixedTheo de Raadt