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