1. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  2. 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
  3. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  4. 92d84c4 Fix klogd applet compilation on the FreeBSD by Alex Samorukov · 4 years ago
  5. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  6. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  7. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  8. efe99b5 syslogd: delay PID file creation until syslogd is ready by Joachim Nilsson · 4 years, 7 months ago
  9. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  10. eb7f9ac syslogd: add config option to include milliseconds in timestamps by Peter Korsgaard · 4 years, 10 months ago
  11. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  12. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  13. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  14. 9d539f9 sysklogd: add timestamp option to ignore message timestamps by Peter Korsgaard · 6 years ago
  15. c16ae46 klogd: code shrink by Denys Vlasenko · 6 years ago
  16. e807351 klogd: better help text by Denys Vlasenko · 6 years ago
  17. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  18. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  19. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  20. cf686ae syslogd,logger: code shrink for musl by Denys Vlasenko · 7 years ago
  21. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  22. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  23. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  24. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  25. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  26. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  27. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  28. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  29. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  30. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  31. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  32. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  33. ea1b444 syslogd: minor tweaks to text by Mike Frysinger · 9 years ago
  34. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  35. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  36. d34f300 sysklogd/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  37. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  38. 92edab1 logread: implement dumpfollow mode of operation by Phil Sutter · 10 years ago
  39. ae57fca syslogd: make "reopen log file every second" logic work for multiple logs by Joshua Judson Rosen · 10 years ago
  40. e46047a syslogd: syslogd: don't *decrement* log_file->size on write failures by Joshua Judson Rosen · 10 years ago
  41. a28c1b2 syslogd: make "-O -" log to stdout by Denys Vlasenko · 10 years ago
  42. 9aa6ffb syslogd: Unify unlink/truncate + unlock log-rotation logic by Joshua Judson Rosen · 11 years ago
  43. b905d6c syslogd: remember to un-writelock log-files even when called with "-b 0" by Joshua Judson Rosen · 11 years ago
  44. 1b90e03 syslogd: avoid spurious ftrunctate() calls for "-b 0" by Joshua Judson Rosen · 11 years ago
  45. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  46. 26ad256 logread: don't call shmdt() before exit, kernel does it for us. by Denys Vlasenko · 11 years ago
  47. 71f6c1a logread: flush output. closes 6710 by Denys Vlasenko · 11 years ago
  48. adc30b4 syslogd: use _PATH_LOG when available by Cédric Cabessa · 11 years ago
  49. 2641426 logread: intercept all fatal signals, not just SIGINT by Denys Vlasenko · 11 years ago
  50. 257a775 sysklogd: trim help text by Denys Vlasenko · 12 years ago
  51. 81fa999 syslogd: do not segfault on parse error when using default config. Closes 5762 by Denys Vlasenko · 12 years ago
  52. 9980707 syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks by Peter Korsgaard · 12 years ago
  53. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  54. cd776cf syslogd: add option to log to Linux kernel printk buffer by Peter Korsgaard · 12 years ago
  55. d189b59 klogd: handle multi-char log levels by Peter Korsgaard · 12 years ago
  56. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  57. 8de2e42 syslogd: work around rename() not renaming hardlinks to themselves by Christian Engelmayer · 13 years ago
  58. 514cbfc syslogd: fix missing newline problen in memory log buffer. Closes 4159 by Denys Vlasenko · 13 years ago
  59. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  60. aeab42e syslogd,klogd: better help text by Denys Vlasenko · 14 years ago
  61. 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 14 years ago
  62. e9c8bed syslogd: small fix to config patch by Sergey Naumov · 14 years ago
  63. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  64. 73ef15c syslogd: optional support for /etc/syslog.conf by Sergey Naumov · 14 years ago
  65. 8b6b472 klogd: fix the problem of delayed handling of ^C and SIGTERM by Denys Vlasenko · 14 years ago
  66. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  67. 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 14 years ago
  68. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  69. 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
  70. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  71. e74d798 syslogd: close/re-resolve/reopen remote sockets on some sendto() errors by Daniel Dickinson · 14 years ago
  72. 63c2e7e klogd: make it work on non-linux systems by Jeremie Koenig · 14 years ago
  73. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  74. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  75. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  76. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  77. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  78. 345e093 fix Config.in tab usage by Denys Vlasenko · 15 years ago
  79. c897dfe syslogd: make maximum message length configurable by Janne Kiviluoto · 15 years ago
  80. d2f7779 syslog: allow multiple -R options by Thomas Geulig · 15 years ago
  81. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  82. a425242 syslog: remove stray umask(0) by Denys Vlasenko · 15 years ago
  83. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  84. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  85. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  86. 574c316 syslogd: added comment, no code changes by Denis Vlasenko · 16 years ago
  87. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  88. d9415d6 syslogd: create logfile with 0666, not 0600. by Denis Vlasenko · 16 years ago
  89. 0d94820 syslogd: comment out file locking; by Denis Vlasenko · 16 years ago
  90. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  91. 58a8891 klogd: fix small buglet in previous commit by Denis Vlasenko · 16 years ago
  92. 2e7dc5d klogctl: fix a problem where we don't terminate read data with '\0' by Denis Vlasenko · 16 years ago
  93. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  94. 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
  95. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  96. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  97. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  98. bd1aeeb logger: "clean up" a dirty hack a bit by Denis Vlasenko · 16 years ago
  99. 7bdf0c8 klogd: make help text more understandable by Denis Vlasenko · 17 years ago
  100. 69dc325 syslogd: do not error out on missing files to rotate. closes bug 3404. by Denis Vlasenko · 17 years ago