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
/
lib
/
libc
/
arch
/
i386
/
string
Age
Commit message (
Expand
)
Author
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2015-05-15
Make index/rindex weak aliases of strchr/strrchr since they are not
Todd C. Miller
2015-05-14
Use STRONG_ALIAS instead of ALTENTRY.
Mark Kettenis
2014-12-11
we do not need the complexity of an assembly swab function here.
Ted Unangst
2014-12-02
Noone cares what castle the princess is in
Theo de Raadt
2014-12-02
sync bcopy/memmove/memcpy implementation with the kernel. ok deraadt
Ted Unangst
2014-11-30
restructure libc/string + libc/arch/*/string coperation regarding
Theo de Raadt
2012-09-04
remove lint leftovers; ok guenther@
Okan Demirmen
2012-01-17
Remove assembly version of strlen from i386 and amd64, where it's
Mike Belopuhov
2007-05-25
"boundries" -> "boundaries" in various comments. Started by Diego Casati.
Kenneth R Westerback
2005-08-07
zap rcsid, tested there. okay deraadt@
Marc Espie
2005-03-25
Change wording of APIWARNs to match arch-independent code.
Mark Kettenis
2005-03-25
Fix APIWARNs.
Mark Kettenis
2003-07-24
warn about unsafe APIs at link time. Conditional on libc/Makefile defining
Theo de Raadt
2003-06-11
oops
Theo de Raadt
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-08
offload the arguments from the stack before performing
Michael Shalayeff
2000-12-29
don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>
Michael Shalayeff
1999-04-25
missing parts from last commit
Todd C. Miller
1997-07-23
tabify
kstailey
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-03-25
Add support for building lint(1) library
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt