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