aboutsummaryrefslogtreecommitdiff
path: root/utils/syncfs.c
Commit message (Collapse)AuthorAgeFilesLines
* remap, syncfs: correct program version namefree_software@xobnur.uk2024-09-071-1/+1
| | | | | /hurd/remap --version was claiming to be fakeroot Message-ID: <621e135a-f272-43e8-9c10-35804abb1ed5@xobnur.uk>
* 1999-01-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-031-4/+4
| | | | | * syncfs.c: Replace -a/--asynchronous with -s/--synchronous. Default is now asynchronous.
* 1998-12-31 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-311-0/+80
* Makefile (SRCS, targets, targets rule): Rename sync to syncfs. * syncfs.c: Renamed from sync.c. Take flags -a/--asynchronous and -c/--no-children, and optional file arguments. Diagnose errors.