aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2016-08-16less: fix bracket search to match behavior of less 481Denys Vlasenko
2016-08-16less: fix SEGVDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-24i2cdump: don't use common_bufsiz1Bartosz Golaszewski
2016-06-20setsid: fix broken -cDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-03whitespace and namespace cleanupsDenys Vlasenko
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg
2016-04-03ubirename: new appletSven Eisenberg
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2016-03-14more bionic fixesDenys Vlasenko
2016-03-14fixes for problems found by bionic buildDenys Vlasenko
2016-03-06inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko
2016-02-26taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)
2016-01-17setsid: implement -cDenys Vlasenko
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko