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
...
*
fix gethostbyaddr_r to fill struct hostent.h_length as appropriate
Timo Teräs
2016-03-24
1
-0
/
+1
*
fix padding string formats to width in wide printf variants
Rich Felker
2016-03-16
1
-4
/
+4
*
add powerpc soft-float support
Felix Fietkau
2016-03-06
4
-34
/
+49
*
env: avoid leaving dangling pointers in __env_map
Alexander Monakov
2016-03-06
1
-0
/
+1
*
add mips64 port
Rich Felker
2016-03-06
12
-0
/
+338
*
generalize mips-specific reloc code not to hard-code sym/type encoding
Rich Felker
2016-03-06
1
-0
/
+2
*
math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0
Szabolcs Nagy
2016-03-04
2
-0
/
+4
*
add sched_getcpu vDSO support
Nathan Zadoks
2016-03-02
1
-0
/
+31
*
add sched_getcpu
Nathan Zadoks
2016-03-02
1
-0
/
+13
*
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
*
allow implementing a_cas_p with pointer-sized ll/sc
Bobby Bingham
2016-02-23
1
-0
/
+18
*
work around regression building for armhf with clang (compiler bug)
Rich Felker
2016-02-19
2
-2
/
+2
*
improve macro logic for enabling arm math asm
Rich Felker
2016-02-18
2
-2
/
+2
*
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
*
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
1
-5
/
+1
*
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
*
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
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
1
-0
/
+4
*
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
*
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
*
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
2016-01-27
1
-22
/
+39
*
change the internal socketcall selection logic
Szabolcs Nagy
2016-01-26
1
-1
/
+1
*
move dynamic linker to its own top-level directory, ldso
Rich Felker
2016-01-25
3
-2087
/
+0
*
adapt static dl_iterate_phdr not to depend on !defined(SHARED)
Rich Felker
2016-01-25
1
-4
/
+3
*
move static-linked stub dlsym out of dynlink.c
Rich Felker
2016-01-25
2
-11
/
+15
*
move static-linked stub dlopen out of dynlink.c
Rich Felker
2016-01-25
2
-5
/
+13
*
move dlinfo out of dynlink.c
Rich Felker
2016-01-25
2
-16
/
+12
[prev]
[next]