public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-12 19:50:12 to 2022-01-08 19:49:28 UTC [more...]

[PATCH 1/5] mq_notify.3: Add signal.h for SIGEV_ constants
 2022-01-08 19:49 UTC  (9+ messages)
` [PATCH 2/5] newlocale.3: Use LC_GLOBAL_LOCALE, not ..._HANDLE
` [PATCH 3/5] pkeys.7: Update the example to match glibc
` [PATCH 4/5] pkeys.7: Rely on the glibc implementations
` [PATCH 5/5] strtok.3: Fix j/str1 declaration

[PATCH 1/9] Add a target to check example programs
 2022-01-08 19:38 UTC  (31+ messages)
` [PATCH 2/9] seccomp.2: Use syscall() in the example code
` [PATCH 3/9] inet.3: Switch to _DEFAULT_SOURCE in the example
` [PATCH 4/9] matherr.3: Exclude the example from analysis
` [PATCH 5/9] mq_notify.3: Add signal.h for SIGEV_THREAD
` [PATCH 6/9] newlocale.3: Use LC_GLOBAL_LOCALE, not ..._HANDLE
` [PATCH 7/9] pkeys.7: Update the example to match glibc
` [PATCH 8/9] strtok.3: Enable example analysis, fix declaration
` [PATCH 9/9] malloc_info.3: Use intptr_t to store pointers

make-rc: A parallel (as in make(1)) alternative to sysv-rc
 2022-01-08 19:20 UTC  (3+ messages)

[PATCH 1/3] tee.2: ffix
 2022-01-03 17:51 UTC  (12+ messages)
` [PATCH 2/3] tee.2: use proper types in example, declare variables at point-of-use
` [PATCH 3/3] tee.2: always fail after perror(), use for(;;) instead of do{}while(1)
    ` [PATCH v2 2/4] tee.2: use proper types in example
    ` [PATCH v2 3/4] tee.2: use for(;;) instead of do{}while(1)
    ` [PATCH v2 4/4] tee.2: always fail after perror() in example

[PATCH 1/4] clock_getres.2, clock_nanosleep.2, io_getevents.2, nanosleep.2, poll.2, sched_rr_get_interval.2, select.2, sigwaitinfo.2, timer_settime.2, timerfd_create.2, utimensat.2, mq_receive.3, mq_send.3, pthread_tryjoin_np.3, sem_wait.3, system_data_types.7: standardise on struct timespec fields comments to ucase w/tv_nsec range
 2022-01-03 16:54 UTC  (31+ messages)
` [PATCH 2/4] poll.2, sigwaitinfo.2: fix struct timespec::tv_sec to be time_t, not long
` [PATCH 3/4] clock_getres.2, clock_nanosleep.2, io_getevents.2, nanosleep.2, poll.2, sched_rr_get_interval.2, select.2, sigwaitinfo.2, timer_settime.2, timerfd_create.2, utimensat.2, mq_receive.3, mq_send.3, pthread_tryjoin_np.3, system_data_types.7: correct struct timespec::tv_nsec type for x32
      ` [PATCH 3/4] Many pages: "
        ` [PATCH v2 0/4] timespec(3) migration
          ` [PATCH v2 1/4] clock_getres.2, clock_nanosleep.2, io_getevents.2, nanosleep.2, poll.2, sched_rr_get_interval.2, select.2, sigwaitinfo.2, timerfd_create.2, timer_settime.2, utimensat.2, mq_receive.3, mq_send.3, pthread_tryjoin_np.3, sem_wait.3: replace in-line struct timespec declarations with "timespec(3) structure" references
          ` [PATCH v2 2/4] system_data_types.7: standardise on struct timespec fields comments to ucase w/tv_nsec range
          ` [PATCH v2 3/4] system_data_types.7: correct struct timespec::tv_nsec type for x32
              ` [PATCH v3 3/3] system_data_types.7: note struct timespec::tv_nsec type for x32 and portability
          ` [PATCH v2 4/4] system_data_types.7: note that struct timespec::tv_nsec being long long on x32 is an extension
` [PATCH "

[PATCH] termios.3: Clarify ONLRET
 2022-01-01 22:55 UTC 

[PATCH] ioctl_tty.2: Update the section number of ldattach
 2021-12-31 11:41 UTC  (2+ messages)

[PATCH] encrypt.3: encrypt/encrypt_r, not crypt/crypt_r were deleted from 2.28
 2021-12-31 11:39 UTC  (2+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH] printf.3: Document %#m as strerrorname_np(errno)
 2021-12-22 19:03 UTC  (3+ messages)

[PATCH v10] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-12-22  0:39 UTC  (5+ messages)

Servicio de la flota
 2021-12-20  9:11 UTC 

access(2): document EPERM error value
 2021-12-18 20:28 UTC  (2+ messages)

[PATCH v11] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-12-17  1:50 UTC  (2+ messages)

man 8 usermod -e, --expiredate EXPIRE_DATE information incorrect (can't be blank, must be -1 to clear)
 2021-12-14 10:55 UTC  (2+ messages)

[PATCH v2 0/4] fanotify man page updates for v5.13
 2021-12-10 13:56 UTC  (10+ messages)
` [PATCH v2 1/4] fanotify_init.2, fanotify_mark.2: Document unprivileged listener
` [PATCH v2 2/4] fanotify_init.2, fanotify_mark.2, fanotify.7: Configurable limits
` [PATCH v2 3/4] fanotify_mark.2: Update w.r.t tmpfs support
` [PATCH v2 4/4] fanotify_init.2: Document kernel commits

[patch] --filter option in ld: srcfix
 2021-12-09 16:32 UTC  (5+ messages)

[PATCH] kcmp.2: still depends on kconfig
 2021-12-09  1:18 UTC  (4+ messages)

[PATCH] madvise.2: tfix
 2021-12-06 19:20 UTC  (2+ messages)

[PATCH v9] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-11-30  1:14 UTC 

[patch] termios.3: Clarify the description of ONLRET
 2021-11-29 15:00 UTC 

[patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
 2021-11-29 12:17 UTC  (6+ messages)

[patch] pthread_cancel.3, pthread_cleanup_push_defer_np.3, pthread_setcancelstate.3, pthread_testcancel.3, pthreads.7: tfix
 2021-11-29 11:59 UTC  (6+ messages)

[PATCH] pidfd_open.2: tfix
 2021-11-28 13:45 UTC 

[PATCH 1/2] console_codes.4: Document \e[3m and \e[23m for italic
 2021-11-26 12:43 UTC  (2+ messages)
` [PATCH 2/2] console_codes.4: tfix

Consulta muy urgente
 2021-11-25  1:58 UTC 

[Bug 215097] New: Example in getpwnam_r man page compares size_t variable to -1
 2021-11-23 11:46 UTC  (4+ messages)
` [Bug 215097] "

[PATCH] init_module.2: Add ETXTBSY error for finit_module
 2021-11-23 11:07 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/1] fanotify: Document FAN_REPORT_PIDFD Feature
 2021-11-23  5:15 UTC  (12+ messages)
` [PATCH 1/1] Document the new fanotify initialization flag FAN_REPORT_PIDFD

[PATCH] mmap.2: ENOMEM possible when exceeding VA space
 2021-11-22 17:16 UTC  (4+ messages)

[PATCH] quotactl.2: Add buggy version for Q_XQUOTARM ioctl
 2021-11-22 17:04 UTC  (2+ messages)

[PATCH] pthread_atfork.3: wfix
 2021-11-22 17:02 UTC  (5+ messages)

[PATCH v2] mctp.7: Add man page for Linux MCTP support
 2021-11-22 16:35 UTC  (15+ messages)
      ` Bold and italics, semantics and constness (was: [PATCH v2] mctp.7: Add man page for Linux MCTP support)

[RFC] man-pages.7: Add phrasal semantic newlines advise
 2021-11-22 11:59 UTC  (4+ messages)
` [RFCv2] "

[PATCH] mctp.7: Add man page for Linux MCTP support
 2021-11-22  1:09 UTC  (7+ messages)
          ` Suppressing hyphenation (was: [PATCH] mctp.7: Add man page for Linux MCTP support)

getsubopt error behavior documentation in man page
 2021-11-19 21:53 UTC 

[patch] proc.5: update the obsolete column name in net section
 2021-11-18 20:10 UTC  (3+ messages)

[PATCH v2 redux] man-pages.7: Update nonbreaking space advice
 2021-11-13  0:26 UTC  (2+ messages)

[Bug 214873] New: man 2 fsync implies possibility to return early
 2021-11-12 23:38 UTC  (4+ messages)
` [Bug 214873] "

[PATCH v2] man-pages.7: Update nonbreaking space advice
 2021-11-12 21:45 UTC  (3+ messages)

netdevice.7 SIOCGIFFLAGS/SIOCSIFFLAGS
 2021-11-12 21:01 UTC  (7+ messages)

[patch v3] tcp.7: Add description for TCP_FASTOPEN and TCP_FASTOPEN_CONNECT options
 2021-11-12 20:58 UTC  (6+ messages)

[PATCH 2/2] man-pages.7: Update non-breaking space advice
 2021-11-12 20:33 UTC  (5+ messages)
      ` Ping^2: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox