From: Karel Zak Date: Wed, 31 Jan 2024 13:05:17 +0000 (+0100) Subject: docs: add exch to ReleaseNotes X-Git-Tag: v2.41-devel~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=405dbe188d3e96b10e256c887b7018c30daebc60;p=thirdparty%2Futil-linux.git docs: add exch to ReleaseNotes Signed-off-by: Karel Zak --- diff --git a/Documentation/releases/v2.40-ReleaseNotes b/Documentation/releases/v2.40-ReleaseNotes index 6726aaee7f..9b729f0f1f 100644 --- a/Documentation/releases/v2.40-ReleaseNotes +++ b/Documentation/releases/v2.40-ReleaseNotes @@ -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.