1. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  2. 2789906 Removed obsoleted BB_FEATURE_RM_INTERACTIVE by Mark Whitley · 23 years ago
  3. 207587a Applied patch from I.Q. to add -s to cmp. by Mark Whitley · 23 years ago
  4. c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 23 years ago
  5. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  6. 8810bdb Rewrote rm. by Matt Kraai · 23 years ago
  7. 9f0fedb Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately by Eric Andersen · 23 years ago
  8. 0144103 Use generic flag names. by Matt Kraai · 23 years ago
  9. 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 23 years ago
  10. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 23 years ago
  11. 3e310ac Applied patch from Larry Doolittle to give users the third option of putting by Mark Whitley · 23 years ago
  12. b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 23 years ago
  13. fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 23 years ago
  14. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  15. 5d81768 by John Beppu · 23 years ago
  16. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 23 years ago
  17. 3136904 Document new dpkg-deb funtions by Glenn L McGrath · 23 years ago
  18. 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
  19. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 23 years ago
  20. 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 23 years ago
  21. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 23 years ago
  22. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 23 years ago
  23. 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
  24. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 23 years ago
  25. a283157 convert() is used by dos2unix and unix2dos by Glenn L McGrath · 23 years ago
  26. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  27. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  28. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 23 years ago
  29. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  30. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  31. 303dd28 Make 'grep -l' work by Eric Andersen · 23 years ago
  32. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  33. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  34. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  35. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  36. b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 23 years ago
  37. 3f98040 I said no new features till after the 0.51 release. Well, I lied. This is a by Eric Andersen · 23 years ago
  38. c97ec34 A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now by Eric Andersen · 23 years ago
  39. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  40. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 23 years ago
  41. e0a7f91 Applied patch from David Douthitt to re-add -print option to find. by Mark Whitley · 23 years ago
  42. d98e574 Patch bass ackwards behavior of hr flag. by Matt Kraai · 23 years ago
  43. a2e68fc Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). by Matt Kraai · 23 years ago
  44. 5cd2a2d In fact, socklen_t *is* defined by libc5. by Mark Whitley · 23 years ago
  45. 6f93277 Added adjtimex applet from Larry Doolittle. by Mark Whitley · 23 years ago
  46. 4ef37d0 chown was missing a ] in its usage msg by Eric Andersen · 23 years ago
  47. 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 23 years ago
  48. b183dfa Split error messages into separate files. by Eric Andersen · 23 years ago
  49. e2a3cd1 Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique by Eric Andersen · 23 years ago
  50. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 23 years ago
  51. 704b2c2 There was an unwanted extra newline, which prevented building by Eric Andersen · 23 years ago
  52. 3a0057e Fix egrep by Eric Andersen · 23 years ago
  53. 0a6f1d3 One tinly, little, missing newline that confused Pod. by Mark Whitley · 23 years ago
  54. 2825ee8 Fix linuxrc define by Eric Andersen · 23 years ago
  55. 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 23 years ago
  56. 40e5e7c Applied patch from Christophe Boyanique to add an egrep alias for grep. by Mark Whitley · 23 years ago
  57. 2b1c367 Amazing the difference between an "and" and an "or". by Eric Andersen · 23 years ago
  58. c319601 Some updates for libc5 by Eric Andersen · 23 years ago
  59. e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 23 years ago
  60. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 23 years ago
  61. 22b889a Adjust ifconfig usage message for selected options and current functionality. by Manuel Novoa III · 23 years ago
  62. 13d1fa1 Add in 'trim' routine. Fix up sh.c so it works when wordexp by Eric Andersen · 24 years ago
  63. 4cc8f31 Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. by Mark Whitley · 24 years ago
  64. ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
  65. 450736c Added Magnus Damm's tftp applet to Busybox. by Mark Whitley · 24 years ago
  66. 39842de Applied patch from David Douthitt to fix build error in df.c when by Mark Whitley · 24 years ago
  67. 4142d4d Patch from Vladimir N. Oleynik to save 128 bytes by moving error by Eric Andersen · 24 years ago
  68. dc12190 The usage message for syslogd had stuff longer then 80 chars and wrapped. by Eric Andersen · 24 years ago
  69. 3757f98 Another usage cleanup from kent robotti by Eric Andersen · 24 years ago
  70. 7a9cc2d More cleanups by Eric Andersen · 24 years ago
  71. ed0d958 Make HUMAN_READABLE be single argument like the others. by Eric Andersen · 24 years ago
  72. a0cfe94 More usage cleanups from kent robotti. I know some of these were by Eric Andersen · 24 years ago
  73. 56082dc space after \ make preprocessor sad by David Kimdon · 24 years ago
  74. 3574b70 Somewhere along the line, MAKE_LINKS got broken, thereby breaking by Eric Andersen · 24 years ago
  75. 41492d6 I should be more careful... by Eric Andersen · 24 years ago
  76. c163e51 Turn off the printf attribute for the ?error_msg* functions, since it by Eric Andersen · 24 years ago
  77. 544891d Add in kent robotti's updated dos2unix.c by Eric Andersen · 24 years ago
  78. 4b2e69a Commit a few updates to the usage messages. by Eric Andersen · 24 years ago
  79. 7e9276b Another update to the way usage messages are done by Evin Robertson by Eric Andersen · 24 years ago
  80. 3d20f77 A bunch of usage clenups from kent robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  81. 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
  82. c1c4311 Fins find message. by Eric Andersen · 24 years ago
  83. 3ec8ffb I forgot to add usage.h, so here it is, with a few extra cleanups. by Eric Andersen · 24 years ago
  84. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  85. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
  86. ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
  87. fc83c4c Several cleanups from Manuel Novoa III. by Eric Andersen · 24 years ago
  88. 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
  89. c30ab0f New applet: dpkg by Glenn L McGrath · 24 years ago
  90. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  91. f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
  92. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  93. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  94. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  95. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  96. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
  97. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  98. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  99. 01bda5d Better dmalloc handling by Eric Andersen · 24 years ago
  100. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago