linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-03 09:49:21 to 2020-10-24 12:53:57 UTC [more...]

For review: seccomp_user_notif(2) manual page
 2020-10-24 12:52 UTC  (21+ messages)

[PATCH 00/11] circleq.3: Fork from queue.3
 2020-10-23 16:19 UTC  (13+ messages)
` [PATCH 01/11] circleq.3: New page that will hold the (circleq) content of queue.3
` [PATCH 02/11] circleq.3, queue.3: NAME: Move code from queue-3 to circleq.3
` [PATCH 03/11] circleq.3, queue.3: SYNOPSIS: Move code from queue.3 "
` [PATCH 04/11] circleq.3, queue.3: DESCRIPTION: Move circleq specific "
` [PATCH 05/11] circleq.3, queue.3: EXAMPLES: Move circleq example program "
` [PATCH 06/11] queue.3: ffix
` [PATCH 07/11] circleq.3: Copy and adapt code from queue.3
` [PATCH 08/11] circleq.3: ffix: Use man markup
` [PATCH 09/11] circleq.3: Add remaining details to complete the page
` [PATCH 10/11] CIRCLEQ_ENTRY.3, CIRCLEQ_HEAD.3, CIRCLEQ_INIT.3, CIRCLEQ_INSERT_AFTER.3, CIRCLEQ_INSERT_BEFORE.3, CIRCLEQ_INSERT_HEAD.3, CIRCLEQ_INSERT_TAIL.3, CIRCLEQ_REMOVE.3: Link to the new circleq(3) page instead of queue(3)
` [PATCH 11/11] queue.3: SEE ALSO: Add circleq(3)

[PATCH] queue.3: Sort alphabetically
 2020-10-23 16:12 UTC  (2+ messages)

[PATCH] slist.3: tfix
 2020-10-23 16:11 UTC  (2+ messages)

queue.3 overhaul
 2020-10-23  9:50 UTC  (7+ messages)
          ` sys/queue.h: Add macros present on BSDs

[merged] mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api.patch removed from -mm tree
 2020-10-22 23:09 UTC 

[merged] pid-move-pidfd_get_pid-to-pidc.patch removed from -mm tree
 2020-10-22 23:09 UTC 

[merged] mm-madvise-pass-mm-to-do_madvise.patch removed from -mm tree
 2020-10-22 23:09 UTC 

[PATCH] openat2.2, loop.4: tfix: s/non-zero/nonzero/
 2020-10-22 21:20 UTC  (2+ messages)

[PATCH] list.3: Sort alphabetically
 2020-10-22 17:49 UTC  (2+ messages)

[PATCH 00/10] slist.3: fork from queue.3
 2020-10-22 17:48 UTC  (12+ messages)
` [PATCH 01/10] slist.3: New page that will hold the (slist) contents of queue.3
` [PATCH 02/10] queue.3, slist.3: NAME: Move code from queue.3 to slist.3
` [PATCH 03/10] queue.3, slist.3: SYNOPSIS: Move code from queue.3 to list.3
` [PATCH 04/10] queue.3, slist.3: DESCRIPTION: Move slist specific code from queue.3 to slist.3
` [PATCH 05/10] queue.3, slist.3: EXAMPLES: Move example program "
` [PATCH 06/10] slist.3: Copy and adapt code from queue.3
` [PATCH 07/10] slist.3: ffix: Use man markup
` [PATCH 08/10] slist.3: Add details
` [PATCH 09/10] SLIST_EMPTY.3, SLIST_ENTRY.3, SLIST_FIRST.3, SLIST_FOREACH.3, SLIST_HEAD.3, SLIST_HEAD_INITIALIZER.3, SLIST_INIT.3, SLIST_INSERT_AFTER.3, SLIST_INSERT_HEAD.3, SLIST_NEXT.3, SLIST_REMOVE.3, SLIST_REMOVE_HEAD.3: Link to the new slist(3) page instead of queue(3)
` [PATCH 10/10] queue.3: SEE ALSO: Add slist(3)

[PATCH 1/3] system_data_types.7: time_t: Add Versions note
 2020-10-21 21:19 UTC  (15+ messages)
` [PATCH 2/3] system_data_types.7: Add 'clock_t'
    ` \- vs - (Was [Re: [PATCH 2/3] system_data_types.7: Add 'clock_t'])
` [PATCH 3/3] clock_t.3: New link to system_data_types(3)

[PATCH 00/22] list.3: New page forked from queue.3
 2020-10-21  4:52 UTC  (38+ messages)
` [PATCH 01/22] list.3: New page that will hold the (list) contents of queue.3
` [PATCH 02/22] list.3, queue.3: NAME: Move code from queue.3 to list.3
` [PATCH 03/22] list.3: NAME: ffix: Use man markup
` [PATCH 04/22] list.3: NAME: Add description
` [PATCH 05/22] list.3, queue.3: SYNOPSIS: Move code from queue.3 to list.3
` [PATCH 06/22] list.3: SYNOPSIS: Copy include from queue.3
` [PATCH 07/22] list.3: SYNOPSIS: ffix: Use man markup
` [PATCH 08/22] list.3: DESCRIPTION: Add short description
` [PATCH 09/22] list.3: DESCRIPTION: Copy description about naming of macros from queue.3
` [PATCH 10/22] list.3: DESCRIPTION: Remove unrelated code to adapt to this page
` [PATCH 11/22] list.3: DESCRIPTION: ffix: Use man markup
` [PATCH 12/22] list.3, queue.3: DESCRIPTION: Move list specific code from queue.3 to list.3
` [PATCH 13/22] list.3: DESCRIPTION: ffix: Use man markup
` [PATCH 14/22] list.3: DESCRIPTION: Remove line pointing to the EXAMPLES
` [PATCH 15/22] list.3: CONFORMING TO: Copy from queue.3
` [PATCH 16/22] list.3: CONFORMING TO: Adapt to this page
` [PATCH 17/22] list.3: CONFORMING TO: ffix: Use man markup
` [PATCH 18/22] list.3: SEE ALSO: Add insque(3) and queue(3)
` [PATCH 19/22] list.3, queue.3: EXAMPLES: Move example program from queue.3 to list.3
` [PATCH 20/22] list.3: EXAMPLES: ffix: Use man markup
` [PATCH 21/22] list.3: BUGS: Note LIST_FOREACH() limitations
` [PATCH 22/22] list.3: RETURN VALUE: Add details about the return value of those macros that "return" a value
  ` [PATCH v2 00/10] list.3: New page forked from queue.3
  ` [PATCH v2 01/10] list.3: New page that will hold the (list) contents of queue.3
  ` [PATCH v2 02/10] list.3, queue.3: NAME: Move code from queue.3 to list.3
  ` [PATCH v2 03/10] list.3, queue.3: SYNOPSIS: "
  ` [PATCH v2 04/10] list.3, queue.3: DESCRIPTION: Move list specific "
  ` [PATCH v2 05/10] list.3, queue.3: EXAMPLES: Move example program "
  ` [PATCH v2 06/10] list.3: Copy and adapt code from queue.3
  ` [PATCH v2 07/10] list.3: ffix: Use man markup
  ` [PATCH v2 08/10] list.3: Add details
  ` [PATCH v2 09/10] LIST_EMPTY.3, LIST_ENTRY.3, LIST_FIRST.3, LIST_FOREACH.3, LIST_HEAD.3, LIST_HEAD_INITIALIZER.3, LIST_INIT.3, LIST_INSERT_AFTER.3, LIST_INSERT_BEFORE.3, LIST_INSERT_HEAD.3, LIST_NEXT.3, LIST_REMOVE.3: Link to the new list.3 page instead of queue.3
  ` [PATCH v2 10/10] queue.3: SEE ALSO: Add list(3)

[PATCH v1 0/2] doc/admin-guide: update perf-security.rst with CAP_PERFMON usage flows
 2020-10-20 12:01 UTC  (4+ messages)
` [PATCH v1 1/2] doc/admin-guide: note credentials consolidation under CAP_PERFMON
` [PATCH v1 2/2] doc/admin-guide: document creation of CAP_PERFMON privileged shell

[PATCH v1 0/2] doc/admin-guide: update perf-security.rst with CAP_PERFMON usage flows
 2020-10-19 16:45 UTC 

[PATCH v2 2/3] system_data_types.7: Add 'clock_t'
 2020-10-18 13:10 UTC  (2+ messages)

[patch 24/40] mm/madvise: pass mm to do_madvise
 2020-10-17 23:14 UTC  (3+ messages)
` [patch 25/40] pid: move pidfd_get_pid() to pid.c
` [patch 26/40] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

Manual page update for mallinfo2()
 2020-10-17 17:19 UTC 

[PATCH] regex.3: Add example program
 2020-10-17 14:35 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] queue.3: stailq: Complete example
 2020-10-17 10:26 UTC  (2+ messages)

[PATCH 1/1] kernel_lockdown.7: describe LSM activation
 2020-10-17 10:25 UTC  (2+ messages)

man kernel_lockdown.7
 2020-10-16 16:11 UTC  (6+ messages)
  ` [PATCH 1/1] kernel_lockdown.7: new file

[PATCH 1/5] Add manpage for open_tree(2)
 2020-10-16  6:50 UTC  (7+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)

[PATCH] queue.3: list: Complete example
 2020-10-15 18:50 UTC  (2+ messages)

[PATCH] regex.3: wfix
 2020-10-14 16:40 UTC  (2+ messages)

[PATCH] queue.3: circleq: Complete example
 2020-10-13 15:36 UTC  (2+ messages)

From Mrs. Roonie Holbrook !!
 2020-10-13  8:31 UTC 

[PATCH] resolv.5: Document the trust-ad option
 2020-10-12 18:55 UTC  (2+ messages)

[PATCH] queue.3: Replace incomplete example by a complete example
 2020-10-12 18:47 UTC  (7+ messages)

[PATCH] proc.5: Document inaccurate RSS due to SPLIT_RSS_COUNTING
 2020-10-12 15:33 UTC  (5+ messages)

[PATCH 0/2] Document void *
 2020-10-12  9:36 UTC  (23+ messages)
    ` [PATCH v2 1/2] system_data_types.7: Add 'void *'
                      ` Navigational corrections (was: Re: [PATCH v2 1/2] system_data_types.7: Add 'void *')
                        ` Navigational corrections

[PATCH v4] <sys/param.h>: Add nitems()
 2020-10-11 16:43 UTC  (2+ messages)
` Ping: "

[PATCH] queue.3: slist: Complete example
 2020-10-11 16:05 UTC  (2+ messages)

[PATCH 1/2] system_data_types.7: Add 'regex_t'
 2020-10-11 12:25 UTC  (4+ messages)
` [PATCH 2/2] regex_t.3: New link to system_data_types(7)

[PATCH] regex.3: Remove unnecessary include
 2020-10-11  5:44 UTC  (4+ messages)

[PATCH] locale.5: Decimal points, thousands separators must be one character
 2020-10-10  9:08 UTC  (2+ messages)

[PATCH] system_data_types.7: Add 'fd_set'
 2020-10-10  9:06 UTC  (4+ messages)

[PATCH] bpf: Fix typo in uapi/linux/bpf.h
 2020-10-07 18:10 UTC  (3+ messages)

[PATCH] system.3: Indicate MT-Unsafe
 2020-10-07 18:06 UTC  (4+ messages)

[PATCH] mmap.2, proc.5, bpf-helpers.7, cpuset.7: tfix
 2020-10-07 17:25 UTC  (3+ messages)

[PATCH 0/4] Document 128-bit types
 2020-10-07  6:57 UTC  (9+ messages)
` [PATCH 1/4] system_data_types.7: Add '__int128'

[PATCH 1/2] system_data_types.7: Add 'off_t'
 2020-10-07  6:53 UTC  (4+ messages)
` [PATCH 2/2] off_t.3: New link to system_data_types(7)

llseek.2, lseek.2, lseek64.3: Duplicate documentation?
 2020-10-05 21:56 UTC 

[PATCH] man2: new page describing memfd_secret() system call
 2020-10-05  7:32 UTC  (4+ messages)

[PATCH 0/2] Document 'void *'
 2020-10-03 11:52 UTC  (11+ messages)
` [PATCH v4 1/2] system_data_types.7: Add "

[PATCH] Revert [u]int_*astN_t commits
 2020-10-03 11:45 UTC  (2+ messages)

[PATCH] system_data_types.7: Move notes about versions to "Versions"
 2020-10-03 11:39 UTC  (2+ 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 NNTP newsgroup(s).