| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-01-21 | Implement ffs(3) using the CLZ instructions which has been available ever |  kettenis | 1 | -43/+6 |
| 2018-01-19 | Partial revert of rev. 1.7, fixes build with clang |  jca | 1 | -2/+1 |
| 2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias |  guenther | 1 | -3/+5 |
| 2017-12-16 | Don't use _libc_ prefix when referencing "builtin" symbols with clang. |  kettenis | 1 | -2/+2 |
| 2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 3 | -6/+6 |
| 2017-10-29 | Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove |  guenther | 4 | -8/+10 |
| 2016-09-18 | Use unified syntax such that this compiles with both gcc and clang. |  kettenis | 1 | -2/+4 |
| 2016-08-06 | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp |  guenther | 10 | -25/+25 |
| 2016-04-28 | remove duplicate strrchr.c entry in SRCS |  jsg | 1 | -2/+2 |
| 2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 10 | -20/+30 |
| 2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. |  jsg | 2 | -37/+41 |
| 2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 1 | -2/+2 |
| 2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2 | -9/+16 |
| 2012-09-04 | remove lint leftovers; ok guenther@ |  okan | 1 | -4/+1 |
| 2009-10-28 | more rcsid/sccs cleanup |  deraadt | 2 | -6/+2 |
| 2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter |  drahn | 2 | -10/+16 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 5 | -40/+5 |
| 2007-05-17 | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ |  drahn | 1 | -2/+2 |
| 2007-05-17 | Unbreak libc on arm. -moj |  maja | 1 | -2/+2 |
| 2007-05-15 | fix some lint 'xxx used, but not defined' warnings by properly adding |  otto | 1 | -1/+4 |
| 2005-08-07 | zap rcsid. |  espie | 2 | -6/+2 |
| 2004-02-01 | ARGH, forgot tags. |  drahn | 11 | -0/+11 |
| 2004-02-01 | arm libc support. From NetBSD. currently supports softfloat. |  drahn | 11 | -0/+1002 |