1555 Commits (7e01b8f09b6d50991472e0198c4959b085884dec)

Author SHA1 Message Date
Szabolcs Nagy 7e01b8f09b fenv: fix i386 fesetround for sse 13 years ago
Szabolcs Nagy 71d23b3103 math: extensive log*.c cleanup 13 years ago
Rich Felker 4b15d9f46a add legacy ftime function and sys/timeb.h 13 years ago
Szabolcs Nagy 78f8891531 fix inet_pton 13 years ago
Szabolcs Nagy 51c4e451db fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly 13 years ago
Szabolcs Nagy 59b8dc08f7 fix inet_aton to accept the generic "numbers-and-dots" IPv4 address format 13 years ago
Rich Felker bb93ac3358 split inet_addr and inet_ntoa back into their own files 13 years ago
Rich Felker 38b9c02749 fix return value for inet_pton in ipv6 failure cases 13 years ago
Rich Felker d5bd7dd5d2 in faccessat slow path, add close-on-exec to pipe fds 13 years ago
Rich Felker 516358561e fix uid/gid-setting error in faccessat with AT_EACCESS flag 13 years ago
Rich Felker 4fb7df12f5 fix errno value for getcwd when size argument is zero 13 years ago
Szabolcs Nagy 8f438115f2 math: fix rare underflow issue in fma 13 years ago
Szabolcs Nagy 4b539a826b math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf 13 years ago
Szabolcs Nagy 4405702a41 remove errno setting from setenv, malloc sets it correctly on oom 13 years ago
Szabolcs Nagy 1e81fa4524 fix allocation sizes in regcomp 13 years ago
Szabolcs Nagy c3a43b35cc add missing va_end in execl* for correcness and static code analyzers 13 years ago
Szabolcs Nagy 49b3a0d2ce minor vfprintf and vfwprintf changes to please static code analyzers 13 years ago
Szabolcs Nagy b9cd1d4d50 math: remove an unused variable from modfl 13 years ago
Rich Felker 8acbe4f818 slightly optimize __brk for size 13 years ago
Rich Felker a947d317a2 fix failure of malloc to set errno on heap (brk) exhaustion 13 years ago
Rich Felker 5437870390 fix failure to check malloc result in setenv 13 years ago
Szabolcs Nagy e5100b32d2 math: remove code duplication in erfl found by clang analyzer 13 years ago
Szabolcs Nagy e71981af77 math: remove a useless assignment in lgammal found by clang analyzer 13 years ago
Rich Felker 38a0a4db2f fix invalid implicit pointer conversion in pthread_key_create 13 years ago
Rich Felker 7886985e13 fix uninitialized variable in dladdr 13 years ago
Rich Felker a938b5a12d removed unused variable in vfwprintf 13 years ago
Rich Felker 2b2aff37ac fix new environment always being null with execle 13 years ago
Rich Felker 23b8e3bc95 fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name 13 years ago
Rich Felker 211264e46a fix buffer overflow in mbsrtowcs 13 years ago
Rich Felker e803829e6b fix potential deadlock bug in libc-internal locking logic 13 years ago
Rich Felker d8e283df58 correct the sysconf value for RTSIG_MAX 13 years ago
Rich Felker 0753b1faf0 fix sigemptyset and sigfillset for mips 13 years ago
Rich Felker cffb9e1ee2 fix clobbering of caller's stack in mips __clone function 13 years ago
Rich Felker 271c211944 omit CLONE_PARENT flag to clone in pthread_create 13 years ago
Rich Felker f68a3468d4 use symbolic names for clone flags in pthread_create 13 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Rich Felker 7a34dd3495 fix overflow in sysconf for _SC_MQ_PRIO_MAX 13 years ago
Rich Felker bfba15c9b9 fix child stack alignment on mips clone 13 years ago
Rich Felker 2f1de8051b fix x86_64 lrintl asm, again 13 years ago
Rich Felker ff4be700d0 do not use default when dynamic linker fails to open existing path file 13 years ago
Szabolcs Nagy 067aea7c9b math: remove STRICT_ASSIGN from exp2f (see previous commit) 13 years ago
Szabolcs Nagy 9b0fcb441a math: remove STRICT_ASSIGN macro 13 years ago
Szabolcs Nagy f657fe4b9f math: support invalid ld80 representations in fpclassify 13 years ago
Szabolcs Nagy f4d9bfb3a9 math: fix atanh (overflow and underflow issues) 13 years ago
Szabolcs Nagy afa2aaccea math: remove libc.h include from libm.h 13 years ago
Szabolcs Nagy 101e601285 math: fix acoshf on negative values 13 years ago
Szabolcs Nagy 0234394621 math: fix expm1l on x86_64 (avoid underflow for large negative x) 13 years ago
Szabolcs Nagy e5937885de math: fix lrintl.s on x86_64 (use movslq to signextend the result) 13 years ago
Szabolcs Nagy 07039ed856 math: fix exp2l asm on x86 (raise underflow correctly) 13 years ago
Szabolcs Nagy 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 13 years ago