summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc64/string
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Wow, it cannot even be in .data...deraadt1-2/+1
2018-01-18Sorry, the PIC macros cannot reach to .rodata....deraadt1-2/+2
2018-01-18Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther1-2/+4
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther2-4/+6
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert1-3/+3
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt1-5/+9
2012-09-04remove lint leftovers; ok guenther@okan1-3/+1
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal1-2/+2
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingotto1-1/+3
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@jsg1-0/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-11/+3
2001-08-29except ffs and strlen we use the generic functions (for now).art1-0/+6
2001-08-29ffs from sparc and strlen from NetBSD.art2-0/+155