| Commit message (Expand) | Author | Age | Files | Lines |
* | replace ad-hoc illegal instruction with the architecturally defined one |  naddy | 2020-10-19 | 1 | -2/+2 |
* | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 2020-10-18 | 1 | -1/+2 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+23 |
* | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-13 | 1 | -3/+3 |
* | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-11 | 1 | -3/+5 |
* | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, |  guenther | 2019-11-10 | 1 | -1/+4 |
* | Stop exporting the internal _mcount symbol as that's only referenced |  guenther | 2019-10-26 | 1 | -1/+0 |
* | Save and restore the relevant FPU state on armv7. |  kettenis | 2018-06-22 | 3 | -28/+26 |
* | Clear the sign bit in the QNAN constants used by strtof, strtod and strtold, |  jmatthew | 2018-05-28 | 1 | -4/+4 |
* | Drop memory barrier in _atomic_lock() implementation since the callers now |  kettenis | 2018-05-17 | 1 | -2/+1 |
* | Change floating-point mode/environment control functions to operate on |  kettenis | 2018-02-28 | 7 | -1/+215 |
* | 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 |
* | Add two more ARM EABI aliases that I missed in the previous libc minor |  kettenis | 2018-01-14 | 1 | -0/+2 |
* | Add ARM EABI runtime aliases to the GCC runtime functions that we include |  kettenis | 2017-12-26 | 2 | -1/+32 |
* | Don't use _libc_ prefix when referencing "builtin" symbols with clang. |  kettenis | 2017-12-16 | 2 | -3/+8 |
* | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 2017-11-29 | 4 | -7/+16 |
* | Avoid .align 0. Clang's integrated assembler actually honors this directive |  kettenis | 2017-11-21 | 3 | -9/+6 |
* | Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove |  guenther | 2017-10-29 | 5 | -9/+10 |
* | Stop exporting some symbols internal to the softfloat implementation, |  kettenis | 2017-10-28 | 1 | -27/+0 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+49 |
* | Use the userspace-visible thread register directly in __cerror instead |  guenther | 2016-10-04 | 1 | -6/+8 |
* | Use unified syntax such that this compiles with both gcc and clang. |  kettenis | 2016-09-18 | 1 | -2/+4 |
* | unbreak the build by including stddef.h for the definition of NULL |  jsg | 2016-09-18 | 1 | -1/+2 |
* | Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder. |  kettenis | 2016-09-17 | 4 | -1/+87 |
* | Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf. |  guenther | 2016-08-07 | 2 | -53/+97 |
* | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp |  guenther | 2016-08-06 | 24 | -87/+106 |
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation |  guenther | 2016-05-30 | 3 | -7/+6 |
* | Stop supporting longjmperror(); it's not used, not portable, and the checks |  guenther | 2016-05-23 | 2 | -6/+4 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -41/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 6 | -76/+16 |
* | remove duplicate strrchr.c entry in SRCS |  jsg | 2016-04-28 | 1 | -2/+2 |
* | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. |  guenther | 2016-03-21 | 1 | -27/+0 |
* | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 1 | -0/+27 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 1 | -1/+2 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 2 | -4/+6 |
* | Pull in <float.h> instead of declaring __flt_rounds() locally |  guenther | 2015-10-18 | 1 | -3/+2 |
* | Uses angle brackets to include softfloat.h, and add the proper directory to |  miod | 2015-09-13 | 1 | -1/+2 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 1 | -3/+3 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 9 | -18/+38 |
* | use #function rather than @function on arm |  deraadt | 2015-08-31 | 1 | -2/+2 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 11 | -21/+55 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 5 | -68/+14 |
* | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 1 | -0/+96 |
* | 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 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -3/+17 |
* | Stop encoding the syscall number in the swi instruction - this has been |  jsing | 2015-03-31 | 1 | -4/+3 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 2 | -23/+3 |