summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When DNS lookup of an UDP loghost failed, syslogd(8) did close thebluhm2020-05-251-19/+24
* When syslogd(8) parent process terminates, the file cleanup codebluhm2019-07-053-18/+8
* React properly to the very unlikely cases where snprintf(3) maybluhm2019-07-021-13/+35
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-19/+19
* Increase the socket buffer size for sendsyslog(2) to 1 MB. Duringbluhm2019-01-181-8/+22
* document how program names are extracted from log linesschwarze2019-01-131-2/+11
* When parsing log lines in order to select syslog.conf(5) line blocks, supportschwarze2019-01-131-2/+3
* Honor SIGINT/QUIT when running in foregroundkn2018-11-291-2/+2
* Document how syslogd(8) escapes characters in log lines.bluhm2018-09-271-2/+5
* Document how SIGHUP and log rotation works with syslogd(8). Do notbluhm2018-09-021-13/+16
* Unsetting Initialized during syslogd die() is a relic from the timebluhm2018-08-311-4/+1
* Unveil fits nicely into the syslogd privsep model. Unveiled filesderaadt2018-08-071-2/+27
* Point to glob in section 7 for the actual list of special characters insteadkn2018-07-231-3/+5
* allow shell globs to match program and hostname selector tags viadjm2018-07-172-6/+7
* Globally remember the passwd entry for _syslogd. The user id isbluhm2018-04-261-7/+9
* AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, butguenther2018-04-081-4/+3
* convert the remaining examples to full sentences;jmc2018-02-021-6/+6
* Add an example on how to log messages coming from a given host to alandry2018-02-011-2/+7
* Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@anton2018-01-271-3/+5
* Revert my change to ignore EIO errors when writing to log files.bluhm2017-11-241-2/+2
* When the partition of /var/log was full, syslogd(8) stopped writingbluhm2017-10-231-14/+45
* When syslogd writes some startup errors to stderr or console, theybluhm2017-10-051-16/+27
* I have touched more than half the source code lines of syslogd(8).bluhm2017-10-053-3/+36
* Also ignore "Can't assign requested address" error when sendto(2)bluhm2017-10-021-1/+2
* Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairbluhm2017-09-271-1/+2
* syslogd has special code to report errors before it has beenbluhm2017-09-171-6/+8
* When writing local output, syslogd ignores EAGAIN. Unfortunatelybluhm2017-09-171-3/+5
* In the default configuration syslogd(8) kept two *:514 UDP socketsbluhm2017-09-121-2/+18
* Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andbluhm2017-08-083-23/+25
* Some documentation improvements:mpi2017-07-051-9/+9
* It does not make sense to use ioctl(FIONREAD) with TLS as libtlsbluhm2017-07-041-16/+1
* When syslogd(8) failed to open a logfile, the error message couldbluhm2017-04-283-32/+15
* Allow syslogd(8) to listen on multiple addresses for incomming TLSbluhm2017-04-252-31/+53
* Add syslogd(8) option -r to suppress the summary line for pipe andbluhm2017-04-172-11/+24
* Incoming TCP connections from clients fill the files of a log server.bluhm2017-04-071-6/+5
* Add the LOG_SYSLOG facility to local messages.bluhm2017-04-061-2/+2
* The global variable Startup is not used anymore and can be deleted.bluhm2017-04-052-5/+2
* As we did not have nice log functions before, ttymsg() had to returnbluhm2017-04-053-40/+30
* The function logmsg() was used to generate local messages and tobluhm2017-04-051-46/+24
* Replace logerror() functions with generic log_warn() from log.c.bluhm2017-04-051-197/+116
* Replace all combinations of logerror() and die() with log.c fatal().bluhm2017-04-051-28/+16
* Replace logdebug() with generic log_debug() from log.c. Implementbluhm2017-04-056-107/+134
* Do not print a warning if closing the control socket fails. Itbluhm2017-04-051-3/+2
* fix semicolon after if statement in currently uncalled codejsg2017-03-281-2/+2
* After my previous commit, file descriptor fd_sendsys may be -1 ifbluhm2017-03-261-3/+4
* Keep syslogd(8) running as long as possible. Regular programsbluhm2017-03-241-30/+17
* Replace bcopy(3) with memmove(3) in function ttymsg(). Values ofbluhm2017-03-241-3/+3
* Start to replace the home grown syslogd(8) internal debug and loggingbluhm2017-03-165-8/+285
* Convert the global variable fd_tls to a local one. Use separatebluhm2017-03-161-5/+19
* There was a file descripotor leak in the syslogd(8) ttymsg() errorbluhm2017-03-161-4/+5