index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Lines
2013-07-21
add support for init/fini array in main program, and greatly simplify
Rich Felker
-3
/
+0
2013-07-17
fix missing argument in variadic syscall macros
Rich Felker
-1
/
+1
2013-06-29
add some comments about the mips ksigaction structure weirdness
Rich Felker
-0
/
+3
2013-06-22
fix major scanf breakage with unbuffered streams, fmemopen, etc.
Rich Felker
-0
/
+1
2013-04-26
transition to using functions for internal signal blocking/restoring
Rich Felker
-0
/
+4
2013-04-06
add support for program_invocation[_short]_name
Rich Felker
-0
/
+4
2013-03-31
implement pthread_getattr_np
Rich Felker
-0
/
+2
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
-3
/
+3
2013-02-17
consistently use the internal name __environ for environ
Rich Felker
-1
/
+0
2013-02-01
replace __wake function with macro that performs direct syscall
Rich Felker
-1
/
+2
2012-12-11
make CMPLX macros available in complex.h in non-c11 mode as well
Szabolcs Nagy
-8
/
+0
2012-12-07
fix trailing whitespace issues that crept in here and there
Rich Felker
-1
/
+1
2012-11-15
Merge remote-tracking branch 'nsz/math'
Rich Felker
-23
/
+8
2012-11-14
Merge remote-tracking branch 'ppc-port/ppc-squashed'
Rich Felker
-0
/
+18
2012-11-13
math: turn off the STRICT_ASSIGN workaround by default
Szabolcs Nagy
-5
/
+3
2012-11-13
PPC port cleaned up, static linking works well now.
rofl0r
-24
/
+18
2012-11-13
import preliminary ppc work by rdp.
Richard Pennington
-0
/
+24
2012-11-13
complex: add C11 CMPLX macros and replace cpack with them
Szabolcs Nagy
-18
/
+5
2012-11-11
add support for thread scheduling (POSIX TPS option)
Rich Felker
-0
/
+5
2012-11-11
fix clobber of edx in i386 vsyscall asm
Rich Felker
-1
/
+2
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-8
/
+0
2012-11-08
clean up stdio_impl.h
Rich Felker
-17
/
+2
2012-11-01
fix more unused variable warnings
Rich Felker
-0
/
+1
2012-10-25
use explicit visibility to optimize a few hot-path function calls
Rich Felker
-11
/
+13
2012-10-24
greatly improve freopen behavior
Rich Felker
-0
/
+1
2012-10-21
accept "nan(n-char-sequence)" in strtod/scanf functions
Rich Felker
-1
/
+19
2012-10-13
workaround broken hidden-visibility handling in pcc
Rich Felker
-1
/
+1
2012-10-11
comment possibly-confusing i386 vsyscall asm
Rich Felker
-1
/
+13
2012-10-11
i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
Rich Felker
-16
/
+59
2012-10-05
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
-3
/
+4
2012-10-04
beginnings of full TLS support in shared libraries
Rich Felker
-1
/
+1
2012-10-04
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
-0
/
+1
2012-09-29
microblaze port
Rich Felker
-0
/
+13
2012-09-09
add 7-arg syscall support for mips
Rich Felker
-4
/
+8
2012-09-09
fix broken mips syscall asm
Rich Felker
-2
/
+2
2012-09-08
syscall organization overhaul
Rich Felker
-5
/
+138
2012-08-17
fix float parsing logic for long decimal expansions
Rich Felker
-1
/
+1
2012-08-11
add bsd fgetln function
Rich Felker
-1
/
+1
2012-08-09
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
-2
/
+5
2012-07-27
save AT_HWCAP from auxv for subsequent use in machine-specific code
Rich Felker
-0
/
+3
2012-07-12
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
-3
/
+3
2012-07-12
fix breakage of x86_64 sigaction from recent changes for mips
Rich Felker
-1
/
+1
2012-07-11
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker
-0
/
+22
2012-07-11
use unsigned bitmask for consistency in ksigaction
Rich Felker
-1
/
+1
2012-07-11
fix breakage from last commit: forgot to include ksigaction.h
Rich Felker
-0
/
+6
2012-06-19
remove flush hook cruft that was never used from stdio
Rich Felker
-1
/
+1
2012-06-09
add pthread_attr_setstack interface (and get)
Rich Felker
-1
/
+2
2012-06-08
fix scanning of "-0x" pseudo-hex float (must give negative zero)
Rich Felker
-1
/
+1
2012-06-02
increase default thread stack size to 80k
Rich Felker
-1
/
+1
2012-05-31
enable LARGEFILE64 aliases
Rich Felker
-2
/
+1
[next]