linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 09:50:52 to 2020-06-18 14:48:00 UTC [more...]

[PATCH] fread.3: Add example
 2020-06-18 14:47 UTC  (4+ messages)
` AW: "

[PATCH v2] fread.3: Add example
 2020-06-18 14:22 UTC 

[PATCH] fread.3: Explain that file position is moved after calling fread()/fwrite()
 2020-06-18 14:32 UTC  (8+ messages)
    ` AW: "
            ` AW: [PATCH] fread.3: return value

[PATCH] proc.5: Inform that comm in /proc/pid/{stat,status} might also be truncated
 2020-06-17 20:51 UTC 

gettid
 2020-06-17 12:26 UTC  (5+ messages)

[PATCH v2] fread.3: Explain that file position is moved after calling fread()/fwrite()
 2020-06-16 22:15 UTC 

pthread_create
 2020-06-15 21:40 UTC 

[PATCH v2 0/6] prctl.2 man page updates for Linux 5.6
 2020-06-15 14:51 UTC  (33+ messages)
` [PATCH v2 1/6] prctl.2: ffix use literal hyphens when referencing kernel docs
` [PATCH v2 2/6] prctl.2: Add PR_SPEC_INDIRECT_BRANCH for SPECULATION_CTRL prctls
` [PATCH v2 3/6] prctl.2: Add PR_SPEC_DISABLE_NOEXEC "
` [PATCH v2 4/6] prctl.2: Add SVE prctls (arm64)
` [PATCH v2 5/6] prctl.2: Add PR_PAC_RESET_KEYS (arm64)
` [RFC PATCH v2 6/6] prctl.2: Add tagged address ABI control prctls (arm64)

connect.2: can return EACCES because of SELinux
 2020-06-15  5:42 UTC  (3+ messages)

[PATCH] ld.so.8: Update "Hardware capabilities" section for glibc 2.31
 2020-06-13 12:00 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH] man3/*: srcfix: trim a trailing space
 2020-06-12 19:59 UTC  (2+ messages)

[PATCH] man2/*: srcfix: use one-font macros for one argument
 2020-06-12 19:55 UTC  (2+ messages)

[PATCH] man2/*: srcfix: trim trailing space
 2020-06-12 19:39 UTC  (2+ messages)

[PATCH] ioctl_list.2: ffix: add a missing third column in three tables
 2020-06-12 19:36 UTC  (2+ messages)

[PATCH] time.1: ffix: correct a three-fonts line in SYNOPSIS
 2020-06-12 19:30 UTC  (2+ messages)

[patch] keyctl.2: declare auth_key
 2020-06-12 15:35 UTC 

[patch 17/25] mm/madvise: pass task and mm to do_madvise
 2020-06-11  5:26 UTC  (12+ messages)
` [patch 18/25] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
` [patch 19/25] mm/madvise: check fatal signal pending of target process
` [patch 20/25] pid: move pidfd_get_pid() to pid.c
` [patch 21/25] mm/madvise: support both pid and pidfd for process_madvise
` [patch 22/25] mm/madvise: allow KSM hints for remote API
` [to-be-updated] mm-pass-task-and-mm-to-do_madvise.patch removed from -mm tree
` [to-be-updated] mm-introduce-external-memory-hinting-api.patch "
` [to-be-updated] mm-check-fatal-signal-pending-of-target-process.patch "
` [to-be-updated] pid-move-pidfd_get_pid-function-to-pidc.patch "
` [to-be-updated] mm-support-both-pid-and-pidfd-for-process_madvise.patch "
` [to-be-updated] mm-madvise-allow-ksm-hints-for-remote-api.patch "

[PATCH] capabilities.7: typo: lowering niceness is special
 2020-06-11  5:13 UTC 

[PATCH][man-pages] sync.2: syncfs() now returns errors if writeback fails
 2020-06-10 21:19 UTC  (3+ messages)

[PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
 2020-06-10  5:53 UTC  (2+ messages)
` [PATCH] symlink.7: document magic-links more completely

man-pages-5.07 released
 2020-06-09 17:57 UTC 

core man page %e
 2020-06-09 11:35 UTC  (6+ messages)

user_namespaces(7): obsolete comment about system time
 2020-06-09  8:08 UTC  (2+ messages)

[PATCH] ptrace.2: Describe PTRACE_SET/GETREGSET on NT_X86_XSTATE
 2020-06-08 22:07 UTC  (11+ messages)

syscall man page
 2020-06-08 21:02 UTC  (2+ messages)

random(3) and RAND_MAX
 2020-06-08 20:27 UTC  (8+ messages)
` AW: "
  ` [patch] random.3: wfix: RAND_MAX is for rand(3)
    ` AW: "
        ` AW: "

[PATCH 0/3] fanotify man page updates for final v5.7
 2020-06-08 20:18 UTC  (12+ messages)
` [PATCH 1/3] Revert "fanotify.7, fanotify_mark.2: Document FAN_DIR_MODIFY"
` [PATCH 2/3] fanotify_init.2: move out of place entry FAN_REPORT_FID
` [PATCH 3/3] fanotify.7, fanotify_mark.2: Clarify FAN_ONDIR in output mask

core(5)
 2020-06-08 16:18 UTC  (8+ messages)

[PATCH] proc.5: ffix
 2020-06-08 15:41 UTC  (2+ messages)

[PATCH] iopl.2: Changing description of permissions set per-process to per-thread
 2020-05-28 14:52 UTC  (4+ messages)

core sysctl
 2020-05-28  9:51 UTC  (9+ messages)

[PATCH 00/14] prctl.2 man page updates for Linux 5.6
 2020-05-26 14:45 UTC  (8+ messages)
` [PATCH 13/14] prctl.2: Add SVE prctls (arm64)

The GNU C Library Manual - Authoritative or not?
 2020-05-25 19:52 UTC  (6+ messages)

[PATCH] proc.5: add "wf" to VmFlags in /proc/[pid]/smaps
 2020-05-25 18:50 UTC  (6+ messages)

[patch] printf.3: Prevent signed integer overflow in example
 2020-05-25 14:00 UTC  (2+ messages)

[PATCH] prctl.2: tfix
 2020-05-25 13:24 UTC  (2+ messages)

gettid(2) feature test macro and header
 2020-05-25 10:57 UTC  (2+ messages)

scanf() and friends
 2020-05-25  9:33 UTC  (3+ messages)

How would we make linux man pages authoritative?
 2020-05-25  9:08 UTC 

Question about projects bugzilla and personal tags not being so personal
 2020-05-21 20:35 UTC  (3+ messages)

[PATCH] ldconfig.8: Mention new default for --format in glibc 2.32
 2020-05-21 13:18 UTC  (5+ messages)

[PATCH] dlsym.3: Extend discussion of NULL symbol values
 2020-05-19 20:21 UTC  (2+ messages)

[PATCH] veth.4: Add a more direct example
 2020-05-19 19:54 UTC  (2+ messages)

[PATCH] hier.7: Updating from FHS 2.3 to 3.0
 2020-05-19 19:51 UTC  (8+ messages)
          ` [PATCH-v2] "

CLONE_INTO_CGROUP documentation?
 2020-05-19 19:44 UTC  (5+ messages)
` [PATCH v2] clone.2: Document CLONE_INTO_CGROUP


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