remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
[musl] / src /
2013-11-25 Szabolcs Nagyremove duplicate includes from dynlink.c, strfmon.c...
2013-11-25 Michael Forneyshadow: Implement fgetspent
2013-11-25 Michael Forneyshadow: Move spent parsing to internal function
2013-11-24 Michael ForneyFix dn_comp prototype and add stub
2013-11-24 Michael Forneyshadow: Implement putspent
2013-11-24 Szabolcs Nagymath: clean up __rem_pio2
2013-11-23 Michael ForneyFix dn_expand pointer following
2013-11-23 Michael Forneyputgrent: Add missing newline
2013-11-23 Michael Forneyputgrent: Stop writing output on first failure
2013-11-23 Michael Forneystrcmp: Remove unnecessary check for *r
2013-11-22 Rich Felkerfix and refactor child reaping logic in wordexp
2013-11-22 Rich Felkerfix fd leak and case where fd 1 is already closed in...
2013-11-22 Rich Felkerfix resource exhaustion and zero-word cases in wordexp
2013-11-22 Rich Felkerimprove robustness of wordexp and fix handling of 0...
2013-11-21 Szabolcs Nagyadd legacy getloadavg api
2013-11-21 Rich Felkerfix fd leak (missing close-on-exec) in getifaddrs
2013-11-21 Szabolcs Nagymath: add (obsolete) bsd drem and finite functions
2013-11-21 Szabolcs Nagymath: lgamma cleanup (simpler sin(pi*x) for the negativ...
2013-11-11 rofl0riswspace: fix handling of 0
2013-11-09 Rich Felkerfix harmless inconsistency in semtimedop
2013-11-09 Rich Felkerimplement semtimedop
2013-11-09 Rich Felkerremove O_NOFOLLOW from __map_file used for time zone...
2013-11-09 Rich Felkerfix handling of overly-long TZ environment variable...
2013-11-04 rofl0rtimezone parser: fix iteration over search dir paths
2013-11-04 rofl0rtimezone parser: fix offset to transition table in...
2013-11-04 rofl0rfix timezone parser code crashing on 64bit sys
2013-11-02 Rich Felkerfix regression in inet_aton due to misinterpretation...
2013-11-02 Rich Felkersimplify faccessat AT_EACCESS path and eliminate resour...
2013-11-01 Rich Felkerfix faccessat AT_EACCESS path not to leave zombie processes
2013-10-29 Szabolcs NagyPOSIX conformance fix: define struct entry in search.h
2013-10-28 Szabolcs Nagyfenv: fix i386 fesetround for sse
2013-10-28 Szabolcs Nagymath: extensive log*.c cleanup
2013-10-25 Rich Felkeradd legacy ftime function and sys/timeb.h
2013-10-23 Szabolcs Nagyfix inet_pton
2013-10-22 Szabolcs Nagyfix __ipparse to parse the generic numbers-and-dots...
2013-10-22 Szabolcs Nagyfix inet_aton to accept the generic "numbers-and-dots...
2013-10-22 Rich Felkersplit inet_addr and inet_ntoa back into their own files
2013-10-20 Rich Felkerfix return value for inet_pton in ipv6 failure cases
2013-10-18 Rich Felkerin faccessat slow path, add close-on-exec to pipe fds
2013-10-12 Rich Felkerfix uid/gid-setting error in faccessat with AT_EACCESS...
2013-10-08 Rich Felkerfix errno value for getcwd when size argument is zero
2013-10-07 Szabolcs Nagymath: fix rare underflow issue in fma
2013-10-07 Szabolcs Nagymath: use sqrtl if FLT_EVAL_METHOD==2 in acosh and...
2013-10-07 Szabolcs Nagyremove errno setting from setenv, malloc sets it correc...
2013-10-07 Szabolcs Nagyfix allocation sizes in regcomp
2013-10-07 Szabolcs Nagyadd missing va_end in execl* for correcness and static...
2013-10-07 Szabolcs Nagyminor vfprintf and vfwprintf changes to please static...
2013-10-06 Szabolcs Nagymath: remove an unused variable from modfl
2013-10-05 Rich Felkerslightly optimize __brk for size
2013-10-05 Rich Felkerfix failure of malloc to set errno on heap (brk) exhaustion
2013-10-04 Rich Felkerfix failure to check malloc result in setenv
2013-10-04 Szabolcs Nagymath: remove code duplication in erfl found by clang...
2013-10-04 Szabolcs Nagymath: remove a useless assignment in lgammal found...
2013-10-04 Rich Felkerfix invalid implicit pointer conversion in pthread_key_...
2013-10-04 Rich Felkerfix uninitialized variable in dladdr
2013-10-04 Rich Felkerremoved unused variable in vfwprintf
2013-10-03 Rich Felkerfix new environment always being null with execle
2013-09-29 Rich Felkerfix off-by-one error in getgrnam_r and getgrgid_r,...
2013-09-27 Rich Felkerfix buffer overflow in mbsrtowcs
2013-09-20 Rich Felkerfix potential deadlock bug in libc-internal locking...
2013-09-20 Rich Felkercorrect the sysconf value for RTSIG_MAX
2013-09-16 Rich Felkerfix sigemptyset and sigfillset for mips
2013-09-16 Rich Felkerfix clobbering of caller's stack in mips __clone function
2013-09-16 Rich Felkeromit CLONE_PARENT flag to clone in pthread_create
2013-09-16 Rich Felkeruse symbolic names for clone flags in pthread_create
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-14 Rich Felkerfix overflow in sysconf for _SC_MQ_PRIO_MAX
2013-09-14 Rich Felkerfix child stack alignment on mips clone
2013-09-13 Rich Felkerfix x86_64 lrintl asm, again
2013-09-09 Rich Felkerdo not use default when dynamic linker fails to open...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN from exp2f (see previous...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: support invalid ld80 representations in fpclassify
2013-09-05 Szabolcs Nagymath: fix atanh (overflow and underflow issues)
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: fix acoshf on negative values
2013-09-05 Szabolcs Nagymath: fix expm1l on x86_64 (avoid underflow for large...
2013-09-05 Szabolcs Nagymath: fix lrintl.s on x86_64 (use movslq to signextend...
2013-09-05 Szabolcs Nagymath: fix exp2l asm on x86 (raise underflow correctly)
2013-09-05 Szabolcs Nagymath: cosmetic cleanup (use explicit union instead...
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: remove old longdbl.h
2013-09-05 Szabolcs Nagymath: long double fix (use ldshape union)
2013-09-05 Szabolcs Nagymath: use float_t and double_t in scalbnf and scalbn
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2013-09-05 Szabolcs Nagymath: cbrt cleanup and long double fix
2013-09-05 Szabolcs Nagymath: fix underflow in exp*.c and long double handling...
2013-09-05 Szabolcs Nagymath: long double trigonometric cleanup (cosl, sinl...
2013-09-05 Szabolcs Nagymath: long double inverse trigonometric cleanup (acosl...
2013-09-05 Szabolcs Nagymath: rewrite hypot
2013-09-05 Szabolcs Nagymath: rewrite remainder functions (remainder, remquo...
2013-09-05 Szabolcs Nagymath: rewrite rounding functions (ceil, floor, trunc...
2013-09-05 Szabolcs Nagymath: fix logb(-0.0) in downward rounding mode
2013-09-05 Szabolcs Nagymath: ilogb cleanup
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2013-09-04 Rich Felkerfix typo in comment in __randname
2013-09-02 Rich Felkerfix mips-specific bug in synccall (too little space...
2013-09-02 Rich Felkerin synccall, ignore the signal before any threads'...
2013-09-02 Rich Felkerfix invalid pointer in synccall (multithread setuid...
2013-09-01 Rich Felkerfix special-case breakage in popen due to reversed...
next