| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-02 | man/, share/mk/: Move man*/ to man/ | Alejandro Colomar | 1 | -274/+0 |
| 2023-10-31 | man*/: srcfix (Use .P instead of .PP or .LP) | Alejandro Colomar | 1 | -14/+14 |
| 2023-10-23 | man*/: ffix (Use '.TQ' where appropriate) | Alejandro Colomar | 1 | -1/+3 |
| 2023-08-25 | close.2: Warn more clearly about the risks of close(2) and record locks | Tomáš Golembiovský | 1 | -2/+8 |
| 2023-03-30 | man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections | Alejandro Colomar | 1 | -1/+3 |
| 2022-10-30 | Many pages: Use correct letter case in page titles (TH) | Alejandro Colomar | 1 | -1/+1 |
| 2022-10-29 | Many pages: Use a consistent style for lists | Alejandro Colomar | 1 | -2/+2 |
| 2022-10-09 | dist.mk, All pages: .TH: Generate date at 'make dist' | Alejandro Colomar | 1 | -1/+1 |
| 2022-10-09 | getent.1, iconv.1, intro.1, ldd.1, locale.1, localedef.1, memusage.1, memusag... | Alejandro Colomar | 1 | -1/+1 |
| 2022-09-09 | Revert "src.mk, All pages: Move man* to man/" | Alejandro Colomar | 1 | -0/+264 |
| 2022-09-05 | src.mk, All pages: Move man* to man/ | Alejandro Colomar | 1 | -264/+0 |
| 2022-08-21 | All pages: Remove the 5th argument to .TH | Alejandro Colomar | 1 | -1/+1 |
| 2022-08-21 | All pages: Replace the 4th argument to .TH by "Linux man-pages (unreleased)" | Alejandro Colomar | 1 | -1/+1 |
| 2022-07-29 | Many pages: Use STANDARDS instead of CONFORMING TO | Alejandro Colomar | 1 | -1/+1 |
| 2022-03-06 | Many pages: LIBRARY: srcfix | Alejandro Colomar | 1 | -1/+1 |
| 2022-02-25 | close.2: Add LIBRARY section | Alejandro Colomar | 1 | -0/+3 |
| 2022-02-25 | Various pages: [Linux-man-pages-copyleft] Use SPDX-License-Identifier | Alejandro Colomar | 1 | -21/+1 |
| 2021-03-22 | getent.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1,... | Michael Kerrisk | 1 | -1/+1 |
| 2021-03-21 | close.2: SEE ALSO: add close_range(2) | Michael Kerrisk | 1 | -0/+1 |
| 2021-01-08 | close.2, getpriority.2, ioctl_userfaultfd.2, expm1.3, lio_listio.3, rcmd.3, l... | Alejandro Colomar | 1 | -1/+1 |
| 2021-01-07 | Various pages: Standardize wording around setting of 'errno' on error | Michael Kerrisk | 1 | -1/+1 |
| 2020-06-09 | iconv.1, locale.1, memusage.1, memusagestat.1, pldd.1, sprof.1, _syscall.2, a... | Michael Kerrisk | 1 | -1/+1 |
| 2020-05-26 | close.2: wfix | Michael Kerrisk | 1 | -1/+1 |
| 2020-05-19 | close.2, poll.2, pthread_spin_init.3: Remove section number in page self-refe... | Michael Kerrisk | 1 | -1/+1 |
| 2020-05-09 | close.2: Note behavior when close() happens in a parallel thread | Michael Kerrisk | 1 | -1/+31 |
| 2019-10-11 | localedef.1, close.2, copy_file_range.2, execve.2, get_robust_list.2, getdoma... | Michael Kerrisk | 1 | -1/+1 |
| 2019-09-27 | close.2, execve.2, io_submit.2, prctl.2, write.2: Remove section number from ... | Michael Kerrisk | 1 | -1/+1 |
| 2019-05-05 | close.2: srcfix (comment on EINTR error) | Michael Kerrisk | 1 | -0/+2 |
| 2019-01-16 | close.2: ffix | Lucas Werkmeister | 1 | -1/+1 |
| 2017-09-28 | write.2, fsync.2, close.2: update description of error codes | NeilBrown | 1 | -0/+9 |
| 2017-09-15 | iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1, ... | Michael Kerrisk | 1 | -1/+1 |
| 2017-08-16 | _syscall.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_... | Michael Kerrisk | 1 | -7/+7 |
| 2017-08-15 | _exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_get... | Michael Kerrisk | 1 | -1/+1 |
| 2016-12-17 | close.2: srcfix | Michael Kerrisk | 1 | -1/+0 |
| 2016-12-08 | close.2: Place discussion of error handling under a subheading in NOTES | Michael Kerrisk | 1 | -29/+31 |
| 2016-12-07 | close.2: Note that future POSIX plans to require that the FD is closed on error | Michael Kerrisk | 1 | -3/+11 |
| 2016-12-07 | close.2: Further reworking of discussion of error return from close() | Michael Kerrisk | 1 | -13/+11 |
| 2016-12-06 | close.2: srcfix: FIXME | Michael Kerrisk | 1 | -0/+4 |
| 2016-12-06 | close.2: Further clarify how to treat an error return | Michael Kerrisk | 1 | -1/+4 |
| 2016-12-06 | close.2: Other UNIX implementations also close the FD, even if reporting an e... | Michael Kerrisk | 1 | -0/+5 |
| 2016-12-06 | close.2: Minor text reworking | Michael Kerrisk | 1 | -8/+7 |
| 2016-12-06 | close.2: ffix | Michael Kerrisk | 1 | -1/+3 |
| 2016-12-06 | close.2: Minor text relocation | Michael Kerrisk | 1 | -5/+5 |
| 2016-12-06 | close.2: Clarify the variation in EINTR behavior per POSIX and other systems | Michael Kerrisk | 1 | -5/+38 |
| 2016-12-06 | close.2: wfix | Michael Kerrisk | 1 | -1/+2 |
| 2016-12-06 | close.2: Rework initial paragraph in NOTES on checking close() errors | Michael Kerrisk | 1 | -12/+10 |
| 2016-12-06 | close.2: wfix | Michael Kerrisk | 1 | -1/+2 |
| 2016-12-05 | close.2: Further clarify that close() should not be retried after an error | Michael Kerrisk | 1 | -2/+45 |
| 2016-11-21 | close.2: tfix | Michael Kerrisk | 1 | -1/+1 |
| 2016-10-08 | memusage.1, memusagestat.1, pldd.1, accept.2, adjtimex.2, arch_prctl.2, bdflu... | Michael Kerrisk | 1 | -1/+1 |
| 2016-09-12 | close.2: Add mention of the close-on-exec flag | Michael Kerrisk | 1 | -0/+7 |
| 2016-09-12 | close.2: Clarify discussion noting that close() does not flush buffer cache | Michael Kerrisk | 1 | -4/+3 |
| 2016-03-15 | locale.1, localedef.1, _exit.2, accept.2, access.2, acct.2, adjtimex.2, bdflu... | Michael Kerrisk | 1 | -1/+1 |
| 2016-01-01 | Various pages: Word "descriptor" more precisely | Michael Kerrisk | 1 | -2/+2 |
| 2015-08-08 | ldd.1, sprof.1, accept.2, alarm.2, bind.2, chdir.2, clock_nanosleep.2, close.... | Michael Kerrisk | 1 | -1/+1 |
| 2015-07-24 | close.2: CONFORMING TO: add POSIX.1-2008 | Michael Kerrisk | 1 | -1/+1 |
| 2015-01-28 | close.2: wfix | Michael Kerrisk | 1 | -1/+1 |
| 2014-03-26 | close.2: grfix | Michael Kerrisk | 1 | -1/+1 |
| 2014-03-26 | close.2: grfix | Michael Kerrisk | 1 | -1/+1 |
| 2014-02-16 | close.2, getdomainname.2, getrlimit.2, madvise.2, sysinfo.2, umask.2, encrypt... | Michael Kerrisk | 1 | -1/+1 |
| 2014-01-15 | close.2: srcfix | Michael Kerrisk | 1 | -1/+1 |
| 2014-01-02 | close.2: Note that errors from close() should be used only for diagnosis | Michael Kerrisk | 1 | -1/+7 |
| 2013-08-08 | intro.1, time.1, access.2, acct.2, alloc_hugepages.2, bind.2, chdir.2, chmod.... | Michael Kerrisk | 1 | -1/+1 |
| 2013-03-16 | _exit.2, access.2, alarm.2, close.2, link.2, mkdir.2, mknod.2, open.2, read.2... | Michael Kerrisk | 1 | -1/+1 |
| 2013-03-10 | intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2,... | Michael Kerrisk | 1 | -1/+1 |
| 2013-03-10 | intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2,... | Michael Kerrisk | 1 | -0/+2 |
| 2013-03-10 | _exit.2, access.2, acct.2, adjtimex.2, alarm.2, alloc_hugepages.2, arch_prctl... | Michael Kerrisk | 1 | -2/+0 |
| 2013-02-24 | getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, a... | Michael Kerrisk | 1 | -3/+3 |
| 2010-01-16 | close.2, epoll_create.2, epoll_ctl.2, fcntl.2, madvise.2, mmap.2, mremap.2, s... | Michael Kerrisk | 1 | -1/+1 |
| 2008-07-07 | Add reference to signal(7) for EINTR error. | Michael Kerrisk | 1 | -1/+2 |
| 2008-03-19 | s/filesystem/file system/ | Michael Kerrisk | 1 | -1/+1 |
| 2008-03-11 | spfix | Michael Kerrisk | 1 | -1/+1 |
| 2007-12-26 | Clarify relationship of file descriptor and open file description. | Michael Kerrisk | 1 | -3/+5 |
| 2007-09-13 | Add text cautioning about use of close() in | Michael Kerrisk | 1 | -0/+15 |
| 2007-05-30 | Update .TH line to include "Linux" | Michael Kerrisk | 1 | -1/+1 |
| 2007-04-12 | Wrapped long lines, wrapped at sentence boundaries; stripped trailing | Michael Kerrisk | 1 | -8/+12 |
| 2006-08-03 | Updated CONFORMING TO section | Michael Kerrisk | 1 | -3/+5 |
| 2005-10-19 | Automated addition of parentheses by add_parens_for_own_funcs.sh | Michael Kerrisk | 1 | -1/+1 |
| 2005-07-18 | Classical BSD versions are now always named x.yBSD (formerly | Michael Kerrisk | 1 | -1/+1 |
| 2005-06-22 | Clarified what type of lock close() affects. | Michael Kerrisk | 1 | -3/+6 |
| 2004-12-20 | triggered by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283179 | Michael Kerrisk | 1 | -1/+4 |
| 2004-11-03 | Import of man-pages 1.70man-pages-1.70 | Michael Kerrisk | 1 | -0/+101 |