linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-16 01:43:31 to 2020-09-05 14:21:26 UTC [more...]

[patch] memusage.1, bind.2, eventfd.2, futex.2, open_by_handle_at.2, perf_event_open.2, poll.2, signalfd.2, sysctl.2, timerfd_create.2, bsearch.3, cmsg.3, getaddrinfo.3, getaddrinfo_a.3 getgrouplist.3, insque.3, malloc_info.3, mbsinit.3, mbstowcs.3, pthread_create.3, pthread_setaffinity_np.3, queue.3, rtnetlink.3, shm_open.3, strptime.3, tsearch.3, aio.7, fanotify.7, inotify.7, unix.7: Use sizeof consistently
 2020-09-05 14:21 UTC  (83+ messages)
              ` [PATCH] cmsg.3, getaddrinfo_a.3 getgrouplist.3: Use sizeof, consistently
                  ` [PATCH] memusage.1: Use sizeof consistently
                      ` [PATCH (2) 02/34] bind.2: "
                        ` [PATCH (2) 03/34] eventfd.2: "
                          ` [PATCH (2) 04/34] futex.2: "
                            ` [PATCH (2) 05/34] open_by_handle_at.2: "
                              ` [PATCH (2) 06/34] perf_event_open.2: "
                                ` [PATCH (2) 07/34] "
                                  ` [PATCH (2) 08/34] poll.2: "
                                    ` [PATCH (2) 09/34] sysctl.2: "
                                      ` [PATCH (2) 10/34] signalfd.2: "
                                        ` [PATCH (2) 11/34] timerfd_create.2: "
                                          ` [PATCH (2) 12/34] bsearch.3: "
                                            ` [PATCH (2) 13/34] cmsg.3: "
                                              ` [PATCH (2) 14/34] "
                                                ` [PATCH (2) 15/34] getaddrinfo.3: "
                                                  ` [PATCH (2) 16/34] "
                                                    ` [PATCH (2) 17/34] getgrouplist.3: "
                                                      ` [PATCH (2) 18/34] insque.3: "
                                                        ` [PATCH (2) 19/34] malloc_info.3: "
                                                          ` [PATCH (2) 20/34] mbsinit.3: "
                                                            ` [PATCH (2) 21/34] mbstowcs.3: "
                                                              ` [PATCH (2) 22/34] pthread_create.3: "
                                                                ` [PATCH (2) 23/34] pthread_setaffinity_np.3: "
                                                                  ` [PATCH (2) 24/34] queue.3: "
                                                                    ` [PATCH (2) 25/34] rtnetlink.3: "
                                                                      ` [PATCH (2) 26/34] "
                                                                        ` [PATCH (2) 27/34] shm_open.3: "
                                                                          ` [PATCH (2) 28/34] strptime.3: "
                                                                          ` [PATCH (2) 29/34] tsearch.3: "
                                                                          ` [PATCH (2) 30/34] aio.7: "
                                                                          ` [PATCH (2) 31/34] fanotify.7: "
                                                                          ` [PATCH (2) 32/34] inotify.7: "
                                                                          ` [PATCH (2) 33/34] "
                                                                          ` [PATCH (2) 34/34] unix.7: "
` [PATCH 35/35] qsort.3: "

[PATCH] fanotify.3: Pass array to read(2) directly instead of a pointer to it
 2020-09-05 11:42 UTC  (2+ messages)

[PATCH] tsearch.3: Remove unneeded cast
 2020-09-05 11:00 UTC 

[PATCH] tsearch.3: Simplify type usage and remove unneeded casts
 2020-09-05 10:50 UTC 

[PATCH] tsearch.3: Use size_t for malloc() argument
 2020-09-05 10:17 UTC 

strlen
 2020-09-05  7:12 UTC  (4+ messages)

[PATCH] Add NOSYMFOLLOW flags to mount(2) and statfs(2)
 2020-09-04 16:12 UTC 

[PATCH v9 1/3] mm/madvise: pass mm to do_madvise
 2020-09-04  9:36 UTC  (8+ messages)
` [PATCH v9 2/3] pid: move pidfd_get_pid() to pid.c
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

+ mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api.patch added to -mm tree
 2020-09-04  8:27 UTC  (2+ messages)

[PATCH] Changes.old: tfix
 2020-09-04  7:42 UTC  (2+ messages)

[PATCH] unix.7: wsfix
 2020-09-04  7:36 UTC  (2+ messages)

[PATCH] mbsinit.3: wsfix
 2020-09-04  7:35 UTC  (2+ messages)

+ pid-move-pidfd_get_pid-to-pidc.patch added to -mm tree
 2020-09-04  4:59 UTC 

+ mm-madvise-pass-mm-to-do_madvise.patch added to -mm tree
 2020-09-04  4:59 UTC 

[PATCH 1/5] Add manpage for open_tree(2)
 2020-09-02 20:14 UTC  (13+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

[PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
 2020-08-29  7:02 UTC  (8+ messages)

[PATCH v2 0/3] Fanotify man page updates for v5.9
 2020-08-28 12:29 UTC  (6+ messages)
` [PATCH v2 1/3] fanotify.7, fanotify_mark.2: Generalize documentation of FAN_REPORT_FID
` [PATCH v2 2/3] fanotify.7, fanotify_init.2: Document FAN_REPORT_DIR_FID
` [PATCH v2 3/3] fanotify.7, fanotify_init.2: Document FAN_REPORT_NAME

Omitted convention in man-pages - conventions for writing Linux man pages
 2020-08-28  8:47 UTC 

[PATCH 02/18] fsinfo: Add fsinfo() syscall to query filesystem information [ver #21]
 2020-08-27 11:27 UTC 

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-27 11:54 UTC  (3+ messages)
` [PATCH 2/2] Modify the pipe(2) manpage for notification queues

[PATCH] bpf-helpers.7: wfix
 2020-08-26 18:59 UTC  (7+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-08-26  7:31 UTC  (12+ messages)
` [PATCH 2/5] Add manpages for move_mount(2) and open_tree(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

Bug in example in https://man7.org/linux/man-pages/man2/clock_gettime.2.html
 2020-08-26  6:14 UTC 

[PATCH 0/3] Fanotify man page updates for v5.9
 2020-08-25 12:07 UTC  (14+ messages)
` [PATCH 1/3] fanotify.7, fanotify_mark.2: Generalize documentation of FAN_REPORT_FID
` [PATCH 2/3] fanotify.7, fanotify_init.2: Document FAN_REPORT_DIR_FID
` [PATCH 3/3] fanotify.7, fanotify_init.2: Document FAN_REPORT_NAME

[bug] Makefile: Broken link
 2020-08-25 11:54 UTC  (3+ messages)

[PATCH v1] perf_event_open.2: update the man page with CAP_PERFMON related information
 2020-08-24 20:17 UTC  (3+ messages)

[PATCH man-pages v5] Document encoded I/O
 2020-08-24 18:15 UTC  (3+ messages)

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-24 17:54 UTC  (5+ messages)

[patch] queue.3: Document CIRCLEQ_* macros
 2020-08-24 10:36 UTC  (2+ messages)

[patch] strtod.3: Fix return value for underflow
 2020-08-23 18:04 UTC  (2+ messages)

[patch] printf.3: Fix description of %a hexfloat output
 2020-08-23 18:03 UTC  (2+ messages)

seccomp(2) example still uses SECCOMP_RET_KILL
 2020-08-23 17:24 UTC  (2+ messages)

[patch] capabilities.7: ffix
 2020-08-22 20:24 UTC 

beta-tester for insque.c needed
 2020-08-22 19:09 UTC 

[PATCH] cgroups.7: wfix
 2020-08-22 11:29 UTC  (2+ messages)

[PATCH] time_namespaces.7: wfix
 2020-08-22  8:17 UTC  (2+ messages)

Fwd: Undelivered Mail Returned to Sender
 2020-08-20 10:54 UTC  (2+ messages)
  `  "

Pseudoterminal terminology in POSIX
 2020-08-18 16:10 UTC  (3+ messages)

[patch 17/39] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
 2020-08-17 15:10 UTC  (10+ messages)
` [patch 18/39] mm/madvise: check fatal signal pending of target process


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