User Details
- User Since
- Mar 1 2015, 6:19 PM (376 w, 4 d)
Mon, May 9
Thu, Apr 21
Apr 19 2022
Apr 14 2022
Apr 13 2022
Apr 12 2022
Change new items to use only one sentence per line; other touchups.
I was also wondering whether I should change the older entries from the imperative "Add ..." to "... was added" etc. That should be a separate commit though. Comments?
Apr 11 2022
I moved the initialization of nifp into the loop construct. I'm also going to correct the comment at line 833 to say that we release our request for promiscuous multicast. If this sounds OK, I'll commit, otherwise push a new version for the review.
I looked again at the race. I don't think there is one. As ALLMULTI is reference-counted, it doesn't really matter if we drop it after another mrouter has added it.
I'll mention the race in the comment.
Apr 10 2022
Any comments or approvals?
Apr 8 2022
There is a potential race here, if a multicast router socket is opened while this is still closing, as the if_allmulti() calls are done with no lock. I don't see a good solution, and that seems highly unlikely.
Apr 6 2022
Am I allowed/able to commit this with only a src commit bit, or can someone else do it?
I used the previous URL because it was cited in the commit, but I suppose it makes sense to use the newer one.
Update URL.
Apr 5 2022
Any comments from the doc folks?
Apr 4 2022
Mar 22 2022
Mar 21 2022
Mar 9 2022
Mar 3 2022
Mar 2 2022
Where do we stand on this? Is the change acceptable?
Feb 24 2022
Oops, you are right; I tried to combine tests and it failed to check for a final NUL properly. Fixed, and I changed to isprint(); that should be liberal enough.
Fix test for missing NUL, switch to isprint().
Check for ASCII string for serial-number, check len of hw.fdt strings.
Would it be sufficient to check for ASCII with a NUL termination at the end?
Feb 23 2022
Dec 17 2021
Dec 14 2021
Dec 13 2021
Added copyright; touched up hardware info
Dec 10 2021
Dec 9 2021
Good point. I had more hardware information in the Description section originally, but moved it to Hardware. I'll try to come up with something more generic. I still want to mention the RPi 4, as that is the most common.
Nov 14 2021
Nov 11 2021
Nov 9 2021
Abandoning since there are no reviewers, will commit without review.
Nov 4 2021
Add missing newline
Fix delete case
Nov 2 2021
No one seems to have done structural work on ifconfig for a while. Suggestions for other reviewers welcome, but I think it is pretty well tested.
Change getifflags() err_ok parameter to bool
Nov 1 2021
Closing review, patch in progress upstream.
Thanks, sounds good.
Oct 29 2021
The current code works for now, but there is a proposal for a change that would make the old code fail. Note that IN_LOOPBACK() is not in Linux; not sure about other BSDs. The change could be conditional on #ifdef IN_LOOPBACK.