Lazy Reading for 2016/01/03

The first link will bring you a lot more reading.

Your off-topic link of the week: The food timeline.   This is one of those old-school sites without fancy formatting, created mostly though one person’s focus on a topic, and astonishingly in-depth.  This sort of thing makes me so happy to see.

In Other BSDs for 2016/01/02

That first link is important.  DragonFly, as a project, hasn’t had issues like that yet, but that’s more a side effect of it being a smaller project rather than anything else.

Lazy Reading for 2015/12/27

Last of the year, and all the links are terse!

In Other BSDs for 2015/12/26

There’s some DragonFly links I snuck in here because why not?

BSDNow 121: All your hyves are belong to us

Christmas doesn’t stop BSDNow from happening, and this week – along with the normal news summary – has an interview with Trent Thompson about virtualization on FreeBSD.  Specifically, iohyve, the new management system.

(Linking directly to the broadcast site instead of the page with the full summary on the BSDNow site, because that summary page isn’t up as of me posting this.)

Qemu fixes, and a bonus

A number of people have reported problems with qemu and DragonFly, both running locally and on a host.  It turns out to be a problem with the getcontext(), setcontext(), and swapcontext() functions, but Matthew Dillon fixed it in a way that doesn’t affect performance very much.

That apparently wasn’t good enough, so he added _quick versions of those same functions, so it became not just a fix, but an improvement.

In related qemu news: qemu-devel can use vknetd similar to a vkernel, now.

Lazy Reading for 2015/12/20

Finally, a week of links you can get through in one sitting.

In Other BSDs for 2015/12/19

Yet another week that I started 2 weeks ago; this end-of-calendar-year is full of BSD goings-on.

New DragonFly installer disk arrangement

The DragonFly installer has been modified to produce disk arrangements that will generally match between UFS and Hammer installs, plus directories where you usually don’t want Hammer history or backups (like /tmp or /usr/obj) are now under /build and null-mounted to where you’d expect, since null-mounting works transparently well on DragonFly.  Matthew Dillon has a note explaining the whole thing.