You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Felker
4078a5c31f
fix build regression on archs with variable page size
commit 31fb174dd2 used
DEFAULT_GUARD_SIZE from pthread_impl.h in a static initializer,
breaking build on archs where its definition, PAGE_SIZE, is not a
constant. instead, just define DEFAULT_GUARD_SIZE as 4096, the minimal
page size on any arch we support. pthread_create rounds up to whole
pages anyway, so defining it to 1 would also work, but a moderately
meaningful value is nicer to programs that use
pthread_attr_getguardsize on default-initialized attribute objects.
10 years ago
..
aarch64
fix inconsistent visibility for internal syscall symbols
11 years ago
arm
explicitly assemble all arm asm sources as UAL
11 years ago
i386
fix inconsistent visibility for internal syscall symbols
11 years ago
microblaze
fix inconsistent visibility for internal syscall symbols
11 years ago
mips
fix inconsistent visibility for internal syscall symbols
11 years ago
mips64
add mips64 port
10 years ago
mipsn32
add mips n32 port (ILP32 ABI for mips64)
10 years ago
or1k
fix inconsistent visibility for internal syscall symbols
11 years ago
powerpc
fix inconsistent visibility for internal syscall symbols
11 years ago
powerpc64
add powerpc64 port
10 years ago
sh
move sh port's __shcall internal function from arch/sh/src to src tree
10 years ago
x32
fix inconsistent visibility for internal syscall symbols
11 years ago
x86_64
fix inconsistent visibility for internal syscall symbols
11 years ago
atomic.h
allow implementing a_cas_p with pointer-sized ll/sc
10 years ago
dynlink.h
generalize mips-specific reloc code not to hard-code sym/type encoding
10 years ago
fdpic_crt.h
provide arch-generic fdpic self-relocation code for crt1 to use
11 years ago
floatscan.c
fix minor problem in previous strtod non-nearest rounding bug fix
10 years ago
floatscan.h
fix really bad breakage in strtol, etc.: failure to accept leading spaces
14 years ago
futex.h
add FUTEX_PRIVATE macro to internal futex.h
11 years ago
intscan.c
fix overflow corner case in strtoul-family functions
12 years ago
intscan.h
new scanf implementation and corresponding integer parser/converter
14 years ago
ksigaction.h
fix signal return for sh/fdpic
11 years ago
libc.c
remove additional libc struct accessor cruft
11 years ago
libc.h
unify static and dynamic linked implementations of thread-local storage
11 years ago
libm.h
math: add dummy implementations of 128 bit long double functions
11 years ago
locale_impl.h
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
11 years ago
procfdname.c
debloat code that depends on /proc/self/fd/%d with shared function
13 years ago
pthread_impl.h
fix build regression on archs with variable page size
10 years ago
shgetc.c
fix major scanf breakage with unbuffered streams, fmemopen, etc.
13 years ago
shgetc.h
fix broken shgetc limiter logic (wasn't working)
14 years ago
stdio_impl.h
fix line-buffered flush omission for odd usage of putc-family functions
10 years ago
syscall.c
overhaul syscall interface
15 years ago
syscall.h
fix pread/pwrite syscall calling convention on sh
10 years ago
syscall_ret.c
include header that declares __syscall_ret where it's defined
12 years ago
vdso.c
add working vdso clock_gettime support, including static linking
12 years ago
version.c
remove use of SHARED macro in dynamic linker version reporting
11 years ago
vis.h
exclude vis.h when compiling assembly files
10 years ago