oweals/musl.git
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-05-30 Rich Felkerfix breakage from recent syscall commits due to missing...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-05-30 Rich Felkerbreak down coarse-grained 64-bit-off_t syscall remappings
2014-05-30 Rich Felkeradditional fixes for linux kernel apis with old syscall...
2014-05-30 Rich Felkerfix sendfile syscall to use 64-bit off_t
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-05-29 Rich Felkerremove useless synchronization in exit and quick_exit
2014-05-27 Rich Felkerfix missing declaration of strcpy in implementation...
2014-05-27 Rich Felkeroverhaul tmpfile, tmpnam, and tempnam functions
2014-05-27 Rich Felkerfix sys_open macro for archs without the plain open...
2014-05-27 Rich Felkerfix placement of multiple inclusion guard endif in...
2014-05-27 Rich Felkerfix type of extended argument array to pselect6 syscall
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-05-25 Rich Felkeroverhaul siginfo_t definition in signal.h
2014-05-20 Rich Felkerrelease 1.1.1 v1.1.1
2014-05-20 Rich Felkertrivial formatting fix for the config.mak generated...
2014-05-20 Rich Felkerfix unhandled cases in strptime
2014-05-19 Rich Felkerremove unsupported nonstandard sysconf macros and their...
2014-05-19 Rich Felkerrework sysconf table to treat zero entries as invalid
2014-05-19 Rich Felkeradd configure check for broken gcc 4.9.0 and possibly...
2014-05-13 Rich Felkeradd cp437 and cp850 to available iconv conversions
2014-05-12 Rich Felkeradd configure check for working compiler
2014-05-08 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2014-05-04 Rich Felkerremove useless __yield alias for sched_yield
2014-04-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-30 Rich Felkerfix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
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 v1.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 v1.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...
next