1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  3. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  4. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 13 years ago
  5. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 13 years ago
  6. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  7. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  8. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. 36dcf4e ar: fix a regression: "ar t arch.a" stopped shoting files by Nguyễn Thái Ngọc Duy · 14 years ago
  11. 535584c ar: add archive creation support by Alexander Shishkin · 14 years ago
  12. 4928f3b ar: heh, there *was* "-1" already... by Denys Vlasenko · 14 years ago
  13. 40e5a30 ar: fix two bugs, one added by prev comment and other we SEGV with no params by Denys Vlasenko · 14 years ago
  14. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 14 years ago
  15. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  16. 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
  17. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  18. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  19. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  20. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  21. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  22. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  23. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  24. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  25. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  26. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 17 years ago
  27. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  28. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  29. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  30. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  31. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  32. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  33. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  34. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  35. c1ef7bd just whitespace by Tim Riker · 18 years ago
  36. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  37. f1ab127 Prepend '-' to the first argument if required, more const, indent by "Vladimir N. Oleynik" · 19 years ago
  38. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  39. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  40. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  41. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  42. ae38d65 abort if user passes -r or if they dont pass anything by Mike Frysinger · 19 years ago
  43. d952ee2 Make it more apparent that archive creation is not supported by Eric Andersen · 20 years ago
  44. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  45. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  46. 930453b Use bb_getopt_ulflags, saves some space, better argument checking. by Glenn L McGrath · 20 years ago
  47. 142abc1 Fix a compile error when only using ar, patch by Paul van Gool by Glenn L McGrath · 21 years ago
  48. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  49. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  50. 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
  51. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  52. a47a3ea Fix simple define problem by Glenn L McGrath · 22 years ago
  53. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  54. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  55. 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
  56. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  57. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  58. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  59. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
  60. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 23 years ago
  61. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  62. 47fd219 Rename variable that shadows global by Glenn L McGrath · 23 years ago
  63. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  64. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  65. e5f3957 Fix warning by Glenn L McGrath · 23 years ago
  66. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 23 years ago
  67. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  68. 728875f Consmetic changes by Glenn L McGrath · 23 years ago
  69. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  70. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 23 years ago
  71. 7541e3a add dpkg-deb command by Glenn L McGrath · 23 years ago
  72. 4f1b012 Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes. by Glenn L McGrath · 23 years ago
  73. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  74. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  75. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  76. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  77. d995493 Clean up error messages. by Matt Kraai · 24 years ago
  78. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  79. fca8050 Fix .deb unpack and experimental TAR support by Glenn L McGrath · 24 years ago
  80. 49352ad Simplify a few little things, and merge in a patch from by Eric Andersen · 24 years ago
  81. bd7c671 remove some printf statements i forgot about by Glenn L McGrath · 24 years ago
  82. e2b345a Implemented new ar functionality unique to busybox ar (i think), the -R by Glenn L McGrath · 24 years ago
  83. 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
  84. 6fb88e7 Fix permisions by Glenn L McGrath · 24 years ago
  85. 8324b9f Now supports GNU style long filenames. by Glenn L McGrath · 24 years ago
  86. 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
  87. 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  88. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  89. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  90. 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
  91. 852ff13 Update to ar.c from Glenn McGrath. His comments follow: by Eric Andersen · 24 years ago
  92. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago