musl/src/internal
Bobby Bingham 225f6a6b5b allow implementing a_cas_p with pointer-sized ll/sc
No current ports do this, but it will be useful for porting to 64-bit ll/sc
architectures, such as mips64 and powerpc64.
2016-02-23 13:04:08 -05:00
..
aarch64 fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
arm explicitly assemble all arm asm sources as UAL 2015-11-10 00:01:55 -05:00
i386 fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
microblaze fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
mips fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
or1k fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
powerpc fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
sh move sh port's __shcall internal function from arch/sh/src to src tree 2016-01-22 03:50:08 +00:00
x32 fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
x86_64 fix inconsistent visibility for internal syscall symbols 2015-04-14 13:48:20 -04:00
atomic.h allow implementing a_cas_p with pointer-sized ll/sc 2016-02-23 13:04:08 -05:00
dynlink.h ldso: fix GDB dynamic linker info on MIPS 2016-01-30 20:55:22 -05:00
fdpic_crt.h provide arch-generic fdpic self-relocation code for crt1 to use 2015-09-12 03:10:44 +00:00
floatscan.c add IEEE binary128 long double support to floatscan 2015-02-09 21:38:02 +01:00
floatscan.h
futex.h add FUTEX_PRIVATE macro to internal futex.h 2015-01-15 22:51:55 -05:00
intscan.c fix overflow corner case in strtoul-family functions 2014-09-16 16:08:53 -04:00
intscan.h
ksigaction.h fix signal return for sh/fdpic 2015-09-23 18:33:49 +00:00
libc.c remove additional libc struct accessor cruft 2015-04-22 02:39:01 -04:00
libc.h unify static and dynamic linked implementations of thread-local storage 2015-11-12 16:07:00 -05:00
libm.h math: add dummy implementations of 128 bit long double functions 2015-03-11 18:54:53 -04:00
locale_impl.h byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code 2015-06-16 06:18:00 +00:00
procfdname.c debloat code that depends on /proc/self/fd/%d with shared function 2013-08-02 12:59:45 -04:00
pthread_impl.h fix local-dynamic model TLS on mips and powerpc 2015-06-25 22:22:00 +00:00
shgetc.c fix major scanf breakage with unbuffered streams, fmemopen, etc. 2013-06-22 17:11:17 -04:00
shgetc.h
stdio_impl.h fix line-buffered flush omission for odd usage of putc-family functions 2016-02-10 19:10:34 -05:00
syscall.c
syscall.h change the internal socketcall selection logic 2016-01-26 18:27:44 -05:00
syscall_ret.c include header that declares __syscall_ret where it's defined 2014-03-23 20:42:05 -04:00
vdso.c add working vdso clock_gettime support, including static linking 2014-04-16 02:33:29 -04:00
version.c remove use of SHARED macro in dynamic linker version reporting 2015-11-12 16:13:52 -05:00
vis.h exclude vis.h when compiling assembly files 2016-01-20 19:42:21 +00:00