| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-02 | man/, share/mk/: Move man*/ to man/ | Alejandro Colomar | 1 | -319/+0 |
| 2023-10-31 | man*/: srcfix (Use .P instead of .PP or .LP) | Alejandro Colomar | 1 | -27/+27 |
| 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/+4 |
| 2023-07-16 | crypt.3, encrypt.3: Fix library name and description | Xi Ruoyao | 1 | -15/+15 |
| 2023-03-30 | man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections | Alejandro Colomar | 1 | -4/+10 |
| 2023-02-05 | Many pages: Use lowercase for 'glibc' | Alejandro Colomar | 1 | -1/+1 |
| 2022-12-15 | Many pages: Add '\" t' comment where necessary | Alejandro Colomar | 1 | -0/+1 |
| 2022-10-30 | Many pages: Use correct letter case in page titles (TH) | Alejandro Colomar | 1 | -1/+1 |
| 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/+313 |
| 2022-09-05 | src.mk, All pages: Move man* to man/ | Alejandro Colomar | 1 | -313/+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 | -4/+3 |
| 2022-03-06 | crypt.3, encrypt.3: Add LIBRARY section (libcrypt) | Alejandro Colomar | 1 | -2/+3 |
| 2022-02-25 | Various pages: [GPL-2.0-or-later] Use SPDX-License-Identifier | Alejandro Colomar | 1 | -20/+1 |
| 2021-07-26 | crypt.3: ffix | Michael Kerrisk | 1 | -12/+17 |
| 2021-03-22 | getent.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1,... | Michael Kerrisk | 1 | -1/+1 |
| 2021-03-03 | crypt.3: SYNOPSIS: Use 'restrict' in prototypes | Alejandro Colomar | 1 | -1/+1 |
| 2021-01-21 | Various pages: use "\-" to generate real minus in circumstances where appropr... | Michael Kerrisk | 1 | -1/+1 |
| 2021-01-15 | crypt.3: Update crypt() FTM requirements to note glibc 2.28 changes | Michael Kerrisk | 1 | -1/+4 |
| 2021-01-15 | crypt.3: Reformat FTM info (in preparation for next patch) | Michael Kerrisk | 1 | -2/+16 |
| 2021-01-06 | Various pages: Improve formatting in ATTRIBUTES | Michael Kerrisk | 1 | -1/+6 |
| 2020-12-23 | Various pages: Remove explicit blank lines, replacing them with .PP when appr... | Alejandro Colomar | 1 | -1/+1 |
| 2020-06-21 | man3/*: srcfix: fix warnings from "mandoc -Tlint" | Bjarni Ingi Gislason | 1 | -2/+2 |
| 2018-04-30 | execve.2, fallocate.2, getrlimit.2, io_submit.2, membarrier.2, mmap.2, msgget... | Michael Kerrisk | 1 | -1/+1 |
| 2018-04-27 | bpf.2, sched_setattr.2, crypt.3, elf.5, proc.5, fanotify.7, feature_test_macr... | Michael Kerrisk | 1 | -1/+1 |
| 2018-04-13 | crypt.3: tfix | Michael Kerrisk | 1 | -1/+1 |
| 2018-04-13 | crypt.3: Tweaks to Carlos O'Donell's patch | Michael Kerrisk | 1 | -10/+15 |
| 2018-04-13 | crypt.3: srcfix: rewrap source lines | Michael Kerrisk | 1 | -6/+8 |
| 2018-04-13 | crypt.3, encrypt.3: Add notes about _XOPEN_CRYPT | Carlos O'Donell | 1 | -2/+20 |
| 2017-09-15 | iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1, ... | Michael Kerrisk | 1 | -1/+1 |
| 2017-09-05 | crypt.3: Note glibc version that added 'rounds' parameter | Michael Kerrisk | 1 | -1/+3 |
| 2017-09-05 | crypt.3: Rework text describing 'rounds' parameter | Michael Kerrisk | 1 | -3/+9 |
| 2017-09-05 | crypt.3: Minor wording improvements to Konstantin's patches | Michael Kerrisk | 1 | -5/+5 |
| 2017-09-05 | crypt.3: Add description of previously undocumented 'rounds' parameter | Konstantin Shemyak | 1 | -0/+15 |
| 2017-09-05 | crypt.3: Clarify that ending of the salt string with '$' is optional | Konstantin Shemyak | 1 | -3/+3 |
| 2017-09-05 | crypt.3: Encryption isn't done with SHA-xxx, but with a function based on SHA... | Konstantin Shemyak | 1 | -3/+3 |
| 2017-09-04 | crypt.3: ffix | Konstantin Shemyak | 1 | -1/+2 |
| 2017-08-20 | confstr.3, copysign.3, cos.3, cosh.3, cpow.3, crypt.3, ctime.3, div.3, drand4... | Michael Kerrisk | 1 | -2/+0 |
| 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, accept.2, chmod.2, dup.2, getgroups.2, keyctl.2, link.2, mkdir.2, mk... | Michael Kerrisk | 1 | -1/+1 |
| 2017-08-15 | _exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_get... | Michael Kerrisk | 1 | -4/+4 |
| 2016-10-12 | killpg.2, crypt.3, mbsinit.3, printf.3, rpc.3, ulimit.3, wprintf.3, xdr.3, fd... | Michael Kerrisk | 1 | -1/+1 |
| 2016-02-03 | membarrier.2, crypt.3, dladdr.3, duplocale.3, fmemopen.3, gethostbyname.3, ma... | Michael Kerrisk | 1 | -2/+0 |
| 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 | crypt.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 | crypt.3: Modify thread-safety information | Ma Shimiao | 1 | -1/+1 |
| 2015-02-27 | crypt.3: Reformat thread-safety information | Michael Kerrisk | 1 | -6/+12 |
| 2014-04-18 | crypt.3: Minor fixes to Mike Frysinger's patch | Michael Kerrisk | 1 | -1/+1 |
| 2014-04-18 | crypt(3): Use real dashes in regex | Mike Frysinger | 1 | -2/+2 |
| 2014-03-03 | crypt.3: ffix | Simon Paillard | 1 | -1/+2 |
| 2014-02-26 | crypt.3: ERRORS: Add EINVAL and EPERM errors | Michael Kerrisk | 1 | -1/+11 |
| 2013-06-21 | io_setup.2, perf_event_open.2, readdir.2, syscall.2, a64l.3, abs.3, asprintf.... | Michael Kerrisk | 1 | -1/+1 |
| 2013-06-19 | crypt.3: ATTRIBUTES: Note function that is not thread-safe | Peng Haitao | 1 | -0/+9 |
| 2013-03-10 | getent.1, _syscall.2, acct.2, adjtimex.2, bdflush.2, brk.2, cacheflush.2, get... | Michael Kerrisk | 1 | -1/+1 |
| 2013-03-10 | getent.1, _syscall.2, acct.2, adjtimex.2, bdflush.2, brk.2, cacheflush.2, get... | Michael Kerrisk | 1 | -0/+2 |
| 2013-03-10 | getent.1, _syscall.2, acct.2, adjtimex.2, bdflush.2, brk.2, cacheflush.2, get... | Michael Kerrisk | 1 | -3/+2 |
| 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 |
| 2013-02-24 | intro.1, time.1, _syscall.2, accept.2, brk.2, capget.2, faccessat.2, futimesa... | Michael Kerrisk | 1 | -1/+1 |
| 2011-09-16 | fcntl.2, recv.2, crypt.3, err.3, strtoul.3, proc.5: tstamp | Michael Kerrisk | 1 | -1/+1 |
| 2011-09-16 | crypt.3: Fix header file and feature test macro requirements for crypt_r() | Michael Kerrisk | 1 | -0/+4 |
| 2010-10-31 | getresuid.2, intro.2, mremap.2, open.2, poll.2, posix_fadvise.2, pread.2, rem... | Michael Kerrisk | 1 | -2/+1 |
| 2010-10-31 | getresuid.2, mremap.2, poll.2, remap_file_pages.2, setresuid.2, splice.2, syn... | Michael Kerrisk | 1 | -1/+1 |
| 2010-06-20 | madvise.2, mmap.2, crypt.3, opendir.3: tstamp | Michael Kerrisk | 1 | -1/+1 |
| 2010-05-24 | crypt.3: Correct note on key portion significance | Petr Baudis | 1 | -2/+2 |
| 2008-12-19 | crypt.3: ffix | Petr Baudis | 1 | -1/+2 |
| 2008-08-27 | Removed trailing white space at end of lines | Michael Kerrisk | 1 | -1/+1 |
| 2008-08-25 | Add description of crypt_r(). | Michael Kerrisk | 1 | -3/+22 |
| 2008-07-28 | Tweak discuss text describing support for Blowfish. | Michael Kerrisk | 1 | -2/+3 |
| 2008-07-18 | wfix, ffix | Michael Kerrisk | 1 | -0/+2 |
| 2008-07-15 | Even when the CONFORMING TO section is just a list of standards, | Michael Kerrisk | 1 | -1/+1 |
| 2008-07-09 | Added some .\" comments | Michael Kerrisk | 1 | -3/+11 |
| 2008-07-08 | Describe additional encryption algorithms. | Michael Kerrisk | 1 | -13/+45 |
| 2008-07-06 | Wrapped long source lines | Michael Kerrisk | 1 | -1/+2 |
| 2007-11-24 | Remove section numbers for page references where the | Michael Kerrisk | 1 | -4/+4 |
| 2007-05-21 | Where there is an instruction in the SYNOPIS about linking | Michael Kerrisk | 1 | -2/+2 |
| 2007-05-19 | Fix inconsistencies in order of .SH sections | Michael Kerrisk | 1 | -2/+2 |
| 2007-05-18 | Relocated GLIBC NOTES as subsection under NOTES | Michael Kerrisk | 1 | -1/+2 |
| 2007-05-18 | Make "manual" in .TH line "Linux Programmers Manual" | Michael Kerrisk | 1 | -1/+1 |
| 2007-05-16 | Convert SH to SS and other section-related fixes. | Michael Kerrisk | 1 | -1/+1 |
| 2007-04-12 | Wrapped long lines, wrapped at sentence boundaries; stripped trailing | Michael Kerrisk | 1 | -18/+27 |
| 2007-01-28 | Add feature_test_macros(7) to SEE ALSO | Michael Kerrisk | 1 | -1/+2 |
| 2006-12-05 | ffix | Michael Kerrisk | 1 | -1/+3 |
| 2006-11-30 | Minor tweaks to recent changes | Michael Kerrisk | 1 | -1/+2 |
| 2006-11-28 | Fix wrongly edited string in last edit. | Michael Kerrisk | 1 | -1/+1 |
| 2006-11-25 | Make desription of MD5 output string less ambiguous. | Michael Kerrisk | 1 | -3/+4 |
| 2006-08-03 | Updated CONFORMING TO section | Michael Kerrisk | 1 | -1/+1 |
| 2005-10-19 | Automated addition of parentheses by add_parens_for_own_funcs.sh | Michael Kerrisk | 1 | -2/+2 |
| 2005-07-18 | Classical BSD versions are now always named x.yBSD (formerly | Michael Kerrisk | 1 | -1/+1 |
| 2005-07-06 | Hyphenation/dash fixes | Michael Kerrisk | 1 | -1/+1 |
| 2005-06-24 | Spelling/typo fixes | Michael Kerrisk | 1 | -1/+1 |
| 2004-11-03 | Import of man-pages 1.70man-pages-1.70 | Michael Kerrisk | 1 | -0/+151 |