aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/__overflow.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-14fix FAPPEND typo on x86_64 (previously only fixed on i386)Rich Felker1-1/+1
2011-04-14fcntl.h: move macros that do not vary between archs out of bitsRich Felker3-48/+24
2011-04-14fix broken fcntl locks on x86_64Rich Felker1-3/+3
2011-04-14make tmpfile slightly more efficient (use unlink syscall instead of remove)Rich Felker1-1/+1
2011-04-14fix typo in legacy FAPPEND definitionRich Felker1-1/+1
2011-04-14add useless type fd_mask. it's in the reserved namespace.Rich Felker1-0/+2
2011-04-14change sem_trywait algorithm so it never has to call __wakeRich Felker1-3/+2
2011-04-14cheap trick to further optimize locking normal mutexesRich Felker2-2/+2
2011-04-14use a separate signal from SIGCANCEL for SIGEV_THREAD timersRich Felker6-11/+29
2011-04-13simplify cancellation point handlingRich Felker2-16/+5
2011-04-13simplify syslog, add vsyslog interface (nonstandard)Rich Felker1-31/+36
2011-04-13remove useless SIGPIPE protection from syslogRich Felker1-9/+0
2011-04-13fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)Rich Felker1-10/+8
2011-04-13numerous fixes to sysv ipcRich Felker12-66/+96
2011-04-13add syslog.h cruft for syslogd to use...Rich Felker1-0/+45
2011-04-13add profile for getmntent_rRich Felker1-0/+1