1. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  2. c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
  3. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  4. b9e4ce9 Update dpkg usage by Glenn L McGrath · 23 years ago
  5. 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
  6. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  7. 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
  8. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  9. 5c58d28 A traceroute applet from vodz. This could probably be slimmed down, by Eric Andersen · 23 years ago
  10. d22b78f Fix a stupid bug revealed by multibuild.pl by Eric Andersen · 23 years ago
  11. 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
  12. 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
  13. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  14. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  15. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  16. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  17. a010571 Remove obsolete function declaration. by Matt Kraai · 23 years ago
  18. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 23 years ago
  19. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  20. 091781e Support tar -C, per bug #1176 -Erik by Eric Andersen · 23 years ago
  21. 075228a Remove documentation of unsupported sed options. by Matt Kraai · 23 years ago
  22. 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
  23. f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 23 years ago
  24. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 23 years ago
  25. 5246225 Add padding to struct sysinfo needed by m68k (note and patch by Richard Hirst). by Matt Kraai · 23 years ago
  26. 62ebe2e Remove space between ar options by Glenn L McGrath · 23 years ago
  27. cda5cf1 Correct ar options by Glenn L McGrath · 23 years ago
  28. 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 23 years ago
  29. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  30. 3200f5a It turns out the descriptions of both dos2unix and unix2dos by Eric Andersen · 23 years ago
  31. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  32. abec344 A couple more minor touchups by Eric Andersen · 23 years ago
  33. 317827d Several cleanups for usage messages by Eric Andersen · 23 years ago
  34. 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 23 years ago
  35. 6197c51 Fix an escape problem in the docs. Some \n's didn't have the '\' by Eric Andersen · 23 years ago
  36. d6ef074 Rewrote copyfd to use library functions, terminate, and copy correct data. by Matt Kraai · 23 years ago
  37. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  38. 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 23 years ago
  39. 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 23 years ago
  40. c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
  41. 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 23 years ago
  42. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 23 years ago
  43. 238da24 Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack.org> by Eric Andersen · 23 years ago
  44. c96381b Fix env usage information. by Matt Kraai · 23 years ago
  45. 8cd16d8 This syncs things with Vladimir's latest patches. Also gets by Eric Andersen · 23 years ago
  46. 0e9aef3 Oops. I was a bit too hasty and also changed applet_name. by Eric Andersen · 23 years ago
  47. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  48. 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 23 years ago
  49. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  50. 2789906 Removed obsoleted BB_FEATURE_RM_INTERACTIVE by Mark Whitley · 23 years ago
  51. 207587a Applied patch from I.Q. to add -s to cmp. by Mark Whitley · 23 years ago
  52. c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 23 years ago
  53. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  54. 8810bdb Rewrote rm. by Matt Kraai · 23 years ago
  55. 9f0fedb Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately by Eric Andersen · 23 years ago
  56. 0144103 Use generic flag names. by Matt Kraai · 23 years ago
  57. 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 23 years ago
  58. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 23 years ago
  59. 3e310ac Applied patch from Larry Doolittle to give users the third option of putting by Mark Whitley · 23 years ago
  60. b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 23 years ago
  61. fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 23 years ago
  62. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  63. 5d81768 by John Beppu · 23 years ago
  64. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 23 years ago
  65. 3136904 Document new dpkg-deb funtions by Glenn L McGrath · 23 years ago
  66. 685f5fd untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f by Glenn L McGrath · 23 years ago
  67. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 23 years ago
  68. 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 23 years ago
  69. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 23 years ago
  70. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 23 years ago
  71. c9cac5b Change size to unsinged long long, so if -1 is passed it will read as much as possible. by Glenn L McGrath · 23 years ago
  72. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 23 years ago
  73. a283157 convert() is used by dos2unix and unix2dos by Glenn L McGrath · 23 years ago
  74. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  75. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  76. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 23 years ago
  77. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  78. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  79. 303dd28 Make 'grep -l' work by Eric Andersen · 23 years ago
  80. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  81. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  82. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  83. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  84. b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 23 years ago
  85. 3f98040 I said no new features till after the 0.51 release. Well, I lied. This is a by Eric Andersen · 23 years ago
  86. c97ec34 A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now by Eric Andersen · 23 years ago
  87. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  88. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 23 years ago
  89. e0a7f91 Applied patch from David Douthitt to re-add -print option to find. by Mark Whitley · 23 years ago
  90. d98e574 Patch bass ackwards behavior of hr flag. by Matt Kraai · 23 years ago
  91. a2e68fc Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). by Matt Kraai · 23 years ago
  92. 5cd2a2d In fact, socklen_t *is* defined by libc5. by Mark Whitley · 23 years ago
  93. 6f93277 Added adjtimex applet from Larry Doolittle. by Mark Whitley · 23 years ago
  94. 4ef37d0 chown was missing a ] in its usage msg by Eric Andersen · 23 years ago
  95. 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 23 years ago
  96. b183dfa Split error messages into separate files. by Eric Andersen · 23 years ago
  97. e2a3cd1 Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique by Eric Andersen · 23 years ago
  98. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 23 years ago
  99. 704b2c2 There was an unwanted extra newline, which prevented building by Eric Andersen · 23 years ago
  100. 3a0057e Fix egrep by Eric Andersen · 23 years ago