Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | ||||||
* | cleanup tags and Ids. | 1996-09-27 | 18 | -59/+32 | ||
| | ||||||
* | Fix unterminated constant complaint | 1996-09-22 | 1 | -1/+1 | ||
| | ||||||
* | Cleanup of endian and abi call stuff. | 1996-07-30 | 8 | -28/+24 | ||
| | ||||||
* | Add macros to handle endian issues. | 1996-07-18 | 3 | -12/+12 | ||
| | ||||||
* | Added missing '.set noreorder' directive | 1996-05-18 | 8 | -3/+19 | ||
| | ||||||
* | Now uses libkern instead of locore functions. | 1996-05-15 | 3 | -4/+8 | ||
| | ||||||
* | sparc needs memset, compiler calls it automatically | 1996-05-01 | 2 | -68/+4 | ||
| | ||||||
* | use .S version | 1996-05-01 | 2 | -22/+28 | ||
| | ||||||
* | copied from libc | 1996-05-01 | 7 | -3/+231 | ||
| | ||||||
* | no longer needed because gcc has been fixed | 1996-05-01 | 1 | -17/+0 | ||
| | ||||||
* | copyright added by mark at my suggestion | 1996-05-01 | 1 | -0/+30 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 9 | -13/+366 | ||
| | ||||||
* | NetBSD 960317 merge | 1996-04-19 | 2 | -3/+5 | ||
| | ||||||
* | From NetBSD: | 1996-03-08 | 2 | -1/+59 | ||
| | | | | linux compatibility changes. | |||||
* | From NetBSD: Merge with NetBSD 960217 | 1996-02-29 | 1 | -2/+4 | ||
| | ||||||
* | update from netbsd | 1995-12-14 | 5 | -22/+219 | ||
| | ||||||
* | libkern pica stuff | 1995-11-06 | 11 | -1/+351 | ||
| |