linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 07:33:02 to 2020-10-01 12:54:40 UTC [more...]

For review: seccomp_user_notif(2) manual page
 2020-10-01 12:54 UTC  (15+ messages)

[RFC] man7/system_data_types.7: Document [unsigned] __int128
 2020-10-01 12:54 UTC  (7+ messages)

[PATCH 00/16] Fixes; Document remaining stdint.h types
 2020-10-01 11:51 UTC  (32+ messages)
` [PATCH 01/16] malloc_get_state.3: ffix
` [PATCH 02/16] system_data_types.7: srcfix
` [PATCH 03/16] "
` [PATCH 04/16] "
` [PATCH 05/16] system_data_types.7: Add int_fastN_t family of types
` [PATCH 06/16] int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3: New links to system_data_types(7)
` [PATCH 07/16] system_data_types.7: Add uint_fastN_t family of types
` [PATCH 08/16] uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN_t.3: New links to system_data_types(7)
` [PATCH 09/16] system_data_types.7: Add int_leastN_t family of types
` [PATCH 10/16] int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN_t.3: New links to system_data_types(7)
` [PATCH 11/16] system_data_types.7: Add uint_leastN_t family of types
` [PATCH 12/16] uint_least8_t.3, uint_least16_t.3, uint_least32_t.3, uint_least64_t.3, uint_leastN_t.3: New links to system_data_types(7)
` [PATCH 13/16] system_data_types.7: Add 'intptr_t'
` [PATCH 14/16] intptr_t.3: New link to system_data_types(7)
` [PATCH 15/16] system_data_types.7: Add 'uintptr_t'
` [PATCH 16/16] uintptr_t.3: New link to system_data_types(7)

[PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions
 2020-10-01 11:11 UTC  (2+ messages)

[PATCH 1/3] system_data_types.7: ffix
 2020-10-01  9:36 UTC  (22+ messages)
` [PATCH 2/3] system_data_types.7: Add 'FILE'
    ` [PATCH v2 "
` [PATCH 3/3] FILE.3: New link to system_data_types(7)
  ` [PATCH v2 1/3] system_data_types.7: ffix

Typo in stat(2)
 2020-10-01  9:22 UTC  (5+ messages)

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

Expose 'array_length()' macro in <sys/cdefs.h> or <sys/param.h>
 2020-09-30 20:39 UTC 

[PATCH 0/2] Document size_t
 2020-09-30 17:16 UTC  (25+ messages)
` [PATCH 1/2] system_data_types.7: "
            ` [RFC] system_data_types.7: wfix + ffix
                    ` [PATCH v2] system_data_types.7: Improve "Include" wording and format, and explain it in NOTES

[PATCH] sched_getattr.2: update to include changed size semantics
 2020-09-30 10:51 UTC  (5+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] openat2.2: fix minor reference typo

[PATCH 1/2] system_data_types.7: srcfix
 2020-09-30 10:12 UTC  (14+ messages)
` [PATCH 2/2] "
    ` [PATCH v2 "

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-09-29 20:09 UTC  (4+ messages)

[PATCH 00/24] Many patches
 2020-09-29 13:57 UTC  (19+ messages)
` [PATCH 12/24] getgrent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name)
` [PATCH 22/24] membarrier.2: Note that glibc does not provide a wrapper
  ` AW: "

[PATCH 0/8] Add some <stdint.h> types
 2020-09-29 12:24 UTC  (13+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] system_data_types.7: Add 'intmax_t'
` [PATCH v2 2/8] intmax_t.3: New link to system_data_types(7)
` [PATCH v2 3/8] system_data_types.7: Add 'uintmax_t'
` [PATCH v2 4/8] uintmax_t.3: New link to system_data_types(7)
` [PATCH v2 5/8] system_data_types.7: Add intN_t family of types
` [PATCH v2 6/8] int8_t.3, int16_t.3, int32_t.3, int64_t.3, intN_t.3: New links to system_data_types(7)
` [PATCH v2 7/8] system_data_types.7: Add uintN_t family of types
` [PATCH v2 8/8] uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to system_data_types(7)

[PATCH v4] <sys/param.h>: Add nitems()
 2020-09-28 19:12 UTC 

[PATCH 1/2] system_data_types.7: Add va_list
 2020-09-26 20:13 UTC  (4+ messages)
` [PATCH 2/2] va_list.3: New link to system_data_types(7)

[RFC] <sys/param.h>: Add nitems() and snitems() macros
 2020-09-25 19:37 UTC  (9+ messages)
` [PATCH v2] "
            ` [PATCH v3] <sys/param.h>: Add nitems()

[PATCH] rtld-audit.7: Clarify la_version handshake
 2020-09-25 17:17 UTC  (4+ messages)

[PATCH 00/10] Add types, and some fixes
 2020-09-25 12:01 UTC  (28+ messages)
` [PATCH 01/10] system_data_types.7: ffix
` [PATCH 02/10] system_data_types.7: Add lconv
` [PATCH 03/10] lconv.3: New link to system_data_types(7)
` [PATCH 04/10] system_data_types.7: Add float_t
        ` [PATCH v2 "
` [PATCH 05/10] float_t.3: New link to system_data_types(7)
` [PATCH 06/10] system_data_types.7: Add double_t
  ` [PATCH v2 "
` [PATCH 07/10] double_t.3: New link to system_data_types(7)
` [PATCH 08/10] seccomp.2: Remove unneeded cast
` [PATCH 09/10] seccomp.2: Use ARRAY_SIZE() macro instead of raw sizeof division
` [PATCH 10/10] getgrent_r.3: Declare variables with different types in different lines

[PATCH] rtld-audit.7: Clarify la_version handshake
 2020-09-25  8:45 UTC  (3+ 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).