projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2017-06-15
Rich Felker
handle mremap failure in realloc of mmap-serviced alloc...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-14
A. Wilcox
getdate: correctly specify error number
commit
|
commitdiff
|
tree
|
snapshot
2017-06-14
A. Wilcox
catopen: set errno to EOPNOTSUPP
commit
|
commitdiff
|
tree
|
snapshot
2017-06-08
Rich Felker
fix glob failure to match plain "/" to root directory
commit
|
commitdiff
|
tree
|
snapshot
2017-06-08
Rich Felker
use hard-coded sh4a atomic opcodes to avoid linker...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Natanael Copa
towupper/towlower: fast path for ascii chars
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Rich Felker
remove long-obsolete clang workarounds from mips* sysca...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Rich Felker
fix fstatat syscall on mips64
commit
|
commitdiff
|
tree
|
snapshot
2017-05-28
Samuel Holland
fix fchown fallback on arches without chown(2)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-28
Rich Felker
fix iconv conversions to legacy 8bit encodings
commit
|
commitdiff
|
tree
|
snapshot
2017-04-23
Rich Felker
have posix_spawnattr_setflags check for supported flags
commit
|
commitdiff
|
tree
|
snapshot
2017-04-23
Rich Felker
add no-op POSIX_SPAWN_USEVFORK to spawn.h
commit
|
commitdiff
|
tree
|
snapshot
2017-04-22
Bobby Bingham
s390x: provide sigcontext struct definition
commit
|
commitdiff
|
tree
|
snapshot
2017-04-22
Rich Felker
implement new posix_spawn flag POSIX_SPAWN_SETSID
commit
|
commitdiff
|
tree
|
snapshot
2017-04-22
Rich Felker
remove va_arg hacks in printf core with undefined behavior
commit
|
commitdiff
|
tree
|
snapshot
2017-04-21
Rich Felker
make ttyname[_r] return ENODEV rather than ENOENT
commit
|
commitdiff
|
tree
|
snapshot
2017-04-21
Rich Felker
fix regression in support for resolv.conf attempts...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-21
Szabolcs Nagy
fix scalbn when result is in the subnormal range
commit
|
commitdiff
|
tree
|
snapshot
2017-04-21
Rich Felker
allow full-range file offsets to mmap on archs with...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Rich Felker
fix dl_iterate_phdr in static PIE binaries
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Rich Felker
fix read past end of buffer in getaddrinfo backend
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Szabolcs Nagy
aarch64: add single instruction math functions
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Julien Ramseier
fix strptime output for %C without %y
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Julien Ramseier
fix processing of strptime %p format
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Julien Ramseier
fix off-by-one in strptime %j
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Julien Ramseier
regex: fix newline matching with negated brackets
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Rich Felker
increase limit on locale name length from 15 to 23...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Rich Felker
search locale name variants for gettext translations
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Rich Felker
make setlocale return a single name for LC_ALL if all...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-21
Rich Felker
fix dlopen/dlsym regression opening libs already loaded...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-16
Rich Felker
fix POSIX-format TZ dst transition times for southern...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-16
Tuan M. Hoang
s390x: fix fpreg_t and remove unused per_struct
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
Rich Felker
precalculate gnu hash rather than doing it lazily in...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
Szabolcs Nagy
fix threshold constants in j0f, y0f, j1f, y1f
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
remove unused refcnt field for shared libraries
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
avoid loading of multiple libc versions via explicit...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
fix one-byte overflow in legacy getpass function
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
fix wide scanf's use of a compound literal past its...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
fix possible fd leak, unrestored cancellation state...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
in static dl_iterate_phdr, fix use of possibly-uninitia...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
fix free of uninitialized buffer pointer on error in...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
Rich Felker
emulate lazy relocation as deferrable relocation
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Rich Felker
reorder addend handling before symbol lookup in relocat...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Rich Felker
rework ldso handling of global symbol table for consistency
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Szabolcs Nagy
treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Rich Felker
fix ld-behavior-dependent crash in ppc64 ldso startup
commit
|
commitdiff
|
tree
|
snapshot
2017-03-06
Szabolcs Nagy
fix lsearch and lfind to pass key as first arg to the...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Rich Felker
allow page size to vary on arm
commit
|
commitdiff
|
tree
|
snapshot
2017-02-15
Rich Felker
fix build regression in arm atomics asm with new binutils
commit
|
commitdiff
|
tree
|
snapshot
2017-02-15
Bobby Bingham
s390x: implement dlsym
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Rich Felker
avoid unbounded strlen in gettext functions
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Rich Felker
fix use of uninitialized pointer in gettext core
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Rich Felker
fix bindtextdomain logic error deactivating other domains
commit
|
commitdiff
|
tree
|
snapshot
2017-01-19
Rich Felker
fix spurious EINTR errors from multithreaded set*id...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-13
rofl0r
fix crashes in x32 __tls_get_addr
commit
|
commitdiff
|
tree
|
snapshot
2017-01-05
Rich Felker
fix crash from corrupted tls module list after failed...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-05
Rich Felker
treat base 1 as an error in strtol-family functions
commit
|
commitdiff
|
tree
|
snapshot
2017-01-05
Rich Felker
fix getopt[_long] clobbering of optopt on success
commit
|
commitdiff
|
tree
|
snapshot
2017-01-04
Rich Felker
reduce impact of REG_* namespace pollution in x86[_64...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-03
Rich Felker
make globfree safe after failed glob from over-length...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-02
Rich Felker
fix strftime %y for negative years
commit
|
commitdiff
|
tree
|
snapshot
2017-01-01
Rich Felker
release 1.1.16
v1.1.16
commit
|
commitdiff
|
tree
|
snapshot
2016-12-30
Szabolcs Nagy
update tcp_info struct to linux v4.9
commit
|
commitdiff
|
tree
|
snapshot
2016-12-30
Szabolcs Nagy
add MS_NOREMOTELOCK mount flag from linux v4.9
commit
|
commitdiff
|
tree
|
snapshot
2016-12-30
Szabolcs Nagy
add pkey_{mprotect,alloc,free} syscalls from linux...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rich Felker
fix support for initialized TLS in static PIE binaries
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rich Felker
when building for arm as thumb2 code, also request...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rich Felker
rework arm atomic/tp backends to be thumb-compatible...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Rich Felker
disable use of arm memcpy asm if building as thumb...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Rich Felker
make arm setjmp/longjmp asm thumb2-compatible
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Szabolcs Nagy
use lookup table for malloc bin index instead of float...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Szabolcs Nagy
handle ^ and $ in BRE subexpression start and end as...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Rich Felker
fix mrand48/jrand48 return value on 64-bit archs
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Quentin Rameau
in public headers, don't assume pre-C99 compilers have...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Bobby Bingham
fix crashing sigsetjmp on s390x
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Bobby Bingham
fix use of incomplete struct type in s390x user.h
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Bobby Bingham
fix typo in s390x user.h
commit
|
commitdiff
|
tree
|
snapshot
2016-12-15
Rich Felker
remove legacy i386 fallback stdarg implementation and...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Rich Felker
remove largish unused field from pthread structure
commit
|
commitdiff
|
tree
|
snapshot
2016-11-13
Rich Felker
work around gdb issues recognizing sigreturn trampoline...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-12
Bobby Bingham
add s390x port
commit
|
commitdiff
|
tree
|
snapshot
2016-11-11
Bobby Bingham
treat null vdso base same as missing
commit
|
commitdiff
|
tree
|
snapshot
2016-11-11
Rich Felker
generalize ELF hash table types not to assume 32-bit...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Rich Felker
fix build regression on archs with variable page size
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Rich Felker
add limited pthread_setattr_default_np API to set stack...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Rich Felker
fix pthread_create regression from stack/guard size...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Rich Felker
make netinet/in.h suppress clashing definitions from...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Rich Felker
simplify pthread_attr_t stack/guard size representation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Rich Felker
fix swprintf internal buffer state and error handling
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Daniel Sabogal
fix integer overflow of tm_year in __secs_to_tm
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Szabolcs Nagy
fix ldso reserved library name handling
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Szabolcs Nagy
fix accidental global static pointer in ldso
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Rich Felker
don't claim support for resolv.h APIs that aren't supported
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Hannu Nyman
fix parsing of quoted time zone names
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Rich Felker
remove redundant feature test macro checks in sys/time.h
commit
|
commitdiff
|
tree
|
snapshot
2016-10-22
Rich Felker
redesign snprintf without undefined behavior
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Rich Felker
fix various header namespace issues under feature-test...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Rich Felker
remove parameter names from public headers
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Rich Felker
fix misspelling of a legacy macro name in sys/param.h
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Daniel Sabogal
add missing if_ether.h constants
commit
|
commitdiff
|
tree
|
snapshot
next