1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  3. be048f2 syslogd: optional support for dropping dups. closes bug 436. by Denis Vlasenko · 17 years ago
  4. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
  5. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  6. a7259b6 syslogd: small shrink by Denis Vlasenko · 17 years ago
  7. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  8. 92657d4 syslogd: tighten up hostname handling. by Denis Vlasenko · 17 years ago
  9. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  10. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  11. 75cddd8 syslogd: send '\n'-terminated messages over the network. by Denis Vlasenko · 17 years ago
  12. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  13. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  14. 4e9ca75 syslogd: fix shmat error check by Denis Vlasenko · 17 years ago
  15. 4dada74 syslogd: avoid excessive tine() system calls by Denis Vlasenko · 17 years ago
  16. 4f2e8bc syslogd: don't die if remote host's IP cannot be resolved. by Denis Vlasenko · 17 years ago
  17. 70ab28f syslogd: use DEV_CONSOLE consistently init: remove obsolete comment by Denis Vlasenko · 17 years ago
  18. d031b20 syslogd: support "symlink to symlink" for /dev/log; reduce stack usage by Denis Vlasenko · 17 years ago
  19. cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
  20. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  21. 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
  22. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  23. d7ecd86 syslogd: do not need to poll(), we can just block in read(). by Denis Vlasenko · 17 years ago
  24. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  25. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  26. a1120a8 syslogd: set syslog IPC buffer to mode 0644 by Denis Vlasenko · 17 years ago
  27. 5f1b149 syslogd,logread: get rid of head pointer, fix logread bug in the process by Denis Vlasenko · 17 years ago
  28. 2ee028d syslogd: do not convert tabs to ^I by Denis Vlasenko · 17 years ago
  29. 3c8b5ba syslogd: move some vectors from data to text. Needs uclibc patch by Denis Vlasenko · 17 years ago
  30. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  31. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 17 years ago
  32. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  33. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 17 years ago
  34. 4f93cde syslogd: fix it for small BUFSIZ case by Denis Vlasenko · 17 years ago
  35. 5e892ba syslogd: reduce data/bss usage. Code size is practically the same. by Denis Vlasenko · 17 years ago
  36. 4998c81 syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds by Denis Vlasenko · 18 years ago
  37. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  38. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  39. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  40. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  41. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  42. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  43. bbe5146 a bit more IPv6-ization work syslogd: converted to use it (in -R host:port) by Denis Vlasenko · 18 years ago
  44. 1c962f2 Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  45. 59f2c34 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  46. bae7948 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  47. db1edde compilation fix by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  48. 8a820b2 syslogs: a bit better wording in explanation how buffering is allocated by Denis Vlasenko · 18 years ago
  49. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
  50. b893497 syslogd: stop doing open/fstat/lseek/close on _every_ write by Denis Vlasenko · 18 years ago
  51. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  52. ceab870 syslogd: almost rewritten. Had several obvious bugs... by Denis Vlasenko · 18 years ago
  53. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  54. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  55. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  56. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  57. 02be0f5 syslogd: do not retry udp sends (can stall syslogd for extended periods by Denis Vlasenko · 18 years ago
  58. 14c1940 syslogd: getopt_ulflags'ification (save ~50 bytes) by Denis Vlasenko · 18 years ago
  59. 1decd0e syslogd: add option to suppress logging of messages lower than level N (-n N) by Denis Vlasenko · 18 years ago
  60. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  61. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  62. 028ba28 More allbareconfig fixes. by Rob Landley · 18 years ago
  63. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  64. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  65. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  66. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
  67. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  68. 0c013f5 - commentary typo and superfluous whitespace removal in weird messages. by Bernhard Reutner-Fischer · 18 years ago
  69. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  70. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  71. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  72. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  73. c1ef7bd just whitespace by Tim Riker · 19 years ago
  74. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  75. d3d829a 20 bytes data to bss by "Vladimir N. Oleynik" · 19 years ago
  76. b32b1db complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  77. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  78. 2c6b418 Kunihiko IMAI writes: by Eric Andersen · 19 years ago
  79. 27cbffd applying fix for: by Paul Fox · 19 years ago
  80. 73ebb88 Patch by Felipe Kellermann, fix a bug introduced in the last patch by adding a condition around the remote logging, also adds some comments. by Glenn L McGrath · 20 years ago
  81. f91b928 Felipe Kellermann writes: by Eric Andersen · 20 years ago
  82. 192c35f Tito writes: by Eric Andersen · 20 years ago
  83. 75813ee Togg writes: by Eric Andersen · 20 years ago
  84. 5529b7b Reverse my previous change, "::" is a GNU getopt extension that allows by Glenn L McGrath · 20 years ago
  85. e8f4651 Fix bug in accepting buffer size argument by Glenn L McGrath · 20 years ago
  86. bb692cd Add missing 'S' to the getopt string. by Eric Andersen · 20 years ago
  87. 7f94a5c Patch from Bastian Blank: by Eric Andersen · 20 years ago
  88. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  89. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  90. df2c565 Fix from Paul Kortekaas for syslog -C option, size should be in kB. by Glenn L McGrath · 21 years ago
  91. d4a5e25 Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  92. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  93. 29c77f7 Arnd Ben Otto writes: by Eric Andersen · 21 years ago
  94. a79220d add size parameter to syslogd -C by Glenn L McGrath · 21 years ago
  95. fe538ba Vodz, last_patch_104 by Glenn L McGrath · 21 years ago
  96. dc72f3a Vodz, last patch 104 by Glenn L McGrath · 21 years ago
  97. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  98. e527207 eliminate DOSTATIC, DODEBUG, etc and name them sensibly by Eric Andersen · 21 years ago
  99. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  100. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago