| Commit message (Expand) | Author | Age | Files | Lines |
* | Submitted by: archie@whistle.com | julian | 1998-08-25 | 2 | -3/+4 |
* | Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd for | phk | 1998-07-27 | 1 | -3/+3 |
* | Add -u, -v and -vv options to syslogd, this improves the control and | phk | 1998-07-22 | 3 | -17/+147 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -2/+2 |
* | Fix off by 1 error. | guido | 1998-07-02 | 1 | -2/+2 |
* | Note in log file if messages are being forwarded from a | steve | 1998-06-27 | 1 | -2/+9 |
* | Implement new argument -l (OpenBSD has -a but we already use that). | guido | 1998-06-25 | 2 | -59/+98 |
* | Reviewed by: guido@mouse.gvr.org | julian | 1998-06-24 | 1 | -25/+18 |
* | Allow syslogd to separate out kernel log messages with a known | julian | 1998-06-10 | 2 | -6/+22 |
* | Remove a bogus dependency on the size of the inkernel msgbuf. | phk | 1998-05-19 | 1 | -4/+3 |
* | Make syslogd function in non-secure mode. | brian | 1998-05-07 | 1 | -4/+4 |
* | Augment the last change after some deliberation with rgrimes & peter. | phk | 1998-04-24 | 2 | -25/+35 |
* | Even with '-s', syslogd still creates an AF_INET socket, although | phk | 1998-04-22 | 1 | -23/+22 |
* | Don't assume sigset_t and int are equivalent. Also, get | jraynard | 1998-02-28 | 1 | -6/+8 |
* | Cosmetic in usage string. | charnier | 1997-10-20 | 3 | -21/+23 |
* | Documentation for the LOG_NTP facility. While i was at it, added a | joerg | 1997-10-06 | 1 | -2/+9 |
* | Use snprintf() instead of sprintf() most of the time. | brian | 1997-09-19 | 2 | -13/+13 |
* | Explain a little more about the piping feature. | joerg | 1997-09-14 | 1 | -3/+7 |
* | Nobody ever seemed to be interested in reviewing these changes, and i | joerg | 1997-05-03 | 2 | -10/+284 |
* | add an Id line, minor mdoc fix ups | jmg | 1997-04-29 | 2 | -35/+63 |
* | Whoops -- code inspection showed I forgot to clean up getopt string | pst | 1997-04-26 | 1 | -2/+2 |
* | Secure mode (-s) incorrectly disabled both sending and receiving of syslog | pst | 1997-04-26 | 2 | -22/+15 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
* | Save and restore the state of the variable Initialized inside die(). | joerg | 1997-03-14 | 1 | -1/+4 |
* | Typo police. | mpp | 1997-02-22 | 1 | -4/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | The "burn-in" phase has finished: this set of patches seems to run | joerg | 1997-02-22 | 2 | -7/+287 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | Unlink LogName before attempting to open it. Since we now have a lovely | jkh | 1997-01-03 | 1 | -1/+2 |
* | Revert part of the previous change. syslogd (when logging to ttys) | peter | 1996-12-10 | 1 | -5/+3 |
* | Don't close f->f_file on F_TTY types on error returns from ttymsg() since | peter | 1996-11-26 | 1 | -4/+1 |
* | Make the handling of the /dev/ prefix for tty names more consistant. | peter | 1996-11-26 | 1 | -20/+28 |
* | put on my flame resistant suit and tempt fate by attempting to fix some of | peter | 1996-11-18 | 1 | -51/+69 |
* | Back out the entire change from rev 1.11 of syslogd.c. It was bogus. | joerg | 1996-10-28 | 2 | -53/+8 |
* | Reviewed by: various (mailing list feedback) | julian | 1996-10-23 | 2 | -7/+57 |
* | syslogd has always bugged me with it's async startup at boot time. | peter | 1996-10-05 | 1 | -6/+71 |
* | Add info field. | pst | 1996-09-27 | 1 | -1/+1 |
* | Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatible | pst | 1996-07-22 | 2 | -19/+28 |
* | Correct synopsis (-d, -I options were missing because -mdoc mistook | wollman | 1996-05-20 | 1 | -2/+2 |
* | With the recent 'make install' change in the kernel build makefiles, an | peter | 1995-11-14 | 1 | -2/+4 |
* | Add a command-line option `-I' to disable logging from UDP. | wollman | 1995-10-12 | 2 | -14/+38 |
* | Remove unconditional unlink at startup and conditionalised the unlink at exit | paul | 1995-09-11 | 1 | -3/+5 |
* | Fix up warning about const being lost. | pst | 1995-08-23 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
* | Updates from Peter da Silva to match the recent syslogd changes. | jkh | 1995-01-04 | 1 | -3/+34 |
* | Extend syslogd to allow selection of log destinations by program. | wollman | 1994-12-29 | 1 | -9/+72 |
* | Get rid of update. Make man page installation work with our scheme | wollman | 1994-08-05 | 1 | -2/+2 |
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 1 | -1/+1 |
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 5 | -0/+1526 |