aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2017-08-04runlevel: make it NOEXECDenys Vlasenko
2017-08-04chat: trim help textDenys Vlasenko
2017-08-04microcom: require exactly one non-optionDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-27config: more tweaking of help textsDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-22crond: do not assume setenv() does not leakDenys Vlasenko
2017-07-22crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes ...Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-18hdparm: remove contradicting size info in config helpDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-16ttysize: if stdin is not tty, try stdout, then stderrDenys Vlasenko
2017-07-09crond: code shrinkDenys Vlasenko
2017-07-09crond: move misplaced commentDenys Vlasenko
2017-07-08crond: support @daily etcDenys Vlasenko
2017-07-08watchdog: do not use argc, other cleanupsDenys Vlasenko
2017-07-08watchdog: stop watchdog first on startupMatt Spinler
2017-07-08beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko
2017-07-06makedevs: code shrinkDenys Vlasenko
2017-07-06makedevs: allow much longer filenamesDenys Vlasenko
2017-04-28time: inplement -f FMTDenys Vlasenko
2017-04-28time: implement -a, -o FILETommi Rantala
2017-04-28time: document -p in usageTommi Rantala
2017-04-18lsscsi: new appletMarkus Gothe
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-12Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko
2017-04-11partprobe: new appletDenys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-01-30taskset: simplify code a bit; tweak --helpDenys Vlasenko
2017-01-29taskset: separate "current" and "new" stringsDenys Vlasenko
2017-01-29taskset: rewrite to be task size-agnosticDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-27makedevs: make special node creation idempotentDenys Vlasenko
2016-11-23Remove trailing empty linesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-10-31man: remove -Tascii from nroff invocationDenys Vlasenko
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko
2016-10-30man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko
2016-10-24strings: implement -t radixTito Ragusa
2016-09-13less: switch off nonblock on kbd_fd before exitDenys Vlasenko
2016-09-13less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko
2016-08-22man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko