index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
change stdio_ext __freading/__fwriting semantics slightly
Rich Felker
2012-06-17
1
-2
/
+2
*
fdopen should set errno when it fails due to invalid mode string
Rich Felker
2012-06-17
1
-1
/
+4
*
direct syscall to open in __init_security needs O_LARGEFILE
Rich Felker
2012-06-14
1
-1
/
+1
*
reorder exit code to defer stdio flush until after dtors
Rich Felker
2012-06-14
1
-4
/
+1
*
add timegm function (inverse of gmtime), nonstandard
Rich Felker
2012-06-13
1
-0
/
+9
*
add init_module/delete_module syscall wrappers
Rich Felker
2012-06-13
1
-0
/
+11
*
add (currently stubbed due to stubbed strverscmp) versionsort function
Rich Felker
2012-06-13
1
-0
/
+8
*
add deprecated capabilities functions
Rich Felker
2012-06-13
1
-0
/
+11
*
fix char signedness bug (arm-specific) in dynamic linker
Rich Felker
2012-06-09
1
-1
/
+1
*
add pthread_attr_setstack interface (and get)
Rich Felker
2012-06-09
4
-10
/
+39
*
fix scanning of "-0x" pseudo-hex float (must give negative zero)
Rich Felker
2012-06-08
1
-1
/
+1
*
fix %ls breakage in last printf fix
Rich Felker
2012-06-08
1
-2
/
+2
*
fix printf %ls with precision limit over-read issue
Rich Felker
2012-06-08
1
-2
/
+2
*
fix scanf bug reading literals after width-limited field
Rich Felker
2012-06-07
1
-0
/
+1
*
treat failure of mprotect in map_library as a fatal load failure
Rich Felker
2012-06-06
1
-9
/
+9
*
fix ctype abi junk (pointer should point to 0 slot, not -128 slot)
Rich Felker
2012-06-05
3
-3
/
+3
*
ensure that abort always works
Rich Felker
2012-06-02
1
-0
/
+2
*
add some ugly aliases for LSB ABI compatibility
Rich Felker
2012-06-02
7
-0
/
+8
*
increase default thread stack size to 80k
Rich Felker
2012-06-02
1
-1
/
+1
*
remove implementation-reserved bits when saving signal mask
Rich Felker
2012-06-02
1
-1
/
+11
*
remove no-longer-needed unblocking of signals in pthread_create
Rich Felker
2012-06-02
1
-1
/
+0
*
add LSB abi junk for ctype functions
Rich Felker
2012-06-02
3
-0
/
+104
*
use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too
Rich Felker
2012-06-02
1
-1
/
+1
*
add LSB ABI __xstat, etc. junk
Rich Felker
2012-05-31
4
-0
/
+36
*
enable LARGEFILE64 aliases
Rich Felker
2012-05-31
2
-4
/
+1
*
add ldd and main program loading support to dynamic linker
Rich Felker
2012-05-27
4
-21
/
+89
*
cleanup dynamic linker start code cruft
Rich Felker
2012-05-27
3
-13
/
+6
*
fix overrun (n essentially ignored) in wcsncmp
Rich Felker
2012-05-26
1
-1
/
+1
*
fix failure of mbsinit(0) (not UB; required to return nonzero)
Rich Felker
2012-05-26
1
-1
/
+1
*
fix failure of strrchr(str, 0)
Rich Felker
2012-05-26
1
-1
/
+1
*
avoid using pthread cleanup push/pop in stdio when not needed
Rich Felker
2012-05-25
2
-6
/
+14
*
ensure pthread-internal signals are unblocked before threads are used
Rich Felker
2012-05-25
1
-0
/
+1
*
fix regex on arm
Rich Felker
2012-05-25
1
-1
/
+1
*
remove cruft from pthread structure (old cancellation stuff)
Rich Felker
2012-05-25
1
-2
/
+0
*
remove leftover cp_sp cruft from cancellation code, fix small bug
Rich Felker
2012-05-25
1
-3
/
+1
*
avoid deprecated (by linux) alarm syscall; use setitimer instead
Rich Felker
2012-05-24
1
-1
/
+4
*
linux deprecated SYS_utime on some archs, so use SYS_utimes instead
Rich Felker
2012-05-24
1
-1
/
+8
*
fix bad opcode in arm syscall_cp_asm
Rich Felker
2012-05-23
1
-1
/
+1
*
fix issue with longjmp out of signal handlers and cancellation
Rich Felker
2012-05-23
4
-52
/
+35
*
simplify cancellation push/pop slightly
Rich Felker
2012-05-23
2
-12
/
+9
*
remove everything related to forkall
Rich Felker
2012-05-22
3
-77
/
+0
*
fix typo in utimes function that made it mess up file times
Rich Felker
2012-05-21
1
-1
/
+1
*
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
2012-05-21
1
-1
/
+1
*
fix misplaced semicolon in preprocessor directive (#undef h_errno)
Rich Felker
2012-05-16
1
-1
/
+1
*
remove some no-op end of string tests from regex parser
Rich Felker
2012-05-13
1
-4
/
+0
*
another BRE fix: in ^*, * is literal
Rich Felker
2012-05-13
1
-0
/
+2
*
let sysconf accurately report # of cpus available
Rich Felker
2012-05-13
1
-2
/
+10
*
use __h_errno_location for h_errno
Rich Felker
2012-05-12
2
-0
/
+9
*
search: add comments to tsearch_avl.c
nsz
2012-05-13
1
-0
/
+6
*
search: add tdestroy (gnu extension)
nsz
2012-05-13
1
-0
/
+21
[prev]
[next]