1. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
  2. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  3. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  4. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  5. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  6. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  7. e9a5a69 rdate: tweak comments, no code changes by Denys Vlasenko · 7 years ago
  8. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  9. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  10. 6e51139 rdate: time(NULL) is shorter than time(&var) by Denys Vlasenko · 8 years ago
  11. 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
  12. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  13. 54e9585 trivial code shrink by Denys Vlasenko · 10 years ago
  14. 39f82d4 rdate: code shrink by Denys Vlasenko · 12 years ago
  15. 93c32f2 rdate: code shrink by Denys Vlasenko · 12 years ago
  16. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  17. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  18. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  19. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  20. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  21. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  22. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  23. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  24. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  25. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  26. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  27. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  28. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  29. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  30. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  31. 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
  32. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  33. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 19 years ago
  34. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  35. c1ef7bd just whitespace by Tim Riker · 19 years ago
  36. 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
  37. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  38. 15eb39c Stephane Billiart writes: by Eric Andersen · 21 years ago
  39. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  40. 89f10bc Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  41. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  42. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  43. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  44. c4f72d1 fix function prototype by Eric Andersen · 21 years ago
  45. 7f2935b Remove final \n by Eric Andersen · 21 years ago
  46. e15138a Teach rdate to timeout in 10 seconds to avoid blocking forever by Eric Andersen · 21 years ago
  47. 725db19 Very minor rdate updates by Eric Andersen · 21 years ago
  48. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  49. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  50. c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
  51. 13cb842 Rework option handling to save space. by Matt Kraai · 23 years ago
  52. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
  53. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
  54. 40eaa9f Size optimization for rdate from Vladimir by Eric Andersen · 24 years ago
  55. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  56. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  57. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  58. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  59. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  60. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  61. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  62. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  63. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  64. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  65. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  66. d1ee7e3 Silence a warning, by Eric Andersen · 24 years ago
  67. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  68. ba35b98 Fix a potential warning by Eric Andersen · 24 years ago
  69. 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago