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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix assumption in fputs that fwrite returning 0 implies an error
Rich Felker
2016-02-16
1
-1
/
+2
*
release 1.1.13
v1.1.13
Rich Felker
2016-02-15
2
-1
/
+61
*
do not define static_assert macro for pre-C11 compilers
Rich Felker
2016-02-12
1
-1
/
+1
*
add declarations for utmpname/utmpxname to appropriate headers
Rich Felker
2016-02-12
2
-1
/
+2
*
fix return value for fread/fwrite when size argument is 0
Rich Felker
2016-02-10
2
-0
/
+2
*
fix line-buffered flush omission for odd usage of putc-family functions
Rich Felker
2016-02-10
1
-1
/
+2
*
fix failed write reporting by fwrite in line-buffered mode
Rich Felker
2016-02-10
1
-2
/
+2
*
remove workaround for broken mips assemblers
Rich Felker
2016-02-08
2
-9
/
+2
*
in mips cancellable syscall asm, don't assume gp register is valid
Rich Felker
2016-02-04
1
-2
/
+13
*
avoid using signals when a thread attempts to cancel itself
Rich Felker
2016-02-04
1
-0
/
+1
*
make configure accept -h as an alias for --help
Rich Felker
2016-02-02
1
-1
/
+1
*
update INSTALL file with new archs, compiler info
Rich Felker
2016-02-02
1
-28
/
+20
*
fix malloc_usable_size for NULL input
Szabolcs Nagy
2016-01-31
1
-1
/
+1
*
regex: increase the stack tre uses for tnfa creation
Szabolcs Nagy
2016-01-31
1
-1
/
+1
*
better a_sc inline asm constraint on aarch64 and arm
Szabolcs Nagy
2016-01-31
2
-3
/
+3
*
don't suppress shared libc when linker lacks -Bsymbolic-functions
Rich Felker
2016-01-31
2
-11
/
+5
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
3
-5
/
+12
*
regex: simplify the {,} repetition parsing logic
Szabolcs Nagy
2016-01-30
1
-20
/
+19
*
regex: treat \+, \? as repetitions in BRE
Szabolcs Nagy
2016-01-30
1
-1
/
+5
*
regex: rewrite the repetition parsing code
Szabolcs Nagy
2016-01-30
1
-30
/
+29
*
regex: treat \| in BRE as alternation
Szabolcs Nagy
2016-01-30
1
-2
/
+17
*
regex: reject repetitions in some cases with REG_BADRPT
Szabolcs Nagy
2016-01-30
1
-3
/
+12
*
regex: clean up position accounting for literal nodes
Szabolcs Nagy
2016-01-30
1
-4
/
+2
*
fix misaligned pointer-like objects in arm atomics asm source file
Rich Felker
2016-01-30
1
-0
/
+2
*
fix regression in dynamic-linked tls when both main app & libs have tls
Rich Felker
2016-01-30
1
-1
/
+1
*
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
2016-01-28
2
-16
/
+22
*
fix uninitialized variable in new resolv.conf parser
Rich Felker
2016-01-28
1
-1
/
+1
*
add support for search domains to dns resolver
Rich Felker
2016-01-28
1
-1
/
+41
*
fix handling of dns response codes
Rich Felker
2016-01-28
1
-1
/
+2
*
fix logic for matching search/domain keywords in resolv.conf
Rich Felker
2016-01-28
1
-1
/
+1
*
factor resolv.conf parsing out of res_msend to its own file
Rich Felker
2016-01-28
3
-60
/
+126
*
add errno setting to stub utmpxname function
Rich Felker
2016-01-28
1
-0
/
+2
*
legacy/utmpx: Add utmp{,x}name stubs
Kylie McClain
2016-01-28
1
-0
/
+7
*
deduplicate the bulk of the arch bits headers
Rich Felker
2016-01-27
92
-3194
/
+0
*
add arch/generic include fallback to build rules
Rich Felker
2016-01-27
2
-4
/
+9
*
remove unneeded -I options from configure test for may_alias attribute
Rich Felker
2016-01-27
1
-1
/
+1
*
mips: add vdso support
Hauke Mehrtens
2016-01-27
1
-0
/
+4
*
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
2016-01-27
1
-22
/
+39
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
2
-0
/
+13
*
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
2016-01-26
1
-6
/
+12
*
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
11
-0
/
+11
*
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
2016-01-26
8
-0
/
+16
*
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
2016-01-26
1
-1
/
+2
*
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
2016-01-26
1
-0
/
+6
*
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
2016-01-26
1
-0
/
+17
*
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
2016-01-26
8
-0
/
+34
*
add new i386 socket syscall numbers
Szabolcs Nagy
2016-01-26
1
-0
/
+30
*
change the internal socketcall selection logic
Szabolcs Nagy
2016-01-26
2
-1
/
+3
*
add ssp suppression to some arch-override files that may need it
Rich Felker
2016-01-25
1
-2
/
+4
[next]