summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Adding OpenBSD tags to files.rahnds1996-12-282-0/+2
|
* add necessary file for powerpc port.rahnds1996-12-281-0/+62
| | | | It would be really nice if this was a "standard" libkern function.
* Check-in of powerpc kernel support.rahnds1996-12-212-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 961020niklas1996-10-3112-108/+125
|
* cleanup tags and Ids.mickey1996-09-2718-59/+32
|
* Fix unterminated constant complaintimp1996-09-221-1/+1
|
* Cleanup of endian and abi call stuff.pefo1996-07-308-28/+24
|
* Add macros to handle endian issues.pefo1996-07-183-12/+12
|
* Added missing '.set noreorder' directivepefo1996-05-188-3/+19
|
* Now uses libkern instead of locore functions.pefo1996-05-153-4/+8
|
* sparc needs memset, compiler calls it automaticallyderaadt1996-05-012-68/+4
|
* use .S versionderaadt1996-05-012-22/+28
|
* copied from libcderaadt1996-05-017-3/+231
|