summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-27makedevs: make special node creation idempotentDenys Vlasenko1-2/+7
2016-11-23Remove trailing empty linesDenys Vlasenko1-2/+0
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-10-31man: remove -Tascii from nroff invocationDenys Vlasenko1-2/+4
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko2-16/+44
2016-10-30man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko1-25/+79
2016-10-24strings: implement -t radixTito Ragusa1-9/+23
2016-09-13less: switch off nonblock on kbd_fd before exitDenys Vlasenko1-7/+5
2016-09-13less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko1-4/+12
2016-08-22man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko1-2/+2
2016-08-16less: fix bracket search to match behavior of less 481Denys Vlasenko1-9/+18
2016-08-16less: fix SEGVDenys Vlasenko1-2/+6
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-24i2cdump: don't use common_bufsiz1Bartosz Golaszewski1-1/+1
2016-06-20setsid: fix broken -cDenys Vlasenko1-1/+1
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-03whitespace and namespace cleanupsDenys Vlasenko4-8/+8
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg4-31/+69
2016-04-03ubirename: new appletSven Eisenberg1-0/+111
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2016-03-14more bionic fixesDenys Vlasenko2-1/+6
2016-03-14fixes for problems found by bionic buildDenys Vlasenko2-18/+28
2016-03-06inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko1-2/+2
2016-02-26taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)1-19/+18
2016-01-17setsid: implement -cDenys Vlasenko1-6/+13
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen1-8/+14
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko1-1/+3
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski1-2/+4
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski1-5/+8
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski1-1/+1
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski1-1/+2
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski1-1/+1
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski1-6/+7
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs1-1/+1
2015-10-25tweak defconfigDenys Vlasenko4-31/+11
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-11randconfig fixDenys Vlasenko1-1/+2
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski1-23/+23
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski1-100/+2
[next]