1. 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
  2. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  3. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 17 years ago
  4. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  5. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  6. 9d93873 fix which-uses-default-path by Denis Vlasenko · 18 years ago
  7. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  8. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  9. 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
  10. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  11. f86a5ba Remove unnecessary consts. by Rob Landley · 18 years ago
  12. fc2aea1 Rearrange order of type qualifiers. by "Robert P. J. Day" · 18 years ago
  13. 66e3a22 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  14. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  15. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  16. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  17. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  18. db485cf committing bug #7: by Paul Fox · 19 years ago
  19. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  20. bbf2ce3 Fix a compile error identiefied by Steven Scholz. by Glenn L McGrath · 21 years ago
  21. e84152e Check file has execute permission for the current user, minor formating by Glenn L McGrath · 21 years ago
  22. 984b451 fix a bug where `which' doesn't check whether the file passed as an argument by Glenn L McGrath · 21 years ago
  23. e78fe24 sigh by Eric Andersen · 21 years ago
  24. 514633b Tomasz Motylewski reported that the 'which' applet does not find by Eric Andersen · 21 years ago
  25. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  26. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  27. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago[Renamed from findutils/which.c]
  28. a3181dd Do not segfault if PATH is unset. by Matt Kraai · 23 years ago
  29. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  30. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  31. 8d35134 A bug fix from Vladimir for a memory leak I stupidly added to which.c. by Eric Andersen · 23 years ago
  32. 044a72d Larry suggested using concat_path_file() would be an even safer bet by Eric Andersen · 23 years ago
  33. 7526f03 Fix a buffer overflow. Which accounted for the size of the path, plus the the by Eric Andersen · 23 years ago
  34. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 23 years ago
  35. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  36. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  37. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  38. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  39. 768a234 Fixed return status (thanks to David Douthitt for the fix). by Matt Kraai · 24 years ago
  40. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  41. 38c8551 Path count was out by one, fixed it by Glenn L McGrath · 24 years ago
  42. 63dde9d Simplify and remove dependence on PATH_MAX by Glenn L McGrath · 24 years ago
  43. 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
  44. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  45. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  46. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  47. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  48. c389d91 "which" rewritten to use stat(). Fixes to improve its compatability by Pavel Roskin · 24 years ago
  49. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago