tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
lib
/
libkern
/
arch
/
m88k
/
at
master
9 files
bcopy.S
Move m88k memory copy and fill functions to libkern. The copy functions will no longer share the same code, but will be instead be duplicated from the same source, so that bcopy() and memcpy() do not need to check for overlap, and memcpy() and memmove() are shorter.
19 years ago
bzero.S
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in m88k code.
3 years ago
copy_subr.S
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in m88k code.
3 years ago
divsi3.S
Add {,u}{div,mod}si3 to libkern and to the kernel as well.
13 years ago
memcpy.S
Move m88k memory copy and fill functions to libkern. The copy functions will no longer share the same code, but will be instead be duplicated from the same source, so that bcopy() and memcpy() do not need to check for overlap, and memcpy() and memmove() are shorter.
19 years ago
memmove.S
Move m88k memory copy and fill functions to libkern. The copy functions will no longer share the same code, but will be instead be duplicated from the same source, so that bcopy() and memcpy() do not need to check for overlap, and memcpy() and memmove() are shorter.
19 years ago
modsi3.S
Add {,u}{div,mod}si3 to libkern and to the kernel as well.
13 years ago
udivsi3.S
Add {,u}{div,mod}si3 to libkern and to the kernel as well.
13 years ago
umodsi3.S
Add {,u}{div,mod}si3 to libkern and to the kernel as well.
13 years ago