summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/m68k/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-251-9/+0
| | | | | | | | | | | | directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
* more locc() diesderaadt2007-05-041-2/+2
|
* Switch to the C version of random() on m68k platforms. It is almost as fastmiod2006-01-041-2/+2
| | | | | | | | | | as the assembly version on 0[234]0, but *fifteen* times faster than it on 68060 systems, since it uses a form of muls.l which has to be emulated. And since we use random() for statclock variance, this means we were gratuitously doing an average of 100 emulation traps per second. ok deraadt@ millert@
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+2
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* strlcat and strlcpy into libkern.provos2000-12-181-2/+3
|
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-161-2/+2
|
* Added memset.c, needed by AUDIO_INITINFOespie1998-06-191-2/+2
|
* add memchr to libkernchuck1997-11-041-1/+2
|
* use .S versionderaadt1996-05-011-3/+3
|
* From NetBSD: Merge with NetBSD 960217niklas1996-02-291-2/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+5