1. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  2. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  3. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  4. 345e093 fix Config.in tab usage by Denys Vlasenko · 15 years ago
  5. c897dfe syslogd: make maximum message length configurable by Janne Kiviluoto · 15 years ago
  6. d2f7779 syslog: allow multiple -R options by Thomas Geulig · 15 years ago
  7. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  8. a425242 syslog: remove stray umask(0) by Denys Vlasenko · 15 years ago
  9. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  10. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  11. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  12. 574c316 syslogd: added comment, no code changes by Denis Vlasenko · 16 years ago
  13. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  14. d9415d6 syslogd: create logfile with 0666, not 0600. by Denis Vlasenko · 16 years ago
  15. 0d94820 syslogd: comment out file locking; by Denis Vlasenko · 16 years ago
  16. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  17. 58a8891 klogd: fix small buglet in previous commit by Denis Vlasenko · 16 years ago
  18. 2e7dc5d klogctl: fix a problem where we don't terminate read data with '\0' by Denis Vlasenko · 16 years ago
  19. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  20. 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
  21. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  22. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  23. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  24. bd1aeeb logger: "clean up" a dirty hack a bit by Denis Vlasenko · 16 years ago
  25. 7bdf0c8 klogd: make help text more understandable by Denis Vlasenko · 17 years ago
  26. 69dc325 syslogd: do not error out on missing files to rotate. closes bug 3404. by Denis Vlasenko · 17 years ago
  27. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  28. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  29. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  30. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  31. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  32. be048f2 syslogd: optional support for dropping dups. closes bug 436. by Denis Vlasenko · 17 years ago
  33. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
  34. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  35. a7259b6 syslogd: small shrink by Denis Vlasenko · 17 years ago
  36. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  37. 92657d4 syslogd: tighten up hostname handling. by Denis Vlasenko · 17 years ago
  38. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  39. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  40. 75cddd8 syslogd: send '\n'-terminated messages over the network. by Denis Vlasenko · 17 years ago
  41. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  42. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  43. 4e9ca75 syslogd: fix shmat error check by Denis Vlasenko · 17 years ago
  44. 4dada74 syslogd: avoid excessive tine() system calls by Denis Vlasenko · 17 years ago
  45. 4f2e8bc syslogd: don't die if remote host's IP cannot be resolved. by Denis Vlasenko · 17 years ago
  46. d202328 fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  47. e85dbae logread: add forgotten INIT_G(); by Denis Vlasenko · 17 years ago
  48. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  49. 70ab28f syslogd: use DEV_CONSOLE consistently init: remove obsolete comment by Denis Vlasenko · 17 years ago
  50. 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
  51. d031b20 syslogd: support "symlink to symlink" for /dev/log; reduce stack usage by Denis Vlasenko · 17 years ago
  52. cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
  53. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  54. 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
  55. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  56. ebeaea0 logger: fix a problem of losing all argv except first by Denis Vlasenko · 17 years ago
  57. d7ecd86 syslogd: do not need to poll(), we can just block in read(). by Denis Vlasenko · 17 years ago
  58. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  59. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  60. a1120a8 syslogd: set syslog IPC buffer to mode 0644 by Denis Vlasenko · 17 years ago
  61. 5f1b149 syslogd,logread: get rid of head pointer, fix logread bug in the process by Denis Vlasenko · 17 years ago
  62. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  63. 2ee028d syslogd: do not convert tabs to ^I by Denis Vlasenko · 17 years ago
  64. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  65. bb4b9f1 - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE by Bernhard Reutner-Fischer · 18 years ago
  66. 3c8b5ba syslogd: move some vectors from data to text. Needs uclibc patch by Denis Vlasenko · 18 years ago
  67. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
  68. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  69. dd999a2 klogd: remove dependency on syslogd by Denis Vlasenko · 18 years ago
  70. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  71. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  72. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  73. 4f93cde syslogd: fix it for small BUFSIZ case by Denis Vlasenko · 18 years ago
  74. 5e892ba syslogd: reduce data/bss usage. Code size is practically the same. by Denis Vlasenko · 18 years ago
  75. c84520d klogd: code de-obfuscation with small code size reduction by Denis Vlasenko · 18 years ago
  76. 4998c81 syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds by Denis Vlasenko · 18 years ago
  77. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  78. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  79. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  80. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  81. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  82. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  83. 4df8135 undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects by Denis Vlasenko · 18 years ago
  84. 085231f code shrinkage by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  85. bbe5146 a bit more IPv6-ization work syslogd: converted to use it (in -R host:port) by Denis Vlasenko · 18 years ago
  86. 1c962f2 Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  87. 59f2c34 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  88. bae7948 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  89. db1edde compilation fix by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  90. 0f48663 - shrink by 26 bytes or so by Bernhard Reutner-Fischer · 18 years ago
  91. 8fc4011 - shrink klogd a tiny bit. by Bernhard Reutner-Fischer · 18 years ago
  92. 8a820b2 syslogs: a bit better wording in explanation how buffering is allocated by Denis Vlasenko · 18 years ago
  93. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
  94. b893497 syslogd: stop doing open/fstat/lseek/close on _every_ write by Denis Vlasenko · 18 years ago
  95. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  96. ceab870 syslogd: almost rewritten. Had several obvious bugs... by Denis Vlasenko · 18 years ago
  97. e428e9d klogd: small optimizations (btw, I looked into syslogd... that's frightening!) by Denis Vlasenko · 18 years ago
  98. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  99. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  100. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago