linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 00:01:34 to 2021-05-24 19:09:18 UTC [more...]

[PATCH 00/10] man2: SYNOPSIS: Use syscall, and fix includes
 2021-05-24 19:09 UTC  (21+ messages)
` [PATCH 01/10] open.2: Remove unused <sys/stat.h>
` [PATCH 02/10] rt_sigqueueinfo.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 04/10] seccomp.2: "
` [PATCH 05/10] set_thread_area.2: "
` [PATCH 06/10] set_tid_address.2: "
` [PATCH 07/10] sgetmask.2: "
` [PATCH 08/10] shmop.2: Remove unused include
` [PATCH 09/10] sigprocmask.2: Use syscall(SYS_...); for raw system calls
` [PATCH 10/10] socketcall.2: Use syscall(SYS_...); for system calls without a wrapper
  ` [PATCH v2 01/10] open.2: Remove unused <sys/stat.h>
  ` [PATCH v2 02/10] rt_sigqueueinfo.2: Use syscall(SYS_...); for system calls without a wrapper
  ` [PATCH v2 03/10] seccomp.2: Document why each header is needed
  ` [PATCH v2 04/10] seccomp.2: Use syscall(SYS_...); for system calls without a wrapper
  ` [PATCH v2 05/10] set_thread_area.2: "
  ` [PATCH v2 06/10] set_tid_address.2: "
  ` [PATCH v2 07/10] sgetmask.2: "
  ` [PATCH v2 08/10] shmop.2: Remove unused include
  ` [PATCH v2 09/10] sigprocmask.2: Use syscall(SYS_...); for raw system calls
  ` [PATCH v2 10/10] socketcall.2: Use syscall(SYS_...); for system calls without a wrapper

Adding struct-xxx link pages for structures
 2021-05-24  9:13 UTC  (12+ messages)
      ` [PATCH 1/3] stat.2, system_data_types.7: Document 'struct stat' in system_data_types(7)
      ` [PATCH 2/3] stat-struct.3: New link to system_data_types(7)
      ` [PATCH 3/3] aiocb-struct.3, lconv-struct.3, sigevent-struct.3, sigval-union.3, sockaddr-struct.3, timespec-struct.3, timeval-struct.3: Rename some links to system_data_types.7 to add -{struct,union} suffix
      ` [PATCH v2 1/3] stat.2, system_data_types.7: Document 'struct stat' in system_data_types(7)
      ` [PATCH v2 2/3] stat-struct.3: New link to system_data_types(7)
      ` [PATCH v2 3/3] aiocb-struct.3, lconv-struct.3, sigevent-struct.3, sigval-union.3, sockaddr-struct.3, timespec-struct.3, timeval-struct.3: Rename some links to system_data_types.7 to add -{struct,union} suffix

[patch] getrlimit.2: RLIMIT_STACK
 2021-05-23 21:44 UTC 

[PATCH 1/8] system_data_types.7: Add 'blkcnt_t'
 2021-05-23 11:22 UTC  (8+ messages)
` [PATCH 2/8] blkcnt_t.3: New link to system_data_types(7)
` [PATCH 3/8] system_data_types.7: Add 'cc_t'
` [PATCH 4/8] cc_t.3: New link to system_data_types(7)
` [PATCH 5/8] system_data_types.7: Add 'blksize_t'
` [PATCH 6/8] blksize_t.3: New link to system_data_types(7)
` [PATCH 7/8] system_data_types.7: Add 'mode_t'
` [PATCH 8/8] mode_t.3: New link to system_data_types(7)

[PATCH] strcmp.3: tfix
 2021-05-23 11:11 UTC  (4+ messages)

Consistent parameter names
 2021-05-21 22:19 UTC  (2+ messages)
` Ping: "

[RFC PATCH 0/4] man[23]/: Add LIBRARY section
 2021-05-21 21:16 UTC  (5+ messages)
` [PATCH 1/4] _exit.2: "
` [PATCH 2/4] keyctl.2: "
` [PATCH 3/4] gamma.3: "
` [PATCH 4/4] request_key.2: "

Re:
 2021-05-21 15:28 UTC  (6+ messages)
  ` AW: Re:
      ` AW: "
        ` gamma(3)
          ` AW: gamma(3)

[RFC v2] bpf.2: Use standard types and attributes
 2021-05-21 11:12 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] sigalstack.2: Mention the need for separate signal stacks for threads
 2021-05-21 11:11 UTC  (2+ messages)

ioprio_get(2) outdated
 2021-05-21 11:07 UTC  (2+ messages)

[patch] ferror.3: tfix
 2021-05-21 10:25 UTC  (2+ messages)

[PATCH v2] getline.3: !*lineptr is sufficient
 2021-05-21 10:15 UTC  (2+ messages)

[PATCH] getline.3: !*lineptr is sufficient
 2021-05-19 10:27 UTC 

getting more out of man pages with less(1) (was: [bug #59962] soelim(1) man page uses pic diagram--should it?)
 2021-05-17 16:38 UTC  (3+ messages)

system calls not intended for user space
 2021-05-17  8:05 UTC  (5+ messages)

[PATCH 1/8] rename.2: ffix
 2021-05-17  4:55 UTC  (9+ messages)
` [PATCH 2/8] rt_sigqueueinfo.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 3/8] s390_guarded_storage.2: "
` [PATCH 4/8] s390_pci_mmio_write.2: Use syscall(SYS_...); for system calls without a wrapper; fix includes too
` [PATCH 5/8] s390_runtime_instr.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 6/8] s390_sthyi.2: Replace numeric constant by its name (macro)
` [PATCH 7/8] s390_sthyi.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 8/8] sched_setattr.2: "

[PATCH v2] man2/shmget2: Add details about EPERM error
 2021-05-17  4:41 UTC  (3+ messages)

possible spelling error in console_codes(4)
 2021-05-17  1:20 UTC  (3+ messages)
` [PATCH] console_codes.4: tfix

tm_gmtoff field of struct tm is now undocumented
 2021-05-17  0:59 UTC  (2+ messages)

[PATCH] gamma.3: Add reentrant functions
 2021-05-16 19:53 UTC 

[RFC PATCH] seccomp.2: Document why each header is needed
 2021-05-15 18:22 UTC 

[PATCH v3] getaddrinfo.3: Fix includes
 2021-05-15 10:48 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] getaddrinfo.3: Fix includes
 2021-05-14 13:26 UTC  (3+ messages)
  ` [PATCH v2] "

Servicio de la flota
 2021-05-13  7:45 UTC 

[PATCH] MAX.3, MIN.3: New page (and link page) to document MAX() and MIN()
 2021-05-12 22:51 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] MAX.3, MIN.3: New pages "

[PATCH v6, RESEND] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-12 21:14 UTC 

[PATCH v6] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-12 21:13 UTC 

[PATCH] man2/shmget.2: Remove unexisted EPERM error
 2021-05-12 10:22 UTC  (2+ messages)

[PATCH v5] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-12  1:16 UTC  (5+ messages)

[PATCH] README: Update installation path
 2021-05-11 16:54 UTC  (2+ messages)

[PATCH 1/5] tgamma.3: tfix
 2021-05-11 16:53 UTC  (6+ messages)
` [PATCH 2/5] ttyslot.3: tfix
` [PATCH 3/5] capabilities.7: ffix
` [PATCH 4/5] sigvec.3: tfix
` [PATCH 5/5] expm1.3: tfix

[PATCH 5/5] expm1.3: tfix
 2021-05-11  9:48 UTC  (2+ messages)

[PATCH 4/5] sigvec.3: tfix
 2021-05-11  9:47 UTC  (2+ messages)

[PATCH 3/5] capabilities.7: ffix
 2021-05-11  9:47 UTC  (2+ messages)

[PATCH 2/5] ttyslot.3: tfix
 2021-05-11  9:46 UTC  (2+ messages)

[PATCH 1/5] tgamma.3: tfix
 2021-05-11  9:46 UTC  (2+ messages)

[PATCH] fflush.3: SEE ALSO: Add fpurge(3)
 2021-05-11  7:34 UTC  (21+ messages)
` [PATCH] basename.3: SYNOPSIS: Add missing 'const'
` [PATCH] open.2: Fix bug in linkat(2) call example
` [PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
` [PATCH] .gitignore: Add file
` [PATCH] Makefile: Simplify error handling
    ` [PATCH] Makefile: Use standard features (IMPORTANT: default prefix changed)

[PATCH 00/39] man2: SYNOPSIS: Fix headers, use syscall(), and other fixes
 2021-05-11  5:27 UTC  (46+ messages)
` [PATCH 01/39] futex.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 02/39] getdents.2: "
` [PATCH 03/39] ioctl_tty.2: Fix includes
` [PATCH 04/39] ioctl_userfaultfd.2: SYNOPSIS: Add <linux/userfaultfd.h>
` [PATCH 05/39] io_destroy.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 06/39] io_getevents.2: "
` [PATCH 07/39] ioperm.2: Remove obvious comment
` [PATCH 08/39] ioprio_set.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 09/39] ipc.2: "
` [PATCH 10/39] ipc.2: Add needed include
` [PATCH 11/39] kcmp.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 12/39] kcmp.2: tfix
` [PATCH 13/39] kexec_load.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 14/39] scripts/bash_aliases: man_lsfunc(): Extract syscall name from syscall(SYS_...)
` [PATCH 15/39] keyctl.2: Use syscall(SYS_...); for system calls without a glibc wrapper
` [PATCH 16/39] link.2: ffix
` [PATCH 17/39] llseek.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 18/39] lookup_dcookie.2: "
` [PATCH 19/39] membarrier.2: "
` [PATCH 20/39] mincore.2: Remove unused include
` [PATCH 21/39] mknod.2: Remove unused includes
` [PATCH 22/39] mmap2.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 23/39] modify_ldt.2: "
` [PATCH 24/39] mq_getsetattr.2: "
` [PATCH 25/39] alloc_hugepages.2, arch_prctl.2, capget.2, clone.2, delete_module.2, exit_group.2, get_robust_list.2, getunwind.2, init_module.2: Add note about the use of syscall(2)
` [PATCH 26/39] open.2: Remove unused <sys/stat.h>
` [PATCH 27/39] openat2.2: Use syscall(SYS_...); for system calls without a wrapper; fix includes too
` [PATCH 28/39] perf_event_open.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 29/39] pidfd_getfd.2: "
` [PATCH 30/39] pidfd_open.2: "
` [PATCH 31/39] pidfd_send_signal.2: Use syscall(SYS_...); for system calls without a wrapper. Fix includes too
` [PATCH 32/39] pipe.2: wfix
` [PATCH 33/39] pivot_root.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 34/39] poll.2: Remove <signal.h>
` [PATCH 35/39] process_madvise.2: Use syscall(SYS_...); for system calls without a wrapper. Fix includes too
` [PATCH 36/39] quotactl.2: Better detail why <xfs/xqm.h> is included
` [PATCH 37/39] readdir.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 38/39] readlink.2: ffix
` [PATCH 39/39] reboot.2: Use syscall(SYS_...); for system calls without a wrapper

[PATCH] execveat.2: Remove unused include
 2021-05-10 17:17 UTC  (2+ messages)

Personal
 2021-05-10 14:06 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).