User Details
- User Since
- Apr 10 2016, 5:00 PM (520 w, 6 d)
Today
Thu, Apr 2
Wed, Apr 1
Mon, Mar 30
Sun, Mar 29
Fri, Mar 27
Thu, Mar 26
Sun, Mar 22
Tue, Mar 17
Mon, Mar 16
Sun, Mar 15
Mar 2 2026
Mar 1 2026
Feb 28 2026
Feb 27 2026
Feb 22 2026
Feb 19 2026
Feb 17 2026
Feb 16 2026
Feb 13 2026
Feb 10 2026
Feb 9 2026
Feb 7 2026
Feb 5 2026
Feb 4 2026
Feb 1 2026
Jan 28 2026
Jan 24 2026
Jan 23 2026
Jan 21 2026
s/AI/LLM (be consistent with terms)
Put the examples under the Discretionary and Limited Use section
Incorporate acceptable use examples from Warner.
Jan 19 2026
Tweak the sentence motivating the policy.
Be consistent and use * instead of - for lists
Jan 18 2026
Jan 16 2026
Fix grep pattern to match RFC 5424 syslog timestamps in 800.loginfail
Jan 15 2026
@rosenfeld_grumpf.hope-2000.org, we need to update the commit message to align with https://docs.freebsd.org/en/articles/committers-guide/#commit-log-message. How about this?
Jan 14 2026
Jan 12 2026
Address comments from @michaelo
Jan 11 2026
Thanks. At your convenience.
@michaelo, I believe I've addressed all your concerns, and I've performed some light testing with manually created logs. Are you able and willing to do any testing with your real logs for the three scripts?
- Add a space after %e
- Ensure we match what we really want by putting the .* in the grep command and putting the patterns for the alternatives timestamps inside parentheses.
- We now neeed egrep in 900.tcpwrap.
Jan 8 2026
Remove some unused variables.
Michael, take a look at https://reviews.freebsd.org/D54606, which might be a cleaner approach.
Michael, I took another look at your review, and it dawned on me that we don't need to know which timestamp format is in use. We only need patterns that match either format. Rather than trying to explain things in the other review or take it over, I thought I would first create a separate review for you to consider.
I haven't thoroughly tested this version because I don't have adequate logs.