| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r249983: syslogd: Use closefrom() instead of getdtablesize()/close() | Jilles Tjoelker | 2013-05-04 | 1 | -3/+2 |
| * | MFC 244523: | Mark Johnston | 2012-12-31 | 1 | -1/+5 |
| * | MFC r240389,r240409: | Eitan Adler | 2012-10-12 | 1 | -1/+12 |
| * | Add a new option, -N to disable the default and recommended syslogd(8) | Xin LI | 2011-07-14 | 1 | -7/+23 |
| * | Here v->iov_len has been assigned the return value from snprintf. | David Malone | 2011-01-19 | 1 | -2/+3 |
| * | syslogd(8) already supports *sending* log messages to non- | Oliver Fromme | 2010-08-07 | 1 | -4/+36 |
| * | Port all applications in usr.sbin/ from libulog to utmpx. | Ed Schouten | 2010-01-13 | 1 | -2/+1 |
| * | Let syslogd use utmpx. | Ed Schouten | 2009-12-24 | 1 | -25/+16 |
| * | Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap | Attilio Rao | 2009-11-25 | 1 | -0/+4 |
| * | Constify 'name' field in struct funix. This commit makes syslogd(8) | Xin LI | 2008-12-19 | 1 | -1/+1 |
| * | Fixing !INET6 builds after bumping WARNS to 3. | Tai-hwa Liang | 2008-12-18 | 1 | -2/+8 |
| * | Use passed parameter rather than the #define. | David E. O'Brien | 2008-12-17 | 1 | -2/+2 |
| * | Rather than hardcode the 'struct iovec iov' array size, use a #define. | David E. O'Brien | 2008-12-17 | 1 | -10/+12 |
| * | Add a flag, -T, that tells syslogd to always replace the timestamp on | David Malone | 2008-09-25 | 1 | -7/+12 |
| * | Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL. | David E. O'Brien | 2008-09-01 | 1 | -2/+1 |
| * | Allow comment to be placed at the end of a configuration line. | Maxim Sobolev | 2008-07-09 | 1 | -0/+11 |
| * | Add a -8 switch to syslogd to prevent it from mangling 8-bit data. | Brian Somers | 2008-05-14 | 1 | -3/+7 |
| * | Two no-op fixes to improve corretness of syslogd code: | David Malone | 2008-02-20 | 1 | -3/+4 |
| * | + Open ctty in non-blocking mode to avoid hangs during open and close(waiting | David E. O'Brien | 2007-12-11 | 1 | -9/+20 |
| * | style(9) | David E. O'Brien | 2007-12-05 | 1 | -15/+15 |
| * | Sync usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2006-09-29 | 1 | -2/+2 |
| * | Add the ability to log to an arbitrary udp port as well as the | Julian Elischer | 2006-04-17 | 1 | -6/+40 |
| * | Currently, if writing out a log entry fails, we unlink that log entry from our | Christian S.J. Peron | 2006-03-30 | 1 | -5/+12 |
| * | By default (for security reasons) syslogd(8) doesn't create log files | Pawel Jakub Dawidek | 2006-03-06 | 1 | -3/+7 |
| * | style(9) nitlet: | Warner Losh | 2005-10-17 | 1 | -1/+2 |
| * | setsockopt() will return -1 on error, not 0. | Olivier Houchard | 2005-09-28 | 1 | -1/+1 |
| * | Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier. | Olivier Houchard | 2005-09-28 | 1 | -1/+7 |
| * | Use pidfile(3) in syslogd(8). | Pawel Jakub Dawidek | 2005-08-24 | 1 | -9/+16 |
| * | Add cases for ENOBUFS and ENETDOWN. We need to make sure that we | Christian S.J. Peron | 2005-05-19 | 1 | -0/+2 |
| * | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO | 2005-05-13 | 1 | -17/+5 |
| * | Add -S option which allows to change the pathname of the privileged | Hiroki Sato | 2005-04-13 | 1 | -1/+6 |
| * | Check that supplied facility is not bigger than LOG_NFACILITIES. | Gleb Smirnoff | 2005-03-28 | 1 | -0/+7 |
| * | Allow ':' and '%' in hostname specifications so that we can specify IPv6 | David Malone | 2004-12-28 | 1 | -1/+1 |
| * | Some syslog messages delimit the program tag with whitespace rather | David Malone | 2004-12-28 | 1 | -2/+2 |
| * | Fix a minor comment typo: priveleged = privileged. | Giorgos Keramidas | 2004-11-18 | 1 | -1/+1 |
| * | Really revert the whitespace change to usage(). | Ruslan Ermilov | 2004-11-11 | 1 | -3/+3 |
| * | Change TABs back to spaces in usage string constants. | Gleb Smirnoff | 2004-11-11 | 1 | -3/+3 |
| * | Whitespace. | Gleb Smirnoff | 2004-11-11 | 1 | -11/+11 |
| * | Double receive buffer size on sockets. | Gleb Smirnoff | 2004-11-11 | 1 | -1/+18 |
| * | Protect against local flooder of /var/run/log. Do not loop forever in | Gleb Smirnoff | 2004-11-04 | 1 | -3/+7 |
| * | - Use stailqueue for sockets instead of socket buffer. Thus | Gleb Smirnoff | 2004-11-04 | 1 | -38/+74 |
| * | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | Warner Losh | 2004-08-07 | 1 | -4/+0 |
| * | Fix dofsync() declaration. | Colin Percival | 2004-07-04 | 1 | -1/+1 |
| * | Where syslogd would have fsync()ed a file in the past, instead set a flag | Colin Percival | 2004-07-04 | 1 | -3/+25 |
| * | Also terminate program names if we hit a '/' - this is to be slightly | David Malone | 2004-05-30 | 1 | -1/+2 |
| * | A log file name may now be prefixed by a '-' if it should not be | David Malone | 2004-05-30 | 1 | -2/+12 |
| * | Try to be more careful about using using the file descriptor f_file. | David Malone | 2004-05-30 | 1 | -7/+13 |
| * | Some string fixes. | David Malone | 2004-05-29 | 1 | -4/+9 |
| * | Exit with a warning if the path to one of the logging sockets is | David Malone | 2004-05-29 | 1 | -0/+4 |
| * | Fix some bugs that don't manifest themselves in practice. | David Malone | 2004-05-29 | 1 | -3/+6 |