linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 00:07:57 to 2020-09-10 21:16:03 UTC [more...]

[PATCH 00/24] Many patches
 2020-09-10 21:13 UTC  (11+ messages)
` [PATCH 01/24] inet_net_pton.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values
` [PATCH 02/24] endian.3: "
` [PATCH 04/24] eventfd.2: Use 'PRIxN' macros when printing C99 fixed-width integer types
` [PATCH 05/24] offsetof.3: Use "%zu" rather than "%zd" when printing 'size_t' values
` [PATCH 10/24] ioctl_ns.2: Remove unneeded cast
` [PATCH 12/24] getgrent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name)
` [PATCH 13/24] getpwent_r.3: "
` [PATCH 14/24] fread.3: Move ARRAY_SIZE logic into macro
` [PATCH 15/24] unix.7: Use sizeof() to get buffer size (instead of hardcoding macro name)
` [PATCH 21/24] aio.7: Use perror() directly

[PATCH] socket.7,unix.7: add initial description for SO_PEERSEC
 2020-09-10 21:00 UTC 

[PATCH] loop.4: tfix
 2020-09-10 10:41 UTC  (2+ messages)

[PATCH] dlopen.3, gnu_get_libc_version.3: tfix
 2020-09-10 10:41 UTC  (2+ messages)

[PATCH v4] loop.4: add some details about lo_flags
 2020-09-10  6:13 UTC  (2+ messages)

[PATCH v3 1/2] loop.4: add some details about lo_flags
 2020-09-10  1:12 UTC  (5+ messages)
  ` [PATCH v3 2/2] loop.4: Document LOOP_CONFIGURE ioctl

[PATCH v2 1/3] loop.4: Document LO_FLAGS_DIRECT_IO flag
 2020-09-09 11:20 UTC  (12+ messages)
` [PATCH v2 2/3] loop.4: add some details about lo_flag
  ` AW: "
      ` AW: "
` [PATCH v2 3/3] loop.4: Document loop_configure ioctl

[PATCH] msgop.2: Add restriction on ENOSYS error
 2020-09-09 12:19 UTC  (5+ messages)

possible typo in `man 3 getopt`
 2020-09-08 10:12 UTC  (2+ messages)

BUFSIZ vs magic numbers and co
 2020-09-08  8:33 UTC  (4+ messages)

[PATCH] tsearch.3: Simplify type usage and remove unneeded casts
 2020-09-08  8:30 UTC  (7+ messages)
    ` [PATCH v2] "
        ` AW: "

[PATCH] posix_spawn.3: tfix
 2020-09-08  5:30 UTC  (2+ messages)

[PATCH] bsearch.3: Declare variables with different types in different lines
 2020-09-08  5:26 UTC  (2+ messages)

[PATCH] pthread_getattr_np.3: Use "%zu" and "%zx" when printing 'size_t' values
 2020-09-07 20:22 UTC  (2+ messages)

[PATCH] fs/nsfs.c: fix ioctl support of compat processes
 2020-09-07 18:17 UTC 

[PATCH 0/2] fopencookie.3: Fix EXAMPLES section
 2020-09-07 10:34 UTC  (5+ messages)
` [PATCH 1/2] fopencookie.3: printf()'s .* expects an int; cast accordingly
` [PATCH 2/2] fopencookie.3: Fix bugs in example

Bug or misdocumented feature in pthread_setaffinity_np.3
 2020-09-07  9:31 UTC  (6+ messages)

[PATCH] getline.3: Use %zd rather than %zu when printing 'ssize_t' values
 2020-09-07  9:00 UTC  (2+ messages)

[PATCH] hcreate.3: Declare variables with different types in different lines
 2020-09-07  9:00 UTC  (2+ messages)

[PATCH] Add NOSYMFOLLOW flags to mount(2) and statfs(2)
 2020-09-07  7:13 UTC  (2+ messages)

[PATCH 0/7] Remove and/or fix casts
 2020-09-06 16:43 UTC  (16+ messages)
` [PATCH 1/7] sock_diag.7: Remove unneeded casts
` [PATCH 2/7] pthread_sigmask.3: "
` [PATCH 3/7] msgop.2: "
` [PATCH 4/7] user_namespaces.7: Remove unneeded cast
` [PATCH 5/7] dlopen.3: "
` [PATCH 6/7] bsearch.3: Fix intermediate type and remove unneeded casts
` [PATCH 7/7] qsort.3: Fix casts

[PATCH] stdarg.3: Declare variables with different types in different lines
 2020-09-06 12:52 UTC  (2+ messages)

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

[PATCH] tsearch.3: Remove unneeded cast
 2020-09-05 15:41 UTC  (2+ messages)

[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 15:36 UTC  (91+ 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] tsearch.3: Use size_t for malloc() argument
 2020-09-05 15:28 UTC  (2+ messages)

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

[PATCH v9 2/3] pid: move pidfd_get_pid() to pid.c
 2020-09-04  9:36 UTC  (7+ messages)
` [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  (5+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)


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