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
/
regex
/
regexec.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-18
recheck cancellation disabled flag after syscall returns EINTR
Rich Felker
1
-1
/
+1
2011-04-18
remove bogus extra logic for close cancellability
Rich Felker
1
-3
/
+1
2011-04-17
fix typo in x86_64 cancellable syscall asm
Rich Felker
1
-1
/
+1
2011-04-17
minimal realpath implementation using /proc
Rich Felker
1
-0
/
+43
2011-04-17
pthread_exit is not supposed to affect cancellability
Rich Felker
1
-2
/
+0
2011-04-17
fix pthread_exit from cancellation handler
Rich Felker
1
-5
/
+5
2011-04-17
clean up handling of thread/nothread mode, locking
Rich Felker
8
-27
/
+16
2011-04-17
debloat: use __syscall instead of syscall where possible
Rich Felker
7
-8
/
+8
2011-04-17
fix bugs in cancellable syscall asm
Rich Felker
3
-11
/
+12
2011-04-17
optimize cancellation enable/disable code
Rich Felker
4
-4
/
+11
2011-04-17
don't use pthread_once when there is no danger in race
Rich Felker
1
-2
/
+5
2011-04-17
fix some minor issues in cancellation handling patch
Rich Felker
3
-11
/
+19
2011-04-17
overhaul pthread cancellation
Rich Felker
50
-227
/
+247
2011-04-15
remove stupid debug code in wordexp
Rich Felker
1
-1
/
+0