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-14
fix FAPPEND typo on x86_64 (previously only fixed on i386)
Rich Felker
1
-1
/
+1
2011-04-14
fcntl.h: move macros that do not vary between archs out of bits
Rich Felker
3
-48
/
+24
2011-04-14
fix broken fcntl locks on x86_64
Rich Felker
1
-3
/
+3
2011-04-14
make tmpfile slightly more efficient (use unlink syscall instead of remove)
Rich Felker
1
-1
/
+1
2011-04-14
fix typo in legacy FAPPEND definition
Rich Felker
1
-1
/
+1
2011-04-14
add useless type fd_mask. it's in the reserved namespace.
Rich Felker
1
-0
/
+2
2011-04-14
change sem_trywait algorithm so it never has to call __wake
Rich Felker
1
-3
/
+2
2011-04-14
cheap trick to further optimize locking normal mutexes
Rich Felker
2
-2
/
+2
2011-04-14
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
6
-11
/
+29
2011-04-13
simplify cancellation point handling
Rich Felker
2
-16
/
+5
2011-04-13
simplify syslog, add vsyslog interface (nonstandard)
Rich Felker
1
-31
/
+36
2011-04-13
remove useless SIGPIPE protection from syslog
Rich Felker
1
-9
/
+0
2011-04-13
fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)
Rich Felker
1
-10
/
+8
2011-04-13
numerous fixes to sysv ipc
Rich Felker
12
-66
/
+96
2011-04-13
add syslog.h cruft for syslogd to use...
Rich Felker
1
-0
/
+45
2011-04-13
add profile for getmntent_r
Rich Felker
1
-0
/
+1