Linux-man Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 22:07:28 to 2021-04-12 07:15:58 UTC [more...]

[PATCH v4 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
 2021-04-12  6:39 UTC  (111+ messages)
` [PATCH v4 01/35] system_data_types.7: Add 'struct sockaddr'
` [PATCH v4 02/35] sockaddr.3: New link to system_data_types(7)
` [PATCH v4 03/35] system_data_types.7: Add 'socklen_t'
` [PATCH v4 04/35] socklen_t.3: New link to system_data_types(7)
` [PATCH v4 05/35] access.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 06/35] add_key.2: Remove unused include
` [PATCH v4 07/35] alloc_hugepages.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 08/35] arch_prctl.2: "
` [PATCH v4 09/35] arch_prctl.2: SYNOPSIS: Remove unused includes
` [PATCH v4 10/35] capget.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 11/35] clone.2: "
` [PATCH v4 12/35] delete_module.2: Add missing include
` [PATCH v4 13/35] dup.2: SYNOPSIS: Use consistent comments through pages
` [PATCH v4 14/35] execveat.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 15/35] exit_group.2: Use 'noreturn' in prototypes
` [PATCH v4 16/35] exit_group.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 17/35] fanotify_init.2: Add comment: why more than one include is needed
` [PATCH v4 18/35] fcntl.2: Remove unused include
` [PATCH v4 19/35] futex.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 20/35] futimesat.2: ffix
` [PATCH v4 21/35] getdents.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 22/35] getpriority.2: Remove unused include
` [PATCH v4 23/35] getrlimit.2, getrusage.2: "
` [PATCH v4 24/35] getunwind.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 25/35] get_robust_list.2: "
` [PATCH v4 26/35] delete_module.2: "
` [PATCH v4 27/35] init_module.2: "
` [PATCH v4 28/35] io_cancel.2: "
` [PATCH v4 29/35] ioctl_fat.2: Make clear why is each header exactly needed
` [PATCH v4 30/35] ioctl_fat.2: ffix
` [PATCH v4 31/35] ioctl_ficlonerange.2: Make clear why is each header exactly needed
` [PATCH v4 32/35] ioctl_fideduperange.2: Make clear why exactly is each header needed
` [PATCH v4 33/35] ioctl_fslabel.2: ffix
` [PATCH v4 34/35] ioctl_fslabel.2: Make clear why exactly is each header needed
` [PATCH v4 35/35] ioctl_getfsmap.2: "
` [PATCH v5 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
` [PATCH v5 01/35] system_data_types.7: Add 'struct sockaddr'
` [PATCH v5 02/35] sockaddr.3: New link to system_data_types(7)
` [PATCH v5 03/35] system_data_types.7: Add 'socklen_t'
` [PATCH v5 04/35] socklen_t.3: New link to system_data_types(7)
` [PATCH v5 05/35] access.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 06/35] add_key.2: Remove unused include
` [PATCH v5 07/35] alloc_hugepages.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 08/35] arch_prctl.2: "
` [PATCH v5 09/35] arch_prctl.2: SYNOPSIS: Remove unused includes
` [PATCH v5 10/35] capget.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 11/35] clone.2: "
` [PATCH v5 12/35] delete_module.2: Add missing include
` [PATCH v5 13/35] dup.2: SYNOPSIS: Use consistent comments through pages
` [PATCH v5 14/35] execveat.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 15/35] exit_group.2: Use 'noreturn' in prototypes
` [PATCH v5 16/35] exit_group.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 17/35] fanotify_init.2: Add comment: why more than one include is needed
` [PATCH v5 18/35] fcntl.2: Remove unused include
` [PATCH v5 19/35] futex.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 20/35] futimesat.2: ffix
` [PATCH v5 21/35] getdents.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 22/35] getpriority.2: Remove unused include
` [PATCH v5 23/35] getrlimit.2, getrusage.2: "
` [PATCH v5 24/35] getunwind.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 25/35] get_robust_list.2: "
` [PATCH v5 26/35] delete_module.2: "
` [PATCH v5 27/35] init_module.2: "
` [PATCH v5 28/35] io_cancel.2: "
` [PATCH v5 29/35] ioctl_fat.2: Make clear why is each header exactly needed
` [PATCH v5 30/35] ioctl_fat.2: ffix
` [PATCH v5 31/35] ioctl_ficlonerange.2: Make clear why is each header exactly needed
` [PATCH v5 32/35] ioctl_fideduperange.2: Make clear why exactly is each header needed
` [PATCH v5 33/35] ioctl_fslabel.2: ffix
` [PATCH v5 34/35] ioctl_fslabel.2: Make clear why exactly is each header needed
` [PATCH v5 35/35] ioctl_getfsmap.2: "

arp(7) description of gc_stale_time
 2021-04-11 22:13 UTC  (2+ messages)

[PATCH v4] flock.2: add CIFS details
 2021-04-11 19:12 UTC  (4+ messages)
` [PATCH v5] "

[PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation
 2021-04-10 18:12 UTC  (5+ messages)
` [PATCHv2 bpf-next 06/15] bpf: Document BPF_PROG_TEST_RUN syscall command

[PATCH v4 0/3] Use standard features in the Makefile
 2021-04-08  9:21 UTC  (11+ messages)
  ` [PATCH v5 "
  ` [PATCH v5 2/3] Makefile: Fix bug when running in parallel
  ` [PATCH v5 3/3] .gitignore: Add file
  ` [PATCH v6 0/3] Use standard features in the Makefile
  ` [PATCH v6 2/3] Makefile: Fix bug when running in parallel
  ` [PATCH v6 3/3] .gitignore: Add file
` [PATCH v4 2/3] Makefile: Fix bug when running in parallel
` [PATCH v4 3/3] .gitignore: Add file

Tweaks to your recent userfaultfd patches
 2021-04-06 16:38 UTC  (2+ messages)

[PATCH 0/5] Merged patches from others
 2021-04-06 16:36 UTC  (14+ messages)
` [PATCH 1/5] scanf.3: clarify that %n supports type modifiers
` [PATCH 2/5] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH 3/5] userfaultfd.2: Add write-protect mode
` [PATCH 4/5] ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH 5/5] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH] vsock.7: ioctls are on /dev/vsock, not sockets
 2021-04-06  8:19 UTC  (3+ messages)

[bug] tfix: shm_open.3
 2021-04-05 19:42 UTC  (2+ messages)

[PATCH v4] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-04-05 14:20 UTC  (3+ messages)

[PATCH v5 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-04-05 11:50 UTC  (7+ messages)
` [PATCH v5 1/4] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v5 2/4] userfaultfd.2: Add write-protect mode
` [PATCH v5 3/4] ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v5 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH v2] errno.3: ENODATA is an XSI STREAMS extension
 2021-04-04 20:17 UTC  (4+ messages)
` [PATCH v3] errno.3: Fix ENODATA text

[PATCH] exec.3: Clarify that execvpe uses PATH from the caller, not envp
 2021-04-04 20:10 UTC  (2+ messages)

[PATCH] man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING
 2021-04-04 20:08 UTC  (2+ messages)

[PATCH] exec.3: Fix description of 'e' variants
 2021-04-04 19:51 UTC  (2+ messages)

[PATCH] printf.3: Minor wording tweaks to Utkarsh's patch
 2021-04-04 19:33 UTC  (2+ messages)

[PATCH] printf.3: Add overall structure of format string
 2021-04-04 19:32 UTC  (2+ messages)

[PATCH] Remove obsolete admonishment of the GZIP environment variable
 2021-04-04 19:30 UTC  (2+ messages)

[patch] Clarify that MAP_POPULATE is best-effort
 2021-04-04 19:28 UTC  (2+ messages)

Bidding invitation
 2021-03-31  7:14 UTC 

[PATCH] scanf.3: clarify that %n supports type modifiers
 2021-03-30  9:15 UTC  (2+ messages)

[PATCH 1/1] ip.7: Add "special and reserved addresses" section
 2021-03-30  3:21 UTC  (11+ messages)
          ` [PATCH v2] "

[PATCH v4 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-29 22:05 UTC  (15+ messages)
` [PATCH v4 1/4] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v4 2/4] userfaultfd.2: Add write-protect mode
` [PATCH v4 3/4] ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v4 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH v3 2/3] Makefile: Fix bug when running in parallel
 2021-03-28 19:06 UTC  (2+ messages)
` [PATCH v3 3/3] .gitignore: Add file

Makefile: Use standard variables and locations
 2021-03-28 11:57 UTC  (3+ messages)

/proc/<pid>/stat file documentation
 2021-03-24 18:19 UTC  (2+ messages)

umask.1p: Can we add a table for octal and symbolic notation?
 2021-03-24 15:24 UTC 

Servicio de la flota
 2021-03-23  8:50 UTC 

[PATCH v6] close_range.2: new page documenting close_range(2)
 2021-03-22 21:31 UTC  (5+ messages)

[PATCH v3 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-22 22:06 UTC  (4+ messages)
` [PATCH v3 4/4] ioctl_userfaultfd.2: Add write-protect mode docs


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 read-only IMAP folder(s) and NNTP newsgroup(s).