aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/fsync.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make fsync, fdatasync, and msync cancellation points•••these are mandatory cancellation points per POSIX, so their omission was a conformance bug. Trutz Behn2015-01-301-1/+1
* fix dummied-out fsync•••if we eventually have build options, it might be nice to make an option to dummy this out again, in case anybody needs a system-wide disable for disk/ssd-thrashing, etc. that some daemons do when logging... Rich Felker2012-06-191-2/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+8