linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-12 09:27:13 to 2020-09-21 08:29:12 UTC [more...]

[PATCH] system_data_types.7: Add note about length modifiers and conversions to [u]intmax_t, and corresponding example
 2020-09-21  8:29 UTC  (6+ messages)
  ` man-pages.7: Simplify indentation of structure definitions, shell session logs, and so on
  ` [PATCH v2] system_data_types.7: Add note about length modifiers and conversions to [u]intmax_t, and corresponding example

[PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
 2020-09-21  7:14 UTC  (3+ messages)

[PATCH v2] system_data_types.7: Specify the length modifiers for the variables that have them
 2020-09-20 20:20 UTC  (3+ messages)

[PATCH 0/9] Document aiocb, sigevent, siginfo_t
 2020-09-20 20:19 UTC  (29+ messages)
` [PATCH 1/9] system_data_types.7: ffix
` [PATCH 2/9] system_data_types.7: srcfix: Add FIXME note: Add descriptions
` [PATCH 3/9] system_data_types.7: Document sigevent
` [PATCH 4/9] sigevent.3: New link to new documented type in system_data_types(7)
` [PATCH 5/9] system_data_types.7: srcfix: cosmetic: Visually sparate types
` [PATCH 6/9] system_data_types.7: Document aiocb
` [PATCH 7/9] aiocb.3: New link to new documented type in system_data_types(7)
` [PATCH 8/9] system_data_types.7: Document siginfo_t
    ` [PATCH v2 "
    ` [PATCH v2 9/9] siginfo_t.3: New link to new documented type in system_data_types(7)
` [PATCH "

[IDEA] New pages for types: structs and typedfefs
 2020-09-19  8:45 UTC  (47+ messages)
            ` [RFC v1] system_data_types.7: Draft (and links to it: <type>.3)
  ` [RFC v2] system_data_types.7: Draft v2
  ` [RFC v3] sigval.3, ssize_t.3, suseconds_t.3, time_t.3, timer_t.3, timespec.3, timeval.3, system_data_types.7: Document system types (draft v3)
  ` [RFC v4] system_data_types.7: Document sigval, ssize_t, suseconds_t, time_t, timer_t, timespec & timeval
  ` [RFC v5] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval
  ` [RFC v6] "
  ` [PATCH v7 0/8] Document system data types
  ` [PATCH v7 1/8] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval
  ` [PATCH v7 2/8] sigval.3: Add link page
  ` [PATCH v7 3/8] ssize_t.3: "
  ` [PATCH v7 4/8] suseconds_t.3: "
  ` [PATCH v7 5/8] time_t.3: "
  ` [PATCH v7 6/8] timer_t.3: "
  ` [PATCH v7 7/8] timespec.3: "
  ` [PATCH v7 8/8] timeval.3: "

[draft] Code of conduct for Linux man-pages project
 2020-09-19  8:29 UTC  (3+ messages)

[PATCH] ip.7: Document IP_PASSSEC for UDP sockets
 2020-09-19  8:23 UTC  (3+ messages)

[PATCH 0/3] Document regmatch_t (and a ffix)
 2020-09-18 21:33 UTC  (8+ messages)
` [PATCH 1/3] system_data_types.7: ffix
` [PATCH 2/3] system_data_types.7: Document regmatch_t
` [PATCH 3/3] regmatch_t.3: New page for new documented type in system_data_types(7)

[PATCH 0/2] Document size_t
 2020-09-18 21:32 UTC  (13+ messages)
` [PATCH 1/2] system_data_types.7: "
` [PATCH 2/2] size_t.3: New link to new documented type in system_data_types(7)

[PATCH 0/4] Document regoff_t (and a few minor patches)
 2020-09-18 21:32 UTC  (10+ messages)
` [PATCH 1/4] system_data_types.7: wfix
` [PATCH 2/4] system_data_types.7: Document regoff_t
` [PATCH 3/4] regoff_t.3: New link to new documented type in system_data_types(7)
` [PATCH 4/4] system_data_types.7: srcfix: Add FIXME notes

[RFC] system_data_types.7: Specify the length modifiers for the variables that have them
 2020-09-18 20:24 UTC  (2+ messages)

[PATCH 0/4] Document ptrdiff_t (and a few minor patches)
 2020-09-18 20:20 UTC  (9+ messages)
` [PATCH 1/4] system_data_types.7: srcfix: Remove TODO comment
` [PATCH 2/4] system_data_types.7: wfix: sort referenced types
` [PATCH 3/4] system_data_types.7: Document ptrdiff_t
` [PATCH 4/4] ptrdiff_t.3: New link to new documented type in system_data_types(7)

[PATCH] socket.7,ip.7: Document SO_PEERSEC for AF_INET sockets
 2020-09-17  7:30 UTC  (2+ messages)

[PATCH v2] socket.7,unix.7: add initial description for SO_PEERSEC
 2020-09-17  7:27 UTC  (4+ messages)

[patch] freeaddrinfo.3: memory leaks in freeaddrinfo examples
 2020-09-17  7:10 UTC  (2+ messages)

getgroups(3p) typo
 2020-09-17  6:32 UTC 

[BUG] sigaction.2: s/sigval_t/union sigval/
 2020-09-16 14:29 UTC  (2+ messages)

[PATCH 00/24] Many patches
 2020-09-15 10:03 UTC  (12+ messages)
` [PATCH 01/24] inet_net_pton.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values
` [PATCH 12/24] getgrent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name)
  ` AW: "
      ` AW: "

[PATCH 00/12] printf() fixes
 2020-09-15  9:27 UTC  (44+ messages)
` [PATCH 01/12] dl_iterate_phdr.3: Cast 'ElfN_Word' to 'uintmax_t' for printf()
` [PATCH 02/12] malloc_hook.3: Remove unneeded cast, and print 'size_t' with "%zu"
` [PATCH 03/12] pthread_getcpuclockid.3: Cast 'time_t' to 'intmax_t' for printf()
` [PATCH 04/12] getgrent_r.3: Cast 'gid_t' "
` [PATCH 05/12] getpwent_r.3: Cast 'uid_t' "
` [PATCH 06/12] rtld-audit.7: Use "%u" rather than "%d" when printing 'unsigned int' values
` [PATCH 07/12] userfaultfd.2: Use 'PRIx64' rather than "%llx" when printing 64-bit fixed-width types
` [PATCH 08/12] clock_getres.2: Cast 'time_t' to 'intmax_t' for printf() and fix the length modifiers
      ` [PATCH v2 08/12] clock_getres.2: Cast 'time_t' very small,values to 'int' "
` [PATCH 09/12] open_by_handle_at.2: Use "%u" rather than "%d" when printing 'unsigned int' values
` [PATCH 10/12] spu_run.2: Cast 'int' to 'unsigned int' when printing with "%x"
` [PATCH 11/12] mprotect.2: Use "%p" rather than casting to 'long' when printing adresses (pointer values)
` [PATCH 12/12] pidfd_open.2: Cast 'short' to 'unsigned int' when printing with "%x"

Paid Post
 2020-09-15  9:03 UTC 

[PATCH] add_key.2, clock_getres.2, clone.2, futex.2, getdents.2, getpid.2, getrlimit.2, ioctl_ns.2, kcmp.2, keyctl.2, memfd_create.2, request_key.2, stat.2, timer_create.2, wait.2, clock_getcpuclockid.3, getgrent_r.3, getpwent_r.3, getpwnam.3, posix_spawn.3, pthread_getcpuclockid.3, strcat.3, feature_test_macros.7, user_namespaces.7: Cast types that don't have a printf() length modifier to ([u]intmax_t) for printing
 2020-09-14 10:03 UTC  (5+ messages)
  ` [PATCH v2] add_key.2, clock_getres.2, clone.2, futex.2, getdents.2, getpid.2, getrlimit.2, ioctl_ns.2, kcmp.2, keyctl.2, memfd_create.2, request_key.2, stat.2, timer_create.2, wait.2, clock_getcpuclockid.3, dl_iterate_phdr.3, "

[PATCH] stat.2: fixed inode printing in example program
 2020-09-14  9:30 UTC  (14+ messages)

[PATCH] stat.2: fixed inode printing in example program
 2020-09-13 19:32 UTC  (3+ messages)

[patch] posix_fallocate.3: add note about error codes for musl
 2020-09-13 15:49 UTC  (3+ messages)
` [musl] "
  ` [PATCH v2] posix_fallocate.3: add EOPNOTSUPP error code


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