1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  3. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  4. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  5. 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
  6. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  7. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  8. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  9. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  10. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  11. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 17 years ago
  12. c84520d klogd: code de-obfuscation with small code size reduction by Denis Vlasenko · 18 years ago
  13. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  14. 8fc4011 - shrink klogd a tiny bit. by Bernhard Reutner-Fischer · 18 years ago
  15. e428e9d klogd: small optimizations (btw, I looked into syslogd... that's frightening!) by Denis Vlasenko · 18 years ago
  16. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  17. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  18. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  19. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  20. 595159f - shrink klogd a bit by Bernhard Reutner-Fischer · 18 years ago
  21. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
  22. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  23. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  24. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  25. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  26. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  27. 570f655 Cleanup patch from tito: migrate option parsing to the bb_ functions and fix by Rob Landley · 19 years ago
  28. 12ed333 Part of patch from William Barsse, fixes a problem with unescaped %. by Glenn L McGrath · 20 years ago
  29. 0373cf1 Do not mess with the console logging level unless asked to do so. -Erik by Eric Andersen · 20 years ago
  30. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  31. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  32. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  33. 68d4a85 Fixup bugs in last patch by Eric Andersen · 21 years ago
  34. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  35. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  36. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  37. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  38. 6ed7759 Update email address for Gennady Feldman <gena01@gena01.com> by Glenn L McGrath · 22 years ago
  39. e1ad672 add the -c option, modified version of a patch from Bastian Blank by Glenn L McGrath · 22 years ago
  40. 06c35da patch from John Hall <john.hall@optionexist.co.uk> to change the by Eric Andersen · 22 years ago
  41. 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
  42. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  43. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  44. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  45. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 23 years ago
  46. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  47. e5c24df Use daemon() to spawn syslogd and klogd daemons. -Erik by Eric Andersen · 23 years ago
  48. c319601 Some updates for libc5 by Eric Andersen · 23 years ago
  49. 6bff9cc Added some comment lines in the header indicating that Gennady Feldman is the by Mark Whitley · 23 years ago
  50. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 23 years ago