aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2018-07-23hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko
2018-04-15less: remove unnecessary messageDenys Vlasenko
2018-04-15less: implement -FAaro Koskinen
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2018-03-29fbsplash: support configurable image positionPeter Korsgaard
2018-02-27less: accept -R option. Closes 10816Denys Vlasenko
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2018-01-24less: fix help text conditional for -RDenys Vlasenko
2018-01-22less: optional support of -RDenys Vlasenko
2018-01-14nandwrite: cope with old headers which have no MTD_FILE_MODE_RAWDenys Vlasenko
2018-01-14config: add size estimations for a few appletsDenys Vlasenko
2018-01-08less: code shrinkDenys Vlasenko
2017-10-27time: fix build for toolchains without O_CLOEXECDenys Vlasenko
2017-10-22lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko
2017-09-15hexedit: code shrinkDenys Vlasenko
2017-09-15hexedit: fixes to "goto address" codeDenys Vlasenko
2017-09-14hexedit: position in correct column on "goto" commandDenys Vlasenko
2017-09-14hexedit: code shrinkDenys Vlasenko
2017-09-14hexdump: code shrinkDenys Vlasenko
2017-09-14hexedit: implement "[enter] goto offset" keyDenys Vlasenko
2017-09-14hexedit: restore screen on exitDenys Vlasenko
2017-09-14hexedit: optimize output bufferingDenys Vlasenko
2017-09-13hexedit: implement page up/downDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-09-13hexedit: smarter redrawDenys Vlasenko
2017-09-13hexedit: new appletDenys Vlasenko
2017-09-08setfattr: new appletDenys Vlasenko
2017-09-05chat: do not die when HANGUP param is missing. Closes 10016Denys Vlasenko
2017-08-29i2c_tools: tweak --help textDenys Vlasenko
2017-08-29i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski
2017-08-28i2c-tools: remove unneeded includeBartosz Golaszewski
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-08*: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko
2017-08-07users,w,who,uptime,renice: make NOEXECDenys Vlasenko
2017-08-07ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko
2017-08-07ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILEDenys Vlasenko
2017-08-07ubi_tools: a bit smaller applet resolution codeDenys Vlasenko
2017-08-06makedevs: make it NOEXECDenys Vlasenko
2017-08-06adjtimex: make it NOFORKDenys Vlasenko