Linux Man Pages
[Prev Page][Next Page]
- Re: [PATCH v2 3/4] system_data_types.7: Add uint_fastN_t family of types, (continued)
- [PATCH v2 2/4] 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), Alejandro Colomar
- [PATCH v2 4/4] 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), Alejandro Colomar
- [PATCH] system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies,
Alejandro Colomar
- [PATCH 00/16] Fixes; Document remaining stdint.h types,
Alejandro Colomar
- [PATCH 01/16] malloc_get_state.3: ffix, Alejandro Colomar
- [PATCH 02/16] system_data_types.7: srcfix, Alejandro Colomar
- [PATCH 04/16] system_data_types.7: srcfix, Alejandro Colomar
- [PATCH 03/16] system_data_types.7: srcfix, Alejandro Colomar
- [PATCH 05/16] system_data_types.7: Add int_fastN_t family of types, Alejandro Colomar
- [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), Alejandro Colomar
- [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), Alejandro Colomar
- [PATCH 07/16] system_data_types.7: Add uint_fastN_t family of types, Alejandro Colomar
- [PATCH 09/16] system_data_types.7: Add int_leastN_t family of types, Alejandro Colomar
- [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), Alejandro Colomar
- [PATCH 11/16] system_data_types.7: Add uint_leastN_t family of types, Alejandro Colomar
- [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), Alejandro Colomar
- [PATCH 13/16] system_data_types.7: Add 'intptr_t', Alejandro Colomar
- [PATCH 15/16] system_data_types.7: Add 'uintptr_t', Alejandro Colomar
- [PATCH 14/16] intptr_t.3: New link to system_data_types(7), Alejandro Colomar
- [PATCH 16/16] uintptr_t.3: New link to system_data_types(7), Alejandro Colomar
- Re: [PATCH 00/16] Fixes; Document remaining stdint.h types, Michael Kerrisk (man-pages)
- [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions,
Jakub Wilk
- [RFC] man7/system_data_types.7: Document [unsigned] __int128,
Alejandro Colomar
- Re: Expose 'array_length()' macro in <sys/cdefs.h> or <sys/param.h>, Alejandro Colomar
- Typo in stat(2),
Christoph Kalchreuter
- For review: seccomp_user_notif(2) manual page,
Michael Kerrisk (man-pages)
- Re: For review: seccomp_user_notif(2) manual page, Jann Horn
- Re: For review: seccomp_user_notif(2) manual page, Kees Cook
- Re: For review: seccomp_user_notif(2) manual page, Christian Brauner
- Re: For review: seccomp_user_notif(2) manual page, Sargun Dhillon
[PATCH 0/8] Add some <stdint.h> types,
Alejandro Colomar
- [PATCH v2 0/8] Add some <stdint.h> types, Alejandro Colomar
- [PATCH v2 1/8] system_data_types.7: Add 'intmax_t', Alejandro Colomar
- [PATCH v2 2/8] intmax_t.3: New link to system_data_types(7), Alejandro Colomar
- [PATCH v2 3/8] system_data_types.7: Add 'uintmax_t', Alejandro Colomar
- [PATCH v2 4/8] uintmax_t.3: New link to system_data_types(7), Alejandro Colomar
- [PATCH v2 5/8] system_data_types.7: Add intN_t family of types, Alejandro Colomar
- [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), Alejandro Colomar
- [PATCH v2 7/8] system_data_types.7: Add uintN_t family of types, Alejandro Colomar
- [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), Alejandro Colomar
- Re: [PATCH 0/8] Add some <stdint.h> types, Michael Kerrisk (man-pages)
[PATCH v4] <sys/param.h>: Add nitems(),
Alejandro Colomar
[PATCH 1/3] system_data_types.7: ffix,
Alejandro Colomar
[PATCH 1/2] system_data_types.7: Add va_list,
Alejandro Colomar
[PATCH 1/2] system_data_types.7: srcfix,
Alejandro Colomar
[PATCH 00/10] Add types, and some fixes,
Alejandro Colomar
- [PATCH 02/10] system_data_types.7: Add lconv, Alejandro Colomar
- [PATCH 03/10] lconv.3: New link to system_data_types(7), Alejandro Colomar
- [PATCH 01/10] system_data_types.7: ffix, Alejandro Colomar
- [PATCH 04/10] system_data_types.7: Add float_t, Alejandro Colomar
- [PATCH 05/10] float_t.3: New link to system_data_types(7), Alejandro Colomar
- [PATCH 06/10] system_data_types.7: Add double_t, Alejandro Colomar
- [PATCH 07/10] double_t.3: New link to system_data_types(7), Alejandro Colomar
- [PATCH 08/10] seccomp.2: Remove unneeded cast, Alejandro Colomar
- [PATCH 09/10] seccomp.2: Use ARRAY_SIZE() macro instead of raw sizeof division, Alejandro Colomar
- [PATCH 10/10] getgrent_r.3: Declare variables with different types in different lines, Alejandro Colomar
[PATCH] man2: new page describing memfd_secret() system call,
Mike Rapoport
[PATCH 1/6] system_data_types.7: Add div_t,
Alejandro Colomar
[PATCH 1/2] system_data_types.7: Add imaxdiv_t,
Alejandro Colomar
[PATCH] ioctl_ns.2, stat.2: Fix signedness of printf specifiers,
Alejandro Colomar
[PATCH] rtld-audit.7: Clarify la_version handshake,
Florian Weimer
[PATCH 1/2] system_data_types.7: Add 'fexcept_t',
Alejandro Colomar
[RFC] <sys/param.h>: Add nitems() and snitems() macros,
Alejandro Colomar
[PATCH] system_data_types.7: ffix,
Alejandro Colomar
[PATCH 1/2] system_data_types.7: Document fenv_t,
Alejandro Colomar
[PATCH] system_data_types.7: wfix,
Alejandro Colomar
[PATCH] system_data_types.7: Add note about length modifiers and conversions to [u]intmax_t, and corresponding example,
Alejandro Colomar
[PATCH v2] system_data_types.7: Specify the length modifiers for the variables that have them,
Alejandro Colomar
[RFC] system_data_types.7: Specify the length modifiers for the variables that have them,
Alejandro Colomar
[PATCH 0/9] Document aiocb, sigevent, siginfo_t,
Alejandro Colomar
[PATCH 0/3] Document regmatch_t (and a ffix),
Alejandro Colomar
[PATCH 0/4] Document regoff_t (and a few minor patches),
Alejandro Colomar
[PATCH 0/4] Document ptrdiff_t (and a few minor patches),
Alejandro Colomar
[PATCH 0/2] Document size_t,
Alejandro Colomar
[PATCH] ip.7: Document IP_PASSSEC for UDP sockets,
Stephen Smalley
[draft] Code of conduct for Linux man-pages project,
Michael Kerrisk (man-pages)
Re: [patch] freeaddrinfo.3: memory leaks in freeaddrinfo examples,
Michael Kerrisk (man-pages)
[BUG] sigaction.2: s/sigval_t/union sigval/,
Alejandro Colomar
[PATCH] socket.7,ip.7: Document SO_PEERSEC for AF_INET sockets,
Stephen Smalley
[PATCH v2] socket.7,unix.7: add initial description for SO_PEERSEC,
Stephen Smalley
[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,
Alejandro Colomar
- Re: [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, Alejandro Colomar
- [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, 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, Alejandro Colomar
- Re: [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, 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, Michael Kerrisk (man-pages)
- Re: [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, 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, Alejandro Colomar
[PATCH] stat.2: fixed inode printing in example program,
Konstantin Bukin
[patch] posix_fallocate.3: add note about error codes for musl.,
Érico Rolim
[PATCH 00/12] printf() fixes,
Alejandro Colomar
- [PATCH 01/12] dl_iterate_phdr.3: Cast 'ElfN_Word' to 'uintmax_t' for printf(), Alejandro Colomar
- [PATCH 02/12] malloc_hook.3: Remove unneeded cast, and print 'size_t' with "%zu", Alejandro Colomar
- [PATCH 03/12] pthread_getcpuclockid.3: Cast 'time_t' to 'intmax_t' for printf(), Alejandro Colomar
- [PATCH 04/12] getgrent_r.3: Cast 'gid_t' to 'intmax_t' for printf(), Alejandro Colomar
- [PATCH 05/12] getpwent_r.3: Cast 'uid_t' to 'intmax_t' for printf(), Alejandro Colomar
- [PATCH 06/12] rtld-audit.7: Use "%u" rather than "%d" when printing 'unsigned int' values, Alejandro Colomar
- [PATCH 07/12] userfaultfd.2: Use 'PRIx64' rather than "%llx" when printing 64-bit fixed-width types, Alejandro Colomar
- [PATCH 08/12] clock_getres.2: Cast 'time_t' to 'intmax_t' for printf() and fix the length modifiers, Alejandro Colomar
- [PATCH 09/12] open_by_handle_at.2: Use "%u" rather than "%d" when printing 'unsigned int' values, Alejandro Colomar
- [PATCH 10/12] spu_run.2: Cast 'int' to 'unsigned int' when printing with "%x", Alejandro Colomar
- [PATCH 11/12] mprotect.2: Use "%p" rather than casting to 'long' when printing adresses (pointer values), Alejandro Colomar
- [PATCH 12/12] pidfd_open.2: Cast 'short' to 'unsigned int' when printing with "%x", Alejandro Colomar
[PATCH] getaddrinfo_a.3: Use C99 style to declare loop counter variables,
Alejandro Colomar
[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,
Alejandro Colomar
- Re: [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, Michael Kerrisk (man-pages)
[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',
Alejandro Colomar
- Re: [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', Michael Kerrisk (man-pages)
[IDEA] New pages for types: structs and typedfefs,
Alejandro Colomar
- Re: [IDEA] New pages for types: structs and typedfefs, Michael Kerrisk (man-pages)
- Re: [IDEA] New pages for types: structs and typedfefs, Alejandro Colomar
- [RFC v2] system_data_types.7: Draft v2, Alejandro Colomar
- [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), Alejandro Colomar
- [RFC v4] system_data_types.7: Document sigval, ssize_t, suseconds_t, time_t, timer_t, timespec & timeval, Alejandro Colomar
- [RFC v5] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Alejandro Colomar
- [RFC v6] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Alejandro Colomar
- Re: [RFC v6] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Michael Kerrisk (man-pages)
- Re: [RFC v6] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Alejandro Colomar
- Re: [RFC v6] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Thorsten Glaser
- Re: [RFC v6] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Michael Kerrisk (man-pages)
- [PATCH v7 1/8] system_data_types.7: Document types: sigval, ssize_t, suseconds_t, time_t, timer_t, timespec, timeval, Alejandro Colomar
- [PATCH v7 8/8] timeval.3: Add link page, Alejandro Colomar
- [PATCH v7 0/8] Document system data types, Alejandro Colomar
- [PATCH v7 7/8] timespec.3: Add link page, Alejandro Colomar
- [PATCH v7 5/8] time_t.3: Add link page, Alejandro Colomar
- [PATCH v7 6/8] timer_t.3: Add link page, Alejandro Colomar
- [PATCH v7 4/8] suseconds_t.3: Add link page, Alejandro Colomar
- [PATCH v7 3/8] ssize_t.3: Add link page, Alejandro Colomar
- [PATCH v7 2/8] sigval.3: Add link page, Alejandro Colomar
[PATCH] bswap.3: Use strtoull() for parsing 64-bit numbers,
Jakub Wilk
[PATCH 00/24] Many patches,
Alejandro Colomar
- [PATCH 01/24] inet_net_pton.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values, Alejandro Colomar
- [PATCH 02/24] endian.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values, Alejandro Colomar
- [PATCH 04/24] eventfd.2: Use 'PRIxN' macros when printing C99 fixed-width integer types, Alejandro Colomar
- [PATCH 05/24] offsetof.3: Use "%zu" rather than "%zd" when printing 'size_t' values, Alejandro Colomar
- [PATCH 10/24] ioctl_ns.2: Remove unneeded cast, Alejandro Colomar
- [PATCH 12/24] getgrent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name), Alejandro Colomar
- [PATCH 13/24] getpwent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name), Alejandro Colomar
- [PATCH 15/24] unix.7: Use sizeof() to get buffer size (instead of hardcoding macro name), Alejandro Colomar
- [PATCH 14/24] fread.3: Move ARRAY_SIZE logic into macro, Alejandro Colomar
- [PATCH 21/24] aio.7: Use perror() directly, Alejandro Colomar
- [PATCH 24/24] bpf.2: Add missing headers, Alejandro Colomar
- [PATCH 20/24] loop.4: ffix, Alejandro Colomar
- [PATCH 22/24] membarrier.2: Note that glibc does not provide a wrapper, Alejandro Colomar
- [PATCH 23/24] select_tut.2: Use MAX(a, b) from <sys/param.h>, Alejandro Colomar
- [PATCH 18/24] core.5: Use adequate type, Alejandro Colomar
- [PATCH 19/24] pthread_setname_np.3: ffix, Alejandro Colomar
- [PATCH 16/24] getpwent_r.3: Declare variables with different types in different lines, Alejandro Colomar
- [PATCH 09/24] clock_getcpuclockid.3: Remove unneeded cast, Alejandro Colomar
- [PATCH 11/24] stat.2: Remove unneeded cast, Alejandro Colomar
- [PATCH 17/24] get_phys_pages.3: Write 'long' instead of 'long int', Alejandro Colomar
- [PATCH 07/24] request_key.2: Cast to 'unsigned long' rather than 'long' when printing with "%lx", Alejandro Colomar
- [PATCH 08/24] add_key.2: Cast to 'unsigned long' rather than 'long' when printing with "%lx", Alejandro Colomar
- [PATCH 03/24] timerfd_create.2: Use 'PRIxN' macros when printing C99 fixed-width integer types, Alejandro Colomar
- [PATCH 06/24] timer_create.2: Cast to 'unsigned long' rathen than 'long' when printing with "%lx", Alejandro Colomar
- Re: [PATCH 00/24] Many patches, Michael Kerrisk (man-pages)
[PATCH] socket.7,unix.7: add initial description for SO_PEERSEC,
Stephen Smalley
[PATCH] dlopen.3, gnu_get_libc_version.3: tfix,
Jakub Wilk
[PATCH] loop.4: tfix,
Jakub Wilk
[PATCH v4] loop.4: add some details about lo_flags,
Yang Xu
[PATCH v3 1/2] loop.4: add some details about lo_flags,
Yang Xu
[PATCH] msgop.2: Add restriction on ENOSYS error,
Yang Xu
possible typo in `man 3 getopt`,
michael . saunders
[Index of Archives]
[Kernel Documentation]
[Linux Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]