aboutsummaryrefslogtreecommitdiff
path: root/util-linux/flock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* *: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko2017-08-081-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko2016-04-241-12/+12
* flock: fix -c; improve error handling of fork+execDenys Vlasenko2016-04-241-2/+17
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* flock: new appletTimo Teras2010-03-181-0/+87