Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2021-06-24move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko
2021-06-24e2fsprogs: code shrinkDenys Vlasenko
2021-06-24lsattr,chattr: do not open e.g. device files unless asked directly; do not fo...Denys Vlasenko
2021-06-23chattr: if IOC_FSGETXATTR fails, do not try IOC_FSSETXATTRDenys Vlasenko
2021-06-23chattr: fix "chattr =ae -R FILE"Denys Vlasenko
2021-06-23chattr,lsattr: share stat error messageDenys Vlasenko
2021-06-23e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko
2021-06-23chattr: update list of attributes in --helpDenys Vlasenko
2021-06-20lsattr: support more ext2 flagsDenys Vlasenko
2021-06-20lsattr,chattr: support -pDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-05chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko
2017-08-05chattr: fix option parsing to accept more cryptic option combosDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-23Remove outdated commentsDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-30fsck: use printf for message, not bb_info_msgDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2015-10-19fsck: do not use staticsDenys Vlasenko
2015-10-19chattr,lsattr: shorten help messageDenys Vlasenko
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko
2015-07-20Remove old_e2fsprogs/*Denys Vlasenko
2015-06-07fix if(p)/free(p) constructManinder Singh
2015-05-25typo fixesManinder Singh
2015-03-26typo fixDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko