aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * i2c-tools: remove unneeded includeBartosz Golaszewski2017-08-281-1/+0
* | man: save path separator so it can be restoredRon Yorston2017-08-231-1/+9
* | man: fix compiler warning about a const -> non-const castJohannes Schindelin2017-08-231-1/+1
* | less: avoid defining unused functionJohannes Schindelin2017-08-231-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-08-2223-158/+197
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-0814-50/+49
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-082-8/+4
| * *: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko2017-08-081-2/+2
| * users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-0/+1
| * ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko2017-08-075-25/+47
| * ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILEDenys Vlasenko2017-08-071-5/+7
| * ubi_tools: a bit smaller applet resolution codeDenys Vlasenko2017-08-071-6/+15
| * makedevs: make it NOEXECDenys Vlasenko2017-08-061-1/+1
| * adjtimex: make it NOFORKDenys Vlasenko2017-08-061-1/+6
| * adjtimex: zero-fill whole structure, to be on the safe sideDenys Vlasenko2017-08-061-10/+13
| * raidautorun: make it NOEXECDenys Vlasenko2017-08-061-1/+1