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
/
lib
/
libc
/
arch
/
sparc64
/
string
/
at
jcs
3 files
Makefile.inc
Make index/rindex weak aliases of strchr/strrchr since they are not part of the ISO C standard and have also been dropped from POSIX. OK guenther@ kettenis@
11 years ago
ffs.S
Move all data from .text section to .rodata, and update the code to fetch them correctly when building PIC.
3 years ago
strlen.S
Add framework for resolving (pun intended) libc namespace issues, using wrapper .h files and asm labels to let internal calls resolve directly and not be overridable or use the PLT. Then, apply that framework to most of the functions in stdio.h, string.h, err.h, and wchar.h. Delete the should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here.
10 years ago