Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add memset to list of files to build. | 1999-11-09 | 1 | -2/+2 | ||
| | ||||||
* | bew frame framework | 1999-09-14 | 1 | -2/+5 | ||
| | ||||||
* | tabs vs spaces | 1999-09-14 | 1 | -19/+19 | ||
| | ||||||
* | fix unaligned copy's end condition | 1999-06-10 | 1 | -17/+38 | ||
| | ||||||
* | use right lorder; niklas@ ok | 1999-05-21 | 1 | -3/+3 | ||
| | ||||||
* | bcopy() and space-space bcopy() | 1999-05-19 | 2 | -2/+259 | ||
| | ||||||
* | fix EXIT() usage, appen .end | 1999-05-09 | 3 | -4/+12 | ||
| | ||||||
* | no separate bcopy, will be .m4 magic here | 1999-05-05 | 1 | -253/+0 | ||
| | ||||||
* | add memset() | 1999-04-20 | 1 | -2/+2 | ||
| | ||||||
* | added ffs() | 1999-03-03 | 1 | -2/+2 | ||
| | ||||||
* | no 968dyncall in kernel | 1999-02-07 | 1 | -2/+2 | ||
| | ||||||
* | add ovbcopy | 1999-02-07 | 1 | -1/+2 | ||
| | ||||||
* | Support for the m88k arch. | 1998-12-15 | 1 | -0/+7 | ||
| | ||||||
* | add missing function from libkern, strncasecmp() | 1998-09-25 | 1 | -2/+2 | ||
| | ||||||
* | more functions | 1998-07-20 | 1 | -2/+3 | ||
| | ||||||
* | there is no string.h in stand land | 1998-06-27 | 7 | -20/+20 | ||
| | ||||||
* | stand guys don't have string.h as well | 1998-06-27 | 1 | -3/+3 | ||
| | ||||||
* | fix for non-ansi compilers | 1998-06-27 | 2 | -7/+12 | ||
| | ||||||
* | add bcmp() | 1998-06-24 | 2 | -2/+86 | ||
| | ||||||
* | some more files for libkern (/boot uses it's own Makefile for this) | 1998-06-24 | 1 | -3/+3 | ||
| | ||||||
* | use HP version | 1998-06-23 | 8 | -1344/+1981 | ||
| | ||||||
* | initial import | 1998-06-23 | 11 | -0/+1853 | ||
| | ||||||
* | Added memset.c, needed by AUDIO_INITINFO | 1998-06-19 | 1 | -2/+2 | ||
| | ||||||
* | sparc needs memset for gcc now (i hate this) | 1998-06-02 | 2 | -2/+144 | ||
| | ||||||
* | pass MACHINE{,_ARCH} into libkern/Makefile so cross-build works | 1998-03-18 | 3 | -6/+9 | ||
| | | | | no 64bit math for sgi (; | |||||
* | Use correct comment syntax for RCS Ids | 1998-03-01 | 8 | -8/+8 | ||
| | ||||||
* | Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compiling | 1998-02-14 | 1 | -1/+3 | ||
| | | | | kernels when using tools built from 'make cross-tools'. | |||||
* | missed from last bcd2bin commit | 1997-11-30 | 1 | -1/+5 | ||
| | ||||||
* | add bcd<-->bin conversions; from freebsd | 1997-11-30 | 2 | -2/+39 | ||
| | ||||||
* | $OpenBSD$ | 1997-11-07 | 80 | -54/+154 | ||
| | ||||||
* | add prototype for memchr | 1997-11-04 | 1 | -1/+2 | ||
| | ||||||
* | add memchr to libkern | 1997-11-04 | 12 | -9/+137 | ||
| | ||||||
* | From NetBSD: assert stuff | 1997-09-14 | 1 | -1/+39 | ||
| | ||||||
* | _STANDALONE needs <machine/limits.h> too | 1997-07-25 | 1 | -2/+2 | ||
| | ||||||
* | Fix a repeatbility problem associated with doing make cleandir of sys/lib/* - | 1997-06-19 | 1 | -2/+2 | ||
| | | | | | | | | 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. | |||||
* | eliminate comment about HAVEHTONS since the conditional implied is no longer present in the source | 1997-06-06 | 1 | -4/+1 | ||
| | ||||||
* | Removed strchr() for libkern. | 1997-05-05 | 1 | -2/+1 | ||
| | ||||||
* | Several kernel files have internal (conflicting) versions of strchr() so | 1997-05-05 | 2 | -59/+2 | ||
| | | | | move to libsa for now. | |||||
* | Back out depend/clean changes. | 1997-05-05 | 1 | -5/+3 | ||
| | ||||||
* | Alpha needs strchr.c | 1997-05-04 | 4 | -7/+66 | ||
| | | | | | | 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). | |||||
* | fixed bcopy/memcpy conflict by using private mem* routines. | 1997-04-04 | 1 | -4/+5 | ||
| | | | | | | 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... | |||||
* | no more 2(two) md5 libs in kernel! | 1997-03-30 | 2 | -149/+362 | ||
| | | | | | | | 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! | |||||
* | prototyping problems, PR#71, felix@mamba.pond.sub.org | 1997-01-27 | 1 | -0/+1 | ||
| | ||||||
* | protect from multiple includes (required by gpl_math_emulate) | 1997-01-18 | 1 | -1/+6 | ||
| | ||||||
* | Remove locc. -moj | 1997-01-14 | 1 | -2/+2 | ||
| | ||||||
* | Adding OpenBSD tags to files. | 1996-12-28 | 2 | -0/+2 | ||
| | ||||||
* | add necessary file for powerpc port. | 1996-12-28 | 1 | -0/+62 | ||
| | | | | It would be really nice if this was a "standard" libkern function. | |||||
* | Check-in of powerpc kernel support. | 1996-12-21 | 2 | -0/+48 | ||
| | | | | | | NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. | |||||
* | types.h for u_char | 1996-12-12 | 2 | -2/+4 | ||
| | ||||||
* | -Wcast-qual happiness | 1996-12-08 | 3 | -9/+9 | ||
| |