From 3af6d22bb3850ab2bac67287e3a3d3b0e32868e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:41:07 +0200 Subject: Merging upstream version 6.7. Signed-off-by: Daniel Baumann --- Changes | 207 ++++++---------------------------------------------------------- 1 file changed, 17 insertions(+), 190 deletions(-) (limited to 'Changes') diff --git a/Changes b/Changes index 1d2c608..c18bbfc 100644 --- a/Changes +++ b/Changes @@ -1,207 +1,40 @@ -==================== Changes in man-pages-6.05 ==================== - -Released: 2023-08-01, Aldaya - - -Contributors ------------- - -The following people contributed patches/fixes, reports, notes, -ideas, and discussions that have been incorporated in changes in -this release: - -"David S. Miller" -"G. Branden Robinson" -A. Wilcox -Adam Dobes -Ahelenia Ziemiańska -Alan Cox -Alejandro Colomar -Alexei Starovoitov -Andreas Schwab -Andrew Clayton -Andrew Morton -Avinesh Kumar -Bastien Roucariès -Bjarni Ingi Gislason -Brian Inglis -Bruno Haible -Carsten Grohmann -Colin Watson -Cyril Hrubis -DJ Delorie -Daniel Verkamp -David Howells -Dirk Gouders -Dmitry Goncharov -Eli Zaretskii -Elliott Hughes -Eric Biggers -Eric Blake -Eric Wong -Fangrui Song -Florian Weimer -Gavin Smith -Guillem Jover -Günther Noack -Helge Kreutzmann -Igor Sysoev -Ingo Schwarze -Jakub Jelinek -Jakub Sitnicki -Jakub Wilk -Johannes Weiner -John Gilmore -John Hubbard -John Scott -Jonathan Corbet -Jonathan Wakely -Joseph Myers -Josh Triplett -Kirill A. Shutemov -Larry McVoy -Lennart Jablonka -Linus Heckemann -Lukas Javorsky -Marcos Fouces -Mario Blaettermann -Martin (Joey) Schulze -Masami Hiramatsu -Masatake YAMATO -Matthew House -Matthew Wilcox (Oracle) -Michael Kerrisk -Michael Weiß -Mickaël Salaün -Mike Frysinger -Mike Kravetz -Mingye Wang -Nadav Amit -Nick Desaulniers -Oskari Pirhonen -Paul E. McKenney -Paul Eggert -Paul Floyd -Paul Smith -Philip Guenther -Ralph Corderoy -Reuben Thomas -Rich Felker -Richard Biener -Sam James -Serge Hallyn -Seth David Schoen -Siddhesh Poyarekar -Simon Horman -Stefan Puiu -Steffen Nurpmeso -Szabolcs Nagy -Thomas Weißschuh -Tom Schwindl -Tomáš Golembiovský -Torbjorn SVENSSON -Ulrich Drepper -Vahid Noormofidi -Vlastimil Babka -Wilco Dijkstra -Xi Ruoyao -Yang Xu -Yedidyah Bar David -Zack Weinberg -Zijun Zhao - -Apologies if I missed anyone! +==================== Changes in man-pages-6.7 ===================== + +Released: 2024-03-19, València New and rewritten pages ----------------------- -man2/ - ioctl_pipe.2 - man3/ - regex.3 - -man5/ - erofs.5 + TIMEVAL_TO_TIMESPEC.3 Newly documented interfaces in existing pages --------------------------------------------- -bpf.2 - EAGAIN - -ioctl_userfaultfd.2 - UFFD_FEATURE_EXACT_ADDRESS - -prctl.2 - PR_GET_AUXV - -recv.2 - MSG_CMSG_CLOEXEC - -statx.2 - STAT_ATTR_MOUNT_ROOT - -syscall.2 - ENOSYS - -resolv.conf.5 - no-aaaa - RES_NOAAAA - -tmpfs.5 - CONFIG_TRANSPARENT_HUGEPAGE - -ip.7 - IP_LOCAL_PORT_RANGE - -rtnetlink.7 - IFLA_PERM_ADDRESS +man2/ + process_madvise.2 + process_madvise() glibc wrapper New and changed links --------------------- -man3type/ - regex_t.3type (regex(3)) - regmatch_t.3type (regex(3)) - regoff_t.3type (regex(3)) +man3/ + TIMESPEC_TO_TIMEVAL.3 (TIMEVAL_TO_TIMESPEC(3)) Global changes -------------- -- Types: - - Document functions using off64_t as if they used off_t (except - for lseek64()). - -- Build system: - - Keep file modes in the release tarball. - - Fix symlink installation (`make install LINK_PAGES=symlink`). - - Add support for using bzip2(1), lzip(1), and xz(1) when installing - pages and creating release tarballs. - - Create reproducible release tarballs. - - Move makefiles from lib/ to share/mk/. - - Support mdoc(7) pages. - - Relicense Makefiles as GPL-3.0-or-later. - - Build PostScript and PDF manual pages. - - Add support for running our build system on arbitrary source - trees; this makes it possible to easily run our linters on another - project's manual pages as easily as `make lint MANDIR=~/src/groff` - -- Licenses: - - Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft. - - Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later. - - Use new SPDX license identifiers: - - Linux-man-pages-1-para (was VERBATIM_ONE_PARA) - - Linux-man-pages-copyleft-2-para (was VERBATIM_TWO_PARA) - - Linux-man-pages-copyleft-var (was VERBATIM_PROF) - -- ffix: - - use `\%` - - un-bracket tbl(1) tables +- Build system + - Reorganize build system + - Clarify dependencies + - Clarify configurable variables + - Add 'distcheck' target + - Ignore known warnings + - Replace uses of man2html(1) by grohtml(1) Changes to individual pages @@ -209,10 +42,4 @@ Changes to individual pages 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). - - -==================== Changes in man-pages-6.05.01 ================= - -- Build system: - - Ignore dot-dirs within $MANDIR +to individual pages, or the authors of changes, use git(1). -- cgit v1.2.3