summaryrefslogtreecommitdiff
path: root/sysklogd
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko1-1/+1
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko1-4/+9
2013-11-26logread: flush output. closes 6710Denys Vlasenko1-0/+1
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa1-4/+7
2013-07-28logread: intercept all fatal signals, not just SIGINTDenys Vlasenko1-5/+4
2013-03-15sysklogd: trim help textDenys Vlasenko1-1/+1
2013-01-20syslogd: do not segfault on parse error when using default config. Closes 5762Denys Vlasenko1-1/+3
2013-01-18syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checksPeter Korsgaard1-12/+10
2013-01-14whitespace fixes. no code changesDenys Vlasenko1-1/+1
2013-01-06syslogd: add option to log to Linux kernel printk bufferPeter Korsgaard2-1/+76
2013-01-05klogd: handle multi-char log levelsPeter Korsgaard1-5/+2
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2-1/+7
2011-10-28syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer1-0/+8
2011-09-16syslogd: fix missing newline problen in memory log buffer. Closes 4159Denys Vlasenko1-2/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko4-4/+0
2011-05-25syslogd,klogd: better help textDenys Vlasenko2-13/+20
2011-04-16small fixes atop syslog config patchDenys Vlasenko2-8/+6
2011-04-16syslogd: small fix to config patchSergey Naumov1-3/+9
2011-04-11move remaining help text from include/usage.src.hPere Orga4-0/+54
2011-04-10syslogd: optional support for /etc/syslog.confSergey Naumov2-65/+275
2011-03-07klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko1-1/+30
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko1-1/+2
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca1-0/+5
2010-10-28*: whitespace fixesDenys Vlasenko1-3/+3
2010-10-19klogd: do not log partial linesDenys Vlasenko1-9/+10
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko6-6/+6
2010-08-03syslogd: close/re-resolve/reopen remote sockets on some sendto() errorsDaniel Dickinson1-6/+20
2010-08-01klogd: make it work on non-linux systemsJeremie Koenig2-19/+126
2010-07-26*: trailing empty lines removedDenys Vlasenko1-1/+0
2010-07-19mark Linux-specific configuration optionsJeremie Koenig1-0/+1
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko2-0/+4
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko1-8/+8
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2-0/+0
2010-03-31fix Config.in tab usageDenys Vlasenko1-8/+8
2010-03-31syslogd: make maximum message length configurableJanne Kiviluoto2-1/+11
2010-02-28syslog: allow multiple -R optionsThomas Geulig1-36/+50
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko1-1/+1
2010-01-29syslog: remove stray umask(0)Denys Vlasenko1-1/+1
2010-01-04*: remove some uses of argcDenys Vlasenko1-3/+2
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko1-1/+1
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko1-1/+0
2009-04-22syslogd: added comment, no code changesDenis Vlasenko1-0/+2
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko1-28/+28
2009-03-02syslogd: create logfile with 0666, not 0600.Denis Vlasenko1-3/+9
2008-12-09syslogd: comment out file locking;Denis Vlasenko1-33/+46
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko1-7/+6
2008-11-19klogd: fix small buglet in previous commitDenis Vlasenko1-0/+1
2008-11-19klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko1-20/+17
2008-10-29whitespace fixes, no code changesDenis Vlasenko1-1/+1
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko1-28/+43