freebsd-skq/usr.sbin/syslogd
hrs fc29dcf63c - Refactor listening socket list. All of the listening sockets are
now maintained in a single linked-list in a transport-independent manner.
- Use queue.h for linked-list structure.
- Use linked-list for AllowedPeers.
- Use getaddrinfo(8) even for Unix Domain sockets.
- Use macros to type-casting from/to struct sockaddr{,_in,_in6}.
- Define fu_* macro for union f_un to shorten the member names.
- Remove an extra #include <sys/type.h>.
- Add "static" to non-exported symbols.
- !INET support is still incomplete but will be fixed later.

There is no functional change except for some minor debug messages.
2016-12-12 19:33:40 +00:00
..
Makefile - Refactor listening socket list. All of the listening sockets are 2016-12-12 19:33:40 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
pathnames.h path.h is not needed here. 2015-05-16 08:12:00 +00:00
syslog.conf.5 syslogd(8): add an 'include' keyword 2016-11-01 01:41:24 +00:00
syslogd.8 syslogd: support multiple -b options. 2015-06-16 22:26:22 +00:00
syslogd.c - Refactor listening socket list. All of the listening sockets are 2016-12-12 19:33:40 +00:00