man-pages/Changes

63 lines
1.6 KiB
Plaintext
Raw Normal View History

2008-03-03 13:46:28 +00:00
==================== Changes in man-pages-2.80 ====================
2007-09-19 21:40:03 +00:00
2008-03-03 13:46:28 +00:00
Released: 2008-??-??
2007-09-19 21:40:03 +00:00
2007-11-24 13:50:54 +00:00
Contributors
------------
2007-10-23 11:33:49 +00:00
2007-11-24 13:50:54 +00:00
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2007-09-20 18:15:23 +00:00
2008-03-05 15:23:19 +00:00
Andries E. Brouwer <Andries.Brouwer@cwi.nl>
Ingo Molnar <mingo@elte.hu>
Thomas Huriaux <thomas.huriaux@gmail.com>
Tolga Dalman <tdalman@project-psi.org>
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Apologies if I missed anyone!
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Global changes
--------------
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Typographical or grammatical errors have been corrected in several places.
2007-11-24 10:49:28 +00:00
2007-12-09 08:38:17 +00:00
2008-03-05 15:23:19 +00:00
New pages
---------
random_r.3
mtk, after a suggestion by aeb
Documents random_r(3), srandom_r(3), initstate_r(32), and
setstate_r(3), which are the reentrant equivalents of
random(3), srandom(3), initstate(3), and setstate(3).
2007-11-24 13:50:54 +00:00
Changes to individual pages
---------------------------
2008-03-05 15:23:19 +00:00
sched_setscheduler.2
mtk, with input from Ingo Molnar
Add description of SCHED_IDLE policy (new in 2.6.23).
Tweak description of SCHED_BATCH.
setpriority.2
mtk, after a note from Info Molnar
Add text in NOTES about the punchier effect of nice values in
kernel 2.6.23 and later.
Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list.
rand.3
Tolga Dalman / aeb / mtk
Remove outdated warning in NOTES; encourage the use of
random(3) instead.
random.3
aeb / mtk / Tolga Dalman
Recommend use or random_r(3) for multithreaded applications
that need independent, reproducible sequences of random numbers.
Move references to "The Art of Computer Programming" and
"Numerical Recipes", formerly in rand(3), to this page.
Add drand48(93) to SEE ALSO list.