projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2015-09-22
Rich Felker
fix dlsym lookup of function symbols on fdpic
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
have sh/fdpic entry point set fdpic personality if...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
move calls to application init functions after crt1...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
fix breakage in non-fdpic dynamic linker init/fini...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
fix resolving interp string address on fdpic ldd command
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
add real fdpic loading of shared libraries
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
try to suppress linking libc.so if there are undefined...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
remove configure's suppression of enable sh/fdpic share...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
size-optimize sh/fdpic dynamic entry point
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
work around breakage in sh/fdpic __unmapself function
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rich Felker
add general fdpic support in dynamic linker and arch...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Rich Felker
factor symbol counting out of dladdr as its own function
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Rich Felker
simplify dlstart code by using integer type for base...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
refactor some more dynamic linker load address computations
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
remove some useless casts in dynamic linker
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
add fdpic structs and reloc types for dynamic linking
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
further refactoring of dynamic linker load address...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
begin refactoring load address computations in dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
remove old dlstart stage-2 symbolic lookup code; add...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
new dlstart stage-2 chaining for x86_64 and x32
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
new dlstart stage-2 chaining for powerpc
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
new dlstart stage-2 chaining for or1k
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
new dlstart stage-2 chaining for mips
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
new dlstart stage-2 chaining for microblaze
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
introduce new symbol-lookup-free rcrt1/dlstart stage...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Felker
remove attribute((const)) from pthread_self and errno...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Khem Raj
add format argument attributes to gettext function...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Felix Janda
reindent powerpc's bits/termios.h to be consistent...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Felix Janda
fix namespace violations in aarch64/bits/termios.h
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Rich Felker
add sh fdpic subarch variants
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Rich Felker
add fdpic version of entry point code for sh
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Rich Felker
provide arch-generic fdpic self-relocation code for...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Rich Felker
make sh clone asm fdpic-compatible
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Rich Felker
make sh crti/crtn init/fini fragments setup proper...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Rich Felker
add sh relocation types needed for fdpic to elf.h
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Timo Teräs
fix uninitialized scopeid in lookups from hosts file...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Rich Felker
fix missing earlyclobber flag in i386 a_ctz_64 asm
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Rich Felker
remove unused (and invalid) C version of sigsetjmp
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Rich Felker
fix breakage in nl_langinfo from previous commit
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Rich Felker
make nl_langinfo(CODESET) always return "UTF-8"
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Rich Felker
fix fclose of permanent (stdin/out/err) streams
commit
|
commitdiff
|
tree
|
snapshot
2015-08-31
Timo Teräs
implement arm eabi mem* functions
commit
|
commitdiff
|
tree
|
snapshot
2015-08-30
Rich Felker
remove use of buggy .SECONDARY special target in makefile
commit
|
commitdiff
|
tree
|
snapshot
2015-08-30
Rich Felker
release 1.1.11
v1.1.11
commit
|
commitdiff
|
tree
|
snapshot
2015-08-27
Rich Felker
fix makefile suppression of intermediate file removal
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Alex Dowad
Build process uses script to add CFI directives to...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-21
Steven Barth
getsubopt: don't include leading = in value string
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Rich Felker
mitigate performance regression in libc-internal locks...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-14
Natanael Copa
match historical behavior for tm_gmtoff member of struct tm
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Szabolcs Nagy
aarch64: fix 64-bit syscall argument passing
commit
|
commitdiff
|
tree
|
snapshot
2015-08-09
Rich Felker
fix failure of tempnam to null-terminate result
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Rich Felker
mitigate blow-up of heap size under malloc/free contention
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Rich Felker
fix missing synchronization in atomic store on i386...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Rich Felker
fix undefined left-shift of negative values in utf...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-24
Rich Felker
fix atexit when it is called from an atexit handler
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Roman Yeryomin
socket.h: cleanup/reorder mips and powerpc bits/socket.h
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Roman Yeryomin
socket.h: fix SO_* for mips
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Felix Fietkau
mips: fix mcontext_t register array field name
commit
|
commitdiff
|
tree
|
snapshot
2015-07-09
Rich Felker
handle loss of syslog socket connection
commit
|
commitdiff
|
tree
|
snapshot
2015-07-09
Rich Felker
fix incorrect void return type for syncfs function
commit
|
commitdiff
|
tree
|
snapshot
2015-07-08
Rich Felker
fix negated return value of ns_skiprr, breakage in...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-06
Shiz
add musl-clang, a wrapper for system clang installs
commit
|
commitdiff
|
tree
|
snapshot
2015-07-06
Shiz
build: fix musl-targeting toolchain test
commit
|
commitdiff
|
tree
|
snapshot
2015-07-06
Shiz
build: overhaul wrapper script system for multiple...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-06
Rich Felker
treat empty TZ environment variable as GMT rather than...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Alexander Monakov
dynlink.c: pass gnu-hash table pointer to gnu_lookup
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Alexander Monakov
dynlink.c: slim down gnu_lookup
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Alexander Monakov
dynlink.c: use bloom filter in gnu hash lookup
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Alexander Monakov
dynlink.c: use a faster expression in gnu_hash
commit
|
commitdiff
|
tree
|
snapshot
2015-06-25
Rich Felker
fix local-dynamic model TLS on mips and powerpc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-23
Rich Felker
make dynamic linker work around MAP_FAILED mmap failure...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-23
Rich Felker
reimplement strverscmp to fix corner cases
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Rich Felker
fix regression/typo that disabled __simple_malloc when...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Rich Felker
fix calloc when __simple_malloc implementation is used
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Rich Felker
provide __stack_chk_fail_local in libc.a
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Rich Felker
work around mips detached thread exit breakage due...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Rich Felker
ignore ENOSYS error from mprotect in pthread_create...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
switch to using trap number 31 for syscalls on sh
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
switch sh port's __unmapself to generic version when...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
add support for sh2 interrupt-masking-based atomics...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
refactor stdio open file list handling, move it out...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
byte-based C locale, phase 3: make MB_CUR_MAX variable...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
byte-based C locale, phase 2: stdio and iconv (multibyt...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
byte-based C locale, phase 1: multibyte character handl...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Rich Felker
fix btowc corner case
commit
|
commitdiff
|
tree
|
snapshot
2015-06-14
Szabolcs Nagy
arm: add vdso support
commit
|
commitdiff
|
tree
|
snapshot
2015-06-14
Rich Felker
refactor malloc's expand_heap to share with __simple_malloc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-13
Rich Felker
remove cancellation points in stdio
commit
|
commitdiff
|
tree
|
snapshot
2015-06-13
Rich Felker
fix idiom for setting stdio stream orientation to wide
commit
|
commitdiff
|
tree
|
snapshot
2015-06-13
Rich Felker
add printing of null %s arguments as "(null)" in wide...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-13
Rich Felker
add %m support to wide printf
commit
|
commitdiff
|
tree
|
snapshot
2015-06-11
Rich Felker
add sh asm for vfork
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Rich Felker
implement arch-generic version of __unmapself
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Rich Felker
in malloc, refuse to use brk if it grows into stack
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Rich Felker
fix spurious errors from pwd/grp functions when nscd...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-07
Rich Felker
fix regression in pre-v7 arm on kernels with kuser...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-07
Rich Felker
add multiple inclusion guard to locale_impl.h
commit
|
commitdiff
|
tree
|
snapshot
2015-06-07
Rich Felker
remove redefinition of MB_CUR_MAX in locale_impl.h
commit
|
commitdiff
|
tree
|
snapshot
2015-06-06
Rich Felker
make static C and C.UTF-8 locales available outside...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-06
Rich Felker
remove another invalid skip of locking in ungetwc
commit
|
commitdiff
|
tree
|
snapshot
next