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-23Remove outdated commentsDenys Vlasenko2-5/+2
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
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-03-30fsck: use printf for message, not bb_info_msgDenys Vlasenko1-3/+3
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2015-10-19fsck: do not use staticsDenys Vlasenko1-128/+133
2015-10-18chattr,lsattr: shorten help messageDenys Vlasenko2-8/+6
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko7-69/+55
2015-07-19Remove old_e2fsprogs/*Denys Vlasenko133-40044/+0
2015-06-07fix if(p)/free(p) constructManinder Singh4-14/+7
2015-05-25typo fixesManinder Singh17-24/+24
2015-03-26typo fixDenys Vlasenko1-1/+1
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2-3/+3
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko11-562/+15
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko3-14/+549
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko2-0/+12
2011-11-28old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko1-2/+7
2011-10-10busybox v1.19.2 updateTanguy Pruvot24-2946/+2941
2011-09-11tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko1-4/+11
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko9-27/+11
2011-05-07iostat: code shrink ~0.5kMaksym Kryzhanovskyy3-187/+131
2011-04-16Fix double words in comments. No code changesMarek Polacek8-9/+9
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
2011-02-02whitespace fixesDenys Vlasenko13-21/+21
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko6-61/+44
2010-10-04tune2fs: implement -c and -i optionsRichard Braun2-17/+35
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-25*: trailing empty lines removedDenys Vlasenko42-46/+15
2010-07-25*: more empty lines removed. no code changesDenys Vlasenko5-4/+7
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-07-18mark Linux-specific configuration optionsJeremie Koenig19-4/+114
2010-07-18tweak defconfigDenys Vlasenko2-2/+2
[next]