From 99f8a08ff6b157d1749d63bc93dd424e100c08fa Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 22 Dec 2022 19:58:13 +0100 Subject: Changes: Ready for 6.02 Signed-off-by: Alejandro Colomar --- Changes | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 132 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c843ba1fd..2c35df4de 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ -==================== Changes in man-pages-?.?? ==================== +==================== Changes in man-pages-6.02 ==================== -Released: ????-??-??, ??Location?? +Released: 2022-12-22, Aldaya Contributors @@ -11,28 +11,158 @@ ideas, and discussions that have been incorporated in changes in this release: +"G. Branden Robinson" +1092615079 <1092615079@qq.com> +Aaron Schrab +Agostino Sarubbo +Ahelenia Ziemiańska +Alejandro Colomar +Alex Colomar +Amir Goldstein +Andrew Clayton +Andrew Pinski +Andries E. Brouwer +Darrick J. Wong +Douglas McIlroy +Eric Biggers +Florian Weimer +G. Branden Robinson +Grigoriy +Grzegorz Szymaszek +Helge Kreutzmann +Ian Abbott +Iker Pedrosa +Ingo Schwarze +Jakub Wilk +Jan Kara +JeanHeyd Meneide +Jun Ishiguro +Luca Versari +Luis Javier Merino +Mario Blättermann +Martin Sebor +Martin Uecker +Matthew Bobrowski +Michael Kerrisk +Michael Tokarev +Mike Frysinger +Mike Gilbert +Minchan Kim +Nicolás A. Ortega Froysa +Pali Rohár +Pierre Labastie +Sam James +Serge Hallyn +Stefan Puiu +Steve Izma +Suren Baghdasaryan +Thomas Voss +Tycho Andersen +Xi Ruoyao +Zach O'Keefe +Zack Weinberg + + Apologies if I missed anyone! New and rewritten pages ----------------------- +man3/ + static_assert.3 + strcpy.3 + stpncpy.3 + strncat.3 + +man3const/ + EOF.3const + EXIT_SUCCESS.3const + +man7/ + string_copying.7 + Newly documented interfaces in existing pages --------------------------------------------- +ioctl_tty.2 + TIOCSERGETLSR + TIOCSER_TEMT + +madvise.2 + MADV_COLLAPSE + +syscall.2 + loongarch + New and changed links --------------------- +man3/ + _Static_assert.3 (static_assert(3)) + stpcpy.3 (strcpy(3)) + strcat.3 (strcpy(3)) + strncpy.3 (stpncpy(3)) + stpecpy.3 (string_copying(7)) + stpecpyx.3 (string_copying(7)) + ustpcpy.3 (string_copying(7)) + ustr2stp.3 (string_copying(7)) + zustr2stp.3 (string_copying(7)) + zustr2ustp.3 (string_copying(7)) + +man3const/ + EXIT_FAILURE.3const (EXIT_SUCCESS(3const)) + Global changes -------------- +- Use correct letter case in manual page titles, instead of uppercase. + +- Use \" t comments when appropriate (Lintian needs this). + +- SYNOPSIS: + + - Add _Nullable for functions that receive NULL as a meaningful + input. + + - Use VLA syntax to clarify the meaning of size parameters, rather + than hiding it in possibly-confusing text. This syntax is not + accepted by any compilers, though. + + - Use [[noreturn]] instead of noreturn, which will be deprecated + soon. + +- Repository documentation: + + - Added significant documentation about the repository and the + project in the root of the repository in different files. + Starting from the README, anyone passing by should be able to + understand how the project works and be directed to other + documentation files. These files also document the release + process. + + - Michael has been busy lately, and he is no longer maintaining + the project. The in-repository documentation mentioned above has + been updated to reflect that. + Changes to individual pages --------------------------- +copy_file_range.2 + Fix wrong kernel version information + +process_madvise.2 + Fix capability and ptrace requirements + +madvise.2 + Update Transparent Huge Pages file/shmem documentation for + Linux 5.4+. + + The manual pages (and other files in the repository) have been improved beyond what this changelog covers. To learn more about changes applied to individual pages, use git(1). -- cgit v1.2.3