summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-03-06 18:49:06 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-03-06 20:36:34 +0100
commit8fd7057257cb90df76cf882c86f61ce3ad0a6fff (patch)
treea57a7aed2640e623a562c07396f02b0e5ebe57a9 /Changes.old
parentb83e27e8a809373664f91a773aac868fc84fea79 (diff)
Changes.old: Tweaks to 5.00 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old56
1 files changed, 26 insertions, 30 deletions
diff --git a/Changes.old b/Changes.old
index 6421c2950..dba554b69 100644
--- a/Changes.old
+++ b/Changes.old
@@ -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]