| Commit message (Expand) | Author | Age | Files | Lines |
* | "the the" -> "the" in comment |  mmcc | 2015-12-11 | 1 | -2/+2 |
* | Tweak previous: rename it to fpround() to match FreeBSD |  guenther | 2015-11-15 | 1 | -11/+11 |
* | I got a round tuit to rename round() to roundit() to avoid gcc warning. |  guenther | 2015-11-15 | 1 | -14/+14 |
* | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the |  guenther | 2015-11-14 | 13 | -41/+80 |
* | Invoke the _HIDDEN() sigprocmask label rather than the public one. |  miod | 2015-10-31 | 2 | -8/+10 |
* | This is sigprocmask, not sigpending. |  miod | 2015-10-31 | 1 | -2/+2 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 21 | -27/+48 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 28 | -78/+93 |
* | Pull in <float.h> instead of declaring __flt_rounds() locally |  guenther | 2015-10-18 | 1 | -3/+2 |
* | Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs. |  guenther | 2015-10-17 | 5 | -25/+14 |
* | Delete an inexplicable comment |  guenther | 2015-10-04 | 1 | -2/+2 |
* | vax deserves gdtoa love too! |  guenther | 2015-09-14 | 1 | -1/+3 |
* | Need SYS.h for END_STRONG() |  guenther | 2015-09-13 | 5 | -6/+6 |
* | Add hidden _libc_ aliases and symbol sizes |  guenther | 2015-09-13 | 2 | -1/+3 |
* | Add hidden _libc_ aliases and symbol sizes |  guenther | 2015-09-13 | 4 | -0/+4 |
* | Uses angle brackets to include softfloat.h, and add the proper directory to |  miod | 2015-09-13 | 2 | -2/+4 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the |  guenther | 2015-09-13 | 9 | -12/+9 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 13 | -62/+46 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 50 | -163/+278 |
* | Backtrack a little bit and don't try to use the per-thread errno location if |  kettenis | 2015-09-09 | 1 | -23/+21 |
* | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return |  guenther | 2015-09-05 | 1 | -1/+2 |
* | This is probably what guenther@ had in mind. |  miod | 2015-09-05 | 1 | -2/+2 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-05 | 39 | -125/+198 |
* | use #function rather than @function on arm |  deraadt | 2015-08-31 | 1 | -2/+2 |
* | Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em too |  guenther | 2015-08-31 | 2 | -3/+11 |
* | Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. |  guenther | 2015-08-31 | 2 | -2/+7 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 82 | -166/+520 |
* | fix comment |  guenther | 2015-08-27 | 1 | -2/+2 |
* | Sync with other per-arch Symbols.list files |  guenther | 2015-08-26 | 1 | -3/+0 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 52 | -786/+195 |
* | catch up |  miod | 2015-08-25 | 1 | -0/+12 |
* | Make __cerror() use the per-thread errno location if r2 isn't zero. This way |  kettenis | 2015-08-23 | 4 | -17/+25 |
* | Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with the |  kettenis | 2015-08-23 | 2 | -8/+12 |
* | Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by the |  kettenis | 2015-08-23 | 1 | -3/+21 |
* | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 10 | -0/+315 |
* | Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. |  uebayasi | 2015-06-17 | 10 | -14/+40 |
* | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. |  uebayasi | 2015-06-12 | 1 | -2/+2 |
* | At some point arm moved to a unified syntax for arm and thumb instructions. |  jsg | 2015-06-08 | 2 | -37/+41 |
* | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific |  miod | 2015-06-01 | 1 | -7/+46 |
* | Put END() matching _ENTRY() (== ENTRY() w/o prof). |  uebayasi | 2015-06-01 | 1 | -1/+2 |
* | Put END() matching ENTRY(). |  uebayasi | 2015-06-01 | 1 | -1/+2 |
* | Put END() where appropriate. |  uebayasi | 2015-05-29 | 4 | -10/+12 |
* | Put obvious END() macros that match ENTRY() entries. |  uebayasi | 2015-05-29 | 12 | -12/+51 |
* | Sprinkle END() in some straightforward *.S files that have ENTRY(). The |  uebayasi | 2015-05-29 | 10 | -5/+17 |
* | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas |  miod | 2015-05-26 | 1 | -2/+2 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 17 | -36/+38 |
* | Use STRONG_ALIAS instead of ALTENTRY. |  kettenis | 2015-05-14 | 2 | -4/+6 |
* | Put the right number of leading underscores in ___cerror and __cerror, for |  miod | 2015-05-12 | 1 | -2/+3 |
* | Eliminate the last uses of *fork's second syscall return register; the pid |  guenther | 2015-04-21 | 2 | -6/+6 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 26 | -55/+200 |