1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  3. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  4. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 17 years ago
  5. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  6. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  7. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  8. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  9. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  10. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  11. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  12. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  13. b66c931 kill pointless memory.h includes by Mike Frysinger · 18 years ago
  14. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  15. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  16. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  17. 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
  18. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  19. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  20. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  21. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  22. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  23. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  24. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  25. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  26. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  27. 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
  28. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  29. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  30. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  31. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  32. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  33. 3fe7f9f More minor updates to docs (and making apps behave as the docs by Erik Andersen · 24 years ago
  34. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  35. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  36. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  37. 3e0fbae fixes grep, added loadfont from debian bootfloppies. -Erik by Eric Andersen · 25 years ago