summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* have to have a proto heremickey2001-07-091-1/+5
|
* syncmickey2001-06-041-3/+3
|
* export these from libcmickey2001-06-042-7/+7
|
* get rid of somming we willmickey2001-03-292-18/+3
|
* sync w/ libcmickey2001-03-281-5/+7
|
* rely on predefined space attributesmickey2001-03-281-3/+3
|
* ??? Bogons! How did this get broken?smurph2001-02-011-2/+2
|
* import strlcpy from libcmickey2000-12-292-3/+69
|
* strlcat and strlcpy into libkern.provos2000-12-1811-22/+31
|
* +memset for ext2fs, should fix both pmax (untested) and arcimp2000-08-151-2/+2
|
* use ffs.cmickey2000-07-022-57/+3
|
* sync w/ libcmickey2000-07-021-1/+2
|
* bcmp.S bye-bye; use generic bcmp.c version which is as good as this onemickey2000-06-292-88/+3
|
* fix building bzero out of memset.c; from miod@mickey2000-06-291-4/+4
| | | | (that makefile:kerndir fix was needed to build the kernel ;)
* alpha was missing memsetmillert2000-06-261-2/+2
|
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-1614-22/+280
|
* screw .S version memset does same job...mickey2000-04-252-123/+10
|
* 5k of source saved in spaces and empty lines; also rcsidmickey2000-04-241-828/+673
|
* fix a commentart2000-03-031-3/+3
|
* put C accessable labels on {,u}{rem,div}deraadt2000-02-222-7/+10
|
* but... these are needed by the bootblocksderaadt1999-12-102-0/+353
|
* move .mul and .umul into the kernel. if v8 sparc is detected, replace withderaadt1999-12-073-356/+3
| | | | the equivelant 2-instruction sequence.
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+19
|
* add memset to list of files to build.rahnds1999-11-091-2/+2
|
* bew frame frameworkmickey1999-09-141-2/+5
|
* tabs vs spacesmickey1999-09-141-19/+19
|
* fix unaligned copy's end conditionmickey1999-06-101-17/+38
|
* bcopy() and space-space bcopy()mickey1999-05-192-2/+259
|
* fix EXIT() usage, appen .endmickey1999-05-093-4/+12
|
* no separate bcopy, will be .m4 magic heremickey1999-05-051-253/+0
|
* add memset()mickey1999-04-201-2/+2
|
* added ffs()smurph1999-03-031-2/+2
|
* no 968dyncall in kernelmickey1999-02-071-2/+2
|
* add ovbcopymickey1999-02-071-1/+2
|
* Support for the m88k arch.smurph1998-12-151-0/+7
|
* add missing function from libkern, strncasecmp()rahnds1998-09-251-2/+2
|
* more functionsmickey1998-07-201-2/+3
|
* add bcmp()mickey1998-06-242-2/+86
|
* some more files for libkern (/boot uses it's own Makefile for this)mickey1998-06-241-3/+3
|
* use HP versionmickey1998-06-238-1344/+1981
|
* initial importmickey1998-06-2311-0/+1853
|
* Added memset.c, needed by AUDIO_INITINFOespie1998-06-191-2/+2
|
* sparc needs memset for gcc now (i hate this)deraadt1998-06-021-2/+2
|
* pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksmickey1998-03-181-2/+2
| | | | no 64bit math for sgi (;
* Use correct comment syntax for RCS Idsniklas1998-03-018-8/+8
|
* $OpenBSD$niklas1997-11-0752-28/+94
|
* add memchr to libkernchuck1997-11-0411-9/+71
|
* Several kernel files have internal (conflicting) versions of strchr() somillert1997-05-051-2/+2
| | | | move to libsa for now.
* Alpha needs strchr.cmillert1997-05-041-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. -mojmaja1997-01-141-2/+2
|