index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_mutex_setprioceiling.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
cut down size of some libc struct members
Rich Felker
1
-3
/
+3
2020-05-22
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
3
-3
/
+3
2020-05-22
reorder thread list unlink in pthread_exit after all locks
Rich Felker
1
-8
/
+11
2020-05-21
fix incorrect SIGSTKFLT on all mips archs
Rich Felker
3
-3
/
+3
2020-05-21
handle possibility that SIGEMT replaces SIGSTKFLT in strsignal
Rich Felker
1
-0
/
+10
2020-05-19
fix return value of res_send, res_query on errors from nameserver
Rich Felker
1
-1
/
+1
2020-05-19
fix handling of errors resolving one of paired A+AAAA query
Rich Felker
1
-4
/
+7
2020-05-18
set AD bit in dns queries, suppress for internal use
Rich Felker
3
-0
/
+3
2020-04-30
fix undefined behavior from signed overflow in strstr and memmem
Rich Felker
2
-8
/
+8
2020-04-26
remove arm (32-bit) support for vdso clock_gettime
Rich Felker
1
-6
/
+0
2020-04-24
fix undefined behavior in wcsto[ld] family functions
Rich Felker
2
-4
/
+2
2020-04-18
fix sh fesetround failure to clear old mode
Rich Felker
1
-0
/
+2
2020-04-17
move __string_read into vsscanf source file
Rich Felker
3
-21
/
+13
2020-04-17
remove spurious repeated semicolon in fmemopen
Rich Felker
1
-1
/
+1
2020-04-17
combine two calls to memset in fmemopen
Rich Felker
1
-2
/
+2
2020-04-17
fix possible access to uninitialized memory in shgetc (via scanf)
Rich Felker
1
-1
/
+1
2020-04-17
fix undefined behavior in scanf core
Rich Felker
1
-0
/
+3