Slashdot Mirror


What's New in OpenBSD 4.2?

blackbearnh writes "OpenBSD 4.2 was released today, and has a host of new features. O'Reilly's ONLamp site has a pretty thorough overview of the release. 'Even though security is still there, this release comes with some amazing performance improvements: basic benchmarks showed PF being twice as fast, a rewrite of the TLB shootdown code for i386 and amd64 cut the time to do a full package build by 20 percent (mostly because all the forks in configure scripts have become much cheaper), and the improved frequency scaling on MP systems can help save nearly 20 percent of battery power. And then the new features: FFS2, support for the Advanced Host Controller Interface, IP balancing in CARP, layer 7 manipulation with hoststated, Xenocara, and more!'"

13 of 203 comments (clear)

  1. Where to get it... by KingSkippus · · Score: 5, Informative

    Since the submitter didn't bother linking to their site (!!?), if you want to try out some of these amazing new features and improvements instead of just reading about them, you should head over to the OpenBSD 4.2 page and snag a copy!

    1. Re:Where to get it... by Anonymous Coward · · Score: 1, Informative

      It should also be mentioned that buying a CD set helps fund the project. The price is low and the value high. You can get it here (many local resellers too).
      ---
      AC using OpenBSD 4.2/i386 and GNOME 2.18 (*hides*) ;-)

  2. Jun-ichiro "itojun" Hagino by eldavojohn · · Score: 5, Informative
    It should probably be noted (as one of the articles states) that this release is dedicated to a man who passed away a few days ago. From another article on KernelTrap:

    "Jun-ichiro 'itojun' Itoh Hagino passed away on October 29, 2007 at the age of 37. "To those in the BSD communities he was simply Itojun, best known in his role as IPv6 KAME project core researcher. Itojun did the vast majority of the work to get IPv6 into the BSD network stacks. He was also instrumental in moving IPv6 forward in all aspects through his participation in IETF protocol design meetings. Itojun was helpful to everyone around him, and dedicated to his work. He believed and worked toward making technology available to everyone. He will be missed, and always remembered." Truly unfortunate for the open source community, the networking community & all of Itojun's family. It's a shame to see someone so promising go at a young age.
    --
    My work here is dung.
    1. Re:Jun-ichiro "itojun" Hagino by Anonymous Coward · · Score: 2, Informative

      He died almost instantly in a car accident. Stupid driver wasn't looking where he was going and plowed straight into him. It could happen to any one of us.

      He was a damn fine fellow and it's a real shame to see him gone. RIP.

    2. Re:Jun-ichiro "itojun" Hagino by nacturation · · Score: 3, Informative

      And if you want to learn about IPv6 he has a good series of videos.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  3. Re:I need to try BSD by ByOhTek · · Score: 5, Informative

    One of the first things I do on FreeBSD after installing bash and portupgrade...

    portupgrade -Nf sysutils/gnutools
    echo "
    alias ls='gls --color=always'
    alias cp='gcp'
    alias mv='gmv'
    " >> ~/.bashrc

    Something similar will probably work on OpenBSD

    (oh, and for those who need their [modified] meems... OpenBSD is Undead, netcraft confirms it!)

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  4. 4.2BSD by m2943 · · Score: 2, Informative

    Ah, that brings back memories of 4.2BSD, the first BSD with real Internet support.

    (OpenBSD 4.2 seems somewhat less exciting to me.)

  5. Re:Huh? by marcello_dl · · Score: 1, Informative

    I'd ask "what's google" next.

    --
    ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
  6. Re:How dissapointing- they didn't include Xen by e9th · · Score: 2, Informative

    Theo has strong feelings about virtualization.

  7. Re:I need to try BSD by Stamen · · Score: 2, Informative

    colorls is in ports for gnubies, Can't you just turn on color with ls -G like in OS X? No need for gnu ls. The only reason I'd want gnu stuff is to be consistent with the Linux servers, so I could have 1 set of scripts. Personally, I don't install gnu tools in OS X, I use ls - G, and curl instead of wget, etc.

  8. what is new? the answer is... by lordholm · · Score: 2, Informative

    There is a new song, as far as I am concerned, that is one of the more exciting features in OpenBSD 4.2. :)

    --
    "Civis Europaeus sum!"
  9. Re:Never got the hang of patching it by Anonymous Coward · · Score: 1, Informative

    It would be a pain to devote one of each arch's build machines to -stable instead of -current. It is also generally considered a stock response that an administrator should be doing the patches, so that they understand what's happening in their machine. http://blog.bsdjournal.net/ is the site of a guy who maintains some stable builds, perhaps you could try and get him to work more closely with the OpenBSD project and get those to become official binaries updates, but it seems unlikely.

  10. Re:Stable branch, still from source only? by kv9 · · Score: 2, Informative

    One of the things that has put me of OpenBSD is the need to compile from source if you want to use the stable branch. I realise this is partially due to limited resources and priorities, but I would argue that this is probably one area where there is room for improvement. no you do not. stop spreading FUD. there are binary sets for multiple archs in every release. this also goes for the ports. it is clearly stated in the FAQ that if you want stable you should use binary packages. the only time when you have to compile is when you make changes to the kernel (or are tracking -current system or ports).