| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. |  guenther | 2015-08-31 | 1 | -0/+1 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -6/+2 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 1 | -2/+2 |
* | memmove/bcopy from libkern, almost certainly the unrolling here is |  deraadt | 2014-12-05 | 2 | -2/+162 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 1 | -6/+7 |
* | mi versions are good enough |  mickey | 2002-09-10 | 3 | -348/+4 |
* | sync from libkern (where the major fix was done or the kernel piece of this) |  mickey | 2002-08-27 | 1 | -18/+22 |
* | forgot to fix this while was fixing copy_on_fault shitz |  mickey | 2002-08-13 | 1 | -4/+4 |
* | we can live very well w/ MI ffs() |  mickey | 2002-07-08 | 2 | -62/+2 |
* | save the old onfault where the handler expects it to be, do not zero out on exit, but restore |  mickey | 2002-05-20 | 1 | -2/+3 |
* | reverse the condition |  mickey | 2002-03-08 | 1 | -2/+2 |
* | set ret for mem*, no mycopy, better reverse copy check |  mickey | 2002-03-08 | 1 | -5/+3 |
* | use c versions |  mickey | 2002-02-25 | 3 | -199/+3 |
* | additional condition on reverse copy; from fredette@ |  mickey | 2002-02-07 | 1 | -1/+2 |
* | make this compile for kernel |  mickey | 2001-09-20 | 1 | -4/+4 |
* | oh, just include machine/asm.h |  mickey | 2001-06-04 | 1 | -3/+3 |
* | entrieness cleanup |  mickey | 2001-06-04 | 5 | -15/+19 |
* | fix fork, brk/sbrk; rcsid embedding |  mickey | 2001-03-29 | 3 | -4/+22 |
* | correct arg order addi/subi, newer gas catches this |  mickey | 2001-03-28 | 1 | -5/+7 |
* | ugly workaround for an .align parse bug in current binutils |  mickey | 2000-01-12 | 2 | -3/+5 |
* | fix space regs load insns, also some tabs vs spaces |  mickey | 1999-12-05 | 1 | -19/+20 |
* | this is the bcopy we use |  mickey | 1999-09-14 | 4 | -492/+272 |
* | use assembler here |  mickey | 1999-04-27 | 2 | -3/+68 |
* | missing parts from last commit |  millert | 1999-04-25 | 1 | -2/+2 |
* | some missing parts; sys is not ready yet |  mickey | 1998-12-17 | 1 | -0/+252 |
* | some libc parts; memmove.S to written |  mickey | 1998-08-28 | 5 | -0/+479 |