Navigation :
Actualités
Décès de Monsieur Pierre KALDOR
- 08 03 2010
Notre barreau est en deuil. Monsieur Pierre Kaldor, Avocat Honoraire du barreau des Hauts de...
Programme des formations Université Nanterre Paris Ouest
- 08 03 2010
Vous pouvez bénéficier de séances de formation continue qui sont organisées par le barreau, dans...
Formation HEDAC: cycle de 6 modules de formation généraliste d'entreprises artisanales
- 02 03 2010
L'HEDAC et le Barreau des Hauts-de-Seine vous proposent un cycle de 6 modules de formation généraliste...
Accueil > Le Barreau
Born to a family of Norman farmers, he graduated with a Ph.D. in philosophy. He taught this subject to senior students at a technical high school in Caen between 1983 and 2002, before establishing what he and his supporters call the Université populaire de Caen, proclaiming its foundation on a free-of-charge basis, and the manifesto written by Onfray in 2004 (La communauté philosophique).
Onfray writes obscurely that there is no philosophy without psychoanalysis. He proclaims himself an adamant atheist (something more novel in France than elsewhere - indeed his book, 'Atheist Manifesto', was briefly in the 'bestsellers' list in France) and he considers religion to be indefensible. He instead regards himself as being part of the tradition of individualist anarchism, a
Boite1

grand bloc gauhce
The development model for Linux 2.6 was a significant change from the development model for Linux 2.5. Previously there was a stable branch (2.4) where only relatively minor and safe changes were merged, and an unstable branch (2.5), where bigger changes and cleanups were allowed. This meant that users would always have a well-tested 2.4 version with the latest security and bug fixes to use, though they would have to wait for the features which went into the 2.5 branch. The downside of this was that the "stable" kernel ended up so far behind that it no longer supported recent hardware and lacked needed features. In the late 2.5.x series kernel some maintainers elected to try and back port their changes to the stable series kernel which resulted in bugs being introduced into the 2.4.x series kernel. The 2.5 branch was then eventually declared stable and renamed to 2.6. But instead of opening an unstable 2.7 branch, the kernel developers elected to continue putting major changes into the 2.6 "stable" branch. This had the desirable effect of breaking changes into smaller and easier to test batches, making new features quickly available, and getting more testing of the latest code.
However, the new 2.6 development model also meant that there was no stable branch for people just wanting security and bug fixes, and not needing the latest features. Fixes were only put into the latest version, so if a user wanted a version with all known bugs fixed they would also get all the latest features, which had not been well tested, and risked breaking things which had previously worked. A partial fix for this was the previously mentioned fourth version number digit (y in 2.6.x.y), which are series of point releases created by the stable team (Greg Kroah-Hartman, Chris Wright, maybe others). The stable team only released updates for the most recent kernel however, so this did not solve the problem of the missing stable kernel series. Linux distribution vendors, such as Red Hat and Debian, maintain the kernels which ship with their releases, so a solution for some people is to just follow a vendor kernel.
an other box

big bloc droite
With the coming of 2.6.x of the Linux kernel, the versioning has changed such that there can now be four numbers to the kernel version, giving releases the format of 2.6.x.y (where .y is optional). Features are now added between x releases, and y releases usually consist of bugfixes. Version 2.6.0 was released on 18 December 2003.[59] The 2.6 series of kernels is still the active series of stable kernels as of 1 July 2009. Among the changes that have been made in the 2.6 series are: integration of µClinux into the mainline kernel sources, PAE support, support for several new lines of CPUs, integration of ALSA into the mainline kernel sources, support for up to 232 users (up from 216), support for up to 229 process IDs (up from 215), substantially increased the number of device types and the number of devices of each type, improved 64-bit support, support for filesystems of up to 16 terabytes, in-kernel preemption, support for the Native POSIX Thread Library, User-mode Linux integration into the mainline kernel sources, SELinux integration into the mainline kernel sources, Infiniband support, and considerably more. Also notable are the addition of several filesystems throughout the 2.6.x releases: FUSE, JFS, XFS, ext4 and more. Details on the history of the 2.6 kernel series can be found in the ChangeLog files on the 2.6 kernel series source code release area of kernel.org.