Slashdot Mirror


Linux 2.6.27 Out

diegocgteleline.es writes "Linux 2.6.27 has been released. It adds a new filesystem (UBIFS) for 'pure' flash-based storage, the page-cache is now lockless, much improved Direct I/O scalability and performance, delayed allocation support for ext4, multiqueue networking, data integrity support in the block layer, a function tracer, a mmio tracer, sysprof support, improved webcam support, support for the Intel wifi 5000 series and RTL8187B network cards, a new ath9k driver for the Atheros AR5008 and AR9001 chipsets, more new drivers, and many other improvements and fixes. Full list of changes can be found here."

6 of 452 comments (clear)

  1. Re:This is a huge amount of work by QuantumG · · Score: 5, Informative

    Well, yes and no. The old LK dev model had unstable releases where bugs were expected. Now every release is stable, and bugs are truly anomalies.

    --
    How we know is more important than what we know.
  2. Re:Not in upcoming Debian by Kjella · · Score: 5, Informative

    It's a shame this won't be in the upcoming Lenny release of Debian. The in-kernel support for heaps of webcams via gspca is a very nice user-visible element of this release.

    Debian never paid much attention to desktop features, may I suggest Ubuntu 8.10?

    --
    Live today, because you never know what tomorrow brings
  3. Re:Not in upcoming Debian by Kjella · · Score: 5, Informative

    I believe you have my stapler?

    No, this one isn't red.

    --
    Live today, because you never know what tomorrow brings
  4. Re:Did Bill Gates pay Shuttleworth to create Ubunt by oatworm · · Score: 5, Informative

    I know this is going to get modded as "off topic", but let's cover this...

    SYSTEM and Local System are basically one and the same, and are almost perfectly synonymous with root. Network Service would be the equivalent of the "nobody" user - i.e. an account that you can use to run low-privilege services. Administrator would be the same as a user with administrative privileges in Linux (perhaps someone in the sudoers list). The trouble, of course, was that, until Vista/2008 came along, it was trivially easy for an Administrator to escalate to SYSTEM - you just had to run a scheduled job in interactive mode (think of a cron job with no password required) and you'd not only have root access, you'd also have access to the current user's console. For an administrator, this came in handy - of course, what was handy and convenient for an administrator was just as handy and convenient for someone else.

  5. Re:Linux 2.6.27 Out by adrianwn · · Score: 5, Informative

    For those moderators who didn't get it and modded him Troll: it's the (only) line from the Pink Floyd song "One of these Days".

    By the way, it's "cut", not "chop": http://en.wikipedia.org/wiki/One_of_These_Days

  6. Re:Building your own kernel these days ain't easy by Godji · · Score: 5, Informative

    I see your point, but consider the fact that every option (if you use "make menuconfig" at least) has a context-based help message. For the most part, they are actually very useful. Just go through all the options and think whether you need something or not. If you're not sure, there's a recommended safe default right at the end of the help message.

    And you really need to do this once. After that for each new version, you just do "make oldconfig" against the old .config file (the one that stored your choices) and that's typically 10-20 options tops for new major versions.

    Changed hardware? New PC? Just reconfigure the "Drivers" section in a few minutes and you're golden. That's assuming of course you stripped down everything you don't need - if you left it in, you don't evenhave to do as much, it will just work.

    BTW, if you're into tinkering, go all the way and try Gentoo. That project is alive and kicking, regardless of what the media have been saying recently.