User Details
- User Since
- Mar 12 2014, 1:00 AM (568 w, 1 d)
Yesterday
Tue, Jan 28
Add some tests for raw sockets.
Update raw socket option handlers as well.
Handle multicast sockets as well.
Mon, Jan 27
- Use -o instead of -x: with the latter sysctl(8) will print a huge amount of output and is a couple orders of magnitude slower. We get the same kernel coverage with -o, so just use that.
- Avoid using atf_check: it causes kyua to buffer all of the output in memory and then store it in the test results DB, which is somewhat unwieldy. Check the exit status manually.
Use RT_ALL_FIBS instead of -1 as a sentinel value.
Add -x to the sysctl flags
Sat, Jan 25
Fri, Jan 24
This was committed in 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe
This was committed in 629a72376d51aad812d6f1279403bc81c38c35d2
Improve test descriptions.
Go a bit further: add a test which does the same thing in a jail.
It seems more intuitive to specify the requested size first.
I'm not very familiar with netlink nor RPC internals, so it's hard to make useful comments.
Fix MAX_JIFFY_OFFSET, remove an uneeded cast, add an XXX comment for jiffies_64.
This change addresses the failing test, but there's a new failure in sys/netinet/fibs_test:same_ip_multiple_ifaces_fib0. The test creates two interfaces, then assigns the same IP address to each, with different masks. With this change, the second address assignment fails with EEXIST.
Panic after each search for biggest ranges if no range was found at all.