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
...
*
remove old clang workarounds from arm syscall implementation
Rich Felker
2014-11-22
1
-31
/
+0
*
fix __aeabi_read_tp oversight in arm atomics/tls overhaul
Rich Felker
2014-11-22
3
-10
/
+5
*
overhaul ARM atomics/tls for performance and compatibility
Rich Felker
2014-11-19
6
-56
/
+331
*
save auxv pointer into libc struct early in dynamic linker startup
Rich Felker
2014-11-19
1
-0
/
+1
*
getopt: fix optional argument processing
Felix Fietkau
2014-11-15
1
-2
/
+2
*
implement a private state for the uchar.h functions
Jens Gustedt
2014-11-15
3
-0
/
+6
*
fix behavior of printf with alt-form octal, zero precision, zero value
Rich Felker
2014-11-15
1
-1
/
+1
*
math: use fnstsw consistently instead of fstsw in x87 asm
Szabolcs Nagy
2014-11-05
11
-11
/
+11
*
math: fix x86_64 and x32 asm not to use sahf instruction
Szabolcs Nagy
2014-11-05
6
-28
/
+14
*
fix 64-bit syscall argument passing on or1k
Rich Felker
2014-11-05
1
-1
/
+1
*
fix uninitialized mode variable in openat function
Rich Felker
2014-10-31
1
-1
/
+1
*
math: use the rounding idiom consistently
Szabolcs Nagy
2014-10-31
13
-58
/
+89
*
fix rint.c and rintf.c when FLT_EVAL_METHOD!=0
Szabolcs Nagy
2014-10-31
2
-4
/
+22
*
fix invalid access by openat to possibly-missing variadic mode argument
Rich Felker
2014-10-30
1
-4
/
+8
*
fix failure of open to read variadic mode argument for O_TMPFILE
Rich Felker
2014-10-30
1
-1
/
+1
*
manually "shrink wrap" fast path in pthread_once
Rich Felker
2014-10-20
1
-8
/
+12
*
release 1.1.5
v1.1.5
Rich Felker
2014-10-14
2
-1
/
+39
*
suppress macro definitions of ctype functions under C++
Rich Felker
2014-10-14
3
-0
/
+7
*
implement uchar.h (C11 UTF-16/32 conversion) interfaces
Rich Felker
2014-10-13
7
-5
/
+109
*
eliminate global waiters count in pthread_once
Rich Felker
2014-10-13
1
-9
/
+13
*
fix missing barrier in pthread_once/call_once shortcut path
Rich Felker
2014-10-10
1
-2
/
+6
*
add explicit barrier operation to internal atomic.h API
Rich Felker
2014-10-10
9
-6
/
+33
*
fix handling of negative offsets in timezone spec strings
Rich Felker
2014-10-09
1
-10
/
+7
*
add new linux file sealing api to fcntl.h
Szabolcs Nagy
2014-10-08
1
-0
/
+7
*
add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
Szabolcs Nagy
2014-10-08
1
-0
/
+1
*
add new syscall numbers for seccomp, getrandom, memfd_create
Szabolcs Nagy
2014-10-08
8
-0
/
+50
*
always provide __fpclassifyl and __signbitl definitions
Rich Felker
2014-10-08
2
-1
/
+9
*
ignore access mode bits of flags in mkostemps and functions that use it
Rich Felker
2014-10-06
1
-0
/
+1
*
fix handling of odd lengths in swab function
Rich Felker
2014-10-04
1
-1
/
+1
*
fix incorrect sequence generation in *rand48 prng functions
Rich Felker
2014-09-22
1
-2
/
+2
*
fix linked list corruption in flockfile lists
Rich Felker
2014-09-19
1
-0
/
+1
*
math: fix exp10 not to raise invalid exception on NaN
Szabolcs Nagy
2014-09-18
3
-4
/
+13
*
fix overflow corner case in strtoul-family functions
Rich Felker
2014-09-16
1
-0
/
+1
*
rewrite the regex pattern parser in regcomp
Szabolcs Nagy
2014-09-13
1
-1081
/
+634
*
fix C++ incompatibility in i386 definition of max_align_t
Rich Felker
2014-09-11
1
-0
/
+4
*
add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE
Rich Felker
2014-09-10
1
-0
/
+4
*
fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE
Rich Felker
2014-09-10
1
-1
/
+1
*
fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
Rich Felker
2014-09-10
4
-8
/
+2
*
fix exp10l.c to include float.h
Szabolcs Nagy
2014-09-08
1
-0
/
+1
*
prune math code on archs with binary64 long double
Szabolcs Nagy
2014-09-08
2
-0
/
+10
*
add new F_OFD_* macros to fcntl.h (open file description locks)
Szabolcs Nagy
2014-09-08
1
-0
/
+4
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
10
-7
/
+84
*
add C11 condition variable functions
Jens Gustedt
2014-09-06
6
-0
/
+57
*
add C11 mutex functions
Jens Gustedt
2014-09-06
6
-0
/
+69
*
add C11 thread functions operating on tss_t and once_flag
Jens Gustedt
2014-09-06
5
-0
/
+42
*
add threads.h and needed per-arch types for mtx_t and cnd_t
Rich Felker
2014-09-06
10
-0
/
+103
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
15
-29
/
+76
*
add C11 timespec_get function, with associated time.h changes for C11
Rich Felker
2014-09-06
2
-1
/
+15
*
fix non-static dummy function that slipped in with locale implementation
Rich Felker
2014-09-06
1
-1
/
+1
*
fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
Szabolcs Nagy
2014-09-05
3
-2
/
+3
[prev]
[next]