aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-11-2938-578/+653
|\
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-11-021-25/+80
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-10-261-9/+23
|\|
| * strings: implement -t radixTito Ragusa2016-10-241-9/+23
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-192-14/+33
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-07-078-16/+18
|\|
| * 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
* | less: hide unsupported signal handling in include fileRon Yorston2016-05-191-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-05-1614-22/+44
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-224-9/+9
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-216-16/+20
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-213-0/+3
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-2110-13/+28
* | winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-04-048-44/+152
|\|
| * whitespace and namespace cleanupsDenys Vlasenko2016-04-032-3/+3
| * ubirmvol: Implement -N switch for ubirmvolSven Eisenberg2016-04-032-31/+23
| * ubirename: new appletSven Eisenberg2016-04-031-0/+111
| * Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-302-2/+2
| * Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
| * more bionic fixesDenys Vlasenko2016-03-141-1/+1
| * fixes for problems found by bionic buildDenys Vlasenko2016-03-141-10/+16
| * inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko2016-03-061-2/+2
| * taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)2016-02-261-19/+18
* | Merge branch 'busybox' into mergeRon Yorston2016-02-222-14/+27
|\|
| * setsid: implement -cDenys Vlasenko2016-01-171-6/+13
| * nandwrite: implement -n (read/write without ecc)Aaro Koskinen2016-01-021-8/+14
* | Merge branch 'busybox' into mergeRon Yorston2015-11-061-14/+23
|\|
| * i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko2015-11-011-1/+3
| * i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski2015-11-011-2/+4
| * i2cdump: bail-out if block read failsBartosz Golaszewski2015-11-011-5/+8
| * i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski2015-11-011-1/+1
| * i2cdump: don't read block data in non-block modesBartosz Golaszewski2015-11-011-1/+2
| * i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski2015-11-011-1/+1