Age | Commit message (Expand) | Author |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-09-28 | move storage helpers to libbb.h | Denys Vlasenko |
2018-06-06 | restore documentation on the build config language | Kartik Agaram |
2018-05-24 | fsck: fix incorrect handling of child exit | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-05 | chattr,lsattr,tune2fs: make them NOEXEC | Denys Vlasenko |
2017-08-05 | chattr: fix option parsing to accept more cryptic option combos | Denys Vlasenko |
2017-08-02 | do not use `a' quoting style in comments | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-01-29 | vi,fsck: do not use build timestamp unconditionally. Closes 9626 | Denys Vlasenko |
2016-11-28 | Code style fixes, no code changes | Denys Vlasenko |
2016-11-23 | Remove outdated comments | Denys Vlasenko |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-03-30 | fsck: use printf for message, not bb_info_msg | Denys Vlasenko |
2016-03-30 | Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts | Denys Vlasenko |
2015-10-19 | fsck: do not use statics | Denys Vlasenko |
2015-10-19 | chattr,lsattr: shorten help message | Denys Vlasenko |
2015-10-18 | e2fsprogs/*: convert to new-style "one file" applets | Denys Vlasenko |
2015-07-19 | Remove old_e2fsprogs/* | Denys Vlasenko |
2015-06-07 | fix if(p)/free(p) construct | Maninder Singh |
2015-05-25 | typo fixes | Maninder Singh |
2015-03-26 | typo fix | Denys Vlasenko |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |
2013-01-14 | whitespace fixes. no code changes | Denys Vlasenko |
2012-09-27 | fix unsafe bb_perror_msg(filename) calls | Denys Vlasenko |
2012-04-17 | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko |
2012-04-13 | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko |
2012-04-12 | work around linux/ext2_fs.h breakage | Denys Vlasenko |
2011-11-28 | old_e2fsprogs/blkid: close the fd after we are done with it | Denys Vlasenko |
2011-09-11 | tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901. | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-13 | fix "variable 'foo' set but not used" warnings | Denys Vlasenko |
2011-05-07 | iostat: code shrink ~0.5k | Maksym Kryzhanovskyy |
2011-04-16 | Fix double words in comments. No code changes | Marek Polacek |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga |
2011-02-26 | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-10-05 | tune2fs: implement -c and -i options | Richard Braun |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-16 | *: fix "see file License ..." - the file is named LICENSE (in uppercase) | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |