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 fc48ceee77 add strftime and wcsftime field widths 13 years ago
..
aio fix invalid access in aio notification 13 years ago
complex complex: add C11 CMPLX macros and replace cpack with them 14 years ago
conf a few more fixes for unistd/sysconf feature reporting 13 years ago
crypt comment potentially-confusing use of struct crypt_data type 13 years ago
ctype fix types for wctype_t and wctrans_t 13 years ago
dirent refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
env add system for resetting TLS to initial values 13 years ago
errno fix typo in newly-added error message for EOWNERDEAD 13 years ago
exit add support for init/fini array in main program, and greatly simplify 13 years ago
fcntl provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
fenv fix fenv exception functions to mask their argument 13 years ago
internal fix multiple bugs in SIGEV_THREAD timers 13 years ago
ipc prevent shmget from allocating objects that overflow ptrdiff_t 13 years ago
ldso work around libraries with versioned symbols in dynamic linker 13 years ago
legacy unbreak vwarn: print ": " before errno message 13 years ago
linux fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
locale remove spurious tmp file present since initial git check-in 13 years ago
malloc remove redundant check in memalign 13 years ago
math some initial math asm for armhf (fabs[f] and sqrt[f]) 13 years ago
misc debloat code that depends on /proc/self/fd/%d with shared function 13 years ago
mman fix shm_open wrongly being cancellable 13 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte fix failure of mbsrtowcs to record stop position when dest is full 13 years ago
network fix length computation in dn_expand 13 years ago
passwd change uid_t, gid_t, and id_t to unsigned types 13 years ago
prng improve the quality of output from rand_r 13 years ago
process optimize posix_spawn to avoid spurious sigaction syscalls 13 years ago
regex revert regex "cleanup" that seems unjustified and may break backtracking 13 years ago
sched add pthread_setaffinity_np and pthread_getaffinity_np functions 13 years ago
search make tdestroy allow null function pointer if no destructor is needed 13 years ago
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
setjmp remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
signal fix _NSIG and SIGRTMAX on mips 13 years ago
stat make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors 13 years ago
stdio protect against long double type mismatches (mainly powerpc for now) 13 years ago
stdlib make fcvt decimal point location for zero make more sense 13 years ago
string add arm-optimized memcpy implementation from bionic libc 13 years ago
temp fix (deprecated) mktemp logic and update it to match other temp functions 13 years ago
termios legacy junk compatibility grab-bag 14 years ago
thread in pthread_getattr_np, use mremap rather than madvise to measure stack 13 years ago
time add strftime and wcsftime field widths 13 years ago
unistd block all signals, even implementation-internal ones, in faccessat child 13 years ago