| Commit message (Expand) | Author | Age | Files | Lines |
* | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard |  deraadt | 2018-07-10 | 1 | -1/+1 |
* | Add retguard macros for libc. |  mortimer | 2018-07-03 | 10 | -10/+33 |
* | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias |  guenther | 2018-01-18 | 1 | -2/+3 |
* | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 2017-11-29 | 2 | -4/+8 |
* | "the the" -> "the" in comment |  mmcc | 2015-12-11 | 1 | -2/+2 |
* | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the |  guenther | 2015-11-14 | 10 | -15/+15 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 10 | -26/+26 |
* | Sprinkle END() in some straightforward *.S files that have ENTRY(). The |  uebayasi | 2015-05-29 | 10 | -5/+17 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 2 | -4/+4 |
* | Import new amd64 assembly versions of strchr/index, strrchr/rindex, |  reyk | 2014-12-09 | 5 | -95/+442 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 9 | -5/+359 |
* | One of these optimized stubs creates some incredibly subtle damage, |  deraadt | 2014-11-20 | 12 | -391/+4 |
* | Add amd64 assembler versions of some standard functions to libc. The |  reyk | 2014-11-20 | 12 | -4/+391 |
* | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 1 | -3/+1 |
* | Remove assembly version of strlen from i386 and amd64, where it's |  mikeb | 2012-01-17 | 1 | -18/+0 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -3/+3 |
* | fix some lint 'xxx used, but not defined' warnings by properly adding |  otto | 2007-05-15 | 1 | -1/+3 |
* | things for amd64; from art@ |  mickey | 2004-01-28 | 3 | -0/+42 |