aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-23release notes for 0.9.14v0.9.14Rich Felker
2013-09-22fix arm atomic store and generate simpler/less-bloated/faster codeRich Felker
2013-09-20fix potential deadlock bug in libc-internal locking logicRich Felker
2013-09-20correct the sysconf value for RTSIG_MAXRich Felker
2013-09-16fix sigemptyset and sigfillset for mipsRich Felker
2013-09-16fix clobbering of caller's stack in mips __clone functionRich Felker
2013-09-16sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy
2013-09-16update include/elf.h following glibc changesSzabolcs Nagy
2013-09-16omit CLONE_PARENT flag to clone in pthread_createRich Felker
2013-09-16use symbolic names for clone flags in pthread_createRich Felker
2013-09-15sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy
2013-09-15ptrace.h: add new ptrace requests to get/set sigmaskSzabolcs Nagy
2013-09-15net/if_arp.h: add missing ARP hardware identifiers from linux uapi headersSzabolcs Nagy
2013-09-15netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy
2013-09-14fix overflow in sysconf for _SC_MQ_PRIO_MAXRich Felker
2013-09-14fix child stack alignment on mips cloneRich Felker
2013-09-14fix mips sysv ipc bits headersRich Felker
2013-09-13fix x86_64 lrintl asm, againRich Felker
2013-09-09do not use default when dynamic linker fails to open existing path fileRich Felker
2013-09-06math: remove STRICT_ASSIGN from exp2f (see previous commit)Szabolcs Nagy
2013-09-06math: remove STRICT_ASSIGN macroSzabolcs Nagy
2013-09-05math: support invalid ld80 representations in fpclassifySzabolcs Nagy
2013-09-05math: fix atanh (overflow and underflow issues)Szabolcs Nagy
2013-09-05math: remove libc.h include from libm.hSzabolcs Nagy
2013-09-05math: fix acoshf on negative valuesSzabolcs Nagy
2013-09-05math: fix expm1l on x86_64 (avoid underflow for large negative x)Szabolcs Nagy
2013-09-05math: fix lrintl.s on x86_64 (use movslq to signextend the result)Szabolcs Nagy
2013-09-05math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy
2013-09-05math: remove *_WORD64 macros from libm.hSzabolcs Nagy
2013-09-05math: remove old longdbl.hSzabolcs Nagy
2013-09-05math: long double fix (use ldshape union)Szabolcs Nagy
2013-09-05math: use float_t and double_t in scalbnf and scalbnSzabolcs Nagy
2013-09-05math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy
2013-09-05math: cbrt cleanup and long double fixSzabolcs Nagy
2013-09-05math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy
2013-09-05math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl)Szabolcs Nagy
2013-09-05math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)Szabolcs Nagy
2013-09-05math: rewrite hypotSzabolcs Nagy
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy
2013-09-05math: rewrite rounding functions (ceil, floor, trunc, round, rint)Szabolcs Nagy
2013-09-05math: fix logb(-0.0) in downward rounding modeSzabolcs Nagy
2013-09-05math: ilogb cleanupSzabolcs Nagy
2013-09-05long double cleanup, initial commitSzabolcs Nagy
2013-09-04fix typo in comment in __randnameRich Felker
2013-09-02fix mips-specific bug in synccall (too little space for signal mask)Rich Felker
2013-09-02in synccall, ignore the signal before any threads' signal handlers returnRich Felker
2013-09-02fix invalid pointer in synccall (multithread setuid, etc.)Rich Felker
2013-09-01fix special-case breakage in popen due to reversed argument orderRich Felker