aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fsync/fsync.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-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