summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.guenther2015-08-311-0/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-6/+2
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-151-2/+2
* memmove/bcopy from libkern, almost certainly the unrolling here isderaadt2014-12-052-2/+162
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-6/+7
* mi versions are good enoughmickey2002-09-103-348/+4
* sync from libkern (where the major fix was done or the kernel piece of this)mickey2002-08-271-18/+22
* forgot to fix this while was fixing copy_on_fault shitzmickey2002-08-131-4/+4
* we can live very well w/ MI ffs()mickey2002-07-082-62/+2
* save the old onfault where the handler expects it to be, do not zero out on exit, but restoremickey2002-05-201-2/+3
* reverse the conditionmickey2002-03-081-2/+2
* set ret for mem*, no mycopy, better reverse copy checkmickey2002-03-081-5/+3
* use c versionsmickey2002-02-253-199/+3
* additional condition on reverse copy; from fredette@mickey2002-02-071-1/+2
* make this compile for kernelmickey2001-09-201-4/+4
* oh, just include machine/asm.hmickey2001-06-041-3/+3
* entrieness cleanupmickey2001-06-045-15/+19
* fix fork, brk/sbrk; rcsid embeddingmickey2001-03-293-4/+22
* correct arg order addi/subi, newer gas catches thismickey2001-03-281-5/+7
* ugly workaround for an .align parse bug in current binutilsmickey2000-01-122-3/+5
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+20
* this is the bcopy we usemickey1999-09-144-492/+272
* use assembler heremickey1999-04-272-3/+68
* missing parts from last commitmillert1999-04-251-2/+2
* some missing parts; sys is not ready yetmickey1998-12-171-0/+252
* some libc parts; memmove.S to writtenmickey1998-08-285-0/+479