| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-02 | man/, share/mk/: Move man*/ to man/ | Alejandro Colomar | 1 | -269/+0 |
| 2023-10-31 | man*/: srcfix (Use .P instead of .PP or .LP) | Alejandro Colomar | 1 | -16/+16 |
| 2023-08-13 | man*/: Remove .sp 1 calls right before SH or PP | Alejandro Colomar | 1 | -1/+0 |
| 2023-07-20 | man*/: ffix (un-bracket tables) | G. Branden Robinson | 1 | -4/+2 |
| 2023-05-03 | man*/, man.ignore.grep: srcfix; warn about blank lines | Alejandro Colomar | 1 | -1/+1 |
| 2023-03-30 | man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections | Alejandro Colomar | 1 | -1/+3 |
| 2023-03-13 | Revert "Many pages: Remove references to C89" | Alejandro Colomar | 1 | -1/+1 |
| 2023-02-05 | Many pages: Use \[bu] instead of \(bu | Alejandro Colomar | 1 | -4/+4 |
| 2023-02-05 | Many pages: Use lowercase for 'glibc' | Alejandro Colomar | 1 | -1/+1 |
| 2022-12-29 | Many pages: Remove references to C89 | Alejandro Colomar | 1 | -1/+1 |
| 2022-12-15 | Many pages: Add '\" t' comment where necessary | Alejandro Colomar | 1 | -0/+1 |
| 2022-12-04 | Many pages: wfix | Alejandro Colomar | 1 | -1/+1 |
| 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 | -4/+4 |
| 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/+269 |
| 2022-09-05 | src.mk, All pages: Move man* to man/ | Alejandro Colomar | 1 | -269/+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-20 | Many pages: Fix style issues reported by `make lint-groff` | Alejandro Colomar | 1 | -2/+2 |
| 2022-03-06 | Many pages: LIBRARY: srcfix | Alejandro Colomar | 1 | -1/+1 |
| 2022-02-27 | system.3: Add LIBRARY section (libc) | Alejandro Colomar | 1 | -0/+3 |
| 2022-02-25 | Various pages: [Linux-man-pages-copyleft] Use SPDX-License-Identifier | Alejandro Colomar | 1 | -21/+1 |
| 2021-11-02 | system.3: It doesn't call fork anymore | Alejandro Colomar | 1 | -2/+2 |
| 2021-03-22 | getent.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1,... | Michael Kerrisk | 1 | -1/+1 |
| 2021-01-18 | system.3: ffix | Michael Kerrisk | 1 | -2/+2 |
| 2021-01-18 | system.3: Document bug and workaround when the command name starts with a hypen | Alejandro Colomar | 1 | -0/+20 |
| 2021-01-06 | Various pages: Improve formatting in ATTRIBUTES | Michael Kerrisk | 1 | -1/+6 |
| 2020-07-02 | man3/*: ffix: change '-' to '\-' for options | Bjarni Ingi Gislason | 1 | -1/+1 |
| 2020-06-21 | man3/*: srcfix: fix warnings from "mandoc -Tlint" | Bjarni Ingi Gislason | 1 | -1/+0 |
| 2019-03-06 | getent.1, iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, ... | Michael Kerrisk | 1 | -1/+1 |
| 2018-11-24 | system.3: Note that system() can fail for the same reasons as fork(2) | Michael Kerrisk | 1 | -0/+4 |
| 2018-11-24 | system.3: ffix | Michael Kerrisk | 1 | -1/+3 |
| 2018-11-24 | system.3: Mention that 'errno' is set on error | Arkadiusz Drabczyk | 1 | -1/+1 |
| 2018-11-10 | system.3: Use '(char *) NULL' rather than '(char *) 0' | Michael Kerrisk | 1 | -1/+1 |
| 2018-11-09 | system.3: ffix | Michael Kerrisk | 1 | -1/+5 |
| 2018-11-09 | system.3: wfix | Michael Kerrisk | 1 | -3/+3 |
| 2017-11-20 | system.3: Mention file capabilities in discussion of privileged programs | Michael Kerrisk | 1 | -1/+2 |
| 2017-11-20 | system.3: Note that user input for system() should be carefully sanitized | Michael Kerrisk | 1 | -0/+10 |
| 2017-11-20 | system.3: Minor rewording | Michael Kerrisk | 1 | -1/+1 |
| 2017-11-20 | system.3: ffix | Michael Kerrisk | 1 | -0/+1 |
| 2017-11-20 | system.3: Mention PATH explicitly in discussion of system and set-UID programs | Michael Kerrisk | 1 | -1/+8 |
| 2017-11-20 | system.3: Correctly note which shell Debian uses as (noninteractive) /bin/sh | Michael Kerrisk | 1 | -1/+3 |
| 2017-11-20 | system.3: Create a "Caveats" subsection to hold warnings about the use of sys... | Michael Kerrisk | 1 | -19/+21 |
| 2017-11-07 | system.3: wfix | Lucas Werkmeister | 1 | -1/+1 |
| 2017-09-15 | iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1, ... | Michael Kerrisk | 1 | -1/+1 |
| 2017-08-19 | sinh.3, sockatmark.3, stdarg.3, stpcpy.3, syslog.3, system.3, tanh.3, termios... | Michael Kerrisk | 1 | -10/+11 |
| 2017-08-16 | CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield... | 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 |
| 2017-03-13 | add_key.2, execve.2, fork.2, fsync.2, getrandom.2, getrlimit.2, getxattr.2, i... | Michael Kerrisk | 1 | -1/+1 |
| 2017-01-25 | system.3: In the glibc implementation, fork handlers are not executed by syst... | Michael Kerrisk | 1 | -1/+7 |
| 2016-10-08 | memusage.1, memusagestat.1, pldd.1, accept.2, adjtimex.2, arch_prctl.2, bdflu... | Michael Kerrisk | 1 | -1/+1 |
| 2016-08-08 | system.3: Fix order of SEE ALSO entries | Michael Kerrisk | 1 | -1/+1 |
| 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-20 | system.3: tfix | Michael Kerrisk | 1 | -2/+2 |
| 2016-01-16 | system.3: SEE ALSO: add execve(2) | Michael Kerrisk | 1 | -0/+1 |
| 2016-01-16 | system.3: Minor fix | Michael Kerrisk | 1 | -1/+1 |
| 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 | system.3: CONFORMING TO: add POSIX.1-2008 | Michael Kerrisk | 1 | -1/+1 |
| 2015-03-02 | mmap.2, a64l.3, abort.3, abs.3, acos.3, acosh.3, addseverity.3, adjtime.3, ai... | Michael Kerrisk | 1 | -1/+1 |
| 2015-02-27 | system.3: Reformat thread-safety information | Peng Haitao | 1 | -3/+10 |
| 2014-07-28 | system.3: tfix | Michael Kerrisk | 1 | -1/+1 |
| 2014-06-13 | localedef.1, execve.2, fcntl.2, flock.2, lseek.2, open.2, open_by_handle_at.2... | Michael Kerrisk | 1 | -1/+1 |
| 2014-06-09 | system.3: ATTRIBUTES: Note function that is thread-safe | Peng Haitao | 1 | -0/+5 |
| 2014-05-08 | bind.2, connect.2, create_module.2, delete_module.2, execve.2, get_robust_lis... | Michael Kerrisk | 1 | -1/+1 |
| 2014-05-08 | system.3: Rewrote large parts of the page and added a number of details | Michael Kerrisk | 1 | -35/+87 |
| 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 | readv.2, wait.2, wait4.2, basename.3, clock.3, confstr.3, ctermid.3, dl_itera... | Michael Kerrisk | 1 | -1/+1 |
| 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 |
| 2012-05-07 | scanf.3, system.3, initrd.4, sk98lin.4, mdoc.samples.7, nscd.8: grfix | Michael Kerrisk | 1 | -1/+1 |
| 2010-09-10 | fcntl.2, intro.2, open.2, poll.2, ftw.3, intro.3, matherr.3, system.3, tmpnam... | Michael Kerrisk | 1 | -2/+6 |
| 2010-01-16 | intro.1, time.1, adjtimex.2, capget.2, eventfd.2, fcntl.2, getrlimit.2, getso... | Michael Kerrisk | 1 | -1/+1 |
| 2008-07-08 | Added "Copyright" string to lines that had "([Cc])" for copyright. | Michael Kerrisk | 1 | -1/+1 |
| 2008-03-19 | s/nonzero/non-zero/ | Michael Kerrisk | 1 | -1/+1 |
| 2007-12-25 | hyphenation fixes | Michael Kerrisk | 1 | -1/+1 |
| 2007-06-21 | Formatted signal names | Michael Kerrisk | 1 | -1/+4 |
| 2007-06-20 | space fixes | Michael Kerrisk | 1 | -1/+1 |
| 2007-05-12 | Adding section numbers to xrefs toother pages | Michael Kerrisk | 1 | -2/+2 |
| 2007-04-24 | Wrap long lines; start sentences on new lines | Michael Kerrisk | 1 | -1/+2 |
| 2007-04-12 | Wrapped long lines, wrapped at sentence boundaries; stripped trailing | Michael Kerrisk | 1 | -6/+7 |
| 2006-09-04 | Updated ref to C99. | Michael Kerrisk | 1 | -1/+1 |
| 2006-08-03 | Updated CONFORMING TO section | Michael Kerrisk | 1 | -1/+1 |
| 2005-11-02 | Formatting fixes | Michael Kerrisk | 1 | -2/+1 |
| 2005-10-19 | Formatting fixes | Michael Kerrisk | 1 | -1/+1 |
| 2005-10-19 | Formatting fixes | Michael Kerrisk | 1 | -1/+3 |
| 2005-07-18 | Classical BSD versions are now always named x.yBSD (formerly | Michael Kerrisk | 1 | -1/+1 |
| 2005-07-18 | Consistent use of "set-user-ID" and "set-group-ID". | Michael Kerrisk | 1 | -3/+3 |
| 2005-07-06 | hyphen/dash fixes. | Michael Kerrisk | 1 | -1/+1 |
| 2005-06-24 | Spelling/typo fixes | Michael Kerrisk | 1 | -1/+1 |
| 2005-06-15 | Global edit: s/nonzero/non-zero/ | Michael Kerrisk | 1 | -1/+1 |
| 2004-12-20 | Pedro Zorzenon | Michael Kerrisk | 1 | -23/+40 |
| 2004-11-03 | Import of man-pages 1.70man-pages-1.70 | Michael Kerrisk | 1 | -0/+128 |