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
Age
Commit message (
Expand
)
Author
Lines
2011-09-22
cleanup/debloat i386 user.h
Rich Felker
-43
/
+11
2011-09-22
wrong __WORDSIZE in x86_64 header
Rich Felker
-1
/
+1
2011-09-21
protect against/handle cancellation reading shadow passwords
Rich Felker
-1
/
+11
2011-09-21
make dns lookups (and thus getaddrinfo) cancellable
Rich Felker
-4
/
+11
2011-09-21
use poll rather than select in dns lookups (also clock_gettime)
Rich Felker
-12
/
+10
2011-09-21
fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h
Rich Felker
-5
/
+6
2011-09-21
avoid setting FILE lock count when not using flockfile
Rich Felker
-1
/
+1
2011-09-21
gnu search.h has struct qelem...
Rich Felker
-0
/
+7
2011-09-21
release notes for 0.8.3
v0.8.3
Rich Felker
-0
/
+13
2011-09-21
update syscalls with off_t arguments to handle argument alignment, if needed
Rich Felker
-11
/
+14
2011-09-21
new gcc wrapper now supports pre-4.4 gcc versions and is more robust
Rich Felker
-17
/
+40
2011-09-21
new installation guide with alternate and primary libc setups
Rich Felker
-37
/
+107
2011-09-20
fix some header typos
Rich Felker
-2
/
+2
2011-09-20
make stdbool.h conform to c99
Rich Felker
-1
/
+2
2011-09-20
fix incorrect include guard in mqueue.h
Rich Felker
-2
/
+2
2011-09-20
fix statvfs.c to match new fsid_t definition
Rich Felker
-1
/
+1
2011-09-20
fix the fsid_t structure to match name of __val
Rich Felker
-1
/
+1
2011-09-20
fix broken siginfo_t with _GNU_SOURCE defined
Rich Felker
-6
/
+5
2011-09-19
fix the definition of struct statvfs to match lsb abi
Rich Felker
-70
/
+88
2011-09-19
add some more siginfo aliases broken software expects...
Rich Felker
-0
/
+2
2011-09-19
cleanup redundancy in bits/signal.h versions
Rich Felker
-376
/
+139
2011-09-19
fix the type of wchar_t on arm; support wchar_t varying with arch
Rich Felker
-21
/
+20
2011-09-19
fix incorrect long double parameters on arm (and other future ports)
Rich Felker
-10
/
+22
2011-09-19
fix broken multi-inclusion guard in sys/reg.h
Rich Felker
-2
/
+2
2011-09-18
initial commit of the arm port
Rich Felker
-0
/
+2225
2011-09-18
disable dynamic linking/loading code in static libc builds, for now
Rich Felker
-0
/
+2
2011-09-18
cleanup more bits cruft (sysmacros and socket)
Rich Felker
-414
/
+199
2011-09-18
more bits junk (tcp.h)
Rich Felker
-3
/
+1
2011-09-18
move invariant netinet/in.h stuff out of bits/in.h
Rich Felker
-292
/
+147
2011-09-18
overhaul clone syscall wrapping
Rich Felker
-62
/
+135
2011-09-17
release notes for 0.8.2
v0.8.2
Rich Felker
-0
/
+11
2011-09-17
dummy implementation of set_thread_area
Rich Felker
-0
/
+6
2011-09-16
fix assumptions that char is signed
Rich Felker
-2
/
+2
2011-09-16
fix more instances of old a_xchg (use new a_swap name)
Rich Felker
-3
/
+3
2011-09-16
use a_swap rather than old name a_xchg
Rich Felker
-1
/
+1
2011-09-16
fix generic sigsetjmp (unused anyway) pointer signedness error
Rich Felker
-1
/
+1
2011-09-16
fix idiotic const-correctness error in lio_listio
Rich Felker
-1
/
+1
2011-09-16
fix ptrace (maybe)
Rich Felker
-1
/
+8
2011-09-15
implement ptrace syscall wrapper (untested)
Rich Felker
-1
/
+19
2011-09-14
0.8.1 release notes
v0.8.1
Rich Felker
-0
/
+9
2011-09-14
remove incorrectly-made-visible internal dst offset variable
Rich Felker
-1
/
+0
2011-09-14
fix inconsistent signature for aio_error
Rich Felker
-1
/
+1
2011-09-13
fix return types for aio_read and aio_write again
Rich Felker
-4
/
+4
2011-09-13
fix various errors in function signatures/prototypes found by nsz
Rich Felker
-16
/
+19
2011-09-13
fix cruft left in release notes
Rich Felker
-1
/
+1
2011-09-13
fix prototypes for aio_read and aio_write
Rich Felker
-2
/
+2
2011-09-13
add missing posix_spawnattr_init/destroy functions
Rich Felker
-0
/
+13
2011-09-13
0.8.0 release
v0.8.0
Rich Felker
-14
/
+68
2011-09-13
remove some stray trailing space characters
Rich Felker
-4
/
+4
2011-09-12
implement gnu sigisemptyset
Rich Felker
-0
/
+10
[next]