aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fsync/fsync.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r326276:Eitan Adler2018-03-051-0/+2
* Correct some style nits that I have mistakenly submitted asXin LI2005-01-261-9/+15
* In case of error, return errno, instead of 1.Suleiman Souhlal2005-01-261-2/+3
* - Continue, in case of error.Suleiman Souhlal2005-01-251-7/+14
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Typos and spelling fixes.Paul Saab2000-07-241-3/+6
* Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.Paul Saab2000-07-191-0/+62