3880 Commits (2de29bc994029b903a366b8a4a9f8c3c3ee2be90)
 

Author SHA1 Message Date
Rich Felker 2de29bc994 fix namespace violation for c11 mutex functions 8 years ago
Rich Felker d1fa288606 in pthread_mutex_timedlock, avoid repeatedly reading mutex type field 8 years ago
Rich Felker 4e4a162d9a in pthread_mutex_trylock, EBUSY out more directly when possible 8 years ago
Rich Felker 4fb273bd40 fix mistake/cruft in 1.1.20 release notes 8 years ago
Joseph C. Sible e36f80cba6 implement fexecve in terms of execveat when it exists 8 years ago
Rich Felker 0fa1e638e8 release 1.1.20 8 years ago
Rich Felker 64466094ed fix stack-based oob memory clobber in resolver's result sorting 8 years ago
Rich Felker d0d212525e consistently use _NSIG/8 idiom for kernel sigset size in sigaction 8 years ago
Rich Felker 9b14ad5410 always terminate by SIGABRT when abort is called 8 years ago
Rich Felker 0b4c92b7ac optimize raise not to make a syscall for getting tid 8 years ago
Rich Felker cff4b910ab prevent perror from clobbering stderr's orientation 8 years ago
Rich Felker cd8d830997 prevent psignal/psiginfo from clobbering stderr orientation, errno 8 years ago
Rich Felker a43a7b215c make vfprintf set stream orientation even for zero-length output 8 years ago
Rich Felker f1791f42ef re-fix vfprintf temporary buffer logic 8 years ago
Rich Felker ddc947eda3 fix missing flush of stderr at exit if it was put in buffered mode 8 years ago
Rich Felker 35cd7c0950 fix async thread cancellation on sh-fdpic 8 years ago
Rich Felker 0ec49dab67 fix async thread cancellation on powerpc64 8 years ago
A. Wilcox 9cdaf1a86b vfwprintf: honor field width with 'c' format type 8 years ago
Rich Felker d41cdef919 fix several values reported by sysconf 8 years ago
Rich Felker 1d297a2821 fix return value of system on failure to spawn child process 8 years ago
Rich Felker b152d575fd set stream orientations in open_[w]memstream 8 years ago
Rich Felker f66022dda8 make fmemopen's w+ mode truncate the buffer 8 years ago
Rich Felker b39b47bac8 set errno when fileno is called on a FILE with no underlying fd 8 years ago
Rich Felker baf95a5aef reject invalid arguments to pthread_barrierattr_setpshared 8 years ago
Szabolcs Nagy 056f9d818e rewrite __aeabi_read_tp in asm 8 years ago
Rich Felker cdbbcfb8f5 fix dubious char signedness check in limits.h 8 years ago
Rich Felker 060ed93673 fix deadlock in async thread self-cancellation 8 years ago
A. Wilcox 92c52644e0 time: fix incorrect DST offset when using POSIX timezones without DST 8 years ago
Szabolcs Nagy c06c1eb661 fix tls access on arm targets before armv6k 8 years ago
Rich Felker f4542fdf7a fix missing strerror text for EMULTIHOP 8 years ago
Rich Felker cfa0a54c08 fix printf precision specifier for hex floats on non-ld80 archs 8 years ago
Rich Felker 6aeb131b4c getopt: update optarg and optind correctly on missing argument 8 years ago
Rich Felker 184ef36f85 fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if 8 years ago
Rich Felker 767f7a1091 remove erroneous SYMLINK_MAX definition from limits.h, pathconf 8 years ago
Segev Finer 8b2b61e000 mips archs: fix runaway execution if start fn passed to clone returns 8 years ago
Rich Felker 91e1e29d6d fix pthread_create return value with PTHREAD_EXPLICIT_SCHED 8 years ago
Rich Felker 1ad8138819 fix sign of strftime %z output with offsets <1 hour west of UTC 8 years ago
Rich Felker 7dad9c2125 fix musl-gcc wrapper to be compatible with default-pie gcc toolchains 8 years ago
Rich Felker 14992d4384 make pthread_attr_init honor defaults set by pthread_setattr_default_np 8 years ago
Fangrui Song 3d8322c7ad bsearch: simplify and optimize 8 years ago
midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 8 years ago
midipix 2fab90a71a remove inclusion guard hacks for sys/kd.h 8 years ago
Rich Felker 18fbc7e4fa remove spurious declaration of __getdents from readdir.c 8 years ago
Rich Felker b3fa0f2b1b fix regression in alignment of dirent structs produced by readdir 8 years ago
Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 8 years ago
Szabolcs Nagy 7ea32a8282 sys/ptrace.h: add missing PTRACE_EVENT_STOP 8 years ago
Szabolcs Nagy cbf16c4abf uchar.h: define char16_t and char32_t for old c++ 8 years ago
Rich Felker 5c2f46a214 block dlopen of libraries with initial-exec refs to dynamic TLS 8 years ago
Rich Felker 5fdccbcd8f fix inefficient choice of tlsdesc function due to off-by-one 8 years ago
Rich Felker 187bcc3bf4 implement getaddrinfo's AI_ADDRCONFIG flag 8 years ago