linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 16:42:54 to 2021-08-18 15:59:39 UTC [more...]

[PATCH v4 0/4] Add Landlock man pages
 2021-08-18 15:59 UTC  (2+ messages)
` [PATCH v4 1/4] landlock.7: Add a new page to introduce Landlock

[PATCH v2] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-08-18  8:35 UTC  (3+ messages)

Errors in man pages, here: shmop.2
 2021-08-18  6:55 UTC  (7+ messages)

Errors in man pages, here: access.2
 2021-08-17 23:40 UTC  (4+ messages)

[PATCHi, man-pages] mount_namespaces.7: More clearly explain "locked mounts"
 2021-08-17 15:51 UTC  (6+ messages)

Errors in man pages, here: mremap.2
 2021-08-17 13:55 UTC  (3+ messages)

Errors in man pages, here: open.2
 2021-08-17 13:53 UTC  (5+ messages)

Errors in man pages, here: signal.2
 2021-08-17 13:41 UTC  (6+ messages)

Errors in man pages, here: clock.3
 2021-08-17 13:28 UTC  (3+ messages)

1p description in intro(1) -- or intro(1p)
 2021-08-17  0:33 UTC 

request: calling conventions documentation
 2021-08-17  0:19 UTC  (4+ messages)

[PATCH v3] man2: new page describing memfd_secret() system call
 2021-08-16  6:49 UTC  (4+ messages)

Questions re the new mount_setattr(2) manual page
 2021-08-13  1:25 UTC  (15+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2021-08-13  0:23 UTC  (15+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

[PATCH man-pages] statx.2: Add STATX_MNT_ID
 2021-08-12 23:13 UTC  (2+ messages)

[PATCH 00/32] Patches from others
 2021-08-11 22:33 UTC  (89+ messages)
` [PATCH 01/32] readv2: Note preadv2(..., RWF_NOWAIT) bug in BUGS section
` [PATCH 02/32] readv.2: Minor tweaks to Will's patch
` [PATCH 03/32] vdso.7: Remove outdated limitation for powerpc
` [PATCH 04/32] vdso.7: Add y2038 compliant gettime for ppc/32
` [PATCH 05/32] posixoptions.7: Fix legacy functions list (s/getcwd/getwd/)
` [PATCH 06/32] man2/fallocate.2: tfix documentation of shared blocks
` [PATCH 07/32] printf.3: wfix
` [PATCH 08/32] Various pages: Consistently use '*argv[]'
` [PATCH 09/32] path_resolution.7: tfix
` [PATCH 10/32] futex.2: Document FUTEX_LOCK_PI2
` [PATCH 11/32] futex.2: Minor tweaks to Kurt's patch
` [PATCH 12/32] capabilities.7: tfix
` [PATCH 13/32] user_namespaces.7: fix a ref
` [PATCH 14/32] capabilities.7, user_namespaces.7: describe CAP_SETFCAP
` [PATCH 15/32] capabilities.7: Minor tweaks to Kir's patch
` [PATCH 16/32] seccomp_unotify.2: Add doc for SECCOMP_ADDFD_FLAG_SEND
` [PATCH 17/32] seccomp_unotify.2: Minor tweaks to Rodrigo's patch
` [PATCH 18/32] recv.2: tfix
` [PATCH 19/32] ascii.7: add vertical rule to separate the two columns
` [PATCH 20/32] wait.2: Add ESRCH for when pid == INT_MIN
` [PATCH 21/32] seccomp_unotify.2: tfix
` [PATCH 22/32] proc.5: tfix
` [PATCH 23/32] scripts/bash_aliases: tfix
` [PATCH 24/32] namespaces.7: fix confusion caused by text reorganization
` [PATCH 25/32] pipe.7: also mention writev(2) in atomicity sexion
` [PATCH 26/32] tkill.2: tfix
` [PATCH 27/32] strstr.3: Add special case for empty needle
` [PATCH 28/32] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
` [PATCH 29/32] sigaction.2: Apply minor tweaks to Peter's patch
` [PATCH 30/32] strlen.3, wcslen.3: Add recommendations for safer variants
` [PATCH 31/32] time.2: wfix regarding year-2038
` [PATCH 32/32] execve.2: Fix absolute/relative pathname

Documenting the requirement of CAP_SETFCAP to map UID 0
 2021-08-11 10:10 UTC  (3+ messages)

[PATCH] fsync: note syncfs in in SEE ALSO
 2021-08-10 21:53 UTC  (3+ messages)

[PATCH v7] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-08-10 21:19 UTC  (2+ messages)

[PATCH 00/23] More patches from others
 2021-08-10 20:40 UTC  (59+ messages)
` [PATCH 01/23] pipe.7: also mention writev(2) in atomicity section
` [PATCH 02/23] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
` [PATCH 03/23] sigaction.2: Apply minor tweaks to Peter's patch
` [PATCH 04/23] namespaces.7: ffix
` [PATCH 05/23] unix.7: tfix
` [PATCH 06/23] futex.2: Document FUTEX_LOCK_PI2
` [PATCH 07/23] futex.2: Minor tweaks to Kurt's patch
` [PATCH 08/23] man2: new page describing memfd_secret() system call
` [PATCH 09/23] termios.3: Document missing baudrate constants
` [PATCH 10/23] getopt.3: Further clarification of optstring
` [PATCH 11/23] getopt.3: Minor tweak to James's patch
` [PATCH 12/23] termios.3: Use bold style for Bnn and EXTn macro constants
` [PATCH 13/23] ioctl_tty.2: Document ioctls: TCGETS2, TCSETS2, TCSETSW2, TCSETSF2
` [PATCH 14/23] ioctl_tty.2: Update DTR example
` [PATCH 15/23] termios.3: Add information how to set baud rate to any other value
` [PATCH 16/23] man-pages.7: wfix
` [PATCH 17/23] termios.3: ffix
` [PATCH 18/23] termios.3: SPARC architecture has 4 different Bnnn constants
` [PATCH 19/23] regex.3: wfix
` [PATCH 20/23] mount_setattr.2: New manual page documenting the mount_setattr() system call
` [PATCH 21/23] mount_setattr.2: Minor tweaks to Chirstian's patch
` [PATCH 22/23] ldd.1: Fix example command
` [PATCH 23/23] close_range.2: Glibc added a wrapper recently

[PATCH] ioctl_tty.2: Add example how to get or set baudrate on the serial port
 2021-08-10 20:11 UTC  (7+ messages)
` [PATCH v3] "
` [PATCH v4] "

[[patch] 1/2] malloc.3: modernize for glibc 2.34
 2021-08-10 19:37 UTC  (2+ messages)
` [[patch] 2/2] malloc_hook.3: "

Incorrect variable used in example of pthread_setname_np()
 2021-08-10  9:13 UTC 

[PATCH] wcstok.3: Fix type mismatch in the example
 2021-08-10  6:42 UTC  (2+ messages)

wcschr(3): add special case for NUL, as in strchr(3)
 2021-08-10  6:40 UTC  (4+ messages)

Semantics of SECCOMP_MODE_STRICT?
 2021-08-10  2:07 UTC  (4+ messages)
  ` [PATCH] seccomp.2: Clarify that bad system calls kill the thread

Errors in man pages, here: ioctl_tty.2
 2021-08-10  1:54 UTC  (2+ messages)

Errors in man pages, here: unicode.7
 2021-08-10  1:52 UTC  (2+ messages)

[PATCH] process_madvise.2: Add MADV_WILLNEED to process_madvise()
 2021-08-09 17:31 UTC  (2+ messages)

[PATCH] path_resolution.7: tfix + srcfix
 2021-08-09  9:43 UTC  (2+ messages)

[Bug 212385] path_resolution(7): "a pathname with a trailing '/' is equivalent to the pathname obtained by appending '.' to it" - this is wrong
 2021-08-08 23:26 UTC  (2+ messages)

[PATCH] ioctl_tty.2: Fix information about header include file
 2021-08-08  8:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/6] LICENSES/GPL-2.0-or-later.txt: Add license text
 2021-08-07 22:57 UTC  (6+ messages)
` [PATCH 2/6] Many pages: Use SPDX markings, and be REUSE compliant
` [PATCH 3/6] "
` [PATCH 4/6] "
` [PATCH 5/6] "
` [PATCH 6/6] "

[PATCH] LICENSES/GPL-1.0-or-later.txt, many pages: Use SPDX markings, and be REUSE compliant
 2021-08-06 23:31 UTC 

[patch] nscd.conf.5: describe reloading, clarifications, v5
 2021-08-06 16:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).