aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/syslogd.c
AgeCommit message (Expand)Author
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-11-16syslogd: delay PID file creation until syslogd is readyJoachim Nilsson
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-01-29syslogd: add config option to include milliseconds in timestampsPeter Korsgaard
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-08-26sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard
2017-08-16syslogd,logger: code shrink for muslDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-04syslogd: minor tweaks to textMike Frysinger
2015-10-22remove systemd supportDenys Vlasenko
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2014-07-03syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen
2014-07-02syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen
2014-07-02syslogd: make "-O -" log to stdoutDenys Vlasenko
2014-06-02syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen
2014-06-02syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen
2014-06-02syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa
2013-03-15sysklogd: trim help textDenys Vlasenko
2013-01-20syslogd: do not segfault on parse error when using default config. Closes 5762Denys Vlasenko
2013-01-18syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checksPeter Korsgaard
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2013-01-06syslogd: add option to log to Linux kernel printk bufferPeter Korsgaard
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2011-10-28syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer
2011-09-16syslogd: fix missing newline problen in memory log buffer. Closes 4159Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-25syslogd,klogd: better help textDenys Vlasenko
2011-04-16small fixes atop syslog config patchDenys Vlasenko
2011-04-16syslogd: small fix to config patchSergey Naumov
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-10syslogd: optional support for /etc/syslog.confSergey Naumov
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-03syslogd: close/re-resolve/reopen remote sockets on some sendto() errorsDaniel Dickinson
2010-03-31syslogd: make maximum message length configurableJanne Kiviluoto
2010-02-28syslog: allow multiple -R optionsThomas Geulig
2010-01-29syslog: remove stray umask(0)Denys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-04-22syslogd: added comment, no code changesDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-02syslogd: create logfile with 0666, not 0600.Denis Vlasenko
2008-12-09syslogd: comment out file locking;Denis Vlasenko