projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2011-07-22
Rich Felker
fix errno value when fdopendir is given an invalid...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Rich Felker
ensure in fork that child gets its own new robust mutex...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Rich Felker
fix logic error in fread
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Rich Felker
fix various bugs in new integer parser framework
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Rich Felker
fix wcsto[iu]max with high characters
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Rich Felker
new restartable integer parsing framework.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Rich Felker
gb18030 support in iconv (only from, not to)
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Rich Felker
"implement" getnetbyaddr and getnetbyname
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Rich Felker
legacy japanese charset support in iconv (only from...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Rich Felker
simplify iconv and support more legacy codepages
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Rich Felker
add missing signalfd flags
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Rich Felker
printf: "if a precision is specified, the '0' flag...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Rich Felker
zero precision with zero value should not inhibit prefi...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Rich Felker
printf("%#x",0) should print 0 not 0x0
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Rich Felker
iconv was not returning -1 on most failure
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Rich Felker
0.7.12 release notes
v0.7.12
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Rich Felker
fix dlopen UB due to longjmp/volatile rules violation
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Rich Felker
res_search symbol, aliased to res_query for now (better...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Rich Felker
simple rpath support (no token expansion yet) for dynam...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Rich Felker
fill in junk in stropts.h
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Rich Felker
fix error in previous ld80 fpclassify commit
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Rich Felker
catch invalid ld80 bit patterns and treat them as nan
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Rich Felker
fix logic in __fwriting
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Rich Felker
add and consolidate nasty stdio_ext junk
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Rich Felker
implement the nonstandard GNU function fpurge
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Rich Felker
fix buffer overrun in getgrent code when there are...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Rich Felker
posix_memalign should fail if size is not a multiple...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Rich Felker
avoid errors in ucontext.h when no feature test macros...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Rich Felker
locking support for random() prng
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Rich Felker
work around linux bug in mprotect
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Rich Felker
textrel support, cheap and ugly
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Rich Felker
release notes for 0.7.11
v0.7.11
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
reclaim the memory wasted by dynamic linking for use...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
use type directives for fenv asm functions
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
use load address from elf header if possible
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
make dynamic linker relocate the main program image...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
fix a few bugs from last dynamic linking build system...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
minor updates to INSTALL documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Rich Felker
cleanup shared library build system to be more $HOME...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
further fixup dlfcn.h
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
match LSB/glibc constants for dynamic loader
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
fix stale pointer issue in dynamic linker with dlopen
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
don't leave the lock held on dlopen failure..
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
add RTLD_DEFAULT support
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
in dlopen: don't use null pointer
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Rich Felker
fix resolving symbols in objects loaded in RTLD_LOCAL...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
experimental dlopen/dlsym and dynlink changes needed...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
type directives for x86_64 math asm
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
error handling in dynamic linking
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
fix useless use of potentially-uninitialized mode varia...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
eliminate OOB array hacks in malloc
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
use .type directives for math asm (needed for dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rich Felker
fix some symbol resolution issues in dynamic linker
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
fix dynamic linker issue in musl-gcc wrapper
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
wordexp cannot use we_offs unless WRDE_DOOFFS flag...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
XSI search.h API implementation by Szabolcs Nagy
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
handle library paths better (ignore empty path componen...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
move all limits that don't vary out of bits/limits...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
fix possible (questionable) strict aliasing violations...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
const correctness in mq_notify
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
proper path searching for dynamic linker
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
optimize opendir using O_CLOEXEC
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
discard dso descriptors after performing relocations
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rich Felker
keep track of which dsos have been relocated
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rich Felker
use soname in ld-musl.so to prevent filename appearing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rich Felker
use symlink rather than bogus linker script for libc.so
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rich Felker
adapt build/install/gcc-wrapper systems for dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rich Felker
prepare support for LD_LIBRARY_PATH (checking suid...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rich Felker
initial commit of prng implementation by Szabolcs Nagy
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rich Felker
make ldso asm more uniform with rest of codebase (no...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Rich Felker
x86_64: ensure that dtor pointer passed to app is 0...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Rich Felker
dynamic linker 64bit fix: hash table entries are always...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Rich Felker
experimental dynamic linker!
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Rich Felker
fix memory leak on failure in realpath
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Rich Felker
copy-paste error in prctl.h
commit
|
commitdiff
|
tree
|
snapshot
2011-06-16
Rich Felker
fix some struct padding to match LSB/glibc ABI where...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-16
Rich Felker
duplicate re_nsub in LSB/glibc ABI compatible location
commit
|
commitdiff
|
tree
|
snapshot
2011-06-15
Rich Felker
restore use of .type in asm, but use modern @function...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-15
Rich Felker
__syscall5 inline is having trouble with PIC; just...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
fix race condition in pthread_kill
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
run dtors before taking the exit-lock in pthread exit
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
minor locking optimizations
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
avoid 64bit warnings when using pointers as entropy...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
fix sigset macro for 64-bit systems (<< was overflowing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
remove all .size and .type directives for functions...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rich Felker
remove old useless timezone.s file (unused)
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Rich Felker
fix wrong type for wcsrchr argument 2
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Rich Felker
x86_64 fenv support (untested; at least known to build...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Rich Felker
fix fesetround - it was writing to status word instead...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rich Felker
floating point environment, untested
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rich Felker
malloc: cast size down to int in bin_index functions
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rich Felker
another return value fix for mktemp...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Rich Felker
add netpacket/packet.h
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Rich Felker
it's called getgrgid_r, not getgruid_r...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Rich Felker
implement psignal and psiginfo
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Rich Felker
isgreater etc. relation macros for math.h
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rich Felker
mq names without leading / have impl-def behavior;...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rich Felker
define MQ_PRIO_MAX
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rich Felker
use __WCHAR_TYPE__ on i386 if it is defined
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rich Felker
mq send/recv functions are cancellation points
commit
|
commitdiff
|
tree
|
snapshot
next