diff --git a/Changes b/Changes index 6e02a0582..8e9956245 100644 --- a/Changes +++ b/Changes @@ -9,26 +9,85 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: +Andi Kleen +David Prevot +Denis Barbier +Krzysztof Żelechowski +Michael Kerrisk +Yuri Kozlov Apologies if I missed anyone! -New and rewritten pages ------------------------ - - Newly documented interfaces in existing pages --------------------------------------------- +getrlimit.2 + Michael Kerrisk + Added documentation of prlimit() + prlimit() is new in kernel 2.6.36. + +inotify.7 + Michael Kerrisk + Document IN_EXCL_UNLINK + This flag was added in Linux 2.6.36. + See kernel commit 8c1934c8d70b22ca8333b216aec6c7d09fdbd6a6. + New and changed links --------------------- - -Global changes --------------- +prlimit.2 + Michael Kerrisk + New link to getrlimit.2 Changes to individual pages --------------------------- +getrlimit.2 + Michael Kerrisk + Remove unneeded text in DESCRIPTION + +intro.2 + Michael Kerrisk + Added various pages to SEE ALSO + +kexec_load.2 + Michael Kerrisk + Add kernel version where KEXEC_PRESERVE_CONTEXT first appeared + Added kernel version number where KEXEC_ON_CRASH first appeared + Fix copyright + Make copyright in the name of Intel corporation + VERSIONS: Fix version number + kexec_load() was first implemented in 2.6.13, though the entry + in the system call table was reserved starting in 2.6.7. + +migrate_pages.2 + Michael Kerrisk + SEE ALSO: Add reference to Documentation/vm/page_migration + +sched_setaffinity.2 + Michael Kerrisk + Add missing word "real" to "user ID" + +syscalls.2 + Michael Kerrisk + Fix kernel version number for kexec_load + kexec_load() was first implemented in 2.6.13, though the entry + in the system call table was reserved starting in 2.6.7. + Michael Kerrisk + Add prlimit() to list + +intro.3 + Michael Kerrisk + Added various pages to SEE ALSO + +printf.3 + Michael Kerrisk + Formatting fixes in example code + +hostname.7 + Michael Kerrisk + Small improvement to description of domains + See: https://bugzilla.novell.com/show_bug.cgi?id=651900