CVS: herc.mirbsd.org: src
Thorsten Glaser <
tg@...>
2011-01-03 19:02:57 GMT
Commit ID: 1004D221D691CE0C01C
CVSROOT: /cvs
Module name: src
Changes by: tg@... 2011/01/03 19:02:55 UTC
Modified files:
sys/sys : slibkern.h
lib/libc/arch/i386/string: Makefile.inc
lib/libc/arch/sparc/string: Makefile.inc
lib/libc/string: Makefile.inc
kern/c : Makefile.inc memchr.c strncmp.c
kern/c/i386 : Makefile.inc
kern/c/sparc : Makefile.inc
kern/include : libckern.h
sys/arch/i386/stand/libsa: Makefile
sys/arch/sparc/stand/libsa: Makefile
sys/lib/libkern: Makefile
sys/lib/libsa : Makefile stand.h
Added files:
kern/c : strchr.c strncpy.c strrchr.c
kern/c/i386 : strchr.S strrchr.S
Removed files:
lib/libc/arch/i386/string: index.S rindex.S
lib/libc/string: index.c rindex.c strncpy.c
sys/lib/libkern: strchr.c strncpy.c
sys/lib/libsa : strchr.c strncpy.c
Log message:
move strchr, strrchr, strncpy to kern; remove redundant strncmp, strncasecmp protos
(Continue reading)