|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
fcace290 |
| 22-Jun-2023 |
Jake Freeland <[email protected]> |
syslogd: Add some basic regression tests
Reviewed by: markj MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41403
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
25367c80 |
| 15-Dec-2021 |
Emmanuel Vadot <[email protected]> |
pkgbase: Create a FreeBSD-syslogd package
This allow one to not install syslogd and use syslog-ng or any other syslog daemon. While here put some syslog.d file in their own package.
MFC after: 2 we
pkgbase: Create a FreeBSD-syslogd package
This allow one to not install syslogd and use syslog-ng or any other syslog daemon. While here put some syslog.d file in their own package.
MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33455
show more ...
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
f1722afc |
| 25-Aug-2018 |
Brad Davis <[email protected]> |
Remove trailing slash in pathname so that valid METALOG is created in the NO_ROOT case of make packages.
Submitted by: Dan McGregor <[email protected]> Approved by: re (rgrimes)
|
| #
64be79ef |
| 21-Aug-2018 |
Brad Davis <[email protected]> |
Move all syslogd related configs to usr.sbin/syslogd/
This helps with pkgbase as it switches these to use CONFS which properly tags them as config files.
Approved by: will (mentor) Differential Rev
Move all syslogd related configs to usr.sbin/syslogd/
This helps with pkgbase as it switches these to use CONFS which properly tags them as config files.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16783
show more ...
|
|
Revision tags: release/11.2.0 |
|
| #
671d7001 |
| 07-Apr-2018 |
Ed Schouten <[email protected]> |
Fix enough warnings that we can build syslogd on all targets at WARNS=6.
This also fixes the build on MIPS.
Reported by: cy (MIPS build failure)
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
8fe70bb8 |
| 24-Feb-2017 |
Enji Cooper <[email protected]> |
Use SRCTOP instead of .CURDIR relative paths with ".."
This simplifies pathing in make/displayed output
MFC after: 1 week Sponsored by: Dell EMC Isilon
|
| #
dc96a41b |
| 12-Dec-2016 |
Hiroki Sato <[email protected]> |
- 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-l
- 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.
show more ...
|
| #
8555a6e0 |
| 12-Dec-2016 |
Hiroki Sato <[email protected]> |
Temporarily backout the previous commit because it was totally broken due to unresolved merge conflicts.
Pointy hat to: hrs
|
| #
783e461c |
| 12-Dec-2016 |
Hiroki Sato <[email protected]> |
- 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-l
- 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.
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
c6db8143 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert usr.sbin to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0, release/9.3.0 |
|
| #
c6063d0d |
| 06-May-2014 |
Warner Losh <[email protected]> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
| #
467a4a27 |
| 08-Aug-2010 |
Warner Losh <[email protected]> |
This isn't WARNS=6 safe. It fails to build on mips. Retore old WARNS?=3 until that's resolved.
|
| #
2c76b63f |
| 07-Aug-2010 |
Oliver Fromme <[email protected]> |
jh pointed out that src/usr.sbin already has a global WARNS=6 setting in HEAD (unlike stable/8), so it's best to remove the line entirely.
Pointed out by: jh Approved by: des (mentor)
|
| #
974835c9 |
| 07-Aug-2010 |
Oliver Fromme <[email protected]> |
syslogd(8) already supports *sending* log messages to non- standard ports, but it can't *receive* them (port 514 is hardcoded). This commit adds that missing feature.
(NB: I actually needed this f
syslogd(8) already supports *sending* log messages to non- standard ports, but it can't *receive* them (port 514 is hardcoded). This commit adds that missing feature.
(NB: I actually needed this feature for a server farm where multiple jails run with shared IP addresses, and every jail should have its own syslogd process.)
As a side effect, syslogd now compiles with WARNS=6.
Approved by: des (mentor) MFC after: 3 weeks
show more ...
|
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
| #
b5810e94 |
| 13-Jan-2010 |
Ed Schouten <[email protected]> |
Port all applications in usr.sbin/ from libulog to utmpx.
|
| #
2734cf8c |
| 24-Dec-2009 |
Ed Schouten <[email protected]> |
Let syslogd use utmpx.
Because strings are guaranteed to be null terminated, there is no need for excessive copying of strings, such as the line name.
|
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0 |
|
| #
97f37b32 |
| 17-Dec-2008 |
David E. O'Brien <[email protected]> |
Rather than hardcode the 'struct iovec iov' array size, use a #define. While I'm here bump WARNS to 3.
Obtained from: Juniper Networks
|
|
Revision tags: release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
| #
68848109 |
| 27-Jul-2006 |
Yaroslav Tykhiy <[email protected]> |
Obey MK_INET6_SUPPORT.
|
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
| #
47d7e8a9 |
| 05-Feb-2004 |
Ruslan Ermilov <[email protected]> |
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
|
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
| #
a22139f9 |
| 17-May-2003 |
Gregory Neil Shapiro <[email protected]> |
Avoid code duplication by using libutil's trimdomain() instead of an incorrect re-implementation.
PR: 52223, 52342 Submitted by: Dan Nelson <[email protected]> Approved by: re (bmah/rwatson)
Avoid code duplication by using libutil's trimdomain() instead of an incorrect re-implementation.
PR: 52223, 52342 Submitted by: Dan Nelson <[email protected]> Approved by: re (bmah/rwatson) MFC after: 2 days
show more ...
|
| #
052238b1 |
| 04-Apr-2003 |
David E. O'Brien <[email protected]> |
style.Makefile(5)
|
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
df755a48 |
| 09-Sep-2001 |
Dima Dorfman <[email protected]> |
Use CFLAGS instead of COPTS.
|
| #
d3ca0b13 |
| 09-Sep-2001 |
Dima Dorfman <[email protected]> |
- Silence warnings: apply `const' generously, mark some variables __unused, and change local variables named `sin' (struct sockaddr_in) to `sin4'. (`sin' conflicts with the definition of sin(3
- Silence warnings: apply `const' generously, mark some variables __unused, and change local variables named `sin' (struct sockaddr_in) to `sin4'. (`sin' conflicts with the definition of sin(3), which gcc assumes to be defined even if math.h isn't included (it's a builtin). This is probably a bug in gcc.)
- Apply WARNS=1. WARNS=2 was not used because this program assigns string literals to (struct iovec).iov_base for writing, and the only clean way to silence -Wwrite-strings in that case would be to strdup() and consequently free() those literals, which I considered too disruptive.
Reviewed by: bde (partially)
show more ...
|
| #
90e655ea |
| 20-Jul-2001 |
David E. O'Brien <[email protected]> |
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
|