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-25
revert previous change in cond var waiter move
Rich Felker
-2
/
+6
2011-09-25
optimize cond waiter move using atomic swap instead of cas loop
Rich Felker
-6
/
+2
2011-09-25
fix logic for when wakeup is not desired on cond bcast
Rich Felker
-3
/
+4
2011-09-25
new futex-requeue-based pthread_cond_broadcast implementation
Rich Felker
-7
/
+69
2011-09-23
fix ABA race in cond vars, improve them overall
Rich Felker
-11
/
+12
2011-09-23
FD_ISSET must return an int. this is the easiest way.
Rich Felker
-1
/
+1
2011-09-23
sys/user.h may need stdint.h
Rich Felker
-0
/
+1
2011-09-22
"optimize" arm __pthread_self
Rich Felker
-4
/
+1
2011-09-22
fix deadlock in condition wait whenever there are multiple waiters
Rich Felker
-5
/
+18
2011-09-22
fix x86_64 user.h (previously was just a copy of i386)
Rich Felker
-48
/
+13
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
[next]