| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 11 | -22/+31 | ||
| | | ||||||
| * | +memset for ext2fs, should fix both pmax (untested) and arc | 2000-08-15 | 1 | -2/+2 | ||
| | | ||||||
| * | use ffs.c | 2000-07-02 | 2 | -57/+3 | ||
| | | ||||||
| * | sync w/ libc | 2000-07-02 | 1 | -1/+2 | ||
| | | ||||||
| * | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | 2000-06-29 | 2 | -88/+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 ;) | |||||
| * | alpha was missing memset | 2000-06-26 | 1 | -2/+2 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | 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 | 1 | -2/+2 | ||
| | | ||||||
| * | pass MACHINE{,_ARCH} into libkern/Makefile so cross-build works | 1998-03-18 | 1 | -2/+2 | ||
| | | | | | no 64bit math for sgi (; | |||||
| * | Use correct comment syntax for RCS Ids | 1998-03-01 | 8 | -8/+8 | ||
| | | ||||||
| * | $OpenBSD$ | 1997-11-07 | 52 | -28/+94 | ||
| | | ||||||
| * | add memchr to libkern | 1997-11-04 | 11 | -9/+71 | ||
| | | ||||||
| * | Several kernel files have internal (conflicting) versions of strchr() so | 1997-05-05 | 1 | -2/+2 | ||
| | | | | | move to libsa for now. | |||||
| * | Alpha needs strchr.c | 1997-05-04 | 1 | -2/+2 | ||
| | | | | | | | 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). | |||||
| * | 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. | |||||
| * | Merge NetBSD/Alpha 961020 | 1996-10-31 | 12 | -108/+125 | ||
| | | ||||||
