Skip to content
DragonFly project logo

DragonFly BSD Digest

A running description of activity related to DragonFly BSD.

Category: DragonFly

Posted on 2012/05/212012/05/20
igb(4) added

Sepherosa Ziehau has added igb(4) version 2.2.3 direct from Intel, for support of  their 82575 and 82576 Ethernet controller chips.  It now shares a hardware abstraction layer with the em(4) driver, too.

0 Comments - Categories: Device support, DragonFly
Posted on 2012/05/212012/05/20
Even better pkgsrc status

John Marino posted a report of pkgsrc-currentbuilding on DragonFly i386.  The success rate for package building is so good that the “top” package break was security/libpreludedb, with only 9 dependencies.  Everything else was less than that.  I have never seen a pkgsrc build report before with only single-digit figures for dependent breakage; this is fantastic.

0 Comments - Categories: DragonFly, pkgsrc
Posted on 2012/05/192012/05/18
More on HAMMER2 progress

As noted in a recent commit, it’s possible to set up a HAMMER2 /usr/obj and survive a buildworld.  That’s good progress.

Note that this is basic work, so features like multi-master and deduplication are not present yet, and it’s still work in progress, so don’t try HAMMER2 unless you like losing data.  Watch the branch for changes, though.

(I’m going with “HAMMER2” for the name.)

0 Comments - Categories: DragonFly, Hammer
Posted on 2012/05/18
Recent networking updates

Sepherosa Ziehau has been making various updates that conform to standards lately, including “RFC4653 Non-Congestion Robustness (NCR)” and “RFC3517bis“.  I’m not familiar with what they do, but you can follow the links and read the RFCs if you are curious.

(Not sure if I got that 3517 one correct…)

0 Comments - Categories: Committed Code, DragonFly
Posted on 2012/05/17
TUI mode added to kgdb

TUI mode is available now for kgdb on DragonFly, thanks to John Marino.  It’s apparently a Text User Interface for debugging core files.  I haven’t used it, so I’m relying on the testimony of others.

0 Comments - Categories: DragonFly, Goings-on
Posted on 2012/05/17
An Apache 2.4 bug, worked around

Apparently Apache 2.4 has a bug that will cause network stalls when sending data that doesn’t line up with segment size.  Sepherosa Ziehau has put in a workaround for the issue.  Alternately, you can use www/apache22.

0 Comments - Categories: Committed Code, DragonFly, pkgsrc
Posted on 2012/05/16
Hammer 2 progress

Matthew Dillon’s recently added getaddr/setaddr support, dumping, and session encryption, among other things, to Hammer 2.  Or is it HAMMER2?  I’m not sure.

0 Comments - Categories: DragonFly, Hammer
Posted on 2012/05/15
Vendor branch updates: libedit, libncurses, libgmp, zlib, gdb

John Marino has updated libncurses, libedit, gdb, libgmp, and zlib.  The release notes are helpfully contained within each commit.  If that wasn’t enough, he’s also added terminfo, a future replacement for termcap, if I understand correctly.

0 Comments - Categories: Committed Code, DragonFly
Posted on 2012/05/14
OpenSSL updated two different ways

Peter Avalos has updated OpenSSL in two different places:. The 3.0 release now has OpenSSL 1.0.0j, which fixes several security issues (see link for CVE IDs).  DragonFly 3.1 now has OpenSSL 1.0.1c.   As for a changelog… this, maybe?

0 Comments - Categories: Committed Code, DragonFly
Posted on 2012/05/14
“Level/low” USB fix

If you are having USB issues on boot with DragonFly, Sepherosa Ziehau’s sysctl suggestions may help you.

0 Comments - Categories: Device support, DragonFly
Posted on 2012/05/10
Virtio drivers, an explanation

Venkatesh Srinivas posted an explanation of the virtio update he’s working on.  I linked to the work before, but not his explanation, which goes into the ‘vm_balloon’ device.

0 Comments - Categories: Device support, DragonFly
Posted on 2012/05/10
Update, Asus G2K users

Sascha Wildner’s posted an update to the acpi_asus(4) module, so it’s worth updating if you have an appropriate Asus machine and are running DragonFly-current.

0 Comments - Categories: Device support, DragonFly
Posted on 2012/05/08
Pkgsrc doing better on DragonFly

Thanks to the efforts of John Marino and others, pkgsrc is having possibly the highest success rate ever of successful package software builds.  If only I could get a pkgsrc-2012Q1 build to complete and upload…

0 Comments - Categories: DragonFly, pkgsrc
Posted on 2012/05/08
Something new under the sun

You’d think everything that could be done with grep has already been done, but no: grep, which is an externally-produced program, has been updated in DragonFly to version 2.12 by John Marino.

0 Comments - Categories: Committed Code, DragonFly
Posted on 2012/05/07
Recent syncs from FreeBSD and back again

A few recent updates imported to DragonFly from FreeBSD: Francois Tigeot updated amdsbwd(4), an AMD south bridge watchdog.  Sascha Wildner updated arcmsr(4), the Areca RAID controller driver, and Peter Avalos updated pw(8).

In the other direction, FreeBSD now has GNU hash support for rtld, based on John Marino’s work in DragonFly.

 

0 Comments - Categories: Committed Code, DragonFly, FreeBSD
Posted on 2012/05/04
Virtual IO drivers status

Venkatesh Srinivas has been working on integration of Tim Bisson’s virtio-bhyve drivers into DragonFly.  This would make throughput better in KVM/Qemu.  His bug ticket has some questions that could use answers.

0 Comments - Categories: Device support, DragonFly
Posted on 2012/05/032012/05/04
ichwd(4) added, watchdog watches

Francois Tigeot has added ichwd(4), a driver for the watchdog function on some Intel ICH motherboard chipsets.  Sascha Wildner has also made the kernel option for it on by default.  (Look for /dev/wdog.)

Update: Francois Tigeot sent a link to an excellent page explaining hardware watchdogs.

0 Comments - Categories: Device support, DragonFly
Posted on 2012/05/02
Upgrading to pkgsrc-2012Q1

Here’s a post by yours truly, on how to move to pkgsrc-2012Q1 though building from source.  This is for anyone sick of waiting for me to finish the binary build of pkgsrc.

0 Comments - Categories: DragonFly, Goings-on, pkgsrc
Posted on 2012/05/01
Followup on clustering

Matthew Dillon posted a followup on that fix for clustering I noted yesterday.  It describes the exact problems better than I could, though the result is the same: you should update if you’re running bleeding-edge DragonFly.

0 Comments - Categories: DragonFly, Goings-on
Posted on 2012/04/30
Update for a clusterfix

A fix for cluster_write() issues reported by multiple people is now available, so if you’re running a version of DragonFly newer than 3.0.2, you’ll want to update.

0 Comments - Categories: DragonFly, Goings-on

Posts pagination

Previous page Page 1 … Page 92 Page 93 Page 94 … Page 156 Next page

Whose fault is this?

Justin Sherrill
(unrelated tumblr, instagram, mastodon)
justin@shiningsilence.com
Since 2004

Yes! I have a Patreon page!
  • About the Digest
  • Digest @ Mastodon
  • Digest @ Patreon
  • Digest Archives
  • RSS feed

  • Total Stats
    • 9,110 Posts
    • 6,708 Comments
Proudly powered by WordPress