]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Changes.old: Tweaks to 5.00 changelog
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 6 Mar 2019 17:49:06 +0000 (18:49 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 6 Mar 2019 19:36:34 +0000 (20:36 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Changes.old

index 6421c29501b0d578fb305fb9d264960f50cd3550..dba554b6991707015783eeab15f62c10a308c117 100644 (file)
@@ -48056,6 +48056,29 @@ bpf-helpers.7
 Newly documented interfaces in existing pages
 ---------------------------------------------
 
+fanotify_init.2
+fanotify.7
+    nixiaoming  [Amir Goldstein, Michael Kerrisk]
+        Document FAN_REPORT_TID
+            fanotify_init.2: add new flag FAN_REPORT_TID
+            fanotify.7: update description of member pid in
+                struct fanotify_event_metadata
+    Amir Goldstein
+        Document FAN_MARK_FILESYSTEM
+            Monitor fanotify events on the entire filesystem.
+    Matthew Bobrowski  [Amir Goldstein]
+        Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
+
+io_submit.2
+    Adam Manzanares
+        Document IOCB_FLAG_IOPRIO
+
+msgctl.2
+semctl.2
+shmctl.2
+    Davidlohr Bueso  [Joe Lawrence, Michael Kerrisk]
+        Document STAT_ANY commands
+
 prctl.2
     Konrad Rzeszutek Wilk  [Michael Kerrisk]
         Document PR_SET_SPECULATION_CTRL and PR_GET_SPECULATION_CTRL
@@ -48200,23 +48223,6 @@ eventfd.2
     Michael Kerrisk
         Move text noting that eventfd() creates a FD earlier in the page
 
-fanotify_init.2
-    Michael Kerrisk
-        Add a little more detail on FAN_REPORT_TID
-
-fanotify_init.2
-fanotify.7
-    nixiaoming  [Amir Goldstein]
-        Document FAN_REPORT_TID
-            fanotify_init.2: add new flag FAN_REPORT_TID
-            fanotify.7: update description of member pid in
-                struct fanotify_event_metadata
-    Amir Goldstein
-        Document FAN_MARK_FILESYSTEM
-            Monitor fanotify events on the entire filesystem.
-    Matthew Bobrowski  [Amir Goldstein]
-        Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
-
 fcntl.2
     Michael Kerrisk
         Actual pipe capacity may in practice be less than nominal capacity
@@ -48286,8 +48292,6 @@ inotify_add_watch.2
         Note errors that can occur for IN_MASK_CREATE
 
 io_submit.2
-    Adam Manzanares
-        Document IOCB_FLAG_IOPRIO
     Jeff Moyer
         Fix the description of aio_data
             aio_data is not a kernel-internal field.
@@ -48339,12 +48343,6 @@ mount.2
     Michael Kerrisk
         SEE ALSO: add ioctl_iflags(2)
 
-msgctl.2
-semctl.2
-shmctl.2
-    Davidlohr Bueso  [Joe Lawrence, Michael Kerrisk]
-        Document STAT_ANY commands
-
 msgop.2
     Michael Kerrisk
         Correct the capability description for msgsnd() EACCESS error
@@ -48387,6 +48385,7 @@ perf_event_open.2
 
 pivot_root.2
     Elvira Khabirova
+        Explain the initramfs case and point to switch_root(8)
     Joseph Sible  [Joseph C. Sible]
         Document EINVAL if root is rootfs
 
@@ -48854,10 +48853,9 @@ proc.5
     Michael Kerrisk
         Mention choom(1) in discussion of /proc/[pid]/oom_score_adj
     Michael Kerrisk
-        Add a few details on /rpoc/PID/fdinfo timerfd
+        Add a few details on /proc/PID/fdinfo timerfd
     Michael Kerrisk
         Document /proc/meminfo KReclaimable field
-            Added in Linux 4.20.
     Michael Kerrisk
         Explain how to determine top-most mount in /proc/PID/mountinfo
             Explain how to determine the top-most mount at a particular
@@ -48975,12 +48973,11 @@ cgroup_namespaces.7
         Clarify the example by making an implied detail more explicit.
             See https://bugzilla.kernel.org/show_bug.cgi?id=201047
 
+cgroups.7
     Michael Kerrisk
         Add more detail on v2 'cpu' controller and realtime threads
             Explicitly note the scheduling policies that are relevant for the
             v2 'cpu' controller.
-
-cgroups.7
     Michael Kerrisk
         Document the use of 'cgroup_no_v1=named' to disable v1 named hierarchies
             This feature was added in Linux 5.0.
@@ -49067,7 +49064,6 @@ pid_namespaces.7
             until the first child is created. Verified by experiment.
     Michael Kerrisk
         Note that a process can do unshare(CLONE_NEWPID) only once
-            (See the recent commit to the unshare(2) manual page.)
 
 sched.7
     Michael Kerrisk  [Eugene Syromyatnikov]