Slashdot Mirror


FreeBSD Looks Ahead to 6.0

I was catching up on mailing list archives when I came across an announcement from Scott Long of FreeBSD's release engineering team, noting that after the rather substantial amount of time that it took to take FreeBSD 5 to a -STABLE designation, their release schedule will be speeding up in the future. With the official release of FreeBSD 5.3 coming Real Soon Now, a new branch for 6.0 is now tentatively scheduled for mid-2005. It would seem that while the version numbers may increase more rapidly, so will the rate at which new features are merged from -CURRENT, so end users can get new features faster.

11 of 68 comments (clear)

  1. RTFA -- It's Quite Interesting by akpoff · · Score: 5, Insightful
    1. Move to a timeline-based release cycle rather than feature-based.
    2. Development of major features in Perforce. The goal is to keep the head branch from going unstable very often and allows major features to stay under development if it isn't ready for -STABLE branch point. Appears CVS will still be used for the main tree.
    3. Frequent scheduled releases will keep the bug count under control.
    4. Current plan is to branch for 6-STABLE in the May/June 2005 time frame with 6.1/.2 etc in 4-6 month intervals thereafter.
    Two very big, interesting changes. Given the very usable ports tree moving to scheduled releases for the core system makes a lot of sense. The decision to move development of major features out of the main CVS tree compliments the scheduled-release strategy. If anyone can make it work it'll be the FreeBSD team.

    Congratulations on achieving 5-STABLE and best wishes on 6-CURRENT development!

    1. Re:RTFA -- It's Quite Interesting by ulib · · Score: 4, Interesting

      TFA is really worth reading. And, as you say, moving to scheduled releases is a very good idea: even if 4.10 for production use is still very good in most cases, I think users are going to appreciate releases at more regular intervals.
      For all that they've done and all that they'll do, kudos to the FreeBSD team!
      --
      Being able to read *other people's* source code is a nice thing, not a 'fundamental freedom'.

  2. time-based releases a bad-thing(tm)? by CaptainPinko · · Score: 3, Insightful

    With feature based release you get the pressure to get things done because everyone is waiting for you. I'm worried that with time-based releases a lot of features will languish with tweaking or becoming more and more ambitious and they'll never get finished to be merge since there is no pressure. I'd rather see feature-based for at least one majour feature in a release. In other words keep it feature-based but bite off only a little (and not more than chew) and aim for that bite to be doable in 9-13 months (to leave for debugging, testing, etc.).

    --
    Your CPU is not doing anything else, at least do something.
    1. Re:time-based releases a bad-thing(tm)? by ArbitraryConstant · · Score: 4, Informative

      That could potentially be an issue, but it's also possible for a group of developers to work on their own branch, bringing in changes from CURRENT from time to time. SMP on OpenBSD took longer than the 6-month release interval, so there was a seperate SMP branch until the work was close enough to completion to make it into a release.

      --
      I rarely criticize things I don't care about.
    2. Re:time-based releases a bad-thing(tm)? by Eivind+Eklund · · Score: 3, Interesting
      I'm a FreeBSD developer.

      Our experience, after doing this for 10 years (I personally have been a developer for 7.5 years) is that we get serious problems whenever we try to go feature based, because we get wrong priorities, and it end up with releases taking too long and there being less feature development overall.

      This is why we want to switch back to a time based release cycle. We have had long discussions about this (there have been hundreds of messages debating various issues around it), and the overall result is that we believe things get better in close to every way with time based releases, based on what happens in practice.

      As we introduce fairly major features reasonably often, there will be major features introduced to releases. We just stop promising major features that are not yet implemented in a particular release. If there were nothing major new, we wouldn't bother with the work of cutting a new -stable branch.

      Eivind.

      --
      Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.
  3. Re:MFCed?! by compass46 · · Score: 3, Informative

    MFCed stands for "Merged From Current". It means that something from -CURRENT was backported to -STABLE. For example, if bugs are found in something while working on FreeBSD-6 and they exist in FreeBSD-5, the fixes from FreeBSD-6 might be MFCed to fix the problem in FreeBSD-5.

  4. Re:The quick answer. by DashEvil · · Score: 3, Informative

    I think there was a typo in your post.

    Surely you meant "Operating systems copied and rebranded by T. Hawkins: 1".

    --
    -If God wanted people to be better than me, he would have made them that way.
  5. Re:Private message for Mr. Hawkins by gtoomey · · Score: 3, Insightful

    At the risk of damaging my karma, any post promoting HawkinsOS is a troll.

  6. Kudos by molnarcs · · Score: 4, Interesting
    I just want to express my deep respect for FreeBSD developers. All the hype is around linux these days, and rightly so: it is a wonderful system. But few know that there are now ~100 paid developers working on linux (which is 'just' a kernel) at any given time, while there are none in FreeBSD. Yes, yes, PHK now is payed to do FreeBSD-only development for 8-10 months. There are others who receive either support from their employers to work on FreeBSD part-time, or some grants or others, but all in all, the FreeBSD project has 1/100 of the resources linux has.

    Of course, I realize that from a user/technical standpoint, this means nothing. But there are too many trolls out here who are bent on conducting a smear campaign against FreeBSD developers, going even as far as to question their programming skills. Now think about this: these developers have kept up with the pace linux development dictates with 1/100 of the resources linux development has. It is still one of the most reliable operating systems out there, no matter what disgruntled HawkinsOS guys will tell you about FreeBSD not being 'enterprise ready.' In fact, if you check netcraft's monthly reports about the most reliable sites, 4-5 sites from the top 10 is always running FreeBSD. In october, the top three sites having the fewest failed requests all ran FreeBSD (the 4th is Net~ or Open~).

    So I just can't emphasize enough how impressed I am (as a desktop user btw) with the work of these guys. And now this announcment! Excellent ideas there! And I hope to see ULE allowed in -STABLE again soon :))) (did I say I was a desktop user?).

    Thanks guys ... for everything!

    1. Re:Kudos by archen · · Score: 5, Insightful

      Now think about this: these developers have kept up with the pace linux development dictates with 1/100 of the resources linux development has.

      That sort of depends on what you mean by resources. An interesting thing was said by one of the DragonFly BSD guys, in that their development moved much more quickly because there weren't as many people involved in the project (as in FreeBSD). It's not neccesarily the size of the team, but the quality and how well they work together. Once you reach a criticle mass for a given team, you end up losing more and more productivity to human overhead as people are added.

      I think Linux may start to feel unnessesary pressure due to corperate interests - which might slow things down more than advance them.

  7. Re:gvinum still broken by Chreo · · Score: 3, Informative

    You're getting rather pathetic... 1) Gvinum works and the RAID5 bug have been fixed in 5-STABLE stoopido! Anyone who is advanced anough to use RAID5 and vinum knows how to fix this issue by updating to latest 5-STABLE! 2) ULE patches are available that fixes things as well. If you feel the need to use ULE just grab'em or wait until ULE is MFC'd. Now please be so kind to eat shit or release those patches that you "claim" to have. If you even have anything... In your case, seeing is believing and we ain't seen nothing but whining yet from you. So either you put up or you STFU!

    --

    Life is what happened when Good Intentions met Harsh Reality (the brother of the more infamous Chaos).