1. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 23 years ago
  2. 704b2c2 There was an unwanted extra newline, which prevented building by Eric Andersen · 23 years ago
  3. 3a0057e Fix egrep by Eric Andersen · 23 years ago
  4. 0a6f1d3 One tinly, little, missing newline that confused Pod. by Mark Whitley · 23 years ago
  5. 2825ee8 Fix linuxrc define by Eric Andersen · 23 years ago
  6. 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 23 years ago
  7. 40e5e7c Applied patch from Christophe Boyanique to add an egrep alias for grep. by Mark Whitley · 23 years ago
  8. 2b1c367 Amazing the difference between an "and" and an "or". by Eric Andersen · 23 years ago
  9. c319601 Some updates for libc5 by Eric Andersen · 23 years ago
  10. e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 23 years ago
  11. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 23 years ago
  12. 22b889a Adjust ifconfig usage message for selected options and current functionality. by Manuel Novoa III · 23 years ago
  13. 13d1fa1 Add in 'trim' routine. Fix up sh.c so it works when wordexp by Eric Andersen · 24 years ago
  14. 4cc8f31 Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. by Mark Whitley · 24 years ago
  15. ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
  16. 450736c Added Magnus Damm's tftp applet to Busybox. by Mark Whitley · 24 years ago
  17. 39842de Applied patch from David Douthitt to fix build error in df.c when by Mark Whitley · 24 years ago
  18. 4142d4d Patch from Vladimir N. Oleynik to save 128 bytes by moving error by Eric Andersen · 24 years ago
  19. dc12190 The usage message for syslogd had stuff longer then 80 chars and wrapped. by Eric Andersen · 24 years ago
  20. 3757f98 Another usage cleanup from kent robotti by Eric Andersen · 24 years ago
  21. 7a9cc2d More cleanups by Eric Andersen · 24 years ago
  22. ed0d958 Make HUMAN_READABLE be single argument like the others. by Eric Andersen · 24 years ago
  23. a0cfe94 More usage cleanups from kent robotti. I know some of these were by Eric Andersen · 24 years ago
  24. 56082dc space after \ make preprocessor sad by David Kimdon · 24 years ago
  25. 3574b70 Somewhere along the line, MAKE_LINKS got broken, thereby breaking by Eric Andersen · 24 years ago
  26. 41492d6 I should be more careful... by Eric Andersen · 24 years ago
  27. c163e51 Turn off the printf attribute for the ?error_msg* functions, since it by Eric Andersen · 24 years ago
  28. 544891d Add in kent robotti's updated dos2unix.c by Eric Andersen · 24 years ago
  29. 4b2e69a Commit a few updates to the usage messages. by Eric Andersen · 24 years ago
  30. 7e9276b Another update to the way usage messages are done by Evin Robertson by Eric Andersen · 24 years ago
  31. 3d20f77 A bunch of usage clenups from kent robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  32. 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
  33. c1c4311 Fins find message. by Eric Andersen · 24 years ago
  34. 3ec8ffb I forgot to add usage.h, so here it is, with a few extra cleanups. by Eric Andersen · 24 years ago
  35. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  36. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
  37. ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
  38. fc83c4c Several cleanups from Manuel Novoa III. by Eric Andersen · 24 years ago
  39. 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
  40. c30ab0f New applet: dpkg by Glenn L McGrath · 24 years ago
  41. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  42. f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
  43. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  44. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  45. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  46. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  47. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
  48. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  49. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  50. 01bda5d Better dmalloc handling by Eric Andersen · 24 years ago
  51. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
  52. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  53. bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
  54. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  55. ab147f6 Removed isBlank and isWildCard macros that were totally unused (should anyone by Mark Whitley · 24 years ago
  56. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  57. 2187adc Flag day warning! by Eric Andersen · 24 years ago
  58. 868c057 Patch from Larry Doolittle so it will build the newdocs right. by Eric Andersen · 24 years ago
  59. 8755982 Remove #ifdef __STDC__ junk. We don't do K&R round these parts, by Eric Andersen · 24 years ago
  60. 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
  61. e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
  62. a683ee8 "I will always compile before I commit." by Eric Andersen · 24 years ago
  63. e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
  64. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  65. 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
  66. 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
  67. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  68. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  69. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  70. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  71. f6b7139 Add in busybox.h. I renamed it, and forgot to commit the newky named version. by Eric Andersen · 24 years ago