Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sync w/ libc | 2000-07-02 | 2 | -41/+29 | ||
| | ||||||
* | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | 2000-06-29 | 2 | -88/+3 | ||
| | ||||||
* | do not use <string.h> for _STANDALONE | 2000-06-29 | 1 | -3/+3 | ||
| | ||||||
* | fix building bzero out of memset.c; from miod@ | 2000-06-29 | 1 | -4/+4 | ||
| | | | | (that makefile:kerndir fix was needed to build the kernel ;) | |||||
* | in order to build bzero from memset KERNDIR has to be exported. | 2000-06-29 | 1 | -7/+5 | ||
| | | | | | | i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space. | |||||
* | do not use <string.h> for _STANDALONE, like others | 2000-06-29 | 1 | -3/+3 | ||
| | ||||||
* | alpha was missing memset | 2000-06-26 | 1 | -2/+2 | ||
| | ||||||
* | Pull memcmp() into libkern. | 2000-06-16 | 2 | -1/+68 | ||
| | ||||||
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | 2000-06-16 | 14 | -22/+280 | ||
| | ||||||
* | screw .S version memset does same job... | 2000-04-25 | 2 | -123/+10 | ||
| | ||||||
* | make bzero() compile again; millert@ ok | 2000-04-25 | 1 | -0/+4 | ||
| | ||||||
* | 5k of source saved in spaces and empty lines; also rcsid | 2000-04-24 | 1 | -828/+673 | ||
| | ||||||
* | fix a comment | 2000-03-03 | 1 | -3/+3 | ||
| | ||||||
* | put C accessable labels on {,u}{rem,div} | 2000-02-22 | 2 | -7/+10 | ||
| | ||||||
* | Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL, | 2000-02-22 | 1 | -3/+7 | ||
| | | | | | sparc defines that function as static and gcc doesn't understand that it gets called from an assembler stub. | |||||
* | but... these are needed by the bootblocks | 1999-12-10 | 2 | -0/+353 | ||
| | ||||||
* | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | 1999-12-07 | 3 | -356/+3 | ||
| | | | | the equivelant 2-instruction sequence. | |||||
* | fix space regs load insns, also some tabs vs spaces | 1999-12-05 | 1 | -19/+19 | ||
| | ||||||
* | 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 | ||
| |