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
*
process robust list in pthread_exit to fix detached thread use-after-unmap
Rich Felker
2015-04-10
2
-26
/
+27
*
fix possible clobbering of syscall return values on mips
Rich Felker
2015-04-07
1
-3
/
+6
*
fix getdelim to set the error indicator on all failures
Szabolcs Nagy
2015-04-04
1
-2
/
+5
*
fix rpath string memory leak on failed dlopen
Rich Felker
2015-04-04
1
-0
/
+2
*
halt dynamic linker library search on errors resolving $ORIGIN in rpath
Rich Felker
2015-04-03
1
-8
/
+18
*
remove macro definition of longjmp from setjmp.h
Rich Felker
2015-04-01
1
-1
/
+0
*
harden dynamic linker library path search
Rich Felker
2015-04-01
1
-5
/
+16
*
move O_PATH definition back to arch bits
Rich Felker
2015-04-01
10
-3
/
+11
*
aarch64: remove duplicate macro definitions in bits/fcntl.h
Rich Felker
2015-04-01
1
-3
/
+0
*
aarch64: fix definition of sem_nsems in semid_ds structure
Rich Felker
2015-04-01
1
-1
/
+7
*
aarch64: fix namespace pollution in bits/shm.h
Szabolcs Nagy
2015-04-01
1
-2
/
+2
*
release 1.1.8
v1.1.8
Rich Felker
2015-03-29
2
-1
/
+16
*
regex: fix character class repetitions
Szabolcs Nagy
2015-03-27
1
-0
/
+5
*
do not treat \0 as a backref in BRE
Szabolcs Nagy
2015-03-23
1
-1
/
+1
*
fix FLT_ROUNDS regression in C++ applications
Rich Felker
2015-03-23
1
-0
/
+8
*
fix internal buffer overrun in inet_pton
Rich Felker
2015-03-23
1
-2
/
+3
*
suppress backref processing in ERE regcomp
Rich Felker
2015-03-20
1
-1
/
+1
*
fix memory-corruption in regcomp with backslash followed by high byte
Rich Felker
2015-03-20
1
-1
/
+1
*
fix missing max_align_t definition on aarch64
Rich Felker
2015-03-20
1
-0
/
+2
*
release 1.1.7
v1.1.7
Rich Felker
2015-03-18
2
-1
/
+44
*
fix MINSIGSTKSZ values for archs with large signal contexts
Rich Felker
2015-03-18
11
-2
/
+50
*
block all signals (even internal ones) in cancellation signal handler
Rich Felker
2015-03-16
1
-1
/
+2
*
update authors/contributors list
Rich Felker
2015-03-16
1
-0
/
+8
*
avoid sending huge names as nscd passwd/group queries
Rich Felker
2015-03-15
1
-2
/
+3
*
simplify nscd lookup code for alt passwd/group backends
Rich Felker
2015-03-15
4
-15
/
+15
*
add alternate backend support for getgrouplist
Josiah Worcester
2015-03-15
3
-24
/
+86
*
aarch64: fix typo in bits/ioctl.h
Szabolcs Nagy
2015-03-14
1
-1
/
+1
*
aarch64: add struct _aarch64_ctx to signal.h
Szabolcs Nagy
2015-03-14
1
-0
/
+17
*
align x32 pthread type sizes to be common with 32-bit archs
Rich Felker
2015-03-12
1
-4
/
+4
*
add aarch64 port
Szabolcs Nagy
2015-03-11
53
-0
/
+2202
*
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
2015-03-11
17
-4
/
+111
*
math: add ld128 exp2l based on the freebsd implementation
Szabolcs Nagy
2015-03-11
1
-1
/
+366
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
3
-4
/
+5
*
fix regression in pthread_cond_wait with cancellation disabled
Rich Felker
2015-03-07
1
-0
/
+1
*
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
2015-03-07
11
-9
/
+22
*
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
Rich Felker
2015-03-06
2
-4
/
+16
*
add legacy functions from sysinfo.h duplicating sysconf functionality
Rich Felker
2015-03-04
1
-0
/
+22
*
fix signed left-shift overflow in pthread_condattr_setpshared
Rich Felker
2015-03-04
1
-1
/
+1
*
add new si_lower and si_upper siginfo_t members
Szabolcs Nagy
2015-03-04
1
-0
/
+7
*
declare incomplete type struct itimerspec in timerfd.h
Rich Felker
2015-03-04
1
-0
/
+2
*
fix preprocessor error introduced in poll.h in last commit
Rich Felker
2015-03-04
1
-1
/
+1
*
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
2015-03-04
10
-0
/
+8
*
fix x32 pthread type definitions
Rich Felker
2015-03-04
1
-7
/
+7
*
remove useless check of bin match in malloc
Rich Felker
2015-03-04
1
-1
/
+1
*
eliminate atomics in syslog setlogmask function
Rich Felker
2015-03-04
1
-4
/
+6
*
fix init race that could lead to deadlock in malloc init code
Rich Felker
2015-03-04
1
-39
/
+14
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
36
-122
/
+125
*
suppress masked cancellation in pthread_join
Rich Felker
2015-03-02
1
-1
/
+5
*
fix namespace issue in pthread_join affecting thrd_join
Rich Felker
2015-03-02
1
-1
/
+2
*
make aio_suspend a cancellation point and properly handle cancellation
Rich Felker
2015-03-02
1
-3
/
+9
[next]