Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get rid of somming we will | 2001-03-29 | 2 | -18/+3 | ||
| | ||||||
* | sync w/ libc | 2001-03-28 | 1 | -5/+7 | ||
| | ||||||
* | rely on predefined space attributes | 2001-03-28 | 1 | -3/+3 | ||
| | ||||||
* | ??? Bogons! How did this get broken? | 2001-02-01 | 1 | -2/+2 | ||
| | ||||||
* | import strlcpy from libc | 2000-12-29 | 2 | -3/+69 | ||
| | ||||||
* | strlcat and strlcpy into libkern. | 2000-12-18 | 14 | -23/+182 | ||
| | ||||||
* | Include stand.h from lib/libsa/stand.h | 2000-11-08 | 1 | -2/+2 | ||
| | ||||||
* | Don't include sys/systm.h if we include stand.h. | 2000-11-08 | 1 | -3/+3 | ||
| | ||||||
* | +memset for ext2fs, should fix both pmax (untested) and arc | 2000-08-15 | 1 | -2/+2 | ||
| | ||||||
* | knf; ouch, that hurts | 2000-07-02 | 1 | -6/+7 | ||
| | ||||||
* | use ffs.c | 2000-07-02 | 2 | -57/+3 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | split symbol loading for a.out into a separate routine (tested on i386) | 2000-05-30 | 4 | -63/+203 | ||
| | | | | add symbol loading for elf (tested on hppa) | |||||
* | 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 | ||
| | ||||||
* | $OpenBSD$ | 2000-03-03 | 4 | -4/+4 | ||
| | ||||||
* | 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. | |||||
* | som is a md format | 2000-01-06 | 1 | -2/+2 | ||
| | ||||||
* | netinet/in.h without sys/socket.h | 1999-12-18 | 1 | -1/+2 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | Allow the twiddler to be disabled via a global. | 1999-08-16 | 1 | -3/+7 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | place a bin-patcheable z_verbose here for -DDEBUG | 1999-02-14 | 1 | -1/+5 | ||
| | ||||||
* | make z_error be a panic | 1999-02-14 | 1 | -1/+2 | ||
| | ||||||
* | fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr. | 1999-02-14 | 5 | -38/+34 | ||
| | | | | | | another obvious fix would be porting stdio file functions into stand library, so code would go smooth from -lz, but former seems to be a minimal-change-compliant approach. | |||||
* | no 968dyncall in kernel | 1999-02-07 | 1 | -2/+2 | ||
| | ||||||
* | add ovbcopy | 1999-02-07 | 1 | -1/+2 | ||
| | ||||||
* | fix a real bad bug, which consists of return value from | 1999-01-25 | 2 | -6/+15 | ||
| | | | | | | read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such. |