summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
7 dayssyslogd: Terminate pipe processes gracefullyJake Freeland
2025-09-29Remove ftpd(8)Lexi Winter
2025-09-17syslogd: Make some code more clear.Bryan Drewery
2025-08-18syslogd: EAGAIN and ECONNREFUSED are not permanently fatalKristof Provost
2025-08-15syslogd.8: Remove incorrect .AqLexi Winter
2025-07-30syslogd: Fix function return testNathan Huff
2025-02-12syslogd: Fix tests when if_epair is not loadedJose Luis Duran
2025-01-14syslogd: Ensure that forwarded messages are sent from port 514Mark Johnston
2025-01-03syslogd: Fix resource leaksMark Johnston
2025-01-03syslogd tests: Permit starting syslogd with multiple -b optionsMark Johnston
2025-01-03syslogd tests: Use atf_check when sending SIGHUP to syslogdMark Johnston
2024-12-23syslogd: Add rfc3164-strict format optionMichal Scigocki
2024-12-23syslogd: Add syslog relayed message format testsMichal Scigocki
2024-12-23syslogd: Add syslog forwarded message format testsMichal Scigocki
2024-12-23syslogd: Add syslog basic message format testsMichal Scigocki
2024-12-23syslogd: Remove is_exclusive metadata from testsMichal Scigocki
2024-11-30syslogd: Fix issues reported by gccMark Johnston
2024-11-27syslogd: Split up basic test caseJake Freeland
2024-11-27syslogd: Add host forwarding testJake Freeland
2024-11-27syslogd: Open forwarding socket descriptorsJake Freeland
2024-11-27syslogd: Watch for dead pipe processesJake Freeland
2024-11-27syslogd: Enter capability modeJake Freeland
2024-11-27syslogd: Block timezone updating in capability modeJake Freeland
2024-11-27syslogd: Log messages using libcasperJake Freeland
2024-11-27syslogd: Refresh configuration using libcasperJake Freeland
2024-11-27syslogd: Use anonymous union in struct filedJake Freeland
2024-11-27syslogd: Create syslogd libcasper serviceJake Freeland
2024-11-05syslogd: Fix handling of unix socket modesMark Johnston
2024-11-03syslogd: Set unix socket modes atomicallyMark Johnston
2024-09-19syslogd: Ignore getaddrinfo() errors if -ss is specifiedMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19package: move lpr into its own packageLexi Winter
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-10-16syslogd: Keep console and tty descriptors openJake Freeland
2023-10-11syslogd: Prevent running tests in parallelOlivier Cochard
2023-09-28syslogd: Do not add shutdown sockets to the kqueueJake Freeland
2023-09-28syslogd: Use pipe to communicate with daemonJake Freeland
2023-09-28syslogd: Ignore signals in sigcatch[]Jake Freeland
2023-09-28syslogd: Pre-open null file descriptorJake Freeland
2023-09-28syslogd: Do not open console descriptorJake Freeland
2023-09-28syslogd: unlink() -> unlinkat()Jake Freeland
2023-09-28syslogd: Add closelogfiles() functionJake Freeland
2023-09-28syslogd: Fix sizeof() stylingJake Freeland
2023-09-28syslogd: Move action parsing into its own functionJake Freeland
2023-09-28syslogd: Move selector parsing into its own functionJake Freeland
2023-09-28syslogd: Move prop_filter allocation into functionJake Freeland
2023-09-28syslogd: Do not print bad dataJake Freeland
2023-09-28syslogd: Merge loopsJake Freeland
2023-09-28syslogd: Do not reap child processesJake Freeland