index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libkern
/
arch
/
m88k
Age
Commit message (
Expand
)
Author
2013-06-15
give bcopy() the ovbcopy() semantics
Miod Vallat
2013-06-13
ovbcopy begone
Theo de Raadt
2013-06-11
remove ovbcopy support
Theo de Raadt
2013-06-07
Add {,u}{div,mod}si3 to libkern and to the kernel as well.
Miod Vallat
2013-01-05
Switch m88k ports to ELF.
Miod Vallat
2011-01-27
s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which define
Miod Vallat
2010-04-20
destintation -> destination
Miod Vallat
2007-11-25
libkern, begone. Move to a new mechanism where config(8)'s "file"
Theo de Raadt
2006-11-17
Move m88k memory copy and fill functions to libkern. The copy functions will
Miod Vallat
2004-04-01
It turns out that the so-called fast ffs(3) routines were wrong, as soon as
Miod Vallat
2004-01-22
use C comments, works better
Theo de Raadt
2004-01-21
A faster ffs() routine based upon the ff1 assembly instruction.
Miod Vallat
2003-06-01
strcpy/strcat/sprintf removal in all bootblocks. various testing by
Theo de Raadt
2001-02-01
??? Bogons! How did this get broken?
Steve Murphree
2000-12-18
strlcat and strlcpy into libkern.
Niels Provos
2000-06-16
Pull memcmp() into libkern. Also, use asm version of memset() on m68k.
Todd C. Miller
1999-03-03
added ffs()
Steve Murphree
1998-12-15
Support for the m88k arch.
Steve Murphree