Coccinelle usage examples and DragonFly
Sascha Wildner has been using a new-to-me tool called coccinelle (no, not that) to scan for a number of problems. Patches for this tool may be useful for anyone else using coccinelle…
Sascha Wildner has been using a new-to-me tool called coccinelle (no, not that) to scan for a number of problems. Patches for this tool may be useful for anyone else using coccinelle…
BSDTalk 209 is out, and it’s a 16-minute conversation with Jim Brown about BSD Certification. (who I think I met at NYCBSDCon 2010; a pleasant guy)
If you’re running DragonFly in a virtual machine – specifically in VirtualBox, on Windows – there’s a recent thread on users@ that may have some tips, including a link from John Marino to …
Two tips for working with pkgsrc, derived in part from this mailing list post on users@ (follow the thread) and from my own experience. If you put WRKOBJDIR=/usr/obj/pkgsrc into ...
I think a lot of people don’t realize rcrun exists, and run files in /etc/rc.d directly. If you’re one of those people, read the rcrun(8) manpage. Then, notice that Sascha Wildner has extended…
Buildworlds are now much faster, because they can run themselves in parallel. Invoke it using the -j option to make. Matthew Dillon saw a 25% reduction in time when using ‘make -j 12 buildworld’…
Jan Lentfer has updated ldns in DragonFly to version 1.6.11. This brings in a bunch of bugfixes, which can be viewed at the ldns site’s changelog.
Adrian Chadd showed up on the DragonFly kernel@ mailing list, offering some help in keeping things compatible with FreeBSD and 802.11 networking. That’s quite neighborly of him, especially since…
Happy (post) Turkey Day for the U.S. readers! A light link week this week.
Binutils in DragonFly is now up to version 2.22 – the commit linked is one of several.