musl
2014-04-28 Bobby Binghamfix superh nofpu check on old gcc versions
2014-04-23 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-04-22 Timo Teräsdo not try to interpret implementation specific strings...
2014-04-22 Rich Felkermake __init_libc static for non-shared libc
2014-04-21 Rich Felkerfurther micro-optimize startup code for size
2014-04-21 Rich Felkermicro-optimize some startup code for size
2014-04-21 Rich Felkerallow zoneinfo-path-relative filenames with no slashes...
2014-04-20 M Farkas-Dyckexpose public execvpe interface
2014-04-18 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-16 Rich Felkeradd options when explicitly invoking dynamic loader
2014-04-16 Rich Felkerrelease 1.1.0
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-16 Rich Felkerfix deadlock race in pthread_once
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-15 Rich Felkeradd _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions...
2014-04-15 Rich Felkeradd namespace-protected name for sysinfo function
2014-04-15 Rich Felkerin sysconf, use getrlimit function rather than raw...
2014-04-15 Rich Felkeravoid linear-time if/else special cases in sysconf
2014-04-15 Rich Felkerfix fallback code for old kernels in clock_gettime
2014-04-15 Rich Felkeruse dmb barrier instruction for atomics on arm v7
2014-04-12 Rich Felkeruse hidden visibility rather than protected for syscall...
2014-04-11 Szabolcs Nagymath: fix aliasing violation in long double wrappers
2014-04-10 Timo Teräsfix search past the end of haystack in memmem
2014-04-07 Rich Felkerfix printf rounding with %g for some corner case midpoints
2014-04-07 Rich Felkerfix arm atomic asm register constraint
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2014-04-07 Rich Felkeradd getauxval function
2014-04-07 Rich Felkerfix failure of printf %g to strip trailing zeros in...
2014-04-07 Rich Felkerfix carry into uninitialized slots during printf floati...
2014-04-07 Rich Felkerremove some cruft from libc/tls init code
2014-04-05 Rich Felkerremove cruft left behind when lazy thread pointer init...
2014-04-02 Rich Felkeradd __sigsetjmp ABI-compat alias for sigsetjmp
2014-04-02 sinremove struct elem entirely from hsearch.c
2014-04-02 sinimplement hcreate_r, hdestroy_r and hsearch_r
2014-04-02 Rich Felkeravoid malloc failure for small requests when brk can...
2014-04-02 Rich Felkerfix microblaze syscall register clobbers
2014-03-25 Timo Teräsremove lazy ssp initialization
2014-03-25 Rich Felkerif dynamic linker's relro mprotect call fails, include...
2014-03-25 Rich Felkercosmetic improvements in dynamic linker cleanup
2014-03-25 Timo Teräsclean up internal dynamic linker functions enumerating...
2014-03-25 Timo Teräsimplement PT_GNU_RELRO support
2014-03-24 Rich Felkerfix pointer type mismatch and misplacement of const
2014-03-24 Timo Teräsfix confstr return value
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-03-24 Rich Felkerreduce static linking overhead from TLS support by...
2014-03-24 Rich Felkerinclude header that declares __syscall_ret where it...
2014-03-20 Rich Felkerrelease 1.0.0
2014-03-20 Rich Felkerremove claim of XSI coverage from README
2014-03-20 Rich Felkerupdate README in preparation for release
2014-03-20 Rich Felkerupdate INSTALL file with new information and better...
2014-03-20 Rich Felkerupdate COPYRIGHT file with additional contributor infor...
2014-03-19 rofl0rconfigure: check for __ILP32__ if arch is x86_64
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkerfix mips stack_t
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-19 Rich Felkerfix mips sigsetjmp asm to match fixed jmp_buf size
2014-03-19 Rich Felkerfix typo in filename used in sh port
2014-03-19 Rich Felkerfix size of mips jmp_buf
2014-03-19 Rich Felkerremove useless and incorrect uc_regspace member from...
2014-03-18 Rich Felkeruse syscall_arg_t for arguments in public syscall(...
2014-03-17 Rich Felkermake configure accept alternate gcc tuples for x32
2014-03-17 rofl0rx32: fix struct statfs
2014-03-17 Rich Felkerfix negated error codes from ptsname_r
2014-03-16 Bobby Binghamsuperh: fix dynamic linking of __fpscr_values
2014-03-13 rofl0rsemctl: fix UB causing crashes on powerpc
2014-03-12 Szabolcs Nagyfix statfs struct on mips
2014-03-12 Szabolcs Nagyfix semid_ds structure on mips
2014-03-11 Rich Felkerfix socket.h struct msghdr member types on powerpc
2014-03-11 Rich Felkerfix sysvipc structures on powerpc
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-09 Szabolcs Nagymath.h: make __FLOAT_BITS and __DOUBLE_BITS C89
2014-03-09 Rich Felkerfix incorrect rounding in printf floating point corner...
2014-03-09 Rich Felkerfix buffer overflow in printf formatting of denormals...
2014-03-08 Rich Felkerin sys/procfs.h, avoid using __WORDSIZE macro
2014-03-08 Rich Felkeradd bits/user.h for sh port
2014-03-08 Rich Felkerin fcntl, use unsigned long instead of long for variadi...
2014-03-06 Rich Felkerupdate copyright dates to 2014
2014-03-06 rofl0rx32: fix sysinfo()
2014-03-05 Rich Felkerfix strerror on mips: one error code is out of the...
2014-02-28 Rich Felkerimprove configure's target arch matching
2014-02-28 Rich Felkerfix missing CFLAGS in configure test for float on sh
2014-02-28 Rich Felkerfix copy-and-paste error in configure's IEEE double...
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerfix endian subarchs for sh arch
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-25 Rich Felkerfix readdir not to set ENOENT when directory is removed...
2014-02-24 Szabolcs Nagyin.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
2014-02-24 Szabolcs Nagyif_ether.h: new ethernet protocol type
2014-02-24 Szabolcs Nagysys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
2014-02-24 Szabolcs Nagyelf.h: add aarch64 relocations
2014-02-24 Szabolcs Nagyelf.h: new elf header flag to mark 2008-NaN vs legacy...
2014-02-24 Rich Felkeradd missing sub files for mipsel-sf to use softfloat...
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2014-02-24 Rich Felkermake the x32 port use the correct ld-musl-x32.path...
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rfix x32 syscall arch.h timespec fixup code
2014-02-23 rofl0rfix some issues in x32 syscall_cp_fixup
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
next