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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'nsz/math'
Rich Felker
2012-11-15
1
-23
/
+8
|
\
|
*
math: turn off the STRICT_ASSIGN workaround by default
Szabolcs Nagy
2012-11-13
1
-5
/
+3
|
*
complex: add C11 CMPLX macros and replace cpack with them
Szabolcs Nagy
2012-11-13
1
-18
/
+5
*
|
Merge remote-tracking branch 'ppc-port/ppc-squashed'
Rich Felker
2012-11-14
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
PPC port cleaned up, static linking works well now.
rofl0r
2012-11-13
2
-24
/
+18
|
*
import preliminary ppc work by rdp.
Richard Pennington
2012-11-13
1
-0
/
+24
*
|
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
1
-0
/
+5
*
|
fix clobber of edx in i386 vsyscall asm
Rich Felker
2012-11-11
1
-1
/
+2
*
|
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-8
/
+0
*
|
clean up stdio_impl.h
Rich Felker
2012-11-08
3
-17
/
+2
|
/
*
fix more unused variable warnings
Rich Felker
2012-11-01
1
-0
/
+1
*
use explicit visibility to optimize a few hot-path function calls
Rich Felker
2012-10-25
3
-11
/
+13
*
greatly improve freopen behavior
Rich Felker
2012-10-24
1
-0
/
+1
*
accept "nan(n-char-sequence)" in strtod/scanf functions
Rich Felker
2012-10-21
1
-1
/
+19
*
workaround broken hidden-visibility handling in pcc
Rich Felker
2012-10-13
1
-1
/
+1
*
comment possibly-confusing i386 vsyscall asm
Rich Felker
2012-10-11
1
-1
/
+13
*
i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
Rich Felker
2012-10-11
2
-16
/
+59
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
2
-3
/
+4
*
beginnings of full TLS support in shared libraries
Rich Felker
2012-10-04
1
-1
/
+1
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
1
-0
/
+1
*
microblaze port
Rich Felker
2012-09-29
1
-0
/
+13
*
add 7-arg syscall support for mips
Rich Felker
2012-09-09
2
-4
/
+8
*
fix broken mips syscall asm
Rich Felker
2012-09-09
1
-2
/
+2
*
syscall organization overhaul
Rich Felker
2012-09-08
1
-5
/
+138
*
fix float parsing logic for long decimal expansions
Rich Felker
2012-08-17
1
-1
/
+1
*
add bsd fgetln function
Rich Felker
2012-08-11
1
-1
/
+1
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
1
-2
/
+5
*
save AT_HWCAP from auxv for subsequent use in machine-specific code
Rich Felker
2012-07-27
2
-0
/
+3
*
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
2012-07-12
1
-3
/
+3
*
fix breakage of x86_64 sigaction from recent changes for mips
Rich Felker
2012-07-12
1
-1
/
+1
*
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker
2012-07-11
1
-0
/
+22
*
use unsigned bitmask for consistency in ksigaction
Rich Felker
2012-07-11
1
-1
/
+1
*
fix breakage from last commit: forgot to include ksigaction.h
Rich Felker
2012-07-11
1
-0
/
+6
*
remove flush hook cruft that was never used from stdio
Rich Felker
2012-06-19
1
-1
/
+1
*
add pthread_attr_setstack interface (and get)
Rich Felker
2012-06-09
1
-1
/
+2
*
fix scanning of "-0x" pseudo-hex float (must give negative zero)
Rich Felker
2012-06-08
1
-1
/
+1
*
increase default thread stack size to 80k
Rich Felker
2012-06-02
1
-1
/
+1
*
enable LARGEFILE64 aliases
Rich Felker
2012-05-31
1
-2
/
+1
*
remove cruft from pthread structure (old cancellation stuff)
Rich Felker
2012-05-25
1
-2
/
+0
*
remove everything related to forkall
Rich Felker
2012-05-22
1
-1
/
+0
*
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
2012-05-21
1
-1
/
+1
*
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
2012-05-06
1
-0
/
+13
*
overhaul SSP support to use a real canary
Rich Felker
2012-05-03
1
-0
/
+4
*
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
2012-04-30
1
-1
/
+1
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
2
-3
/
+3
*
new internal locking primitive; drop spinlocks
Rich Felker
2012-04-24
1
-1
/
+2
*
remove redundant (unmaintained) check in floatscan
Rich Felker
2012-04-22
1
-3
/
+3
*
make floatscan correctly set errno for overflow/underflow
Rich Felker
2012-04-21
1
-4
/
+16
*
skip leading zeros even after decimal point in floatscan
Rich Felker
2012-04-21
1
-4
/
+9
*
fix overread (consuming an extra byte) scanning NAN
Rich Felker
2012-04-21
1
-1
/
+1
[next]