summaryrefslogtreecommitdiff
path: root/usr.bin/fsync
AgeCommit message (Expand)Author
2005-01-26Correct some style nits that I have mistakenly submitted asXin LI
2005-01-26Document the recent fsync(1) changes.Suleiman Souhlal
2005-01-26In case of error, return errno, instead of 1.Suleiman Souhlal
2005-01-25- Continue, in case of error.Suleiman Souhlal
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-02-08Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray
2001-08-01MFS: in HISTORY section, fix release number of first appearanceSheldon Hearn
2001-06-30Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-07-24Avoid the need to capitalize an extraneous argument to the Nm macroSheldon Hearn
2000-07-24Typos and spelling fixes.Paul Saab
2000-07-19Oops. fsync(8) should have been fsync(1). (repo-copied by peter)Paul Saab
2000-07-19Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.Paul Saab