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-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
2011-06-07
Rich Felker
implement mq_notify
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rich Felker
add support for POSIX message queues, except mq_notify
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rich Felker
use __attribute__((const)) for errno and pthread_self...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Rich Felker
use volatile pointers for intentional-crash code.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Rich Felker
fix handling of d_name in struct dirent
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Rich Felker
safety fix for glob's vla usage: disallow patterns...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Rich Felker
eliminate (harmless in this case) vla usage in fnmatch.c
commit
|
commitdiff
|
tree
|
snapshot
2011-05-30
Rich Felker
missing prototypes for mbsnrtowcs and wcsnrtombs
commit
|
commitdiff
|
tree
|
snapshot
2011-05-30
Rich Felker
implement pthread_[sg]etconcurrency.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-30
Rich Felker
implement uselocale function (minimal)
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Rich Felker
add useless, obsolescent function ulimit
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Rich Felker
fix backwards posix_spawn file action order
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Rich Felker
add accidentally-omitted file needed for posix_spawn...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Rich Felker
add file actions support to posix_spawn
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Rich Felker
posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Rich Felker
initial implementation of posix_spawn
commit
|
commitdiff
|
tree
|
snapshot
2011-05-27
Rich Felker
modernize coding style in sjlj asm
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Rich Felker
fix strncat and wcsncat (double null termination)
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Rich Felker
fix wcsncpy writing past end of buffer
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Rich Felker
fix brk/sbrk behavior to match the real legacy functions
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Rich Felker
release notes for 0.7.10
v0.7.10
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Rich Felker
fix the last known rounding bug in floating point printing
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Rich Felker
eventfd syscall wrapper and read/write wrappers
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Rich Felker
optimize out useless default-attribute object in pthrea...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Rich Felker
optimize compound-literal sigset_t's not to contain...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Rich Felker
overhaul implementation-internal signal protections
commit
|
commitdiff
|
tree
|
snapshot
next