aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox'Ron Yorston2018-07-252-2/+5
|\
| * hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko2018-07-231-1/+4
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-9/+14
|\|
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-1/+1
| * less: remove unnecessary messageDenys Vlasenko2018-04-151-1/+0
| * less: implement -FAaro Koskinen2018-04-151-7/+13
* | Merge branch 'busybox' into mergeRon Yorston2018-04-093-8/+15
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+14
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-1/+0
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* | win32: exclude termios codeRon Yorston2018-04-051-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-9/+12
|\|
| * fbsplash: support configurable image positionPeter Korsgaard2018-03-291-9/+12
* | man: search for man pages relative to the executableRon Yorston2018-03-191-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-1/+5
|\|
| * less: accept -R option. Closes 10816Denys Vlasenko2018-02-271-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-02-135-7/+76
|\|
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-1/+1
| * less: fix help text conditional for -RDenys Vlasenko2018-01-241-1/+1
| * less: optional support of -RDenys Vlasenko2018-01-221-1/+63
| * nandwrite: cope with old headers which have no MTD_FILE_MODE_RAWDenys Vlasenko2018-01-141-0/+9
| * config: add size estimations for a few appletsDenys Vlasenko2018-01-142-2/+2
| * less: code shrinkDenys Vlasenko2018-01-081-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-038-29/+58
|\|
| * time: fix build for toolchains without O_CLOEXECDenys Vlasenko2017-10-271-0/+5
| * lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe2017-10-221-2/+7
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-054-4/+8
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-052-10/+11
| * i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman2017-10-051-13/+27
* | Merge branch 'busybox' into mergeRon Yorston2017-09-2713-87/+631
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-187-14/+6
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-152-18/+8
| * hexedit: code shrinkDenys Vlasenko2017-09-151-10/+9
| * hexedit: fixes to "goto address" codeDenys Vlasenko2017-09-151-20/+40
| * hexedit: position in correct column on "goto" commandDenys Vlasenko2017-09-141-2/+4
| * hexedit: code shrinkDenys Vlasenko2017-09-141-4/+5
| * hexdump: code shrinkDenys Vlasenko2017-09-141-16/+16
| * hexedit: implement "[enter] goto offset" keyDenys Vlasenko2017-09-142-27/+56
| * hexedit: restore screen on exitDenys Vlasenko2017-09-142-28/+53
| * hexedit: optimize output bufferingDenys Vlasenko2017-09-141-7/+12
| * hexedit: implement page up/downDenys Vlasenko2017-09-131-1/+13
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-132-4/+6
| * hexedit: smarter redrawDenys Vlasenko2017-09-131-26/+41
| * hexedit: new appletDenys Vlasenko2017-09-132-1/+358
| * setfattr: new appletDenys Vlasenko2017-09-081-0/+68
| * chat: do not die when HANGUP param is missing. Closes 10016Denys Vlasenko2017-09-051-1/+9
| * i2c_tools: tweak --help textDenys Vlasenko2017-08-291-33/+36
| * i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski2017-08-291-13/+30