summaryrefslogtreecommitdiff
path: root/coreutils/sync.c
Commit message (Expand)AuthorAgeFilesLines
* fsync,sync: merge into one source moduleDenys Vlasenko2019-04-021-19/+61
* fsync,sync: make them similarDenys Vlasenko2019-04-021-13/+9
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-3/+4
* typo fixesDenys Vlasenko2016-07-191-1/+1
* sync: add support for -d -f FILEDenys Vlasenko2015-07-211-3/+75
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad...Denys Vlasenko2010-01-131-1/+1
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-3/+5
* Update some missing copyright noticesEric Andersen2002-04-131-1/+0
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Fix compile error, sync() always returns 0 anyway.Glenn L McGrath2001-02-161-1/+3
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-7/+9
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-1/+5
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-7/+6
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
* More init fixes. Fixed sync segfault.Eric Andersen1999-11-031-2/+2
* Fixed up copyright notices and suchEric Andersen1999-10-201-0/+22
* More stuff.Eric Andersen1999-10-181-3/+2
* Fixed includeEric Andersen1999-10-181-0/+1
* More fixesEric Andersen1999-10-181-5/+6
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+11