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
..
aio
make all objects used with atomic operations volatile
11 years ago
complex
complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
11 years ago
conf
add missing confstr constants
10 years ago
crypt
in crypt-sha*, reject excessive rounds as error rather than clamping
10 years ago
ctype
byte-based C locale, phase 1: multibyte character handling functions
11 years ago
dirent
make all objects used with atomic operations volatile
11 years ago
env
env: avoid leaving dangling pointers in __env_map
10 years ago
errno
remove remnants of support for running in no-thread-pointer mode
11 years ago
exit
restore _Noreturn to __assert_fail
10 years ago
fcntl
fix posix_fadvise syscall args on powerpc, unify with arm fix
10 years ago
fenv
add powerpc64 port
10 years ago
internal
fix build regression on archs with variable page size
10 years ago
ipc
semctl: fix UB causing crashes on powerpc
12 years ago
ldso
add powerpc64 port
10 years ago
legacy
getdtablesize: fix returning hard instead of soft rlimit
10 years ago
linux
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
10 years ago
locale
fix return value of nl_langinfo for invalid item arguments
11 years ago
malloc
fix malloc_usable_size for NULL input
10 years ago
math
math: fix pow signed shift ub
10 years ago
misc
fix getopt_long_only misinterpreting "--" as an option
10 years ago
mman
fix mremap memory synchronization and use of variadic argument
11 years ago
mq
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
multibyte
remove comments on copyright status from UTF-8 implementation files
10 years ago
network
fix getservby*_r result pointer value on error
10 years ago
passwd
revert unrelated change that slipped into last commit
10 years ago
prng
make all objects used with atomic operations volatile
11 years ago
process
switch to using trap number 31 for syscalls on sh
11 years ago
regex
fix regexec with haystack strings longer than INT_MAX
10 years ago
sched
add sched_getcpu vDSO support
10 years ago
search
fix tsearch, tfind, tdelete to handle null pointer input
11 years ago
select
support linux kernel apis (new archs) with old syscalls removed
12 years ago
setjmp
add powerpc64 port
10 years ago
signal
add powerpc64 port
10 years ago
stat
fix failure of fchmodat to report EOPNOTSUPP in the race path
11 years ago
stdio
fix swprintf internal buffer state and error handling
10 years ago
stdlib
include cleanups: remove unused headers and add feature test macros
13 years ago
string
fix read past end of haystack buffer for short needles in memmem
10 years ago
temp
ignore access mode bits of flags in mkostemps and functions that use it
12 years ago
termios
define appropriate feature test macros to get CBAUD from termios.h
10 years ago
thread
add limited pthread_setattr_default_np API to set stack size defaults
10 years ago
time
fix integer overflow of tm_year in __secs_to_tm
10 years ago
unistd
verify that ttyname refers to the same file as the fd
10 years ago