public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-22 17:12:52 to 2022-01-31 21:53:27 UTC [more...]

SA_ONSTACK: man page and glibc reference manual in conflict
 2022-01-31 21:53 UTC  (3+ messages)

EINTR for fsync(2)
 2022-01-31 20:44 UTC  (2+ messages)

[PATCH] packet.7: add description of zero protocol for socket
 2022-01-30 10:48 UTC  (2+ messages)

[PATCH 1/2] time.7: tfix
 2022-01-29 23:18 UTC  (8+ messages)
` [PATCH 2/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] "

man string vs man string.h
 2022-01-29  4:25 UTC 

[PATCH v11] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2022-01-28  1:19 UTC  (3+ messages)

[PATCH] pipe.2: Add mention of O_NOTIFICATION_PIPE flag
 2022-01-26 20:52 UTC  (2+ messages)

【株式会社伊藤左官工業】お問い合わせありがとうございます
 2022-01-26 16:55 UTC 

[PATCH] fixes on swapon.2 CONFIG_DEVICE_PRIVATE decreases number of available swap files
 2022-01-25 18:29 UTC  (2+ messages)

[patch] console_codes.4: ffix
 2022-01-25 17:35 UTC  (4+ messages)

[PATCH] termios.3: Clarify ONLRET
 2022-01-25 17:34 UTC  (2+ messages)

[PATCH] strsep.3: port strtok(3) example
 2022-01-25 17:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fcntl.2: document F_GET_SEALS on tmpfs peculiarity
 2022-01-24 18:35 UTC  (4+ messages)

[PATCH 1/2] memfd_secret.2: mention that it inhibits hibernation
 2022-01-23 12:36 UTC  (2+ messages)
` [PATCH 2/2] memfd_secret.2: mention ENOSYS is also returned when secretmem_enable=0

[PATCH] strtok.3: fix \t literal instead of \et in example
 2022-01-23  0:19 UTC 

[PATCH] strsep.3: tfix
 2022-01-22 23:52 UTC 

[Bug 215514] New: Documentation: meaning of device number / ID in `stat` and `stat()`
 2022-01-21 12:40 UTC 

Fwd: getline() manpage typo
 2022-01-19 19:28 UTC  (2+ messages)

Servicio de la flota
 2022-01-18  9:10 UTC 

[PATCH] fixes on swapon.2 CONFIG_DEVICE_PRIVATE decreases number of, available swap files
 2022-01-17 21:40 UTC 

Possible bug in `tcp(7)` regarding `TCP_USER_TIMEOUT`
 2022-01-15 13:28 UTC  (2+ messages)

[PATCH] epoll_ctl.2: replace input flag footnotes with a list section
 2022-01-13 20:37 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] epoll_wait.2: epoll_pwait2(2) wrapper added to glibc
 2022-01-13 12:52 UTC 

[PATCH] pkeys.7: ffix
 2022-01-11 18:47 UTC  (8+ messages)
      ` [PATCH v2 1/2] pkeys.7: wfix
      ` [PATCH v2 2/2] glob.3: srcfix

[PATCH] personality.2: WHOLE_SECONDS never did anything
 2022-01-10 18:53 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/5] mq_notify.3: Add signal.h for SIGEV_ constants
 2022-01-08 19:51 UTC  (10+ 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] 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)

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  (4+ messages)

[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  (2+ messages)
` [Bug 215097] "

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

[PATCH 0/1] fanotify: Document FAN_REPORT_PIDFD Feature
 2021-11-23  5:15 UTC  (5+ messages)

[PATCH] mmap.2: ENOMEM possible when exceeding VA space
 2021-11-22 17:16 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