aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* make --help texts more uniformDenys Vlasenko2017-01-211-2/+2
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-114-10/+10
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-104-12/+9
* Code style fixes, no code changesDenys Vlasenko2016-11-282-2/+2
* makedevs: make special node creation idempotentDenys Vlasenko2016-11-271-2/+7
* Remove trailing empty linesDenys Vlasenko2016-11-231-2/+0
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2236-40/+147
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-2236-533/+498
* man: remove -Tascii from nroff invocationDenys Vlasenko2016-10-311-2/+4
* man: make width selection more thorough; explain how to override itDenys Vlasenko2016-10-311-7/+6
* man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko2016-10-301-25/+79
* strings: implement -t radixTito Ragusa2016-10-241-9/+23
* less: switch off nonblock on kbd_fd before exitDenys Vlasenko2016-09-131-7/+5
* less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko2016-09-131-4/+12
* man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko2016-08-221-2/+2
* less: fix bracket search to match behavior of less 481Denys Vlasenko2016-08-161-9/+18
* less: fix SEGVDenys Vlasenko2016-08-161-2/+6
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-065-12/+9
* i2cdump: don't use common_bufsiz1Bartosz Golaszewski2016-06-241-1/+1
* setsid: fix broken -cDenys Vlasenko2016-06-201-1/+1
* randomconfig fixesDenys Vlasenko2016-06-191-2/+7
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-224-9/+9