Linux-man Archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] signal(7) fixes
 2024-06-09 17:33 UTC  (6+ messages)
` [PATCH 1/2] signal.7: Clearly describe ucontext kernel dump to userspace
` [PATCH 2/2] signal.7: Fix wrong mention of sigprocmask

Suggestion for clarifications on "man 5 proc" page regarding /proc/[pid]/self race conditions
 2024-06-09 17:29 UTC  (5+ messages)

[PATCH] memchr.3: memchr/memrchr take pointer arguments
 2024-06-09 17:10 UTC  (2+ messages)

[PATCH 0/1] ioctl_epoll.2: Add epoll ioctl documentation
 2024-06-09 17:04 UTC  (14+ messages)
` [PATCH 1/1] ioctl_epoll.2: New page describing ioctl(2) operations for epoll fds

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-05 16:42 UTC  (12+ messages)
` [PATCHv7 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv7 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv7 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv7 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv7 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv7 9/9] man2: Add uretprobe syscall page

POSIX manual pages
 2024-06-05 15:00 UTC  (6+ messages)

POSIX conformance document
 2024-06-02 13:37 UTC  (6+ messages)

[PATCH] ioctl_iflags.2: document FS_APPEND_FL ('a') on directories
 2024-05-31 19:00 UTC  (4+ messages)

[PATCH] open_by_handle_at.2: correct the name of the FreeBSD equivalent
 2024-05-31 18:37 UTC  (2+ messages)

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-30 23:04 UTC  (23+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv6 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv6 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv6 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv6 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv6 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv6 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv6 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv6 9/9] man2: Add uretprobe syscall page

Sashimi of prctl(2)
 2024-05-28 15:20 UTC  (8+ messages)
  ` Correct way of calling prctl(2) (was: Sashimi of prctl(2))
      ` [PATCH v1 0/2] uapi/linux/prctl: Use the L and UL integer suffixes for certain constants
        ` [PATCH v1 1/2] uapi/linux/prctl: Use the L integer suffix for enumerations of width long
        ` [PATCH v1 2/2] uapi/linux/prctl: Use the UL integer suffix for bit fields "

[PATCH] write.2: Fix a typo within the `ssize_t write` function argument
 2024-05-28 11:55 UTC  (3+ messages)

[PATCH] grantpt.3: explicitly mention #define _XOPEN_SOURCE requirement
 2024-05-26 16:58 UTC  (7+ messages)

[PATCH] sched_setattr.2: Document sched_util_{min,max}
 2024-05-26 10:36 UTC  (2+ messages)

man page for memfd_create is missing the flags MFD_EXEC and MFD_NOEXEC_SEAL
 2024-05-26 10:21 UTC 

[PATCH] prctl: Fix the description of arguments
 2024-05-26 10:15 UTC  (2+ messages)

[PATCH] proc.5: make literals bold
 2024-05-26 10:11 UTC  (2+ messages)

[PATCH] mount_setattr.2: Update supported file-systems
 2024-05-23 14:06 UTC  (12+ messages)

LINE_MAX
 2024-05-21 11:40 UTC  (6+ messages)

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-21 10:11 UTC  (35+ messages)
` [PATCHv5 bpf-next 1/8] uprobe: Wire up uretprobe system call
` [PATCHv5 bpf-next 2/8] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv5 bpf-next 3/8] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv5 bpf-next 4/8] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv5 bpf-next 5/8] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
` [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test
` [PATCHv5 8/8] man2: Add uretprobe syscall page

pidfd_open.2: PIDFD_NONBLOCK is not defined by the listed headers
 2024-05-20 11:35 UTC  (6+ messages)

man-pages-6.8 released
 2024-05-19 14:37 UTC 

[PATCH v3] proc.5: document 'subset' mount option
 2024-05-17 21:21 UTC  (2+ messages)

[PATCH] ip(7), ipv6(7): small fixes: network byte order, etc
 2024-05-17 21:15 UTC  (2+ messages)

[PATCH v2] proc.5: document 'subset' mount option
 2024-05-14 20:41 UTC  (5+ messages)

[PATCH] proc.5: document 'subset' mount option
 2024-05-14 19:53 UTC  (6+ messages)

man(7) <-> mdoc(7) (approximate) correspondence table?
 2024-05-12 23:49 UTC  (3+ messages)

manual pages in tzdb
 2024-05-09 18:37 UTC  (7+ messages)
  ` [tz] "

elf(5) and ld.so(8): DT_RPATH deprecated - really?
 2024-05-07 13:12 UTC  (6+ messages)
      ` [patch] elf.5 and ld.so.8: undeprecate DT_RPATH; explain DT_RPATH vs DT_RUNPATH

[PATCHv4 bpf-next 0/7] uprobe: uretprobe speed up
 2024-05-07  7:47 UTC  (20+ messages)
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv4 7/7] man2: Add uretprobe syscall page

Proposed v2: revised man(7) synopsis macros
 2024-05-05 14:45 UTC  (8+ messages)


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).