aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* MFC r332877: Correct size for allocation and bzero of fdsr.Xin LI2018-05-081-2/+2
* Revert r330897:Eitan Adler2018-03-292-6/+2
* Partial merge of the SPDX changesEitan Adler2018-03-142-2/+6
* MFC r330034David Bright2018-03-081-2/+8
* In stable/11, support for including config. files is broken and only theOllivier Robert2017-12-291-2/+3
* Revert r326103, as it appeared to be incorrect.Gleb Smirnoff2017-11-281-14/+1
* MFC r325558:Gleb Smirnoff2017-11-221-1/+14
* MFC r310888:Eugene Grosbein2017-07-071-16/+20
* MFC r314233:Enji Cooper2017-03-121-4/+6
* MFC r314226:Enji Cooper2017-03-071-2/+2
* MFC r313356:Enji Cooper2017-02-141-1/+1
* MFC r313358,r313360:Enji Cooper2017-02-141-6/+6
* MFC r309194, r309216Baptiste Daroussin2016-11-281-0/+1
* MFC r308160:Baptiste Daroussin2016-11-162-82/+162
* MFC r305707:Baptiste Daroussin2016-10-221-4/+1
* syslogd: Enable repeated line compression for lines of any length.Alan Somers2016-01-271-1/+1
* Have syslogd honor 'mesg' status when logging to users.Kurt Lidl2015-11-251-1/+25
* die() would never return, mark it as so.Xin LI2015-08-271-1/+1
* Set f_file to -1/F_UNUSED when after closing when possibleEnji Cooper2015-08-051-8/+20
* syslogd: re-read the timezone when receive a SIGHUP.Rui Paulo2015-06-161-0/+18
* syslogd: don't leak finet0.Rui Paulo2015-06-161-0/+1
* syslogd: support multiple -b options.Rui Paulo2015-06-162-8/+44
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-17/+28
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\
| * \ Merge headSimon J. Gerraty2014-04-281-8/+15
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-051-3/+2
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-1/+5
| |\ \ \ \
| * \ \ \ \ Sync from headSimon J. Gerraty2012-11-043-7/+26
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | | | path.h is not needed here.Xin LI2015-05-161-2/+0
* | | | | | | Update .Dd, sync usage() for -F. Missed in previous change.Sergey Kandaurov2015-03-032-2/+2
* | | | | | | Add and document an option to cause syslogd to run in theRui Paulo2015-03-032-4/+19
* | | | | | | Make syslogd work in case shutdown() is POSIX-ly correct.Ed Schouten2015-02-191-1/+2
* | | | | | | Fix two clang 3.6.0 warnings in usr.sbin/syslogd:Dimitry Andric2015-02-051-4/+2
* | | | | | | Increase the buffer size to keep the list of programm names whenAndrey V. Elsukov2014-12-121-2/+2
* | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentiallyIan Lepore2013-11-131-1/+3
* | | | | This fixes 3 problems in syslogd related to sizing receive buffers...Ian Lepore2013-11-131-7/+12
| |_|_|/ |/| | |
* | | | syslogd: Use closefrom() instead of getdtablesize()/close() loop.Jilles Tjoelker2013-04-271-3/+2
| |_|/ |/| |
* | | - Make sure that errno isn't modified before calling logerror() in errorMark Johnston2012-12-201-1/+5
| |/ |/|
* | Add missing const keywords.Ed Schouten2012-10-191-4/+4
* | Add documentation for IPv6 supportEitan Adler2012-09-121-1/+9
* | Add support for ipv6 addresses as destinationBaptiste Daroussin2012-09-121-1/+12