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
*
properly access mcontext_t program counter in cancellation handler
Rich Felker
2015-11-02
11
-15
/
+14
*
fix missing bss handling in FDPIC ELF loader
Rich Felker
2015-10-28
1
-0
/
+13
*
getnameinfo: make size check not fail for bigger sizes
Hauke Mehrtens
2015-10-26
1
-2
/
+2
*
safely handle failure to open hosts, services, resolv.conf files
Rich Felker
2015-10-26
3
-4
/
+29
*
fix single-byte overflow of malloc'd buffer in getdelim
Rich Felker
2015-10-24
1
-1
/
+1
*
prevent user CFLAGS overrides from exposing executable stack
Rich Felker
2015-10-23
1
-7
/
+7
*
fix breakage when user overrides CFLAGS on the make command line
Rich Felker
2015-10-22
1
-4
/
+4
*
release 1.1.12
v1.1.12
Rich Felker
2015-10-19
2
-1
/
+36
*
declare fpu usage to the assembler in arm hard-float asm files
Szabolcs Nagy
2015-10-19
5
-0
/
+6
*
add missing memory barrier to pthread_join
Bobby Bingham
2015-10-15
1
-0
/
+1
*
fix dladdr treatment of function descriptors for fdpic
Rich Felker
2015-10-15
1
-9
/
+22
*
fix visibility mismatch in dynamic linker stage 2 function definition
Rich Felker
2015-10-15
2
-0
/
+2
*
suppress sh assembler rejection of instructions based on isa level
Rich Felker
2015-10-15
1
-0
/
+1
*
prevent reordering of or1k and powerpc thread pointer loads
Rich Felker
2015-10-15
2
-0
/
+2
*
mark arm thread-pointer-loading inline asm as volatile
Rich Felker
2015-10-15
1
-3
/
+3
*
add comment documenting hard-coded opcode for reading mips thread pointer
Rich Felker
2015-10-15
1
-0
/
+1
*
remove attribute((const)) from arm __pthread_self inline function
Rich Felker
2015-10-15
1
-2
/
+2
*
fix strftime handling of out-of-range struct tm fields
Rich Felker
2015-10-14
1
-8
/
+12
*
remove hand-written crt1.s and Scrt1.s files for all archs
Rich Felker
2015-10-14
9
-192
/
+0
*
add CFI generation script for x86_64
Alex Dowad
2015-10-13
1
-0
/
+196
*
recognize partial register operands in i386 CFI generation
Alex Dowad
2015-10-13
1
-10
/
+19
*
fix misinterpretation of indexed memory operand in i386 CFI generation
Alex Dowad
2015-10-13
1
-1
/
+1
*
fix misinterpretation of operand order in i386 CFI generation
Alex Dowad
2015-10-13
1
-5
/
+5
*
fix integer overflows in time_t/struct tm conversion code
Rich Felker
2015-10-08
1
-3
/
+3
*
fix open_[w]memstream behavior when no writes take place
Rich Felker
2015-10-08
2
-4
/
+18
*
fix instruction matching errors in i386 CFI generation
Alex Dowad
2015-10-08
1
-3
/
+3
*
factor common awk functions for CFI generation scripts into new file
Alex Dowad
2015-10-08
3
-28
/
+27
*
make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale
Rich Felker
2015-10-01
1
-1
/
+1
*
fix mips fesetround failure to write back resulting mode
Rich Felker
2015-10-01
1
-0
/
+1
*
eliminate protected-visibility data in libc.so with vis.h preinclude
Rich Felker
2015-09-29
2
-3
/
+14
*
avoid attempting to lookup IP literals as hostnames
Rich Felker
2015-09-25
1
-27
/
+32
*
make getaddrinfo return error if both host and service name are null
Rich Felker
2015-09-25
1
-0
/
+2
*
fix localeconv field value for unavailable values
Rich Felker
2015-09-24
1
-14
/
+15
*
avoid reading uninitialized memory in __map_file
Szabolcs Nagy
2015-09-24
1
-2
/
+3
*
regcomp: propagate allocation failures
Szabolcs Nagy
2015-09-24
1
-1
/
+2
*
fix signal return for sh/fdpic
Rich Felker
2015-09-23
5
-4
/
+12
*
fix dlsym RTLD_NEXT behavior for fdpic
Rich Felker
2015-09-22
1
-4
/
+28
*
fix dlsym lookup of function symbols on fdpic
Rich Felker
2015-09-22
1
-0
/
+6
*
have sh/fdpic entry point set fdpic personality if needed
Rich Felker
2015-09-22
1
-0
/
+12
*
move calls to application init functions after crt1 entry point
Rich Felker
2015-09-22
2
-1
/
+8
*
fix breakage in non-fdpic dynamic linker init/fini processing
Rich Felker
2015-09-22
1
-1
/
+1
*
fix resolving interp string address on fdpic ldd command
Rich Felker
2015-09-22
1
-2
/
+1
*
add real fdpic loading of shared libraries
Rich Felker
2015-09-22
3
-9
/
+59
*
try to suppress linking libc.so if there are undefined symbols
Rich Felker
2015-09-22
1
-0
/
+6
*
remove configure's suppression of enable sh/fdpic shared library build
Rich Felker
2015-09-22
1
-1
/
+0
*
size-optimize sh/fdpic dynamic entry point
Rich Felker
2015-09-22
1
-0
/
+4
*
work around breakage in sh/fdpic __unmapself function
Rich Felker
2015-09-22
1
-0
/
+5
*
add general fdpic support in dynamic linker and arch support for sh
Rich Felker
2015-09-22
5
-17
/
+214
*
factor symbol counting out of dladdr as its own function
Rich Felker
2015-09-21
1
-19
/
+20
*
simplify dlstart code by using integer type for base address
Rich Felker
2015-09-21
1
-8
/
+7
[next]