musl/src/internal
Rich Felker e1b9c1b01b save AT_HWCAP from auxv for subsequent use in machine-specific code
it's expected that this will be needed/useful only in asm, so I've
given it its own symbol that can be addressed in pc-relative ways from
asm rather than adding a field in the __libc structure which would
require hard-coding the offset wherever it's used.
2012-07-27 00:14:57 -04:00
..
arm initial commit of the arm port 2011-09-18 16:44:54 -04:00
i386 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
mips initial version of mips (o32) port, based on work by Richard Pennington (rdp) 2012-07-11 04:22:13 -04:00
x86_64 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
floatscan.c fix scanning of "-0x" pseudo-hex float (must give negative zero) 2012-06-08 11:17:49 -04:00
floatscan.h fix really bad breakage in strtol, etc.: failure to accept leading spaces 2012-04-19 12:47:34 -04:00
futex.h unify and overhaul timed futex waits 2011-08-02 21:11:36 -04:00
intscan.c fix really bad breakage in strtol, etc.: failure to accept leading spaces 2012-04-19 12:47:34 -04:00
intscan.h new scanf implementation and corresponding integer parser/converter 2012-04-16 16:03:45 -04:00
ksigaction.h fix breakage of x86_64 sigaction from recent changes for mips 2012-07-12 11:00:21 -04:00
libc.c save AT_HWCAP from auxv for subsequent use in machine-specific code 2012-07-27 00:14:57 -04:00
libc.h save AT_HWCAP from auxv for subsequent use in machine-specific code 2012-07-27 00:14:57 -04:00
libm.h add FORCE_EVAL macro to evaluate float expr for their side effect 2012-05-06 21:24:28 +02:00
locale_impl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
longdbl.h first commit of the new libm! 2012-03-13 01:17:53 -04:00
pthread_impl.h fix several locks that weren't updated right for new futex-based __lock 2012-07-12 11:23:43 -04:00
shgetc.c fix buggy limiter handling in shgetc 2012-04-16 15:36:18 -04:00
shgetc.h fix broken shgetc limiter logic (wasn't working) 2012-04-16 01:55:37 -04:00
stdio_impl.h remove flush hook cruft that was never used from stdio 2012-06-19 00:05:35 -04:00
syscall.c overhaul syscall interface 2011-03-19 18:51:42 -04:00
syscall.h workaround for preprocessor bug in pcc 2011-05-01 22:16:04 -04:00
syscall_ret.c cleanup various minor issues reported by nsz 2011-09-26 00:59:28 -04:00