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-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
2012-06-18
Rich Felker
fdopen should set errno when it fails due to invalid...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Rich Felker
header file fixes: multiple include guard consistency...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Rich Felker
direct syscall to open in __init_security needs O_LARGEFILE
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Rich Felker
reorder exit code to defer stdio flush until after...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Rich Felker
revert one change in time.h; no evidence BSD_SOURCE...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Rich Felker
fix feature test macros in time.h
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Rich Felker
add timegm function (inverse of gmtime), nonstandard
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Rich Felker
add init_module/delete_module syscall wrappers
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Rich Felker
add (currently stubbed due to stubbed strverscmp) versi...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Rich Felker
add deprecated capabilities functions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-10
Rich Felker
fix char signedness bug (arm-specific) in dynamic linker
commit
|
commitdiff
|
tree
|
snapshot
2012-06-09
Rich Felker
add pthread_attr_setstack interface (and get)
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
fix scanning of "-0x" pseudo-hex float (must give negat...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
fix signedness errors in stdint.h constant macros
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
fix %ls breakage in last printf fix
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
fix printf %ls with precision limit over-read issue
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
fix sysinfo, try 2. it seems to work this time.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
sysinfo struct was utter nonsense; no idea where it...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Rich Felker
fix scanf bug reading literals after width-limited...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Rich Felker
check for ld support of -Bsymbolic-functions; disable...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Rich Felker
use -nostdlib in linker tests to avoid possible missing...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Rich Felker
avoid linking main program in linker tests
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Rich Felker
make configure try to disable stack protector
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Rich Felker
add configure check for gnu linker hash style setting
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Rich Felker
make gcc wrapper rewrite link options rather than just...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Rich Felker
treat failure of mprotect in map_library as a fatal...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Rich Felker
fix ctype abi junk (pointer should point to 0 slot...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Rich Felker
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Rich Felker
release notes for 0.9.1
v0.9.1
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Rich Felker
fix configure build/host/target terminology usage
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Rich Felker
ensure that abort always works
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Rich Felker
add some ugly aliases for LSB ABI compatibility
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Rich Felker
increase default thread stack size to 80k
commit
|
commitdiff
|
tree
|
snapshot
2012-06-03
Rich Felker
remove implementation-reserved bits when saving signal...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Rich Felker
remove no-longer-needed unblocking of signals in pthrea...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Rich Felker
add LSB abi junk for ctype functions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Rich Felker
declare environ in unistd.h when _GNU_SOURCE feature...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Rich Felker
use fistpll mnemonic instead of fistpq (more widely...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Rich Felker
add LSB ABI __xstat, etc. junk
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Rich Felker
enable LARGEFILE64 aliases
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Rich Felker
fix musl-gcc wrapper to work with -pie
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Rich Felker
there is no such GNU function fpurge, only __fpurge.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Rich Felker
add prototype for BSD/GNU stdio *_unlocked extension...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Rich Felker
remove duplicate lfs64 cruft in stdio.h
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
nsz
math: fix nextafter definition in tgmath.h
commit
|
commitdiff
|
tree
|
snapshot
2012-05-27
Rich Felker
add ldd and main program loading support to dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-27
Rich Felker
cleanup dynamic linker start code cruft
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Rich Felker
fix overrun (n essentially ignored) in wcsncmp
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Rich Felker
fix failure of mbsinit(0) (not UB; required to return...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Rich Felker
fix failure of strrchr(str, 0)
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Rich Felker
avoid using pthread cleanup push/pop in stdio when...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Rich Felker
ensure pthread-internal signals are unblocked before...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Rich Felker
fix regex on arm
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Rich Felker
remove cruft from pthread structure (old cancellation...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Rich Felker
remove leftover cp_sp cruft from cancellation code...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Rich Felker
fix arm syscall.h to reflect which syscalls actually...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Rich Felker
avoid deprecated (by linux) alarm syscall; use setitime...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Rich Felker
linux deprecated SYS_utime on some archs, so use SYS_ut...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
fix bad opcode in arm syscall_cp_asm
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
fix issue with longjmp out of signal handlers and cance...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
simplify cancellation push/pop slightly
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
debloat jmp_buf in _GNU_SOURCE mode
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
remove everything related to forkall
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
some feature test fixes for unistd.h
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
fix missing _BSD_SOURCE support in bits/*.h
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
_GNU_SOURCE implies all BSD features except ones GNU...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
various header cleanups, some related to _BSD_SOURCE...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
bsd_signal is a legacy (removed) XSI function, not...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rich Felker
support _BSD_SOURCE feature test macro
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Rich Felker
fix typo in utimes function that made it mess up file...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Rich Felker
fix out-of-bounds array access in pthread barriers...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Rich Felker
move getpass decl to the right place
commit
|
commitdiff
|
tree
|
snapshot
2012-05-17
Rich Felker
fix misplaced semicolon in preprocessor directive ...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Rich Felker
yet another try to get the check for gcc right...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Rich Felker
fix error in last configure change (lack of escaping)
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Rich Felker
useless lastlog path just to make some stuff happy
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Rich Felker
missing limit LOGIN_NAME_MAX
commit
|
commitdiff
|
tree
|
snapshot
2012-05-13
Rich Felker
correct the check for gcc (previous version failed...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-13
Rich Felker
remove some no-op end of string tests from regex parser
commit
|
commitdiff
|
tree
|
snapshot
2012-05-13
Rich Felker
another BRE fix: in ^*, * is literal
commit
|
commitdiff
|
tree
|
snapshot
next