linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 08:27:32 to 2020-09-11 06:45:07 UTC [more...]

[PATCH 00/24] Many patches
 2020-09-11  6:44 UTC  (30+ messages)
` [PATCH 01/24] inet_net_pton.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values
` [PATCH 02/24] endian.3: "
` [PATCH 03/24] timerfd_create.2: Use 'PRIxN' macros when printing C99 fixed-width integer types
` [PATCH 04/24] eventfd.2: "
` [PATCH 05/24] offsetof.3: Use "%zu" rather than "%zd" when printing 'size_t' values
` [PATCH 06/24] timer_create.2: Cast to 'unsigned long' rathen than 'long' when printing with "%lx"
` [PATCH 07/24] request_key.2: Cast to 'unsigned long' rather "
` [PATCH 08/24] add_key.2: "
` [PATCH 09/24] clock_getcpuclockid.3: Remove unneeded cast
` [PATCH 10/24] ioctl_ns.2: "
` [PATCH 11/24] stat.2: "
` [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 16/24] getpwent_r.3: Declare variables with different types in different lines
` [PATCH 17/24] get_phys_pages.3: Write 'long' instead of 'long int'
` [PATCH 18/24] core.5: Use adequate type
` [PATCH 19/24] pthread_setname_np.3: ffix
` [PATCH 20/24] loop.4: ffix
` [PATCH 21/24] aio.7: Use perror() directly
` [PATCH 22/24] membarrier.2: Note that glibc does not provide a wrapper
` [PATCH 23/24] select_tut.2: Use MAX(a, b) from <sys/param.h>
` [PATCH 24/24] bpf.2: Add missing headers

[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 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
 2020-09-04  9:36 UTC  (6+ messages)

+ mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api.patch added to -mm tree
 2020-09-04  8:27 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).