History log of /freebsd/usr.sbin/setaudit/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# a9be8f99 17-Nov-2025 Mark Johnston <markj@FreeBSD.org>

setaudit: Bump WARNS and fix some style bugs

- Cast sockaddrs through void to silence warnings about expected
alignment.
- Fix cast style.
- Sort includes.
- Make some global variables local.
- So

setaudit: Bump WARNS and fix some style bugs

- Cast sockaddrs through void to silence warnings about expected
alignment.
- Fix cast style.
- Sort includes.
- Make some global variables local.
- Sort options.

No functional change intended.

Reviewed by: csjp
MFC after: 2 weeks
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D53670

show more ...


# dcb0790b 17-Nov-2025 Mark Johnston <markj@FreeBSD.org>

setaudit: Initial import

Unmodified sources from https://github.com/csjayp/setaudit at commit
aa4dd9dfa40b6437030d718834236f4eaeb18ccb.

Some follow-up changes will fix a few issues and make it easi

setaudit: Initial import

Unmodified sources from https://github.com/csjayp/setaudit at commit
aa4dd9dfa40b6437030d718834236f4eaeb18ccb.

Some follow-up changes will fix a few issues and make it easier to use
this utility in the rc framework.

Reviewed by: csjp
MFC after: 2 weeks
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D53669

show more ...