]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sync: support syncing specified arguments
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 25 Jan 2015 00:33:45 +0000 (01:33 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 28 Jan 2015 10:50:45 +0000 (10:50 +0000)
commit8b2bf5295f353016d4f5e6a2317d55b6a8e7fd00
tree7725752280ec9dbcb4b6e510329d2d864915d1b5
parent44074d8f77caa085f75e27b73e06c8301992cf84
sync: support syncing specified arguments

* m4/jm-macros.m4 (coreutils_MACROS): Check for syncfs().
* man/sync.x: Add references to syncfs, fsync and fdatasync.
* doc/coreutils.texi (sync invocation): Document the new feature.
* src/sync.c: Include "quote.h".
(AUTHORS): Include myself.
(MODE_FILE, MODE_DATA, MODE_FILE_SYSTEM, MODE_SYNC): New enum values.
(long_options): Define.
(sync_arg): New function.
(usage): Describe that arguments are now accepted.
(main): Add arguments parsing and add support for fsync(2),
fdatasync(2) and syncfs(2).
* tests/misc/sync.sh: New (and only) test for sync.
* tests/local.mk: Reference the new test.
* AUTHORS: Add myself to sync's authors.
* NEWS: Mention the new feature.
AUTHORS
NEWS
doc/coreutils.texi
m4/jm-macros.m4
man/sync.x
src/sync.c
tests/local.mk
tests/misc/sync.sh [new file with mode: 0755]