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. fe7cd64 don't pass argc in getopt32, it's superfluous 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. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  7. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  8. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  9. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  10. 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
  11. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  12. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 18 years ago
  13. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  14. c1ef7bd just whitespace by Tim Riker · 19 years ago
  15. ea97282 bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefile.in for switch_root applet by "Vladimir N. Oleynik" · 19 years ago
  16. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  17. 15eb39c Stephane Billiart writes: by Eric Andersen · 21 years ago
  18. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  19. 89f10bc Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  20. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  21. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  22. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  23. c4f72d1 fix function prototype by Eric Andersen · 21 years ago
  24. 7f2935b Remove final \n by Eric Andersen · 21 years ago
  25. e15138a Teach rdate to timeout in 10 seconds to avoid blocking forever by Eric Andersen · 21 years ago
  26. 725db19 Very minor rdate updates by Eric Andersen · 21 years ago
  27. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  28. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  29. c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
  30. 13cb842 Rework option handling to save space. by Matt Kraai · 23 years ago
  31. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  32. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  33. 40eaa9f Size optimization for rdate from Vladimir by Eric Andersen · 23 years ago
  34. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  35. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  36. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  37. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  38. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  39. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  40. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  41. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  42. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  43. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  44. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  45. d1ee7e3 Silence a warning, by Eric Andersen · 24 years ago
  46. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  47. ba35b98 Fix a potential warning by Eric Andersen · 24 years ago
  48. 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago