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
*
math: nextafter and nexttoward cleanup
nsz
2012-05-06
5
-291
/
+176
*
fix definitions of FP_ILOGB constants
Rich Felker
2012-05-05
1
-2
/
+2
*
add -frounding-math to build
Rich Felker
2012-05-05
1
-0
/
+1
*
update readme and release notes for 0.9.0 release (not yet final)
Rich Felker
2012-05-05
2
-16
/
+56
*
relicense musl under MIT license
Rich Felker
2012-05-05
2
-515
/
+33
*
update license of njk contributed code (x86_64 asm)
Rich Felker
2012-05-05
6
-7
/
+9
*
update INSTALL file to reflect configure script usage
Rich Felker
2012-05-04
1
-13
/
+23
*
initial commit of configure script
Rich Felker
2012-05-04
1
-0
/
+275
*
make pthread stacks non-executable
Rich Felker
2012-05-04
1
-1
/
+1
*
improve the build rules for installing /lib/ld-musl-$ARCH.so
Rich Felker
2012-05-04
1
-2
/
+4
*
Merge remote-tracking branch 'nsz/master'
Rich Felker
2012-05-04
2
-20
/
+16
|
\
|
*
math: change the formula used for acos.s
nsz
2012-05-05
2
-20
/
+16
*
|
fix error reporting for dlsym with global symbols
Rich Felker
2012-05-04
1
-1
/
+2
|
/
*
fix uninitialized var in vfwprintf printing 0-prec string
Rich Felker
2012-05-04
1
-1
/
+1
*
add *64 junk for sys/*.h headers
Rich Felker
2012-05-04
7
-0
/
+50
*
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
2012-05-04
8
-0
/
+68
*
avoid setting nondefault scheduler too
Rich Felker
2012-05-03
1
-1
/
+1
*
implement stub versions of sched_*
Rich Felker
2012-05-03
7
-0
/
+49
*
uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
Rich Felker
2012-05-03
2
-6
/
+24
*
add additional compatibility union member for ipv6 addresses
Rich Felker
2012-05-03
1
-0
/
+2
*
overhaul SSP support to use a real canary
Rich Felker
2012-05-03
6
-12
/
+25
*
make all .o files depend on *_impl.h and libc.h
Rich Felker
2012-05-03
1
-2
/
+3
*
remove some junk from x86_64 start files
Rich Felker
2012-05-02
2
-4
/
+0
*
PIE support for x86_64 (untested)
Rich Felker
2012-05-02
1
-0
/
+18
*
consistency cleanup: removed redundant size suffixed from i386 asm
Rich Felker
2012-05-02
2
-22
/
+22
*
PIE support for i386
Rich Felker
2012-05-02
3
-1
/
+25
*
remove attempts to be pie-compatible from i386 crt1.s
Rich Felker
2012-05-02
1
-6
/
+3
*
fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs
Rich Felker
2012-05-02
2
-4
/
+9
*
remove minimal linux kernel headers
Rich Felker
2012-05-01
5
-621
/
+0
*
reorganize Makefile to support "least surprise" config/make semantics
Rich Felker
2012-05-01
1
-11
/
+23
*
remove objcopy --weaken from the makefile
Rich Felker
2012-05-01
1
-2
/
+0
*
support alternate glibc name pow10 for exp10
Rich Felker
2012-05-01
4
-0
/
+12
*
add C stub for sqrtl (already implemented in asm on i386 and x86_64)
Rich Felker
2012-04-30
1
-0
/
+9
*
first try at writing an efficient and "correct" exp10
Rich Felker
2012-04-30
4
-0
/
+59
*
make stack protector work with gcc configured for non-tls canary
Rich Felker
2012-04-30
1
-0
/
+2
*
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
2012-04-30
1
-1
/
+1
*
fix typo in the x86_64 rounding asm
Rich Felker
2012-04-29
4
-4
/
+4
*
new math asm (abs/rounding) for x86_64
Rich Felker
2012-04-29
6
-0
/
+36
*
fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used
Rich Felker
2012-04-29
1
-0
/
+5
*
add linux-specific unshare syscall wrapper
Rich Felker
2012-04-29
2
-0
/
+9
*
fix longstanding missing static in mq_notify (namespace pollution)
Rich Felker
2012-04-29
1
-1
/
+1
*
new fnmatch implementation
Rich Felker
2012-04-28
1
-131
/
+273
*
support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse
Rich Felker
2012-04-27
1
-0
/
+4
*
update fnmatch to POSIX 2008 semantics
Rich Felker
2012-04-26
1
-4
/
+11
*
release notes for 0.8.10
v0.8.10
Rich Felker
2012-04-25
1
-0
/
+28
*
gdb shared library debugging support
Rich Felker
2012-04-25
1
-5
/
+32
*
first attempt at enabling stack protector support
Rich Felker
2012-04-24
3
-0
/
+28
*
use signed char rather than plain char for int8_t
Rich Felker
2012-04-24
3
-12
/
+12
*
add another example option to dist/config.mak
Rich Felker
2012-04-24
1
-0
/
+3
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
15
-77
/
+54
[next]