summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/m88k (follow)
Commit message (Expand)AuthorAgeFilesLines
* give bcopy() the ovbcopy() semanticsmiod2013-06-151-1/+2
* ovbcopy begonederaadt2013-06-131-4/+1
* remove ovbcopy supportderaadt2013-06-111-4/+0
* Add {,u}{div,mod}si3 to libkern and to the kernel as well.miod2013-06-074-0/+195
* Switch m88k ports to ELF.miod2013-01-052-200/+200
* s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which definemiod2011-01-271-60/+60
* destintation -> destinationmiod2010-04-201-3/+3
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-251-8/+0
* Move m88k memory copy and fill functions to libkern. The copy functions willmiod2006-11-177-1/+576
* It turns out that the so-called fast ffs(3) routines were wrong, as soon asmiod2004-04-012-18/+2
* use C comments, works betterderaadt2004-01-221-3/+3
* A faster ffs() routine based upon the ff1 assembly instruction.miod2004-01-212-3/+18
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+2
* ??? Bogons! How did this get broken?smurph2001-02-011-2/+2
* strlcat and strlcpy into libkern.provos2000-12-181-2/+2
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-161-2/+2
* added ffs()smurph1999-03-031-2/+2
* Support for the m88k arch.smurph1998-12-151-0/+7