summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-25 20:47:05 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-25 20:47:05 +0000
commit8beb2f7b0943db789d94a989dc4d1cfb07e1a3b5 (patch)
treed02f61d2a1e70f817c44c76c916e93c2670f9d03 /Changes.old
parenteff5fb0e21fbf916ba6ffb559264f2e32633bd10 (diff)
Start of 2.28
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old106
1 files changed, 106 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 42bb443b8..f8591cc46 100644
--- a/Changes.old
+++ b/Changes.old
@@ -3343,3 +3343,109 @@ socket.7
new in 2.6.14.
Placed socket options in alphabetical order.
+
+
+==================== Changes in man-pages-2.27 ====================
+
+Released: 2006-03-24
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Charles P. Wright <cwright@cs.sunysb.edu>
+Christoph Lameter <clameter@sgi.com>
+Chuck Ebbert <76306.1226@compuserve.com>
+Daniel Jacobowitz <dan@debian.org>
+Ingo Molnar <mingo@elet.hu>
+Heiko Carstens <heiko.carstens@de.ibm.com>
+Janak Desai <janak@us.ibm.com>
+Paolo (Blaisorblade) Giarrusso <blaisorblade@yahoo.it>
+Stefan Puiu <stefanpuiuro@yahoo.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various minor formatting changes were done on a range of
+pages in Section 7. (No content was changed.)
+
+
+New pages
+---------
+
+ushare.2
+ mtk, with reference to documentation by Janak Desai
+ New page describing unshare(2), added in kernel 2.6.16.
+
+
+Changes to individual pages
+---------------------------
+
+clone.2
+fork.2
+vfork.2
+ mtk
+ Added SEE ALSO pointing to new unshare.2.
+
+mbind.2
+ Christoph Lameter
+ MPOL_MF_MOVE_ALL requires CAP_SYS_NICE not CAP_SYS_RESOURCE.
+
+mremap.2
+ mtk
+ Clarified the description of MREMAP_FIXED and restructured
+ the text to reflect the fact that this flag is exposed
+ by glibc since version 2.4.
+
+ptrace.2
+ Chuck Ebbert, with assistance from Daniel Jacobowitz,
+ Paolo (Blaisorblade) Giarrusso, and Charles P. Wright;
+ after a suggestion from Heiko Carstens.
+ Document the following ptrace requests:
+ PTRACE_SETOPTIONS (2.4.6)
+ plus associated flags:
+ PTRACE_O_TRACESYSGOOD (2.4.6)
+ PTRACE_O_TRACEFORK (2.5.46)
+ PTRACE_O_TRACEVFORK (2.5.46)
+ PTRACE_O_TRACECLONE (2.5.46)
+ PTRACE_O_TRACEEXEC (2.5.46)
+ PTRACE_O_TRACEVFORKDONE (2.5.60)
+ PTRACE_O_TRACEEXIT (2.5.60)
+ PTRACE_SETSIGINFO (2.3.99-pre6)
+ PTRACE_GETSIGINFO (2.3.99-pre6)
+ PTRACE_GETEVENTMSG (2.5.46)
+ PTRACE_SYSEMU (since Linux 2.6.14)
+ PTRACE_SYSEMU_SINGLESTEP (since Linux 2.6.14)
+
+sched_get_priority_max.2
+sched_setscheduler.2
+sched_setparam.2
+ mtk, Ingo Molnar
+ Modified to document SCHED_BATCH policy, new in kernel 2.6.16.
+
+ Text describing SCHED_BATCH was added to sched_setscheduler.2,
+ and was drawn in part from Ingo Molnar's description in the
+ mail message containing the patch that implemented this policy.
+
+ Various other minor rewordings and formatting fixes.
+
+proc.5
+ mtk, using text from Documentation/filesystems/proc.txt
+ Document /proc/sys/vm/drop_caches, new in kernel 2.6.16.
+ mtk, using information from ChangeLog-2.6.14.
+ Document /proc/PID/smaps, new in kernel 2.6.14.
+
+capabilities.7
+ mtk
+ Noted affect of CAP_SYS_NICE for mbind(MPOL_MF_MOVE_ALL).
+
+pthreads.7
+ mtk
+ Kernel 2.6.16 eliminated buggy behaviour with respect to
+ the alternate signal stack.