summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/m88k
AgeCommit message (Expand)Author
2013-06-15give bcopy() the ovbcopy() semanticsMiod Vallat
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-11remove ovbcopy supportTheo de Raadt
2013-06-07Add {,u}{div,mod}si3 to libkern and to the kernel as well.Miod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2011-01-27s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which defineMiod Vallat
2010-04-20destintation -> destinationMiod Vallat
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2006-11-17Move m88k memory copy and fill functions to libkern. The copy functions willMiod Vallat
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod Vallat
2004-01-22use C comments, works betterTheo de Raadt
2004-01-21A faster ffs() routine based upon the ff1 assembly instruction.Miod Vallat
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2001-02-01??? Bogons! How did this get broken?Steve Murphree
2000-12-18strlcat and strlcpy into libkern.Niels Provos
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.Todd C. Miller
1999-03-03added ffs()Steve Murphree
1998-12-15Support for the m88k arch.Steve Murphree