Age | Commit message (Expand) | Author |
2015-10-31 | Invoke the _HIDDEN() sigprocmask label rather than the public one. | Miod Vallat |
2015-10-31 | This is sigprocmask, not sigpending. | Miod Vallat |
2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-18 | Pull in <float.h> instead of declaring __flt_rounds() locally | Philip Guenther |
2015-10-17 | Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs. | Philip Guenther |
2015-10-04 | Delete an inexplicable comment | Philip Guenther |
2015-09-14 | vax deserves gdtoa love too! | Philip Guenther |
2015-09-13 | Need SYS.h for END_STRONG() | Philip Guenther |
2015-09-13 | Add hidden _libc_ aliases and symbol sizes | Philip Guenther |
2015-09-13 | Add hidden _libc_ aliases and symbol sizes | Philip Guenther |
2015-09-13 | Uses angle brackets to include softfloat.h, and add the proper directory to | Miod Vallat |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in | Philip Guenther |
2015-09-10 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-09-09 | Backtrack a little bit and don't try to use the per-thread errno location if | Mark Kettenis |
2015-09-05 | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return | Philip Guenther |
2015-09-05 | This is probably what guenther@ had in mind. | Miod Vallat |
2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-08-31 | use #function rather than @function on arm | Theo de Raadt |
2015-08-31 | Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em too | Philip Guenther |
2015-08-31 | Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-08-27 | fix comment | Philip Guenther |
2015-08-26 | Sync with other per-arch Symbols.list files | Philip Guenther |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-08-25 | catch up | Miod Vallat |
2015-08-23 | Make __cerror() use the per-thread errno location if r2 isn't zero. This way | Mark Kettenis |
2015-08-23 | Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with the | Mark Kettenis |
2015-08-23 | Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by the | Mark Kettenis |
2015-08-22 | Explicitly list the symbols permitted to be exported by libc. | Philip Guenther |
2015-06-17 | Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. | Masao Uebayashi |
2015-06-12 | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. | Masao Uebayashi |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific | Miod Vallat |
2015-06-01 | Put END() matching _ENTRY() (== ENTRY() w/o prof). | Masao Uebayashi |
2015-06-01 | Put END() matching ENTRY(). | Masao Uebayashi |
2015-05-29 | Put END() where appropriate. | Masao Uebayashi |
2015-05-29 | Put obvious END() macros that match ENTRY() entries. | Masao Uebayashi |
2015-05-29 | Sprinkle END() in some straightforward *.S files that have ENTRY(). The | Masao Uebayashi |
2015-05-26 | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas | Miod Vallat |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-05-14 | Use STRONG_ALIAS instead of ALTENTRY. | Mark Kettenis |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-04-21 | Eliminate the last uses of *fork's second syscall return register; the pid | Philip Guenther |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-31 | Stop encoding the syscall number in the swi instruction - this has been | Joel Sing |