In Other BSDs for 2016/12/24

Merry almost Christmas!

 

Importing clang to base

Don’t get too excited yet – clang import hasn’t happened.  However, I want to draw attention to Rimvydas Jasinskas’ changes to alternate compiler handling, which would be for importing clang.  His commit message goes into some of the rather thorny problems of transitioning between compilers and releases.

AHCI changes and FBS too

There’s been some updates to the AHCI driver.  Matthew Dillon outlined the changes, with the biggest one being support for FIS Based Switching.  FBS is the ability to send simultaneous streams of data to and from multiple drives on a port multiplier.  Support for it is rare and quirky, but it should significantly improve throughput on a compatible port multipler.  Read his writeup for details, including on how to back up your kernel.

Binutils changeout

DragonFly has had binutils 2.24 and 2.25 both available for some time.  2.24 has been taken out and replaced by binutils 2.27, thanks to Rimvydas Jasinskas.

The 2.25 version was and still is installed by default.  If you want to try out 2.27 instead, WORLD_BINUTILSVER=binutils227 is what you need.  I didn’t test that, of course.  The binutils changelog will tell you what’s different in 2.27.