1. 15f7d61 which: add -a to help text by Denys Vlasenko · 3 years, 1 month ago
  2. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  3. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  4. cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
  5. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  6. 819b47a new NOFORKs: clear, nproc, tty, uname, arch, unlink, which by Denys Vlasenko · 7 years ago
  7. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  8. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  9. 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  10. 1e3cce6 which: rewrite by Timo Teräs · 11 years ago
  11. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  12. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  13. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  14. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  15. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  16. f592aa3 which: -a support (needed for bfin uclibc build script) by Denis Vlasenko · 17 years ago
  17. 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
  18. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  19. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 18 years ago
  20. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  21. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  22. 9d93873 fix which-uses-default-path by Denis Vlasenko · 18 years ago
  23. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  24. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  25. 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
  26. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  27. f86a5ba Remove unnecessary consts. by Rob Landley · 18 years ago 1_2_0
  28. fc2aea1 Rearrange order of type qualifiers. by "Robert P. J. Day" · 18 years ago
  29. 66e3a22 - minor shrinkage by Bernhard Reutner-Fischer · 19 years ago
  30. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  31. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  32. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  33. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  34. db485cf committing bug #7: by Paul Fox · 19 years ago
  35. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  36. bbf2ce3 Fix a compile error identiefied by Steven Scholz. by Glenn L McGrath · 21 years ago
  37. e84152e Check file has execute permission for the current user, minor formating by Glenn L McGrath · 21 years ago
  38. 984b451 fix a bug where `which' doesn't check whether the file passed as an argument by Glenn L McGrath · 21 years ago
  39. e78fe24 sigh by Eric Andersen · 21 years ago
  40. 514633b Tomasz Motylewski reported that the 'which' applet does not find by Eric Andersen · 21 years ago
  41. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  42. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  43. 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]
  44. a3181dd Do not segfault if PATH is unset. by Matt Kraai · 23 years ago
  45. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  46. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
  47. 8d35134 A bug fix from Vladimir for a memory leak I stupidly added to which.c. by Eric Andersen · 24 years ago
  48. 044a72d Larry suggested using concat_path_file() would be an even safer bet by Eric Andersen · 24 years ago
  49. 7526f03 Fix a buffer overflow. Which accounted for the size of the path, plus the the by Eric Andersen · 24 years ago
  50. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 24 years ago
  51. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  52. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  53. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  54. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  55. 768a234 Fixed return status (thanks to David Douthitt for the fix). by Matt Kraai · 24 years ago
  56. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  57. 38c8551 Path count was out by one, fixed it by Glenn L McGrath · 24 years ago
  58. 63dde9d Simplify and remove dependence on PATH_MAX by Glenn L McGrath · 24 years ago
  59. 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
  60. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  61. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  62. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  63. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  64. c389d91 "which" rewritten to use stat(). Fixes to improve its compatability by Pavel Roskin · 25 years ago
  65. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago