aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/syslogd.c
AgeCommit message (Expand)Author
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
2008-10-29whitespace fixes, no code changesDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-11logger: "clean up" a dirty hack a bitDenis Vlasenko
2008-05-24syslogd: do not error out on missing files to rotate. closes bug 3404.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-26syslogd: optional support for dropping dups. closes bug 436.Denis Vlasenko
2008-02-25*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2008-02-23syslogd: small shrinkDenis Vlasenko
2008-02-20udhcp: make paths configurableDenis Vlasenko
2008-02-19syslogd: tighten up hostname handling.Denis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-13syslogd: send '\n'-terminated messages over the network.Denis Vlasenko
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-07syslogd: fix shmat error checkDenis Vlasenko
2008-01-03syslogd: avoid excessive tine() system callsDenis Vlasenko
2008-01-03syslogd: don't die if remote host's IP cannot be resolved.Denis Vlasenko
2007-11-18syslogd: use DEV_CONSOLE consistentlyDenis Vlasenko
2007-11-10syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko
2007-11-06modprobe: fix a bug where we were entering endless loopDenis Vlasenko
2007-11-06telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko
2007-10-11vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-07syslogd: do not need to poll(), we can just block in read().Denis Vlasenko