summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * makedevs: make it NOEXECDenys Vlasenko2017-08-061-1/+1
| * adjtimex: make it NOFORKDenys Vlasenko2017-08-061-1/+6
| * adjtimex: zero-fill whole structure, to be on the safe sideDenys Vlasenko2017-08-061-10/+13
| * raidautorun: make it NOEXECDenys Vlasenko2017-08-061-1/+1
| * setserial: make it NOEXECDenys Vlasenko2017-08-061-3/+4
| * setserial: code shrink, better --help textDenys Vlasenko2017-08-061-45/+46
| * lspci,lsscsi,lsusb: make them NOEXECDenys Vlasenko2017-08-051-1/+1
| * libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-2/+1
| * partprobe: make it NOEXECDenys Vlasenko2017-08-051-1/+1
| * runlevel: make it NOEXECDenys Vlasenko2017-08-041-1/+1
| * chat: trim help textDenys Vlasenko2017-08-041-2/+2
| * microcom: require exactly one non-optionDenys Vlasenko2017-08-041-0/+1
| * new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-1/+1
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-022-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-07-292-2/+2
|\|
| * config: more tweaking of help textsDenys Vlasenko2017-07-271-1/+1
| * config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-2438-266/+269
|\|
| * crond: do not assume setenv() does not leakDenys Vlasenko2017-07-221-3/+3
| * crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes ...Denys Vlasenko2017-07-221-2/+7
| * config: deindent all help textsDenys Vlasenko2017-07-2138-213/+212
| * Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-195-6/+6
| * hdparm: remove contradicting size info in config helpDenys Vlasenko2017-07-181-2/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1832-41/+41
* | Merge branch 'busybox' into mergeRon Yorston2017-07-185-62/+194
|\|
| * ttysize: if stdin is not tty, try stdout, then stderrDenys Vlasenko2017-07-161-2/+5
| * crond: code shrinkDenys Vlasenko2017-07-091-5/+4
| * crond: move misplaced commentDenys Vlasenko2017-07-091-13/+13
| * crond: support @daily etcDenys Vlasenko2017-07-081-19/+122
| * watchdog: do not use argc, other cleanupsDenys Vlasenko2017-07-081-15/+21
| * watchdog: stop watchdog first on startupMatt Spinler2017-07-081-7/+25
| * beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko2017-07-081-1/+1
| * makedevs: code shrinkDenys Vlasenko2017-07-061-14/+15
| * makedevs: allow much longer filenamesDenys Vlasenko2017-07-061-5/+7
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-2915-1494/+218
|\|
| * time: inplement -f FMTDenys Vlasenko2017-04-281-2/+5
| * time: implement -a, -o FILETommi Rantala2017-04-281-10/+31
| * time: document -p in usageTommi Rantala2017-04-281-1/+2
| * lsscsi: new appletMarkus Gothe2017-04-181-0/+123
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-173-3/+3
| * Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko2017-04-1210-1480/+0
| * partprobe: new appletDenys Vlasenko2017-04-111-0/+56
* | Merge branch 'busybox' into mergeRon Yorston2017-02-0813-141/+139
|\|
| * Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-1/+1
| * taskset: simplify code a bit; tweak --helpDenys Vlasenko2017-01-301-11/+9
| * taskset: separate "current" and "new" stringsDenys Vlasenko2017-01-291-2/+2
| * taskset: rewrite to be task size-agnosticDenys Vlasenko2017-01-291-102/+103
| * *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-6/+8
| * make --help texts smallerDenys Vlasenko2017-01-211-1/+1