summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* Merge sync of headsjg2015-05-274-17/+28
|\
| * path.h is not needed here.delphij2015-05-161-2/+0
| * Update .Dd, sync usage() for -F. Missed in previous change.pluknet2015-03-032-2/+2
| * Add and document an option to cause syslogd to run in therpaulo2015-03-032-4/+19
| * Make syslogd work in case shutdown() is POSIX-ly correct.ed2015-02-191-1/+2
| * Fix two clang 3.6.0 warnings in usr.sbin/syslogd:dim2015-02-051-4/+2
| * Increase the buffer size to keep the list of programm names whenae2014-12-121-2/+2
| * Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
* | Updated dependenciessjg2014-05-161-1/+0
* | Updated dependenciessjg2014-05-101-0/+2
* | Merge from headsjg2014-05-081-1/+1
|\ \ | |/
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* | Merge headsjg2014-04-281-8/+15
|\ \ | |/
| * Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentiallyian2013-11-131-1/+3
| * This fixes 3 problems in syslogd related to sizing receive buffers...ian2013-11-131-7/+12
* | Merge from headsjg2013-09-051-3/+2
|\ \ | |/
| * syslogd: Use closefrom() instead of getdtablesize()/close() loop.jilles2013-04-271-3/+2
* | Updated dependenciessjg2013-03-111-0/+1
* | Updated dependenciessjg2013-02-161-2/+0
* | Sync with HEAD.obrien2013-02-081-1/+5
|\ \ | |/
| * - Make sure that errno isn't modified before calling logerror() in errormarkj2012-12-201-1/+5
| |
| \
*-. \ Sync from headsjg2012-11-043-7/+26
|\ \ \ | | |/ | |/|
| * | Add missing const keywords.ed2012-10-191-4/+4
| * | Add documentation for IPv6 supporteadler2012-09-121-1/+9
| * | Add support for ipv6 addresses as destinationbapt2012-09-121-1/+12
| |/
| * Minor spelling fixes.joel2012-06-031-1/+1
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
|/
* Update man page to present -T argument in synopsissbruno2012-03-141-1/+1
* Add a new option, -N to disable the default and recommended syslogd(8)delphij2011-07-142-8/+31
* Here v->iov_len has been assigned the return value from snprintf.dwmalone2011-01-191-2/+3
* This isn't WARNS=6 safe. It fails to build on mips. Retore oldimp2010-08-081-0/+2
* jh pointed out that src/usr.sbin already has a globalolli2010-08-071-2/+0
* syslogd(8) already supports *sending* log messages to non-olli2010-08-073-9/+60
* Port all applications in usr.sbin/ from libulog to utmpx.ed2010-01-132-4/+3
* Let syslogd use utmpx.ed2009-12-242-27/+18
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-251-0/+4
* syslog.conf(5): correct exampleavg2009-06-111-4/+4
* Add "crit" to the list of keywords.trhodes2008-12-231-3/+3
* Constify 'name' field in struct funix. This commit makes syslogd(8)delphij2008-12-191-1/+1
* Fixing !INET6 builds after bumping WARNS to 3.avatar2008-12-181-2/+8
* Use passed parameter rather than the #define.obrien2008-12-171-2/+2
* Rather than hardcode the 'struct iovec iov' array size, use a #define.obrien2008-12-172-11/+13
* Use "allowed_peer" throughout this manual page.trhodes2008-12-071-2/+3
* Add a flag, -T, that tells syslogd to always replace the timestamp ondwmalone2008-09-252-7/+24
* Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.obrien2008-09-011-2/+1
* Allow comment to be placed at the end of a configuration line.sobomax2008-07-092-0/+25
* Add a -8 switch to syslogd to prevent it from mangling 8-bit data.brian2008-05-142-5/+26
* Two no-op fixes to improve corretness of syslogd code:dwmalone2008-02-201-3/+4
* + Open ctty in non-blocking mode to avoid hangs during open and close(waitingobrien2007-12-111-9/+20
* style(9)obrien2007-12-051-15/+15
OpenPOWER on IntegriCloud