projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2012-08-05
Rich Felker
dynamic linker internals cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-08-05
Rich Felker
floating point support for arm setjmp/longjmp
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Rich Felker
release notes for 0.9.3
v0.9.3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Rich Felker
abstract out compiler runtime library for linking libc.so
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Rich Felker
fix argument type error on wcwidth function
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Rich Felker
fix missing static in getusershell (namespace pollution)
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Rich Felker
optimize mempcpy to minimize need for data saved across...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Rich Felker
optimize arm setjmp/longjmp register saving/loading
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Rich Felker
save AT_HWCAP from auxv for subsequent use in machine...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Rich Felker
retry on cas failures in sem_trywait
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Rich Felker
gcc wrapper improvement: leave libgcc dir in the librar...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Rich Felker
add ioperm/iopl syscalls
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Rich Felker
add splice and vmsplice syscalls
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Rich Felker
add extended attributes syscalls
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Rich Felker
add pipe2 syscall
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Rich Felker
remove scanf dependency from getaddrinfo /etc/services...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
Rich Felker
getaddrinfo /etc/services lookup support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
Rich Felker
fix namespace issue in prototypes in math.h
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
Rich Felker
fix wrong size for sigjmp_buf signal set array
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
Rich Felker
add floating point register saving/restoring to mips...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
Rich Felker
make getservby*_r return error code rather than -1...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Rich Felker
fix logic error for skipping failed interfaces in if_na...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Rich Felker
fix typo in aio.h
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Rich Felker
fix getservby*() with null pointer for protocol argument
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Rich Felker
avoid blx instruction which does not exist on armv4t...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rich Felker
make dynamic linker tell the debugger its own pathname
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rich Felker
fix broken mips a_fetch_add
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rich Felker
sigsetjmp asm for mips
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rich Felker
mipsel (little endian) support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rich Felker
workaround another sendmsg kernel bug on 64-bit machines
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix redef of sigprocmask constants on mips
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
disable dynamic linking on mips for now (broken)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
more mips bits-header fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix mips syscalls with long long args
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix several locks that weren't updated right for new...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix pthread_kill unlocking
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix breakage of x86_64 sigaction from recent changes...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix mips mcontext_t structure size
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix potential race condition in detached threads
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
mips clone: don't free stack space used to copy arg
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix mips clone() on real linux kernel
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix MAP_ANONYMOUS value for mips, remove cruft copied...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Rich Felker
fix clone() on mips (args were in wrong order)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
first attempt at making threads work on mips
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
generic c version of __set_thread_area for archs where...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
initial version of mips (o32) port, based on work by...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
remove unused var in new sigaction code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
use unsigned bitmask for consistency in ksigaction
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
fix breakage from last commit: forgot to include ksigac...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
changes to kernel sigaction struct handling in preparat...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
make dynamic linker depend on -DSHARED not -fPIC
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Rich Felker
fix lots of breakage on dlopen, mostly with explicit...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Rich Felker
support -mfpmath=387 on x86_64
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Rich Felker
fix wrong value of FLT_EVAL_METHOD for x86_64
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Rich Felker
make arm syscalls (still non-inline) more efficient
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Rich Felker
remove little-endian assumption from arm atomic.h
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Rich Felker
fix dlsym RTLD_NEXT support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Rich Felker
putw is supposed to return 0 (not the value written...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Rich Felker
make sure getw/putw agree with prototypes by defining...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Rich Felker
add prototypes for getw/putw
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Rich Felker
configure: only use -ffloat-store on i386
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Rich Felker
jmp_buf overhaul fixing several issues
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Rich Felker
fix sigsetjmp on arm (needs asm)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Rich Felker
fix missing function declarations for __stdio_exit
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Rich Felker
fix missing prototype and simplify sincosl on ld64...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Rich Felker
fix invalid implicit pointer conversion in ld64 modfl
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
Rich Felker
replace old and ugly crypt implementation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Rich Felker
fix arm crti/crtn code
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Rich Felker
release notes for 0.9.2
v0.9.2
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Rich Felker
add process_vm_readv and process_vm_writev syscall...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-24
Rich Felker
update syscall defs to latest kernel ones
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Rich Felker
proper error handling for fcntl F_GETOWN on modern...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
nsz
math: fix fma bug on x86 (found by Bruno Haible with...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix broken wcwidth tables
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
support ld80 pseudo-denormal invalid bit patterns;...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix ptsname_r to conform to the upcoming posix requirements
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix fwrite return value when full write does not succeed
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
avoid cancellation in pclose
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix invalid memory access in pclose
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
make popen cancellation-safe
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
popen: handle issues with fd0/1 being closed
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
duplocale: don't crash when called with LC_GLOBAL_LOCALE
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
make strerror_r behave nicer on failure
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix another oob pointer arithmetic issue in printf...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
minor perror behavior fix
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix localeconv values and implementation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix mistake in length test in getlogin_r
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix dummied-out fsync
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix dummied-out fdatasync
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Rich Felker
fix pointer overflow bug in floating point printf
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
add vhangup syscall wrapper
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
include declarations for new stdio_ext functions (gnuli...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
add new stdio extension functions to make gnulib happy
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
stdio: handle file position correctly at program exit
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
minor cleanup in fflush
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
remove flush hook cruft that was never used from stdio
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
fix multiple iconv bugs reading utf-16/32 and wchar_t
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
fix iconv dest utf-16: unavailable chars must be replac...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Rich Felker
fix erroneous utf-16 encoding with surrogates in iconv
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Rich Felker
change stdio_ext __freading/__fwriting semantics slightly
commit
|
commitdiff
|
tree
|
snapshot
next