summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/string
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.guenther1-0/+1
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther1-6/+2
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert1-2/+2
2014-12-05memmove/bcopy from libkern, almost certainly the unrolling here isderaadt2-2/+162
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt1-6/+7
2002-09-10mi versions are good enoughmickey3-348/+4
2002-08-27sync from libkern (where the major fix was done or the kernel piece of this)mickey1-18/+22
2002-08-13forgot to fix this while was fixing copy_on_fault shitzmickey1-4/+4
2002-07-08we can live very well w/ MI ffs()mickey2-62/+2
2002-05-20save the old onfault where the handler expects it to be, do not zero out on exit, but restoremickey1-2/+3
2002-03-08reverse the conditionmickey1-2/+2
2002-03-08set ret for mem*, no mycopy, better reverse copy checkmickey1-5/+3
2002-02-25use c versionsmickey3-199/+3
2002-02-07additional condition on reverse copy; from fredette@mickey1-1/+2
2001-09-20make this compile for kernelmickey1-4/+4
2001-06-04oh, just include machine/asm.hmickey1-3/+3
2001-06-04entrieness cleanupmickey5-15/+19
2001-03-29fix fork, brk/sbrk; rcsid embeddingmickey3-4/+22
2001-03-28correct arg order addi/subi, newer gas catches thismickey1-5/+7
2000-01-12ugly workaround for an .align parse bug in current binutilsmickey2-3/+5
1999-12-05fix space regs load insns, also some tabs vs spacesmickey1-19/+20
1999-09-14this is the bcopy we usemickey4-492/+272
1999-04-27use assembler heremickey2-3/+68
1999-04-25missing parts from last commitmillert1-2/+2
1998-12-17some missing parts; sys is not ready yetmickey1-0/+252
1998-08-28some libc parts; memmove.S to writtenmickey5-0/+479