Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Operating Systems Linux

The Many Names of Linux Kernels 73

dartttt writes "Not many people know that Kernel releases have their codenames. Most of the Linux 2.6 and 3.x kernels include a name in the Makefile of their source trees, which can be found in the git repository. They are not publicized as such but some of them are really hilarious."
This discussion has been archived. No new comments can be posted.

The Many Names of Linux Kernels

Comments Filter:
  • by Anonymous Coward on Tuesday November 22, 2011 @10:17AM (#38134996)

    http://en.wikipedia.org/wiki/List_of_Linux_kernel_names is the link worth going to if you want to find out what they are.

  • Someone please ask the pink weasels to stop farting. Actually, to be politically correct, just ask all the weasels to stop farting. No need to single out the pink ones.

    And to that, weasels are just people who fart on airplanes and look around at their neighbor to seemingly accuse them of having let it go. I didn't do it!!

    • Re: (Score:3, Funny)

      by Anonymous Coward

      Someone please ask the pink weasels to stop farting. Actually, to be politically correct, just ask all the weasels to stop farting. No need to single out the pink ones.

      And to that, weasels are just people who fart on airplanes and look around at their neighbor to seemingly accuse them of having let it go. I didn't do it!!

      The Duchess emitted an enormous fart. Thinking to shift the blame, she told the butler "Stop that immediately."
      He replied "Which way did it go."

    • by Tsingi ( 870990 )

      And to that, weasels are just people who fart on airplanes and look around at their neighbor to seemingly accuse them of having let it go. I didn't do it!!

      So now my enemy has a name. The day is mine!

    • I'm delighted to discover I'm not a weasel, as I limit my occasions of most putrid flatulence to elevators and buses.

  • 2.6.20 (Score:5, Funny)

    by SJHillman ( 1966756 ) on Tuesday November 22, 2011 @10:30AM (#38135142)

    I used to own numerous 2.6.20's (they bred a lot) and I currently have a 2.6.21. I was also attacked by a 2.6.28-rc1 once, although it could have been a 2.6.36.

  • The "general part of linux os", with it's "major revisions", is called "the kernel"? What's next, private development? And the dvcs is called "git", 'nough said.
    "Military justice is to justice what military music is to music" -- Groucho Marx
    • by Anonymous Coward

      The kernel says: "I love it when a plan comes together".

  • by Machtyn ( 759119 ) on Tuesday November 22, 2011 @10:36AM (#38135256) Homepage Journal
    So, is this where ubuntu gets its inspiration for its names?
  • /me yawns & checks wristwatch...

    This story should have been in "idle".

  • by Anonymous Coward

    Is it just me or was anyone else also having flashbacks of those random name generators from the olden days that would create a "cool" name for you to use on irc, ICQ or in multiplayer games?

    signed: Cononymous Award

  • by alanw ( 1822 ) <alan@wylie.me.uk> on Tuesday November 22, 2011 @03:22PM (#38139734) Homepage


      NAME = "Divemaster Edition"
      NAME = Sneaky Weasel
      NAME = Flesh-Eating Bats with Fangs
      NAME = Sheep on Meth
      NAME = Man-Eating Seals of Antiquity
      NAME = Vindictive Armadillo
      NAME = Temporary Tasmanian Devil
      NAME = Erotic Pickled Herring
      NAME = Killer Bat of Doom
      NAME = Rotary Wombat
      NAME = Funky Weasel is Jiggy wit it
      NAME = Arr Matey! A Hairy Bilge Rat!
      NAME = Pink Farting Weasel
      NAME = Holy Dancing Manatees, Batman!
      NAME = Nocturnal Monster Puppy
      NAME = Homicidal Dwarf Hamster

  • by jc42 ( 318812 ) on Tuesday November 22, 2011 @04:23PM (#38140434) Homepage Journal

    This isn't a totally trivial question. I've often seen comments in forums saying that something works in kernels from the Frosty Ferret release to the Manifest Monkey release. So I want to check out some of the systems that I'm responsible for, and for each of them, I'd like to discover whether they're within the stated range. The problem is that I often can't discover a given kernel's codename. I can get the kernel's release number from "uname -a", but there doesn't seem to be any reliable way to compare that with codenames in forum messages. So I often can't figure out whether such forum messages apply to the kernels that I'm ssh'd to.

    So is there a general way to map the dotted-number release numbers to the codenames, and vice-versa? If there is, I could put it into a script that's in the toolkit that I copy around to systems. I'd also put it on my web sites, so I can fetch it quickly from a new machine (and you could, too, as soon as a googlebot stumbles across it, if you guess the right keywords that I'd include in the header comments ;-).

    So far, the answers to this question all seem to be of the form "If you're on a sytem Foo, here's how you do it ...". So you need to know the answer to the question in order to ask the question. I'm hoping for something a bit less circular. And preferably something scriptable.

    I've often wondered why this information has been universally excluded from what "uname -a" returns. Making use of forum replies would be a lot easier if either people would use the release numbers, or we had a simple way of mapping codenames to release numbers.

    This isn't just a linux problem. I'm typing this on a Macbook Pro, one of around a half dozen that I have access to. I can get the kernel's number (10.5.8) from the "About this Mac" menu item at the top left, but I don't know the kernel's name. I did a bit of poking around in /etc and /System, and didn't find it. There's probably a table of the names/numbers somewhere at apple.com, but google doesn't seem to know where it is. The problem is similar on other unix-like systems.

    Anyone know an algorithm for finding a random kernel's name? (Anything of the form "If it's <X> ..." is disqualified. ;-)

    • by jgrahn ( 181062 ) on Tuesday November 22, 2011 @04:51PM (#38140784)

      This isn't a totally trivial question. I've often seen comments in forums saying that something works in kernels from the Frosty Ferret release to the Manifest Monkey release.

      I think you can safely ignore anyone who refers to kernels by their silly-names. People who want to be understood uses whatever number uname -a says.

    • It sounds like you are confusing these kernel code names for the Ubuntu and Mac OSX code names. They are not the same. No one really uses the kernel code names except maybe kernel devs (but even they mostly refer to specific version numbers).

      You can find the Ubuntu and Mac OSX names on wikipedia (they're on their websites too, but wikipedia is easier to find). Here's Ubuntu's [wikipedia.org] and here's Mac OSX [wikipedia.org].

It is easier to write an incorrect program than understand a correct one.

Working...