linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 20:13:46 to 2021-05-12 01:16:30 UTC [more...]

[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  (79+ messages)
` [PATCH] scripts/bash_aliases, scripts/modified_pages.sh: Move scripts/modified_pages.sh to a function man_gitstaged()
` [PATCH] scripts/bash_aliases: man_gitstaged(): Script around a porcelain git command
` [PATCH] basename.3: SYNOPSIS: Add missing 'const'
` [PATCH] dladdr.3: "
` [PATCH] open.2: Fix bug in linkat(2) call example
` [PATCH] malloc_usable_size.3: ffix
` [PATCH] getutmp.3: ffix
` [PATCH] on_exit.3: ffix
` [PATCH] perror.3: ffix
` [PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
` [PATCH] sched_get_priority_max.2, open_memstream.3: tfix
` [PATCH] __ppc_get_timebase.3: ffix
` [PATCH] scripts/bash_aliases: Make man_lsfunc() more robust; Add sed_rm_ccomments()
` [PATCH] scripts/bash_aliases: Add man_lsvar(), similar to man_lsfunc() but lists variables
` [PATCH] pthread_attr_setinheritsched.3: SYNOPSIS: Use 'restrict' in prototypes
` [PATCH] pthread_attr_setschedparam.3: "
` [PATCH] strsignal.3: ffix
` [PATCH] strsignal.3: SYNOPSIS: Add missing 'const'
` [PATCH] rpc.3: SYNOPSIS: Fix prototypes (misc.)
` [PATCH] pthread_getattr_default_np.3: SYNOPSIS: Add missing 'const'
` [PATCH] pthread_mutexattr_setrobust.3: SYNOPSIS: Remove incorrect 'const'
` [PATCH] tzset.3: ffix
` [PATCH] xdr.3: SYNOPSIS: Fix prototype types
` [PATCH] scripts/bash_aliases: man_section(): Accept multiple sections
` [PATCH] scripts/bash_aliases: Fix error messages
` [PATCH] epoll_wait.2: Move subsection to NOTES from BUGS
` [PATCH] bswap.3: bswap_*() are implemented using functions
` [PATCH] cpow.3: Use 'complex' after the type consistently
` [PATCH] clone.2: tfix
` [PATCH] scripts/bash_aliases: srcfix
` [PATCH] Makefile: Fix bug when running in parallel
` [PATCH] .gitignore: Add file
` [PATCH] system_data_types.7: tfix
` [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 

[PATCH v4 0/3] Use standard features in the Makefile
 2021-05-09 21:14 UTC  (4+ messages)
` [PATCH v6 "

[PATCH 00/17] Patches from others
 2021-05-09 21:10 UTC  (19+ messages)
` [PATCH 01/17] flock.2: add CIFS details
` [PATCH 02/17] sigaltstack.2: tfix
` [PATCH 03/17] setbuf.3: tfix
` [PATCH 04/17] clone.2: tfix
` [PATCH 05/17] move_pages.2: ffix
` [PATCH 06/17] ptrace.2: mention PTRACE_GET_SYSCALL_INFO in RETURN VALUE section
` [PATCH 07/17] Changes.old: tfix
` [PATCH 08/17] exit_group.2, getunwind.2: tfix
` [PATCH 09/17] sigwaitinfo.2: tfix
` [PATCH 10/17] getopt.3: Clarify behaviour
` [PATCH 11/17] getopt.3: Minor tweaks to James' patch
` [PATCH 12/17] shmop.2: tfix
` [PATCH 13/17] execve.2: tfix
` [PATCH 14/17] move_pages.2: ffix
` [PATCH 15/17] semctl.2: ffix
` [PATCH 16/17] fanotify.7: ffix
` [PATCH 17/17] signalfd.2: tfix

[PATCH 1/3] alloc_hugepages.2, arch_prctl.2, capget.2, clone.2, delete_module.2, execveat.2, exit_group.2, get_robust_list.2, getunwind.2, init_module.2: Add note about the use of syscall(2)
 2021-05-09 20:09 UTC  (7+ messages)
` [PATCH 2/3] Various pages: Remove unused <sys/ipc.h> (and <sys/types.h>)
` [PATCH 3/3] open.2: Remove unused <sys/stat.h>

[PATCH] open_by_handle_at.2: Remove unused <sys/stat.h>
 2021-05-09 18:10 UTC  (2+ messages)

perfmonctl.2: Is it up to date?
 2021-05-09 18:09 UTC  (2+ messages)

Bug reporting
 2021-05-09 17:58 UTC  (4+ messages)

[patch] shm_overview.7: ffix
 2021-05-09 16:28 UTC  (2+ messages)

[patch] shmop.2: tfix
 2021-05-08 16:13 UTC  (3+ messages)

[patch] fanotify.7: ffix
 2021-05-06 12:30 UTC  (5+ messages)

[patch] signalfd.2: ffix
 2021-05-06 12:05 UTC  (2+ messages)

[patch] move_pages.2: ffix
 2021-05-06 12:02 UTC  (2+ messages)

[patch] semctl.2: ffix
 2021-05-06 12:01 UTC  (2+ messages)

[PATCH 1/1] ip.7: Add "special and reserved addresses" section
 2021-05-06  2:37 UTC  (8+ messages)
          ` [PATCH v2] "
            ` [RESEND PATCH "

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

V2: timespec_get (3)
 2021-05-05 20:13 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).