forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update the development process document
Here's a set of changes updating Documentation/development-process. I have update kernel releases and relevant statistics, added information for a couple of tools, zapped some trailing white space, and generally tried to make it more closely match the current state of affairs. [Typo fixes from Joe Perches and Nicolas Kaiser incorporated] Signed-off-by: Jonathan Corbet <[email protected]> Acked-by: Greg KH <[email protected]> Cc: Randy Dunlap <[email protected]>
- Loading branch information
Jonathan Corbet
committed
Mar 25, 2011
1 parent
9cad796
commit 5c050fb
Showing
7 changed files
with
167 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,13 +56,13 @@ information on kernel development. | |
|
||
1.2: WHAT THIS DOCUMENT IS ABOUT | ||
|
||
The Linux kernel, at over 6 million lines of code and well over 1000 active | ||
contributors, is one of the largest and most active free software projects | ||
in existence. Since its humble beginning in 1991, this kernel has evolved | ||
into a best-of-breed operating system component which runs on pocket-sized | ||
digital music players, desktop PCs, the largest supercomputers in | ||
existence, and all types of systems in between. It is a robust, efficient, | ||
and scalable solution for almost any situation. | ||
The Linux kernel, at over 8 million lines of code and well over 1000 | ||
contributors to each release, is one of the largest and most active free | ||
software projects in existence. Since its humble beginning in 1991, this | ||
kernel has evolved into a best-of-breed operating system component which | ||
runs on pocket-sized digital music players, desktop PCs, the largest | ||
supercomputers in existence, and all types of systems in between. It is a | ||
robust, efficient, and scalable solution for almost any situation. | ||
|
||
With the growth of Linux has come an increase in the number of developers | ||
(and companies) wishing to participate in its development. Hardware | ||
|
@@ -115,7 +115,7 @@ This document was written by Jonathan Corbet, [email protected]. It has been | |
improved by comments from Johannes Berg, James Berry, Alex Chiang, Roland | ||
Dreier, Randy Dunlap, Jake Edge, Jiri Kosina, Matt Mackall, Arthur Marsh, | ||
Amanda McPherson, Andrew Morton, Andrew Price, Tsugikazu Shibata, and | ||
Jochen Voß. | ||
Jochen Voß. | ||
|
||
This work was supported by the Linux Foundation; thanks especially to | ||
Amanda McPherson, who saw the value of this effort and made it all happen. | ||
|
@@ -221,7 +221,7 @@ include: | |
- Everything that was said above about code review applies doubly to | ||
closed-source code. Since this code is not available at all, it cannot | ||
have been reviewed by the community and will, beyond doubt, have serious | ||
problems. | ||
problems. | ||
|
||
Makers of embedded systems, in particular, may be tempted to disregard much | ||
of what has been said in this section in the belief that they are shipping | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.