1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  3. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  4. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  5. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  6. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  7. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  8. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  9. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  10. 5b27fbe dc: use common_bufsiz1 for evaluation stack by Denis Vlasenko · 17 years ago
  11. b5b45a9 dnsd: last commit had a typo :( by Denis Vlasenko · 17 years ago
  12. d3bac03 dnsd: fix several buglets, make smaller by Denis Vlasenko · 17 years ago
  13. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 17 years ago
  14. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  15. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  16. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  17. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
  18. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  19. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  20. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  21. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  22. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  23. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  24. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  25. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  26. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  27. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
  28. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
  29. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 18 years ago
  30. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  31. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  32. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 18 years ago
  33. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  34. 2e5ee8e +#include <sys/socket.h> remove unused 'int i' form main whitespacing only by "Vladimir N. Oleynik" · 19 years ago
  35. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago