1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  3. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  4. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  5. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  6. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  7. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  8. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  9. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  10. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  11. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  12. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  13. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  14. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  15. cdbae77 printf() arguments shouldn't be passed straight from user supplied data. by Rob Landley · 19 years ago
  16. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  17. 3071e2f Patch from Matthew S. Wood: by Rob Landley · 19 years ago
  18. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  19. 95f75a3 Patch from Bastian Blank to fix debian bug #226722, test case: by Glenn L McGrath · 21 years ago
  20. cfc0ad4 Batch from Bastian Blank to fix debian bug #216435; by Glenn L McGrath · 21 years ago
  21. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  22. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  23. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  24. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 22 years ago
  25. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  26. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  27. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  28. d69d2da use perror_msg instead of perror to print the applet name. -Erik by Eric Andersen · 24 years ago
  29. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  30. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  31. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  32. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  33. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  34. 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
  35. aa3908d Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work. by Glenn L McGrath · 24 years ago
  36. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  37. 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
  38. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  39. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  40. 0c838af Re-enable ln -n in the help. -Erik by Eric Andersen · 24 years ago
  41. 195fa15 Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  42. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  43. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  44. 6f9985e Pavel Roskin <proski@gnu.org> just found a nasty memory by Eric Andersen · 24 years ago
  45. addc9c2 Document 'ln --' -Erik by Eric Andersen · 24 years ago
  46. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  47. 110fc0c Check for 3 and more arguments was incorrect by Pavel Roskin · 24 years ago
  48. 2e96523 ln: fixed command line parser. Added support for "--" by Pavel Roskin · 24 years ago
  49. 815e904 Fixed a bunch of stuff: by Eric Andersen · 24 years ago
  50. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  51. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  52. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  53. 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
  54. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  55. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  56. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  57. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  58. 29d2e36 Fixed ln, df, and removed redundant stuff from mtab. by Eric Andersen · 25 years ago
  59. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  60. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  61. f6be944 More stuff by Eric Andersen · 25 years ago
  62. cc8ed39 Initial revision by Eric Andersen · 25 years ago