Category: OpenBSD

NFS fixes, too


Since I’m already talking about imports, several changes from FreeBSD and OpenBSD for NFS, plus more original material, have been brought in by Venkatesh Srinivas.  Those changes from FreeBSD apparently improve NFS write performance, though I don’t have numbers to show.

Posted by     Categories: Committed Code, DragonFly, FreeBSD, OpenBSD     0 Comments

Future changes for PF and ALTQ


The recent OpenBSD 5.0 pre-release announcement on undeadly notes that ALTQ is being replaced by new priority settings.  This should make it to DragonFly at some point, since pf in DragonFly has been catching up to the current version of pf in OpenBSD, thanks to the efforts of Jan Lentfer…

Posted by     Categories: DragonFly, Goings-on, OpenBSD     1 Comment

Lazy Reading for 2011/08/28


This week has taught me one thing for sure: Always make sure your backup generator is working.  And over-plan battery capacity.  That’s actually two things, but what the heck.  I’m tired, for reasons that can probably be inferred!  I’m not the only one suffering these problems, it seems.

  • There is a certain subset of readers here that will find this fascinating: a video of a game postmortem.  Specifically, Elite.  (via)  Needs Flash.
  • This is as good an article as any I’ve seen describing where the tablet computer market is going, at The Economist.
  • Remember RetroBSD, mentioned here previously?  Here’s some discussion of it.
  • EuroBSDCon’s 2011 conference is open for registration, but the early bird discount only lasts until the end of August, so jump on it soon if you’re thinking of going.  It’s the 10th anniversary of the event!
  • PHP 5.3 is coming to pkgsrc as default, soon?  The PHP 5.2 -> 5.3 transition seems to mess up a lot of code because of some changes in the way things are handled, or at least that’s my experience, so watch out.
  • Make sure you aren’t running mod_deflate on your Apache 2.x server.
  • Kristaps Dzonsons, the fellow behind mdocml (which is in DragonFly now and mentioned here before) is working on a mdoc manual.  It’s an actual book, with examples.  It’s titled “Practical UNIX Manuals: mdoc”, which sounds like part of a series, though I don’t know if there’s anything else.  I’d sure like it if there was.  (via Undeadly.)  Look very closely at the mdoc web page and you will see the markup, too.  Neat!
  • Breakout treated as a musical instrument, in 1983.  That’s too glib a summary of this explanation of an old book studying the game Breakout and playing it.  Really, read the article, and remember that the book described would just be lost in a sea of blog posts noise today.  (via)

Your unrelated comic link of the week: Wonderella.  This is the comic that ruined Batman for me.  I can’t unthink it.

 

Posted by     Categories: BSD, Conventions, Goings-on, OpenBSD, pkgsrc     0 Comments

pcc near 1.0; try on DragonFly?


The pcc compiler is nearing 1.0. (via) This is seen as a gcc alternative, and it’s present in NetBSD/OpenBSD. I recall it didn’t work for DragonFly because of a lack of TLS support… Might be different now, if anyone wants to try.  (see prior mentions on the Digest)

Posted by     Categories: DragonFly, Goings-on, NetBSD, OpenBSD     4 Comments

Lazy Reading: down memory lane


Entertainment, this week.  There’s several items here that will be more entertaining if you’re over 25.  Or maybe 35.  Get clicking!

Posted by     Categories: BSD, Goings-on, OpenBSD, roguelike     2 Comments

NYCBSDCon surplus


Apparently the surplus money from the recent NYCBSDCon is going to each of the BSD projects.  Great news!  Now, what to do with it…

Posted by     Categories: Conventions, DragonFly, FreeBSD, NetBSD, OpenBSD     2 Comments

More pf updates


Jan Lentfer, who apparently has a high tolerance for pain, has now brought the kernel part of pf up to the equivalent of the OpenBSD 4.4 version, available for testing.  It’s not yet committed.  pfctl’s updated too.

Posted by     Categories: DragonFly, Goings-on, OpenBSD     1 Comment

uguru for ABIT for us


Sascha Wildner has added uguru(4), from OpenBSD, to support the microcontroller on ABIT motherboards which report on temperature/fan speed/voltage.

Posted by     Categories: Device support, DragonFly, OpenBSD     0 Comments

New starting page


Siju George found no equivalent of OpenBSD’s ‘afterboot‘ quick-start page in DragonFly, so he went and created it himself.  Go, read.

Posted by     Categories: DragonFly, Goings-on, OpenBSD     0 Comments

BSDTalk 200: Kjell Wooding and mg


The 200th (yay!) episode of BSDTalk has 14 minutes of conversation with Kjell Wooding, talking about mg, a sort of teeny emacs included with OpenBSD.

Posted by     Categories: BSD, Goings-on, OpenBSD, Periodicals     2 Comments

BSDTalk 195: Mike Larkin, ACPI, OpenBSD


BSDTalk has a 19 minute interview with Mike Larkin talking about ACPI and OpenBSD.

Posted by     Categories: Goings-on, OpenBSD, Periodicals     0 Comments

Huge packet filter update


Jan Lentfer has updated pf (and pflogd and ftp-proxy) in DragonFly to match what was in OpenBSD 4.1.  Why this intermediate step?  pf went through a lot of changes after OpenBSD 4.1, so this was easier than jumping right to the current version – which he plans next.

In any case, this was a huge and difficult job, with somewhere around 10,000 lines of code added, and very useful for DragonFly.  Jan also managed to keep the DragonFly-specific features working, where “no state” is the default, along with features like fairq.

Posted by     Categories: Committed Code, DragonFly, OpenBSD     0 Comments

More mandoc madness


Undeadly has an article up about recent work on mandoc in a mini-hackathon.  It’s mentioned in context with OpenBSD in the article, but mandoc is also present in DragonFly, and is a potential groff replacement.  (And I think groff is the last item in base requiring C++?  I may be wrong.)  Plus, as I’ve said before, I like mandoc’s output.  It would be nice to use that for our online man pages, for instance.

Posted by     Categories: Conventions, DragonFly, Goings-on, OpenBSD     0 Comments

Messylaneous: Reviews, packaging, installers, etc


Link catchup!

Posted by     Categories: BSD, FreeBSD, Goings-on, Lazy Reading, Off-Topic, OpenBSD     0 Comments

Mandoc, mdocml, and usage


There’s an interesting article about mandoc and mdocml up on undeadly.org, talking about its history and usage in OpenBSD.  It’s present in DragonFly, though it hasn’t been set to replace anything (i.e. groff), yet, that I know of.  I do like the mdocml HTML output, and I’d like to see it here.

Posted by     Categories: DragonFly, Goings-on, OpenBSD     1 Comment

Potential pf update


The version of pf in DragonFly is somewhat long in the tooth, but Jan Lentfer’s volunteered himself for the herculanean job of updating it.  Go, Jan!  Let’s hope this large task is more Nemean  than Augean.

Posted by     Categories: DragonFly, Goings-on, OpenBSD     0 Comments

Messylaneous for 03/24/2010


In an effort to catch up…

Posted by     Categories: Conventions, DragonFly, Goings-on, OpenBSD, pkgsrc     0 Comments

Messylaneous for 2009/12/30


It’s New Year’s Eve Eve, and so here are a bunch of links I’ve built up over the past few days.

Posted by     Categories: BSD, DragonFly, FreeBSD, Goings-on, NetBSD, OpenBSD     5 Comments

Messylaneous for 2009/12/10


I’ve been building this entry up for a while, so some of these entries are newer than others.

Posted by     Categories: DragonFly, FreeBSD, Goings-on, OpenBSD, UNIXish     6 Comments

hotplugd added


Alexander Polakov has imported OpenBSD’s hotplugd(8).  It monitors for hotplug-style events, like disk additions and removals, and executes corresponding scripts to handles those events.

BSDTalk 179: Jacek Masiulaniec on OpenSMTPd, Epitome


OpenBSD developer Jacek Masiulaniec gets 14 minutes of airtime in the most recent BSDTalk podcast.

Posted by     Categories: BSD, Goings-on, OpenBSD     0 Comments

mandoc(1) added


Sascha Wildner has added mandoc(1), an OpenBSD product.  I like the HTML output.  (I’ve said it before, come to think of it.)

Posted by     Categories: Committed Code, DragonFly, OpenBSD     0 Comments

Notes on tmux


The recent importation of tmux into OpenBSD 4.6′s base system has led to some interest; I haven’t used it directly but having a BSD-licensed session manager (if that is the right term) in the base DragonFly system would be nice.

Posted by     Categories: DragonFly, Goings-on, OpenBSD     2 Comments

New test machines and AHCI work


Matthew Dillon has put together some new test machines, in preparation for porting the OpenBSD AHCI driver to DragonFly.   Check his message if you are thinking about building a new system, as they appear to work well.

Posted by     Categories: Device support, DragonFly, OpenBSD     0 Comments

How it’s made: OpenBSD


Undeadly has an brief, interesting article up, written by Mitja Muženič, describing the OpenBSD releasing process.  Worthwhile reading if you are involved in any sort of release cycle.

Posted by     Categories: OpenBSD     0 Comments

More LiveCDs are always good


Undeadly has an article noting that OpenBSD is getting in on the LiveCD game with BSDAnywhere.

Posted by     Categories: OpenBSD     0 Comments

I <3 graphs


Something interesting: graphs of the commit activity for some (all?) of the OpenBSD committers.  (via ‘constant’ on #dragonflybsd)  I’d like to do the same for DragonFly.  Plus, GIANT DAEMON HEAD.

Posted by     Categories: OpenBSD     0 Comments

OnLAMP: OpenBSD 4 details


OnLAMP.com has a 3-page interview with various OpenBSD developers about the features in the newest release.  The interview goes into interesting detail, and for relevance, some of the newer wireless drivers in DragonFly came from this code work.

Posted by     Categories: OpenBSD     0 Comments

BSD == better support


Seen on KernelTrap, then OpenBSD Journal and then Slashdot: BSD support (specifically OpenBSD) hardware support is improving faster than Linux in some cases.

Posted by     Categories: OpenBSD     0 Comments

OpenBSD gets money


Apparently the Mozilla Foundation donated US$10K to OpenSSH.  That’s good!  They still need money, though.

Posted by     Categories: OpenBSD     0 Comments

deRaadt interview


Daemon News has an interview of OpenBSD’s Theo deRaadt, where he mentions DragonFly. The last response in the interview is also entertaining.

Posted by     Categories: OpenBSD     5 Comments

OpenBSD ssh-only installer


Here’s something interesting: there’s an installer for OpenBSD called “YaifO“, which requires only SSH to work – no keyboard or serial access needed. Of course, there’s no binary, no docs, and no way to do it on a multiboot system… but the concept’s neat.

Posted by     Categories: OpenBSD     0 Comments