]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add exch to ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Wed, 31 Jan 2024 13:05:17 +0000 (14:05 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 31 Jan 2024 13:05:17 +0000 (14:05 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/releases/v2.40-ReleaseNotes

index 6726aaee7fc279e2cb14c17ee561845a00ef1b5a..9b729f0f1f83cacba5718f25b6651c33d4d75bfb 100644 (file)
@@ -47,7 +47,10 @@ libsmartcols:
   monotonic, boottime, etc.).
 
 * A new small command, enosys, is introduced to make syscalls fail with ENOSYS.
-  The command is based on prctl( SECCOMP_MODE_FILTER ).
+  The command is based on prctl( SECCOMP_MODE_FILTER ) syscall.
+
+* A new command, exch, is introduced to atomically exchanges paths between
+  two files. The command is based on renameat2( RENAME_EXCHANGE ) syscall.
 
 * login(1) now supports systemd service credentials. 'login.noauth' is now
   supported.