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
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
1
-2
/
+2
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
1
-0
/
+6
*
math: remove STRICT_ASSIGN macro
Szabolcs Nagy
2013-09-06
1
-11
/
+0
*
math: remove libc.h include from libm.h
Szabolcs Nagy
2013-09-05
1
-2
/
+0
*
math: cosmetic cleanup (use explicit union instead of fshape and dshape)
Szabolcs Nagy
2013-09-05
1
-66
/
+56
*
math: remove *_WORD64 macros from libm.h
Szabolcs Nagy
2013-09-05
1
-16
/
+0
*
math: remove old longdbl.h
Szabolcs Nagy
2013-09-05
2
-113
/
+0
*
long double cleanup, initial commit
Szabolcs Nagy
2013-09-05
2
-26
/
+28
*
fix multiple bugs in SIGEV_THREAD timers
Rich Felker
2013-08-03
1
-1
/
+1
*
debloat code that depends on /proc/self/fd/%d with shared function
Rich Felker
2013-08-02
1
-0
/
+13
*
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
2013-07-22
2
-2
/
+2
*
add support for init/fini array in main program, and greatly simplify
Rich Felker
2013-07-21
1
-3
/
+0
*
fix missing argument in variadic syscall macros
Rich Felker
2013-07-17
1
-1
/
+1
*
add some comments about the mips ksigaction structure weirdness
Rich Felker
2013-06-29
1
-0
/
+3
*
fix major scanf breakage with unbuffered streams, fmemopen, etc.
Rich Felker
2013-06-22
1
-0
/
+1
*
transition to using functions for internal signal blocking/restoring
Rich Felker
2013-04-26
1
-0
/
+4
*
add support for program_invocation[_short]_name
Rich Felker
2013-04-06
1
-0
/
+4
*
implement pthread_getattr_np
Rich Felker
2013-03-31
1
-0
/
+2
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-3
/
+3
*
consistently use the internal name __environ for environ
Rich Felker
2013-02-17
1
-1
/
+0
*
replace __wake function with macro that performs direct syscall
Rich Felker
2013-02-01
1
-1
/
+2
*
make CMPLX macros available in complex.h in non-c11 mode as well
Szabolcs Nagy
2012-12-11
1
-8
/
+0
*
fix trailing whitespace issues that crept in here and there
Rich Felker
2012-12-07
1
-1
/
+1
*
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
[next]