oweals/musl.git
2015-03-30 Rich Felkerfix incorrect sequence generation in *rand48 prng functions
2015-03-30 Rich Felkerfix overflow corner case in strtoul-family functions
2015-03-30 Szabolcs Nagyfix memory leak in regexec when input contains illegal...
2015-03-30 Rich Felkerfix off-by-one in bounds check in fpathconf
2015-03-30 Rich Felkerfix multiple stdio functions' behavior on zero-length...
2015-03-30 Rich Felkersuppress null termination when fgets reads EOF with...
2015-03-30 Szabolcs Nagyfix dn_expand empty name handling and offsets to 0
2015-03-30 Rich Felkerfix use of uninitialized memory with application-provid...
2015-03-30 Szabolcs Nagyfix CPU_EQUAL macro in sched.h
2014-08-01 Rich Felkerrelease 1.0.4 v1.0.4
2014-07-28 Rich Felkeradd missing yes/no strings to nl_langinfo
2014-07-28 Rich Felkerfix nl_langinfo table for LC_TIME era-related items
2014-07-28 Rich Felkerfix regression that negated some mips syscall error...
2014-07-28 Rich Felkerfix mips struct stat dev_t members for big endian
2014-07-28 Rich Felkerfix missing barriers in powerpc atomic store
2014-07-28 Rich Felkerfix microblaze atomic store
2014-07-28 Rich Felkerfix missing barrier instructions in powerpc atomic asm
2014-07-28 Rich Felkerfix missing barrier instructions in mips atomic asm
2014-07-28 Rich Felkeruse memory constraints for mips atomic asm
2014-07-28 Rich Felkerfix build breakage from ppc asm constraints change
2014-07-28 Rich Felkerremove cruft from microblaze atomic.h
2014-07-28 Rich Felkerfix broken constraints for powerpc atomic cas asm
2014-07-28 Rich Felkerfix microblaze definition of struct stat
2014-07-28 Rich Felkerfix crash in regexec for nonzero nmatch argument with...
2014-07-28 Rich Felkerwork around constant folding bug 61144 in gcc 4.9.0...
2014-07-28 Rich Felkersimplify __stdio_exit static linking logic
2014-07-28 Clément Vasseurfix the %m specifier in syslog
2014-07-28 Rich Felkermake dynamic linker accept colon as a separator for...
2014-07-28 Rich Felkerfix typo in microblaze setjmp asm
2014-07-28 Rich Felkerfix multiple issues in legacy function getpass
2014-07-28 Rich Felkerfix failure of wide printf/scanf functions to set wide...
2014-07-28 Rich Felkerfix incorrect return value for fwide function
2014-07-28 Rich Felkerfix aliasing violations in mbtowc and mbrtowc
2014-07-28 Rich Felkerremove hack in syslog.h that resulted in aliasing viola...
2014-07-28 Rich Felkerfix incorrect comparison loop condition in memmem
2014-07-28 Rich Felkerfix powerpc dynamic linker thread-pointer-relative...
2014-07-28 Clément Vasseurfix missing argument to syscall in fanotify_mark
2014-07-28 Rich Felkerprepare pthread_create.c for cherry-picking from master
2014-07-28 Rich Felkerfix gethostby*_r result pointer value on error
2014-06-06 Rich Felkerrelease 1.0.3 v1.0.3
2014-06-06 Szabolcs Nagyfix multiple validation issues in dns response label...
2014-06-06 Rich Felkerremove some dummy "ent" function aliases that duplicate...
2014-06-06 Rich Felkerfix if_nametoindex return value when interface does...
2014-06-06 Rich Felkerfix incorrect end pointer in some cases when wcsrtombs...
2014-06-06 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-06-06 Rich Felkerfix sendfile syscall to use 64-bit off_t
2014-05-20 Rich Felkerrelease 1.0.2 v1.0.2
2014-05-20 Rich Felkertrivial formatting fix for the config.mak generated...
2014-05-20 Rich Felkerfix unhandled cases in strptime
2014-05-20 Rich Felkeradd configure check for broken gcc 4.9.0 and possibly...
2014-05-20 Rich Felkeradd configure check for working compiler
2014-05-20 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2014-05-20 Rich Felkerremove useless __yield alias for sched_yield
2014-05-20 Rich Felkerfix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
2014-05-20 Bobby Binghamfix superh nofpu check on old gcc versions
2014-05-20 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-05-20 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-16 Rich Felkerrelease 1.0.1 v1.0.1
2014-04-16 Rich Felkerfix deadlock race in pthread_once
2014-04-16 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-16 Rich Felkerfix fallback code for old kernels in clock_gettime
2014-04-16 Rich Felkeruse hidden visibility rather than protected for syscall...
2014-04-16 Szabolcs Nagymath: fix aliasing violation in long double wrappers
2014-04-16 Timo Teräsfix search past the end of haystack in memmem
2014-04-16 Rich Felkerfix printf rounding with %g for some corner case midpoints
2014-04-16 Rich Felkerfix failure of printf %g to strip trailing zeros in...
2014-04-16 Rich Felkerfix carry into uninitialized slots during printf floati...
2014-04-16 Rich Felkerfix microblaze syscall register clobbers
2014-04-16 Timo Teräsfix confstr return value
2014-04-16 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...
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...
next