aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* Use SRCTOP instead of .CURDIR relative paths with ".."Enji Cooper2017-02-241-2/+2
* Sort sys/ #includes some moreEnji Cooper2017-02-071-2/+2
* Sort sys/ #includes and zap an unnecessary trailing space nearbyEnji Cooper2017-02-071-7/+7
* Use a flexible array for TypeNames instead of hardcoding the array lengthEnji Cooper2017-02-071-1/+1
* Fix typos in comments (returing -> returning)Enji Cooper2017-02-071-1/+1
* Fix a bug which caused not to create AF_LOCAL sockets when familyHiroki Sato2017-01-281-1/+2
* Add more #ifdef INET and INET6.Hiroki Sato2017-01-111-2/+25
* - Use more descriptive names for variables.Hiroki Sato2016-12-311-33/+37
* Remove extra NULL-check before free(3).Hiroki Sato2016-12-311-2/+1
* Replace two fat signal handlers with function calls inHiroki Sato2016-12-311-66/+68
* Retry to open an F_PIPE process when it dies unexpectedly.Hiroki Sato2016-12-311-16/+18
* - Fix -N flag (NoBind) for AF_LOCAL sockets.Hiroki Sato2016-12-241-12/+21
* Unbreak syslogd after r310494Enji Cooper2016-12-241-1/+2
* - Remove unused code.Hiroki Sato2016-12-241-9/+6
* - More ifdef INET and INET6.Hiroki Sato2016-12-231-17/+34
* mdoc and style fixes.Hiroki Sato2016-12-231-47/+82
* - Fix a use-after-free bug when dq_timeout == 1 andHiroki Sato2016-12-221-32/+35
* Add a missing "default:" case.Hiroki Sato2016-12-221-0/+2
* Initialize a structure by using a compound literal to avoid forgettingHiroki Sato2016-12-221-48/+51
* Fix debug log in the case of AF_INET6.Hiroki Sato2016-12-221-6/+12
* - Simplify masklen->netmask conversion for AF_INET6.Hiroki Sato2016-12-221-65/+81
* Simplify type casting of struct sockaddr_in.Hiroki Sato2016-12-211-13/+13
* - Initialize deadq_head statically.Hiroki Sato2016-12-211-13/+14
* - Add fklog into struct socklist. Files and local/remote sockets areHiroki Sato2016-12-211-142/+188
* - Use fnmatch(3) for domanname matching of -a options.Hiroki Sato2016-12-212-29/+11
* Escape punctuation characters.Hiroki Sato2016-12-201-6/+6
* Add a NULL check.Hiroki Sato2016-12-201-0/+2
* Add a default socket bound to *:514 when no -b option is specified.Hiroki Sato2016-12-201-1/+10
* Add a missing STAILQ_INSERT_TAIL() for allowaddr rule.Hiroki Sato2016-12-191-26/+31
* Remove an extra "break" which could incorrectly terminate anHiroki Sato2016-12-131-6/+0
* - Refactor listening socket list. All of the listening sockets areHiroki Sato2016-12-122-416/+380
* Temporarily backout the previous commit because it was totally broken due toHiroki Sato2016-12-122-380/+415
* - Refactor listening socket list. All of the listening sockets areHiroki Sato2016-12-122-415/+380
* Properly initialize nextpBaptiste Daroussin2016-11-271-1/+1
* initialize *nextp which could be left uninitialized in case the configurationBaptiste Daroussin2016-11-261-0/+1
* syslogd(8): add an 'include' keywordBaptiste Daroussin2016-11-012-82/+162
* Directly set the O_NONBLOCK flags via open(2)Baptiste Daroussin2016-09-111-4/+1
* syslogd: Enable repeated line compression for lines of any length.Alan Somers2016-01-271-1/+1
* Have syslogd honor 'mesg' status when logging to users.Kurt Lidl2015-11-251-1/+25
* die() would never return, mark it as so.Xin LI2015-08-271-1/+1
* Set f_file to -1/F_UNUSED when after closing when possibleEnji Cooper2015-08-051-8/+20
* syslogd: re-read the timezone when receive a SIGHUP.Rui Paulo2015-06-161-0/+18
* syslogd: don't leak finet0.Rui Paulo2015-06-161-0/+1
* syslogd: support multiple -b options.Rui Paulo2015-06-162-8/+44
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-17/+28
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\