oweals/musl.git
2017-10-19 Rich Felkerrelease 1.1.17 v1.1.17
2017-10-18 Rich Felkerin dns parsing callback, enforce MAXADDRS to preclude...
2017-10-14 Rich Felkerfix incorrect base name offset from nftw when pathname...
2017-10-14 Rich Felkerfix read-after-free type error in pthread_detach
2017-10-14 Szabolcs Nagymath: rewrite fma with mostly int arithmetics
2017-10-13 Rich Felkerfor executing init array functions, use function type...
2017-10-13 Rich Felkerfix access by setjmp and longjmp to __hwcap on arm...
2017-09-28 Rich Felkerfix use of memset without declaration in sched.h cpu...
2017-09-11 Szabolcs Nagypowerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
2017-09-07 Rich Felkerwork around incorrect EPERM from mmap syscall
2017-09-07 Rich Felkerfix glob descent into . and .. with GLOB_PERIOD
2017-09-07 Rich Felkerdon't treat numeric port strings as servent records...
2017-09-07 Rich Felkerfix signal masking race in pthread_create with priority...
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-09-04 Bartosz Brachaczekhandle whitespace before %% in scanf
2017-09-04 Alexander Monakovfix OOB reads in Xbyte_memmem
2017-09-04 Alexander Monakovfree allocations in clearenv
2017-09-04 Alexander Monakovoverhaul environment functions
2017-09-01 Rich Felkerfix erroneous acceptance of f4 9x xx xx code sequences...
2017-08-31 Rich Felkerfix erroneous stop before input limit in mbsnrtowcs...
2017-08-30 Szabolcs Nagyarm: add HWCAP_ARM_ hwcap macros
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-08-30 Szabolcs Nagys390x: add bits/hwcap.h
2017-08-30 Rich Felkermove IPPORT_RESERVED from netdb.h to netinet/in.h
2017-08-30 Rich Felkeradd powerpc64 and s390x to list of supported archs...
2017-08-29 Rich Felkerfix undefined behavior in memset due to missing sequenc...
2017-08-29 Alexander Monakov__init_libc: add fallbacks for __progname setup
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-08-29 Szabolcs Nagyfix mips ioctl macros to match linux asm/sockios.h
2017-08-29 Rich Felkerfix unsynchronized access to FILE structure in fflush(0)
2017-08-12 Daniel Sabogalfix signed overflow in ftok
2017-08-12 Thomas Petazzonifix build failure for sh4a due to missing colon in...
2017-08-12 Rich Felkertrap UB from attempts to join a detached thread
2017-08-12 Bobby Binghamppc64: fix setjmp/longjmp handling of TOC pointer
2017-08-12 Leah Neukirchenqsort: add a short comment about the algorithm
2017-08-11 Rich Felkerdisable global visibility override hack (vis.h) by...
2017-08-01 Rich Felkeradd _NL_LOCALE_NAME extension to nl_langinfo
2017-07-04 Jens Gustedtfix missing volatile qualifier on lock in __get_locale
2017-07-04 Alexander Monakovremove ineffective compiler assist from printf
2017-07-04 Alexander Monakovfix undefined behavior in ptrace
2017-07-04 Jens Gustedtunify the use of FUTEX_PRIVATE
2017-07-04 Alexander Monakovfix undefined behavior in free
2017-07-04 Alexander Monakovreapply va_arg hacks removal to wprintf
2017-07-04 Alexander Monakovremove useless declarations in string.h
2017-07-04 Rich Felkerallow specifying argv[0] when invoking a program via...
2017-07-04 Rich Felkerfix regression in dlopen promotion from RTLD_LOCAL...
2017-07-04 Rich Felkerldso: avoid spurious & possible erroneous work for...
2017-06-23 Rich Felkerpowerpc64: add single-instruction math functions
2017-06-23 Dmitry Golovinfix clang CFLAGS checks and silence unused argument...
2017-06-23 Rich Felkers390x: add single-instruction math functions
2017-06-22 Szabolcs Nagyfix arm run-time abi string functions
2017-06-21 Rich Felkerfix regression in getspnam[_r] error code for insuffici...
2017-06-21 Rich Felkerfix omission of microblaze user.h definitions
2017-06-21 Bartosz Brachaczekfix iconv conversions for iso88592-iso885916
2017-06-21 Rich Felkerhandle errors from localtime_r in ctime_r
2017-06-15 Rich Felkerset errno when getpw*_r, getgr*_r, and getspnam_r fail
2017-06-15 Rich Felkerhandle localtime errors in ctime
2017-06-15 Rich Felkerhandle mremap failure in realloc of mmap-serviced alloc...
2017-06-14 A. Wilcoxgetdate: correctly specify error number
2017-06-14 A. Wilcoxcatopen: set errno to EOPNOTSUPP
2017-06-08 Rich Felkerfix glob failure to match plain "/" to root directory
2017-06-08 Rich Felkeruse hard-coded sh4a atomic opcodes to avoid linker...
2017-06-01 Natanael Copatowupper/towlower: fast path for ascii chars
2017-06-01 Rich Felkerremove long-obsolete clang workarounds from mips* sysca...
2017-06-01 Rich Felkerfix fstatat syscall on mips64
2017-05-28 Samuel Hollandfix fchown fallback on arches without chown(2)
2017-05-28 Rich Felkerfix iconv conversions to legacy 8bit encodings
2017-04-23 Rich Felkerhave posix_spawnattr_setflags check for supported flags
2017-04-23 Rich Felkeradd no-op POSIX_SPAWN_USEVFORK to spawn.h
2017-04-22 Bobby Binghams390x: provide sigcontext struct definition
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2017-04-22 Rich Felkerremove va_arg hacks in printf core with undefined behavior
2017-04-21 Rich Felkermake ttyname[_r] return ENODEV rather than ENOENT
2017-04-21 Rich Felkerfix regression in support for resolv.conf attempts...
2017-04-21 Szabolcs Nagyfix scalbn when result is in the subnormal range
2017-04-21 Rich Felkerallow full-range file offsets to mmap on archs with...
2017-04-12 Rich Felkerfix dl_iterate_phdr in static PIE binaries
2017-04-12 Rich Felkerfix read past end of buffer in getaddrinfo backend
2017-03-21 Szabolcs Nagyaarch64: add single instruction math functions
2017-03-21 Julien Ramseierfix strptime output for %C without %y
2017-03-21 Julien Ramseierfix processing of strptime %p format
2017-03-21 Julien Ramseierfix off-by-one in strptime %j
2017-03-21 Julien Ramseierregex: fix newline matching with negated brackets
2017-03-21 Rich Felkerincrease limit on locale name length from 15 to 23...
2017-03-21 Rich Felkersearch locale name variants for gettext translations
2017-03-21 Rich Felkermake setlocale return a single name for LC_ALL if all...
2017-03-21 Rich Felkerfix dlopen/dlsym regression opening libs already loaded...
2017-03-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2017-03-16 Tuan M. Hoangs390x: fix fpreg_t and remove unused per_struct
2017-03-15 Rich Felkerprecalculate gnu hash rather than doing it lazily in...
2017-03-15 Szabolcs Nagyfix threshold constants in j0f, y0f, j1f, y1f
2017-03-14 Rich Felkerremove unused refcnt field for shared libraries
2017-03-14 Rich Felkeravoid loading of multiple libc versions via explicit...
2017-03-14 Rich Felkerfix one-byte overflow in legacy getpass function
2017-03-14 Rich Felkerfix wide scanf's use of a compound literal past its...
2017-03-14 Rich Felkerfix possible fd leak, unrestored cancellation state...
2017-03-14 Rich Felkerin static dl_iterate_phdr, fix use of possibly-uninitia...
2017-03-14 Rich Felkerfix free of uninitialized buffer pointer on error in...
2017-03-14 Rich Felkeremulate lazy relocation as deferrable relocation
2017-03-13 Rich Felkerreorder addend handling before symbol lookup in relocat...
next