1. 836b792 cpio: add support for --renumber-inodes like GNU cpio by Ariadne Conill · 3 years, 6 months ago
  2. 8aa5585 cpio: add support for --ignore-devno like GNU cpio by Ariadne Conill · 3 years, 6 months ago
  3. 1e7ca18 Regularize "NUL terminated input" --help texts by Denys Vlasenko · 3 years, 4 months ago
  4. b1a2762 cpio: fix "cpio -d -p A/B/C" by Denys Vlasenko · 3 years, 6 months ago
  5. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  6. 7c443d1 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  7. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  8. 9be4d4f cpio: if longopts are enabled, accept --null (synonym for -0) by Denys Vlasenko · 6 years ago
  9. 4d0e2d5 tweak help texts by Denys Vlasenko · 6 years ago
  10. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  11. d950322 cpio: extract "unsafe" symlinks the same way tar/unzip does by Natanael Copa · 7 years ago
  12. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  13. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  14. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  15. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  16. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  17. d2f4241 cpio: tweak help text by Denys Vlasenko · 8 years ago
  18. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  19. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  20. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  21. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  22. 184b266 cpio: reinstate "options:" line in help text by Denys Vlasenko · 10 years ago
  23. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  24. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  25. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  26. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  27. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  28. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  29. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  30. 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
  31. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  32. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  33. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  34. ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
  35. 4640ccc cpio: "NNN blocks" should go to stderr by Matheus Izvekov · 15 years ago
  36. 02dd96f cpio: fix -o-less cpio -F FILE by Denys Vlasenko · 15 years ago
  37. 607f65d cpio: improve help text more; fix -p and -F interaction by Denys Vlasenko · 15 years ago
  38. 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
  39. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  40. af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
  41. 40e5a30 ar: fix two bugs, one added by prev comment and other we SEGV with no params by Denys Vlasenko · 15 years ago
  42. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  43. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  44. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  45. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  46. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  47. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  48. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  49. 05af832 cpio: more compat: -0 and -L options by Denis Vlasenko · 16 years ago
  50. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  51. c503dde cpio: emit TRAILER even when hard links were found. by Denis Vlasenko · 16 years ago
  52. cf4dd07 cpio: fix regression in prev commit (harmless) by Denis Vlasenko · 16 years ago
  53. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  54. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  55. 4d0cd28 cpio: make long opts depend only on ENABLE_GETOPT_LONG by Denis Vlasenko · 16 years ago
  56. ee1b3b1 cpio: on unpack, limit filename length to 8k; shorten comment a bit by Denis Vlasenko · 16 years ago
  57. 2b407b1 cpio: support some long options; document GNU options by Denis Vlasenko · 16 years ago
  58. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  59. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  60. bbd55c9 cpio: fix -m to actually work as expected (Pascal Bellard) by Denis Vlasenko · 16 years ago
  61. 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
  62. 1a95e39 cpio: typo fix in error message by Denis Vlasenko · 17 years ago
  63. 261f237 cpio: optional support for writing cpio files in newc format. by Denis Vlasenko · 17 years ago
  64. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  65. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  66. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  67. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  68. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  69. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  70. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  71. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  72. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  73. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  74. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  75. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  76. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  77. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  78. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  79. 10b7813 Fix option handling, -i or -t must be given, if both ignore the -t. by Glenn L McGrath · 21 years ago
  80. 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
  81. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  82. b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago
  83. 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
  84. 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
  85. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  86. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  87. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  88. 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
  89. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  90. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  91. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  92. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago