summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* "the the" -> "the" in commentmmcc2015-12-111-2/+2
* Tweak previous: rename it to fpround() to match FreeBSDguenther2015-11-151-11/+11
* I got a round tuit to rename round() to roundit() to avoid gcc warning.guenther2015-11-151-14/+14
* Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther2015-11-1413-41/+80
* Invoke the _HIDDEN() sigprocmask label rather than the public one.miod2015-10-312-8/+10
* This is sigprocmask, not sigpending.miod2015-10-311-2/+2
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-2721-27/+48
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-2328-78/+93
* Pull in <float.h> instead of declaring __flt_rounds() locallyguenther2015-10-181-3/+2
* Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.guenther2015-10-175-25/+14
* Delete an inexplicable commentguenther2015-10-041-2/+2
* vax deserves gdtoa love too!guenther2015-09-141-1/+3
* Need SYS.h for END_STRONG()guenther2015-09-135-6/+6
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-132-1/+3
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-134-0/+4
* Uses angle brackets to include softfloat.h, and add the proper directory tomiod2015-09-132-2/+4
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-139-12/+9
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-1313-62/+46
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-1050-163/+278
* Backtrack a little bit and don't try to use the per-thread errno location ifkettenis2015-09-091-23/+21
* Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and returnguenther2015-09-051-1/+2
* This is probably what guenther@ had in mind.miod2015-09-051-2/+2
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-0539-125/+198
* use #function rather than @function on armderaadt2015-08-311-2/+2
* Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em tooguenther2015-08-312-3/+11
* Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.guenther2015-08-312-2/+7
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3182-166/+520
* fix commentguenther2015-08-271-2/+2
* Sync with other per-arch Symbols.list filesguenther2015-08-261-3/+0
* Hide many (194!) symbols that nothing should be using.guenther2015-08-2652-786/+195
* catch upmiod2015-08-251-0/+12
* Make __cerror() use the per-thread errno location if r2 isn't zero. This waykettenis2015-08-234-17/+25
* Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with thekettenis2015-08-232-8/+12
* Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by thekettenis2015-08-231-3/+21
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-2210-0/+315
* Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.uebayasi2015-06-1710-14/+40
* Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes.uebayasi2015-06-121-2/+2
* At some point arm moved to a unified syntax for arm and thumb instructions.jsg2015-06-082-37/+41
* Since the __{div,rem}{l,q}{,u} special libc entry points use a specificmiod2015-06-011-7/+46
* Put END() matching _ENTRY() (== ENTRY() w/o prof).uebayasi2015-06-011-1/+2
* Put END() matching ENTRY().uebayasi2015-06-011-1/+2
* Put END() where appropriate.uebayasi2015-05-294-10/+12
* Put obvious END() macros that match ENTRY() entries.uebayasi2015-05-2912-12/+51
* Sprinkle END() in some straightforward *.S files that have ENTRY(). Theuebayasi2015-05-2910-5/+17
* Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gasmiod2015-05-261-2/+2
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-1517-36/+38
* Use STRONG_ALIAS instead of ALTENTRY.kettenis2015-05-142-4/+6
* Put the right number of leading underscores in ___cerror and __cerror, formiod2015-05-121-2/+3
* Eliminate the last uses of *fork's second syscall return register; the pidguenther2015-04-212-6/+6
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-0726-55/+200