User Details
- User Since
- Mar 24 2015, 9:11 PM (502 w, 3 d)
May 5 2024
May 7 2023
May 1 2023
Apr 6 2023
Apr 5 2023
Mar 13 2023
Mar 2 2023
Make all virtualised variables static and only expose ip6_log_ratelimit() function.
Feb 28 2023
This review is a response for a comment made by mjg in D38644 in which I added a sysctl to completely disable such logging on per vnet basis.
The whole logging section appeared in 1999 in one of the KAME commits and since then wasn’t particularly maintained apart of adding vnet support some time ago.
ppsratecheck is used like this is other parts of the kernel, for example in linuxkpi, and apparently is a preferred way to limit certain actions on time basis.
Feb 24 2023
Feb 23 2023
as requested mention RFC4443 in man page
Feb 22 2023
Address comments:
- by popular demand don't mention firewall
- update man page wording
Rename to match log statement, stats variable and counter description presented by netstat -s.
Feb 16 2023
Oct 19 2022
Oct 6 2022
Feb 8 2022
I agree with @se on this. There was no direct user case before introducing sysctlbyname(2), it worked as an by-effect of implementation of how sysctl(3) handled that.
IMO the issue is in how the user.* is implemented and maybe that should be fixed in the long term, but as a band-aid that version LGTM.
Feb 4 2022
Jul 31 2021
Nov 26 2020
Nov 25 2020
Nov 24 2020
.Good catch, tanks.
Oct 8 2020
Aug 12 2020
Aug 4 2020
Jul 19 2020
Jul 9 2020
Jul 6 2020
Jul 5 2020
Jul 4 2020
__assert_unreachable in correct place
Use __assert_unreachable().
Shorten the code by two LOC.
Use atomic_load
Use correct diff this time…
Address /some/ comments.
Jul 3 2020
Jun 27 2020
Address comments.
Not really, no. This one was found with a power of grep while searching for NEEDGIANT nodes.
Jun 25 2020
Jun 24 2020
As mentioned on irc, I believe we're bound by the already defined exit codes, as describes in section EXIT STATUS of bhyve(8).
Jun 23 2020
Update man page.
Jun 21 2020
Jun 20 2020
I was thinking about that too as there is no in-tree driver that support that call anyway, but bsnmpd have an option to query it if the driver supports it, so it'd have to be removed too. Anyway, it's probably task for another patch.
Jun 18 2020
May 29 2020
ACK. Wasn't sure about the JAIL_ATTACH namespace anyway.
May 28 2020
May 16 2020
May 1 2020
Guys, thanks for the constructive comments.
Apr 26 2020
I was told 2.5 years ago that jail_attach(2) is insecure and I shouldn't use it. Apparently it's no longer the case - see for example rS360356. Can I please have it accepted now?