[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: What does "nptl" stand for?
- From: Dave Jones <davej redhat com>
- To: fedora-list redhat com
- Subject: Re: What does "nptl" stand for?
- Date: Wed, 21 Jan 2004 14:55:30 +0000
On Wed, 2004-01-21 at 14:34, jasoncc comcast net wrote:
> What does the .nptl extension on the kernel name stand for?
>
> 2.4.22-1.2153.nptl
>
> While we're at it, what does the whole "-1.2153.nptl" mean?
>
> I know the 2.4.22 is major.minor.patch. I also found an interesting tidbit that I didn't know - I read that all stable versions have an even "minor" number and all development versions have an odd "minor" number. Found it here - ( http://www.leicester.lug.org.uk/meeting/m000713/Kernel_versions/kernel_versions.html )
>
> -Jason
>
the 2.4.22 is the base kernel from kernel.org that everything is built
on top of. the 1.2153 is a CVS ident (so gets bumped with every change
I check in). the .nptl is 'native posix threading library'.
glibc does various magick if it finds its running on a 2.6 kernel,
or a 2.4 kernel with a .nptl suffix. If it doesn't, then it falls back
to the older threading model iirc.
Dave
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]