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
*
add sched_getcpu vDSO support
Nathan Zadoks
2016-03-02
2
-0
/
+33
*
add sched_getcpu
Nathan Zadoks
2016-03-02
2
-0
/
+14
*
fix ^* at the start of a complete BRE
Szabolcs Nagy
2016-03-02
1
-0
/
+4
*
fix * at the start of a BRE subexpression
Szabolcs Nagy
2016-03-02
1
-4
/
+0
*
explicitly include stdio.h to get EOF definition needed by wctob
Michael Meeuwisse
2016-03-02
1
-0
/
+1
*
handle non-matching address family entries in hosts file
Rich Felker
2016-03-02
1
-3
/
+11
*
make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc
Rich Felker
2016-02-23
1
-0
/
+2
*
allow implementing a_cas_p with pointer-sized ll/sc
Bobby Bingham
2016-02-23
1
-0
/
+18
*
release 1.1.14
v1.1.14
Rich Felker
2016-02-22
2
-1
/
+14
*
generate list of crt files to install instead of hard-coding in makefile
Rich Felker
2016-02-19
1
-1
/
+1
*
add arch tuple matching for nt32 and nt64 in configure
Rich Felker
2016-02-19
1
-0
/
+2
*
work around regression building for armhf with clang (compiler bug)
Rich Felker
2016-02-19
3
-2
/
+16
*
improve macro logic for enabling arm math asm
Rich Felker
2016-02-18
2
-2
/
+2
*
update authors/contributors list
Rich Felker
2016-02-18
1
-0
/
+9
*
fix regression in SH/FDPIC dynamic linker
Rich Felker
2016-02-18
2
-1
/
+2
*
partly revert detection of broken float in configure
Rich Felker
2016-02-18
1
-1
/
+1
*
support clean/distclean make targets in unconfigured tree
Rich Felker
2016-02-17
1
-10
/
+16
*
adjust makefile to make crt/ and ldso/ sources arch-replaceable
Rich Felker
2016-02-17
1
-15
/
+18
*
make configure attempt to catch broken floating point CFLAGS/defaults
Rich Felker
2016-02-17
1
-0
/
+10
*
in crypt-sha*, reject excessive rounds as error rather than clamping
Rich Felker
2016-02-16
2
-2
/
+2
*
fix unlikely corner cases in getopt's message printing
Rich Felker
2016-02-16
1
-2
/
+2
*
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
[next]