aboutsummaryrefslogtreecommitdiff
path: root/src/signal/getitimer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker7-7/+53
2013-07-18fix off-by-one error in checks for implementation-internal signal numbersRich Felker3-3/+3
2013-07-18fix FILENAME_MAX to match PATH_MAXRich Felker1-1/+1
2013-07-17make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker1-0/+1
2013-07-17make posix_spawn (and functions that use it) use CLONE_VFORK flagRich Felker1-1/+2
2013-07-17fix missing argument in variadic syscall macrosRich Felker1-1/+1
2013-07-17fix error code on time conversion overflowsRich Felker4-4/+4
2013-07-17fix fd leak in file mapping code used in new zoneinfo supportRich Felker1-1/+1
2013-07-17the big time handling overhaulRich Felker18-348/+649
2013-07-13fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker1-1/+1