Linux Man Pages
[Prev Page][Next Page]
- [PATCH] socket.2: tfix, (continued)
- [PATCH] socket.2, address_families.7: mention that family names are Linux-specific,
Eugene Syromyatnikov
- [PATCH] sigaction.2: describe the usage of struct sigcontext,
Eugene Syromyatnikov
- [PATCH] fcntl.2: mention that l_sysid is not used even if present,
Eugene Syromyatnikov
- [PATCH] socket.2: remove notes concerning AF_ALG and AF_XDP,
Nikola Forró
- [PATCH] socket.2: fix dead link to crypto API userspace documentation,
Nikola Forró
- isatty: EINVAL or ENOTTY?,
Jakub Wilk
- [PATCH] stat.2: SEE ALSO: add statx(2),
Benjamin Peterson
- [PATCH] ptrace.2: Improve clarity for multi-threaded tracers,
Niklas Hambüchen
- [PATCH] man7/mdoc_samples.7: srcfix: Avoid a warning about a wrong section,
Bjarni Ingi Gislason
- Bug in `man sched_setaffinity`,
Bernd Petrovitsch
- [PATCH v2] mmap.2: fix description of treatment of the hint,
Jann Horn
- [PATCH] mmap.2: describe the 5level paging hack,
Jann Horn
- [PATCH] mmap.2: fix description of treatment of the hint,
Jann Horn
- [PATCH] bpf.2: Fix bug in example,
Oded Elisha
- [PATCH] getcpu.2: getcpu() now has a glibc wrapper; remove mention of syscall(2),
Tobias Klauser
- [PATCH] man3/a-z.3: srcfix: print punctuation marks with a regular style,
Bjarni Ingi Gislason
- [PATCH] man2/a-z.2: srcfix: print punctuation marks with a regular style,
Bjarni Ingi Gislason
- [PATCH] man8/a-z.8: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/t-z.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/s*.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/r*.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/n-q.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/m*.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/j-l.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/h-i.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/ch-z,d-g.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/cb-z.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/ca.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man7/a-b.7: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man5/t-z.5: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- edge case posix file lock deadlock detection,
Theodore Dubois
- [PATCH] man5/q-s.5: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man5/o-p.5: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man5/g-n.5: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man5/e*.5: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man5/a-d.5: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man4/m-z.4: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man4/g-l.4: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] tty.4: Add `vcs(4)' and `pty(7)' to the `SEE ALSO' section,
Michael Witten
- [PATCH] man4/a-f.4: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man3/w-z.3: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man3/t-v.3: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man3/s*.3: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCHSET v8] io_uring IO interface,
Jens Axboe
- [PATCH 01/18] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 03/18] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 02/18] block: wire up block device iopoll method, Jens Axboe
- [PATCH 04/18] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/18] Add io_uring IO interface, Jens Axboe
- [PATCH 06/18] io_uring: add fsync support, Jens Axboe
- [PATCH 07/18] io_uring: support for IO polling, Jens Axboe
- [PATCH 08/18] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/18] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/18] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 13/18] io_uring: add file set registration, Jens Axboe
- [PATCH 14/18] io_uring: add submission polling, Jens Axboe
- [PATCH 15/18] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 16/18] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 18/18] io_uring: add io_uring_event cache hit information, Jens Axboe
- Re: [PATCH 05/18] Add io_uring IO interface,
Christoph Hellwig
- [PATCH] man3/q-r.3: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man3/pthread_c-z,pu*.3: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man3/o-pthread_a-b.3: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man3/m-n.3: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man3/h-l.3: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man3/g*.3: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man3/e-f.3: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man3/c-d.3: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man3/a-b.3: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/v-z.2: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/u*.2: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/t*.2: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/s[j-z]*.2: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/s[f-i]*.2: srcfix: Use a single-font-style macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/se[o-z]*.2: srcfix: Use a single-font-style macro for a single argument,
Bjarni Ingi Gislason
- [patch] ptsname.3: Fix description of failure behaviour of ptsname_r,
Bruno Haible
- [PATCH] cgroups.7: Mention cgroup.sane_behavior file,
Marcus Gelderie
- [PATCH] proc.5: Mention /proc/uptime includes time spent in suspend,
Stephan Knauss
- [patch] proc.5: remove thread specific stack,
Nick Gregory
- [patch] io_submit.2: fix the description of aio_data,
Jeff Moyer
- [PATCH] time.1: Update bug reporting address,
Jakub Wilk
- [PATCH] man.7: tfix,
Jakub Wilk
- Missing man-page kernel_lockdown.7,
Heinrich Schuchardt
- [PATCH] close.2: ffix,
Lucas Werkmeister
- [PATCH -manpage 0/2] Document memfd F_SEAL_FUTURE_WRITE seal,
Joel Fernandes
- Missing doc for --quiet in GNU time,
Johannes Altmanninger
- [patch] fanotify: Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM,
Matthew Bobrowski
- [patch] fanotify: Add new masks FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM,
Matthew Bobrowski
- memmem(3),
Andreas Westfeld
- HTML generated man page doesn't have <b> tag,
Jonny Grant
- [PATCH] man2/se[l-n]*.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/seccomp.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/s3-sc.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/r*.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/quotactl.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/pr-pz.2: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/prctl.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/perf_event_open.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/open.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/mmap.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/poll.2: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/pe*-po*: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/o*: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/n*: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/m*: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/l*: srcfix: Use a single-font-change macro for a single argument, Bjarni Ingi Gislason
- [PATCH 2/2] open.2: mention presence of unused O_RSYNC definition,
Eugene Syromiatnikov
- [PATCH 1/2] open.2: document FASYNC usage in Linux UAPI headers,
Eugene Syromiatnikov
- [PATCH] rename.2: some additional notes regarding RENAME_WHITEOUT,
Eugene Syromiatnikov
- [PATCH] syscall.2: ffix,
Eugene Syromiatnikov
- [PATCH] get[gpu]id.2, pipe.2, syscall.2: describe 2nd return value peculiarity,
Eugene Syromiatnikov
- [PATCH] man2/k*: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/i*: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/g*: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/f*: srcfix: Use a single-font-change macro for a single argument,
Bjarni Ingi Gislason
- memmem argument order reversed in bstring man page,
Emil Fihlman
- [PATCH] man2/e*: srcfix: Use the correct font macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] man2/d*: srcfix: Use the correct font macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/c*: srcfix: Use a one-font macro for a single argument, Bjarni Ingi Gislason
- [PATCH] man2/bpf.2: srcfix: Some fixes that only change fonts,
Bjarni Ingi Gislason
- [PATCH] man2/add_key.2: srcfix: Use the correct macro (.I) and escape (\e),
Bjarni Ingi Gislason
- [PATCH] man2/a*: tfix, use a one-font macro for a single argument,
Bjarni Ingi Gislason
- [patch] man1/*: tfix, use a one-font macro for a single argument,
Bjarni Ingi Gislason
- [PATCH] bsd_signal.3: Fix the wrong version of _POSIX_C_SOURCE,
Xiao Yang
- [PATCH 0/2] add man page info for user trap,
Tycho Andersen
- [PATCH v4] signal: add taskfd_send_signal() syscall,
Christian Brauner
- [PATCH v3] signal: add procfd_send_signal() syscall,
Christian Brauner
- [patch] perf_event_open.2: Fix wording in multiplexing description,
Vince Weaver
- [PATCH] syscall.2: fix wrong retval register number in alpha architecture,
snyh
- [patch] localdef.1: Add "Notice that -f and -c, are reversed from what you might expect..",
Howard Johnson
- [PATCH] timerfd_create.2: tfix,
Matthew Leeds
- [PATCH] madvise.2: MADV_FREE clarify swapless behavior,
mhocko
- [PATCH] ptrace.2: do not say that PTRACE_O_TRACESYSGOOD may not work,
Dmitry V. Levin
- pthread_attr_init example,
Jonny Grant
- [PATCH] fanotify.7: wfix,
Anthony Iliopoulos
- [PATCH v2] signal: add procfd_signal() syscall,
Christian Brauner
- [PATCH -manpage 1/2] fcntl.2: Update manpage with new memfd F_SEAL_FUTURE_WRITE seal,
Joel Fernandes (Google)
- [PATCH] proc.5: Vmalloc information is no longer calculated (Linux 4.4),
Alan Jenkins
- [PATCH v1 0/2] proc: allow signaling processes via file descriptors,
Christian Brauner
- [PATCH 0/2] fanotify man pages update for v4.20,
Amir Goldstein
- [PATCH] Update paths for in-kernel memory management documentation files,
Mike Rapoport
- Re: [PATCH 2/2] exec: increase BINPRM_BUF_SIZE to 256,
Alan Cox
- [patch] pthread_rwlockattr_setkind_np.3: Remove bug notes.,
Carlos O'Donell
- An error in the getaddrinfo (3) man page,
Eric Sanchis
- [PATCH] futex.2: Make the example use C11 atomics rather than GCC builtins.,
Benjamin Peterson
- WCSLEN(3),
Jonny Grant
- [PATCH] ioctl_userfaultfd.2, userfaultfd.2: wfix,
Anthony Iliopoulos
- EXEC(3),
Jonny Grant
- SYSTEM(3),
Jonny Grant
- [PATCH] user_namespaces.7: tfix,
Jakub Wilk
- [patch] strfry.3: Remove incorrect reference to rand(3),
Keith Thompson
- [PATCH v2] man-pages: signal.7: Add signal numbers for parisc, Helge Deller
- Re: [patch] io_submit.2: tfix, Michael Kerrisk (man-pages)
- [RFC][PATCH] man-pages: signal.7: Add signal numbers for parisc,
Helge Deller
- [PATCH] man-pages: parisc needs care with syscall parameters,
Helge Deller
- [PATCH] man-pages: parisc Linux does not any longer emulate HP-UX,
Helge Deller
- Re: Spelling mistake in "chage" usage message, Michael Kerrisk (man-pages)
- [PATCH] prctl.2: note that PR_SET_MM_EXE_FILE may now be used as many times as desired,
Benjamin Peterson
- Minor cleanups in lirc(4),
Michael Kerrisk (man-pages)
- typo? in cgroups(7),
Alan Jenkins
- [PATCH 1/2] lirc.4: document remaining ioctl,
Sean Young
- [PATCH v2 1/4] lirc.4: timeout reports are enabled by default,
Sean Young
- [PATCH 1/2] lirc.4: timeout reports are enabled by default,
Sean Young
- [patch] lockf.2: Add EINTR,
Ian Turner
- Typo in mmap(2),
kernel . org
- [PATCH 1/7] lirc.4: LIRC_MODE_LIRCCODE has been replaced by LIRC_MODE_SCANCODE,
Sean Young
- [PATCH] capabilities.7: Mention header for SECBIT constants,
Marcus Gelderie
- [PATCH] capabilities.7: Add details about SECBIT_KEEP_CAPS,
Marcus Gelderie
- [PATCH v7 00/11] client-side support for "inter" SSC copy,
Olga Kornievskaia
- [PATCH v7 01/11] VFS: move cross device copy_file_range() check into filesystems, Olga Kornievskaia
- [PATCH v7 02/11] NFS: validity check for source offset in copy_file_range, Olga Kornievskaia
- [PATCH v7 03/11] NFS NFSD: defining nl4_servers structure needed by both, Olga Kornievskaia
- [PATCH v7 05/11] NFS: add ca_source_server<> to COPY, Olga Kornievskaia
- [PATCH v7 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED, Olga Kornievskaia
- [PATCH v7 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP, Olga Kornievskaia
- [PATCH v7 08/11] NFS: skip recovery of copy open on dest server, Olga Kornievskaia
- [PATCH v7 11/11] NFS: replace cross device check in copy_file_range, Olga Kornievskaia
- [PATCH v7 06/11] NFS: also send OFFLOAD_CANCEL to source server, Olga Kornievskaia
- [PATCH v7 07/11] NFS: inter ssc open, Olga Kornievskaia
- [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies, Olga Kornievskaia
- [PATCH v7 04/11] NFS: add COPY_NOTIFY operation, Olga Kornievskaia
- [PATCH v6 00/12] client-side support for "inter" SSC copy,
Olga Kornievskaia
- [PATCH v6 01/12] VFS: generic cross-device copy_file_range() support for all filesystems, Olga Kornievskaia
- [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies, Olga Kornievskaia
- [PATCH v6 02/12] VFS: move cross device copy_file_range() check into filesystems, Olga Kornievskaia
- [PATCH v6 03/12] NFS: validity check for source offset in copy_file_range, Olga Kornievskaia
- [PATCH v6 04/12] NFS NFSD: defining nl4_servers structure needed by both, Olga Kornievskaia
- [PATCH v6 05/12] NFS: add COPY_NOTIFY operation, Olga Kornievskaia
- [PATCH v6 06/12] NFS: add ca_source_server<> to COPY, Olga Kornievskaia
- [PATCH v6 07/12] NFS: also send OFFLOAD_CANCEL to source server, Olga Kornievskaia
- [PATCH v6 08/12] NFS: inter ssc open, Olga Kornievskaia
- [PATCH v6 09/12] NFS: skip recovery of copy open on dest server, Olga Kornievskaia
- [PATCH v6 10/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP, Olga Kornievskaia
- [PATCH v6 11/12] NFS: COPY handle ERR_OFFLOAD_DENIED, Olga Kornievskaia
- [PATCH v6 12/12] NFS: replace cross device check in copy_file_range, Olga Kornievskaia
- [PATCH v5 00/12] client-side support for "inter" SSC copy,
Olga Kornievskaia
[Index of Archives]
[Kernel Documentation]
[Linux Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]