messages from 2020-09-11 17:38:15 to 2020-09-18 21:28:13 UTC [more...]
[PATCH 0/2] Document size_t
2020-09-18 21:28 UTC (12+ 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/9] Document aiocb, sigevent, siginfo_t
2020-09-18 21:28 UTC (17+ 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 9/9] siginfo_t.3: New link to new documented type in system_data_types(7)
[PATCH 0/3] Document regmatch_t (and a ffix)
2020-09-18 20:45 UTC (7+ 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/4] Document regoff_t (and a few minor patches)
2020-09-18 20:32 UTC (9+ 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)
[IDEA] New pages for types: structs and typedfefs
2020-09-18 2:16 UTC (46+ 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: "
[PATCH] ip.7: Document IP_PASSSEC for UDP sockets
2020-09-17 23:16 UTC (2+ messages)
[draft] Code of conduct for Linux man-pages project
2020-09-17 10:38 UTC (2+ messages)
[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 (15+ 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 17/24] get_phys_pages.3: Write 'long' instead of 'long int'
` 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
[PATCH] eventfd.2, mprotect.2, pidfd_open.2, spu_run.2, timer_create.2, bswap.3, dl_iterate_phdr.3, endian.3, pthread_attr_init.3, pthread_getattr_np.3, vcs.4, rtld-audit.7: In printf(): s/0x%/%#/ except when followed by X instead of x
2020-09-12 5:59 UTC (2+ messages)
[PATCH] getaddrinfo_a.3: Use C99 style to declare loop counter variables
2020-09-12 5:58 UTC (2+ messages)
[PATCH] msgctl.2, outb.2, abs.3, dl_iterate_phdr.3, drand48.3, drand48_r.3, encrypt.3, ffs.3, lrint.3, lround.3, ntp_gettime.3, printf.3, random.3, scalbln.3, scanf.3, strtol.3, stroul.3, utmp.5, feature_test_macros.7, rtld-audit.7: Omit 'int' keyword for 'short', 'long' and 'long long' types, both signed and 'unsigned'
2020-09-12 5:57 UTC (2+ messages)
[PATCH] socket.7,unix.7: add initial description for SO_PEERSEC
2020-09-11 19:33 UTC (2+ messages)
[PATCH 1/5] Add manpage for open_tree(2)
2020-09-11 12:44 UTC (6+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox