]>
git.ipfire.org Git - thirdparty/man-pages.git/log
Alejandro Colomar [Sat, 15 Jun 2024 19:06:55 +0000 (21:06 +0200)]
CONTRIBUTING.d/patches: wfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 19:02:10 +0000 (21:02 +0200)]
CONTRIBUTING.d/patches: Clarify that [PATCH v1] is also valid
And actually, preferable. Thus, use it in all examples.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 18:59:17 +0000 (20:59 +0200)]
CONTRIBUTING.d/patches: Say [PATCH] instead of [patch]
Patches are usually generated by git-format-patch(1), which says
[PATCH], not [patch]. To avoid confusion, use the same form here.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 18:56:31 +0000 (20:56 +0200)]
CONTRIBUTING.d/mail: Remove broken links
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 18:42:56 +0000 (20:42 +0200)]
man/: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 18:29:33 +0000 (20:29 +0200)]
man/: srcfix: Use \[rs] instead of \e
Scripted change:
$ find man -type f \
| xargs grep -l '\\e' \
| xargs sed -i 's/\\e/\\[rs]/g';
Link: <https://lore.kernel.org/linux-man/
20240611122453 .qn6jyl4go4bvwkqm@illithid/>
Suggested-by: "G. Branden Robinson" <branden@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 16:32:32 +0000 (18:32 +0200)]
share/mk/: lint-man-so: Skip man.7
We purposefully point to groff_man(7), which is not in this project.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 16:22:46 +0000 (18:22 +0200)]
share/mk/: lint-man-so: Check that .so link pages point to an existing file
Cc: Adam Sampson <ats@offog.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 16:05:37 +0000 (18:05 +0200)]
share/mk/: lint-man: Merge linting of man(7) and mdoc(7) pages
This simplifies some code, and is also in preparation for the following
commit, which will add more linting operations on both types of manual
pages.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sat, 15 Jun 2024 16:17:51 +0000 (18:17 +0200)]
share/mk/: $CUT: Add dependency on cut(1)
We'll need it for checking the .so link pages.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Adam Sampson [Sat, 15 Jun 2024 13:29:27 +0000 (14:29 +0100)]
FICLONERANGE.2const: Update .so for renamed file
Fixes: 733e3228017b ("ioctl.2, ioctl_ficlone*.2, FICLONE{,RANGE}.2const: Move page to FICLONE.2const")
Signed-off-by: Adam Sampson <ats@offog.org>
Message-ID: <
20240615132948 .20625-1-ats@offog.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 20:19:11 +0000 (22:19 +0200)]
Changes.old: Fix some mistakes
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 20:18:14 +0000 (22:18 +0200)]
Start of man-pages-NEXT: Move Changes to Changes.old
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 19:56:17 +0000 (21:56 +0200)]
lsm: Released 6.9
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 19:46:36 +0000 (21:46 +0200)]
Changes: Ready for 6.9
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 19:05:27 +0000 (21:05 +0200)]
RELEASE: Document how to obtain a list of contributors
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 18:56:36 +0000 (20:56 +0200)]
bpf-helpers.7: Refresh page
Scripted change:
$ ~/src/linux/linux/6/6.9/scripts/bpf_doc.py \
| rst2man \
>man7/bpf-helpers.7;
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 17:26:37 +0000 (19:26 +0200)]
ioctl*(2), man2const/: Make sashimi and reorganize these pages
Alejandro Colomar [Fri, 14 Jun 2024 17:24:40 +0000 (19:24 +0200)]
ioctl_*.2: De-duplicate references
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 17:10:33 +0000 (19:10 +0200)]
ioctl_userfaultfd.2, UFFDIO_*.2const: Make sashimi
Alejandro Colomar [Fri, 14 Jun 2024 17:09:08 +0000 (19:09 +0200)]
ioctl_userfaultfd.2: Tweak after making sashimi of this page
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 23:29:32 +0000 (01:29 +0200)]
share/mk/: Skip spurious warnings from mandoc(1)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 17:07:21 +0000 (19:07 +0200)]
UFFDIO_POISON.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 17:01:50 +0000 (19:01 +0200)]
ioctl_userfaultfd.2, UFFDIO_POISON.2const: Split UFFDIO_POISON from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 16:53:04 +0000 (18:53 +0200)]
UFFDIO_CONTINUE.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 16:47:51 +0000 (18:47 +0200)]
ioctl_userfaultfd.2, UFFDIO_CONTINUE.2const: Split UFFDIO_CONTINUE from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 16:39:11 +0000 (18:39 +0200)]
UFFDIO_WRITEPROTECT.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 16:32:00 +0000 (18:32 +0200)]
ioctl_userfaultfd.2, UFFDIO_WRITEPROTECT.2const: Split UFFDIO_WRITEPROTECT from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 15:05:54 +0000 (17:05 +0200)]
UFFDIO_WAKE.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 14:57:10 +0000 (16:57 +0200)]
ioctl_userfaultfd.2, UFFDIO_WAKE.2const: Split UFFDIO_WAKE from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 14:48:03 +0000 (16:48 +0200)]
UFFDIO_ZEROPAGE.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 14:43:14 +0000 (16:43 +0200)]
ioctl_userfaultfd.2, UFFDIO_ZEROPAGE.2const: Split UFFDIO_ZEROPAGE from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 13:44:47 +0000 (15:44 +0200)]
UFFDIO_COPY.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 13:32:43 +0000 (15:32 +0200)]
ioctl_userfaultfd.2, UFFDIO_COPY.2const: Split UFFDIO_COPY from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 13:10:50 +0000 (15:10 +0200)]
UFFDIO_UNREGISTER.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 12:59:13 +0000 (14:59 +0200)]
ioctl_userfaultfd.2, UFFDIO_UNREGISTER.2const: Split UFFDIO_UNREGISTER from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Fri, 14 Jun 2024 00:00:54 +0000 (02:00 +0200)]
UFFDIO_REGISTER.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 23:46:45 +0000 (01:46 +0200)]
ioctl_userfaultfd.2, UFFDIO_REGISTER.2const: Split UFFDIO_REGISTER from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 23:19:53 +0000 (01:19 +0200)]
UFFDIO_API.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 22:53:40 +0000 (00:53 +0200)]
ioctl_userfaultfd.2, UFFDIO_API.2const: Split UFFDIO_API from ioctl_userfaultfd(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 16:21:57 +0000 (18:21 +0200)]
ioctl_tty.2, man2const/: Make sashimi
Alejandro Colomar [Thu, 13 Jun 2024 16:16:14 +0000 (18:16 +0200)]
ioctl_tty.2, TIOCTTYGSTRUCT.2const: Split TIOCTTYGSTRUCT from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 16:05:40 +0000 (18:05 +0200)]
ioctl_tty.2, TIOC[SG]SOFTCAR.2const: Split TIOC[SG]SOFTCAR from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 15:21:37 +0000 (17:21 +0200)]
ioctl_tty.2, TIOCM{[SG]ET,BI[CS],IWAIT}.2const, TIOCGICOUNT.2const: Split TIOC* from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 14:43:58 +0000 (16:43 +0200)]
TIOCPKT.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 14:31:35 +0000 (16:31 +0200)]
ioctl_tty.2, TIOC[G]PKT.2const, TIOC[SG]PTLCK.2const, TIOCGPTPEER.2const: Split TIOC* from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 13:20:19 +0000 (15:20 +0200)]
ioctl_tty.2: Fix constness of arguments
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 12:59:43 +0000 (14:59 +0200)]
ioctl_tty.2, TIOC[SG]ETD.2const: Split TIOC[SG]ETD from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 12:50:10 +0000 (14:50 +0200)]
TIOCEXCL.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 12:48:26 +0000 (14:48 +0200)]
ioctl_tty.2, TIOC{E,GE,N}XCL.2const: Split TIOC*XCL from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 12:25:33 +0000 (14:25 +0200)]
ioctl_tty.2, TIOC[SG]PGRP.2const, TIOCGSID.2const: Split TIOC* from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 12:14:11 +0000 (14:14 +0200)]
ioctl_tty.2, TIOC{NO,SC}TTY.2const: Split TIOC*TTY from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 09:36:05 +0000 (11:36 +0200)]
TIOCCONS.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Thu, 13 Jun 2024 09:31:50 +0000 (11:31 +0200)]
ioctl_tty.2, TIOCCONS.2const: Split TIOCCONS from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 23:58:13 +0000 (01:58 +0200)]
TIOCSTI.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 23:53:07 +0000 (01:53 +0200)]
ioctl_tty.2, TIOCSTI.2const: Split TIOCSTI from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 23:42:32 +0000 (01:42 +0200)]
ioctl_tty.2, FIONREAD.2const, TIOC{IN,OUT}Q.2const, TCFLSH.2const, TIOCSERGETLSR.2const: Split from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 23:19:14 +0000 (01:19 +0200)]
TCXONC.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 23:17:46 +0000 (01:17 +0200)]
ioctl_tty.2, TCXONC.2const: Split TCXONC from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 23:07:12 +0000 (01:07 +0200)]
ioctl_tty.2, T*BRK*.2const: Split T*BRK* from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 19:25:56 +0000 (21:25 +0200)]
ioctl_tty.2, TIOC[SG]LCKTRMIOS.2const: Split TIOC[SG]LCKTRMIOS from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 19:10:54 +0000 (21:10 +0200)]
TIOCSWINSZ.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 18:15:17 +0000 (20:15 +0200)]
ioctl_tty.2, TIOC[SG]WINSZ.2const: Split TIOC[SG]WINSZ from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 16:57:48 +0000 (18:57 +0200)]
share/mk/: Skip expected warnings
Due to missing 'U' suffixes in UAPI constants.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 11:35:56 +0000 (13:35 +0200)]
TCSETS.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 08:47:31 +0000 (10:47 +0200)]
ioctl.2, ioctl_fsmap.2, FS_IOC_GETFSMAP.2const: ioctl_getfsmap(2) => ioctl_fsmap(2)
This name makes it consistent with the header file <linux/fsmap.h>.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 09:00:53 +0000 (11:00 +0200)]
ioctl_tty.2, TC[SG]ET*.2const: Split TC[SG]ET* from ioctl_tty(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Tue, 11 Jun 2024 00:18:22 +0000 (02:18 +0200)]
ioctl_ns.2, ioctl_nsfs.2: Rename page, and make sashimi
Alejandro Colomar [Wed, 12 Jun 2024 11:41:00 +0000 (13:41 +0200)]
ioctl_tty.2: Tweak in preparation for sashimi
- Move paragraph to CAVEATS.
- Reword RETURN VALUE for consistency with other pages.
- Remove some ERRORS that are redundant with ioctl(2).
- Remove ENOIOCTLCMD; this error doesn't exist in user space.
- Document includes and structures in SYNOPSIS properly.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Tue, 11 Jun 2024 00:17:55 +0000 (02:17 +0200)]
ioctl_nsfs.2: Tweak after making sashimi of this page
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Tue, 11 Jun 2024 00:14:33 +0000 (02:14 +0200)]
NS_GET_OWNER_UID.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Tue, 11 Jun 2024 00:09:17 +0000 (02:09 +0200)]
ioctl_nsfs.2, NS_GET_OWNER_UID.2const: Split NS_GET_OWNER_UID from ioctl_nsfs(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Tue, 11 Jun 2024 00:01:22 +0000 (02:01 +0200)]
NS_GET_NSTYPE.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 23:54:22 +0000 (01:54 +0200)]
ioctl_nsfs.2, NS_GET_NSTYPE.2const: Split NS_GET_NSTYPE from ioctl_nsfs(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 20:13:41 +0000 (22:13 +0200)]
ioctl_fs.2, man/: Reorganize <linux/fs.h> ioctl(2)s
Alejandro Colomar [Mon, 10 Jun 2024 21:38:40 +0000 (23:38 +0200)]
NS_GET_USERNS.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 20:53:48 +0000 (22:53 +0200)]
ioctl_nsfs.2, NS_GET_{USERNS,PARENT}.2const: Split NS_GET_* from ioctl_nsfs(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 20:27:55 +0000 (22:27 +0200)]
ioctl_ns.2, ioctl_nsfs.2, man/: Move page to ioctl_nsfs.2
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 20:11:38 +0000 (22:11 +0200)]
ioctl.2, ioctl_fs.2: Add overview page for <linux/fs.h> ioctl(2)s
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Wed, 12 Jun 2024 17:01:03 +0000 (19:01 +0200)]
share/mk/: Skip spurious warning from mandoc(1)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 19:13:13 +0000 (21:13 +0200)]
ioctl.2, PAGEMAP_SCAN.2const: Move page to PAGEMAP_SCAN.2const
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 19:11:06 +0000 (21:11 +0200)]
ioctl_pagemap_scan.2: Move structure definitions to SYNOPSIS
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 18:49:09 +0000 (20:49 +0200)]
ioctl_iflags.2, FS_IOC_[GS]ETFLAGS.2const, man/: Move page to FS_IOC_SETFLAGS.2const
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 16:42:59 +0000 (18:42 +0200)]
ioctl.2, ioctl_fslabel.2, FS_IOC_[GS]ETFSLABEL.2const: Move page to FS_IOC_SETFSLABEL.2const
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 16:04:34 +0000 (18:04 +0200)]
ioctl.2, ioctl_fideduperange.2, FIDEDUPERANGE.2const: Move page to FIDEDUPERANGE.2const
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 15:56:26 +0000 (17:56 +0200)]
ioctl.2, ioctl_ficlone*.2, FICLONE{,RANGE}.2const: Move page to FICLONE.2const
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 15:41:51 +0000 (17:41 +0200)]
ioctl_fat.2, man2const/: Make sashimi
Alejandro Colomar [Mon, 10 Jun 2024 15:37:52 +0000 (17:37 +0200)]
ioctl_fat.2, VFAT_IOCTL_READDIR_{BOTH,SHORT}.2const: Split VFAT_IOCTL_READDIR_* from ioctl_fat(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Mon, 10 Jun 2024 15:11:31 +0000 (17:11 +0200)]
ioctl_fat.2, FAT_IOCTL_GET_VOLUME_ID.2const: Split FAT_IOCTL_GET_VOLUME_ID from ioctl_fat(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 23:20:42 +0000 (01:20 +0200)]
ioctl_console.2, ioctl_kd.2, ioctl_vt.2, man2const/: Make sashimi
Alejandro Colomar [Mon, 10 Jun 2024 08:46:24 +0000 (10:46 +0200)]
ioctl_fat.2, FAT_IOCTL_[GS]ET_ATTRIBUTES.2const: Split FAT_IOCTL_[GS]ET_ATTRIBUTES from ioctl_fat(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 23:05:09 +0000 (01:05 +0200)]
ioctl_console.2: Tweak after making sashimi of this page
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 23:02:03 +0000 (01:02 +0200)]
ioctl_kd.2: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 22:57:35 +0000 (00:57 +0200)]
ioctl_console.2, ioctl_kd.2, man2const/: Split ioctl_kd(2) from ioctl_console(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 21:46:37 +0000 (23:46 +0200)]
ioctl_vt.2: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 21:42:15 +0000 (23:42 +0200)]
ioctl_console.2, ioctl_vt.2, VT_*.2const: Split VT_* from ioctl_console(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 20:57:52 +0000 (22:57 +0200)]
TIOCLINUX.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 20:44:49 +0000 (22:44 +0200)]
ioctl_console.2, TIOCLINUX.2const: Split TIOCLINUX from ioctl_console(2)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Alejandro Colomar [Sun, 9 Jun 2024 21:53:21 +0000 (23:53 +0200)]
ioctl_console.2: SYNOPSIS: Add section
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Brian Norris [Thu, 13 Jun 2024 20:46:56 +0000 (13:46 -0700)]
sched_setattr.2: Document sched_util_{min,max}
Utilization attributes were added in Linux v5.3 via commit
a509a7cd7974
("sched/uclamp: Extend sched_setattr() to support utilization
clamping"). Borrow some documentation from there, with a bit of
editorial trimming and augmentation.
The "reset" (-1 / UINT32_MAX) behavior was added in Linux 5.11 via
commit
480a6ca2dc6e ("sched/uclamp: Allow to reset a task uclamp
constraint value").
Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Patrick Bellasi <patrick.bellasi@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Message-ID: <
20240613204823 .
3184609 -1-briannorris@chromium.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>