aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-275-10/+0
* syslogd: Keep console and tty descriptors openJake Freeland2023-10-161-3/+0
* syslogd: Prevent running tests in parallelOlivier Cochard2023-10-111-0/+2
* syslogd: Do not add shutdown sockets to the kqueueJake Freeland2023-09-281-3/+2
* syslogd: Use pipe to communicate with daemonJake Freeland2023-09-281-56/+44
* syslogd: Ignore signals in sigcatch[]Jake Freeland2023-09-281-22/+20
* syslogd: Pre-open null file descriptorJake Freeland2023-09-281-14/+13
* syslogd: Do not open console descriptorJake Freeland2023-09-281-21/+13
* syslogd: unlink() -> unlinkat()Jake Freeland2023-09-281-4/+19
* syslogd: Add closelogfiles() functionJake Freeland2023-09-281-45/+51
* syslogd: Fix sizeof() stylingJake Freeland2023-09-281-8/+8
* syslogd: Move action parsing into its own functionJake Freeland2023-09-281-67/+74
* syslogd: Move selector parsing into its own functionJake Freeland2023-09-281-106/+104
* syslogd: Move prop_filter allocation into functionJake Freeland2023-09-281-35/+37
* syslogd: Do not print bad dataJake Freeland2023-09-281-1/+1
* syslogd: Merge loopsJake Freeland2023-09-281-5/+5
* syslogd: Do not reap child processesJake Freeland2023-09-281-90/+11
* syslogd: Use process descriptorsJake Freeland2023-09-281-55/+54
* syslogd: Simplify filed structureJake Freeland2023-09-281-17/+21
* syslogd: Style fixesJake Freeland2023-09-281-22/+30
* syslogd: Simplify property filtersJake Freeland2023-09-281-50/+51
* syslogd: Clean up allowedpeer structureJake Freeland2023-09-281-19/+13
* syslogd: Only use peerlist during flag parsingJake Freeland2023-09-281-220/+201
* syslogd: Use boolean reload parameter for init()Jake Freeland2023-09-281-7/+7
* syslogd: Centralize operations into a kevent loopJake Freeland2023-09-281-140/+86
* syslogd: Replace int with bool, where applicableJake Freeland2023-09-281-29/+30
* syslogd: Move fhead under filed struct declarationJake Freeland2023-09-281-4/+4
* syslogd: Remove addfile() and free up some memoryJake Freeland2023-09-281-35/+8
* syslogd: Read configuration outside of init loopJake Freeland2023-09-281-24/+25
* syslogd: Fix fd type, add enum for filed typesMark Johnston2023-09-281-13/+21
* syslogd: Add some basic regression testsJake Freeland2023-08-233-0/+305
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Fix saving STRUCTURED-DATA in RFC 5424 log formatVadim Goncharov2023-07-071-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* pkgbase: Create a FreeBSD-syslogd packageEmmanuel Vadot2021-12-211-2/+11
* syslogd: Fix bug that caused -N to drop SecureMode if specified after -sjfranklin132021-09-291-1/+2
* syslogd: undo regression after r326573Eugene Grosbein2021-09-271-24/+17
* syslog.conf.5: Fix the message priority orderFelix Guest2021-09-211-1/+1
* syslogd: fix WITHOUT_INET buildsArtem Khramov2021-06-131-0/+2
* syslogd: Increase message size limitsDmitry Wagin2021-03-232-12/+27
* fix up documentation/comments: processname is not defined, but programnameJohn-Mark Gurney2020-12-102-6/+6
* syslog.conf(5): Fix a few mandoc warningsGordon Bergling2020-11-201-4/+4
* Fix build post-r367455.Cy Schubert2020-11-071-1/+1
* syslogd: Stop trying to send remote messages through special socketsBryan Drewery2020-11-071-3/+3
* syslogd: Avoid trimming host names in RFC 5424 modeMark Johnston2020-10-091-2/+6