If you are so lucky as to have an ixgbe(4) card, the version 3.3.6 driver (from Intel) are in DragonFly.
Note that I’ve managed to catch up to March commits! There’s been a lot.
If you are so lucky as to have an ixgbe(4) card, the version 3.3.6 driver (from Intel) are in DragonFly.
Note that I’ve managed to catch up to March commits! There’s been a lot.
Unrelated to BSD: GPS rollover is happening a few days from now. This affects most people very little, and a few people a lot, but I mention it also to make you think about the systems that underpin our technology.
This is a compact list, but there’s plenty to see.
A reminder: tell me about bugs.
BSD Now 291 is up. The show notes lead with an involved BSD-in-production story that I just realized affected me; some simple hosting I take care of for a non-profit was involved in the move they describe.
GCC 5.0 is no longer needed in DragonFly, so it’s not being built, and can be removed on your next ‘make upgrade’. As a bonus, buildworld is a little faster.
Tonight, for anyone near Knoxville, TN: KnoxBUG’s monthly meeting is tonight. Nick Principe is presenting “So you want to setup a performance test environment“.
Lots of link clustering this week.
Heading towards spring, and I have weekend work, so pasting in everything I’ve got handy:
This week’s BSD Now hops through Free, Net, Open, and Sec for BSDs this week, as the show notes will tell you.
On DragonFly, booting from a USB stick means your boot volume is usually /dev/da8. That’s a rather arbitrary distinction. As a bonus from the recent part-by-label device change, you can now find the boot disk in /dev/part-by-label/, named by the booted kernel rather than a device number. The commit message has a slightly better explanation.
SEMIBUG’s monthly meeting is tonight, with Nick Holland presenting OpenBSD History. Go, if you are near Michigan.
There’s a bounty entry for Aarch64 support for DragonFly, on the bounties page. This is a difficult goal, but I think worth it. Add to it if you agree.
Happy St. Patrick’s Day!
There’s a number of long-running BSD series out there nowadays, some of which I’m linking to here. That’s a nice change.
statfs()
or statvfs()
API.A reminder: If you are near Japan, AsiaBSDCon 2019 is on March 21-24, in Tokyo. Go if you are near.
That somewhat symmetric title is to note a new device feature on DragonFly: if you use disklabel to label a disk, its parts will automatically appear under /dev. So, if you label a disk MYVOLUME, and it has 3 parts, a, b, and d, you will automatically gain a /dev/part-by-label/MYVOLUME.a, /dev/part-by-label/MYVOLUME.b, and a /dev/part-by-label/MYVOLUME.d.
BSD Now 289 is up, titled “Microkernel Failure“. Among other things, the show notes has links to all 18 existing parts of the FreeBSD desktop series that’s been going on for some time.
Thanks to Aaron LI, you can now (actually, since December) run ifconfig without involuntarily loading associated kernel modules, with the -n option. See his commit message for an example.