| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | man/man3/strcpy.3: Compare str{cpy,cat}(3) to stpcpy(3) | Alejandro Colomar | 1 | -18/+12 |
| 4 days | man/man3/stpcpy.3: Compare stpcpy(3) to strcpy(3) | Alejandro Colomar | 1 | -1/+2 |
| 4 days | man/man3/stpcpy.3: Compare stpcpy(3) to other string functions | Alejandro Colomar | 1 | -11/+2 |
| 4 days | man/man3/streq.3: Compare streq(3) to strcmp(3) | Alejandro Colomar | 1 | -0/+8 |
| 4 days | man/man3/strlen.3: Compare strlen(3) to strnul(3) | Alejandro Colomar | 1 | -0/+8 |
| 4 days | man/man3/strncat.3: Compare strncat(3) to other string functions | Alejandro Colomar | 1 | -9/+2 |
| 4 days | man/man3/strcmp.3: Compare str[n]cmp(3) to memcmp(3) | Alejandro Colomar | 1 | -0/+16 |
| 4 days | man/man3/stpncpy.3: Compare st[rp]ncpy(3) to other string functions | Alejandro Colomar | 1 | -18/+15 |
| 4 days | man/man3/strdupa.3: Compare str[n]dupa(3) to other functions | Alejandro Colomar | 1 | -0/+16 |
| 4 days | man/man3/strnlen.3: Compare strnlen(3) to memchr(3) | Alejandro Colomar | 1 | -0/+8 |
| 4 days | man/man3/strspn.3: Compare strcspn(3) to strpbrk(3) | Alejandro Colomar | 1 | -0/+8 |
| 4 days | man/man3/strstr.3: Compare strstr(3) to memmem(3) | Alejandro Colomar | 1 | -0/+8 |
| 4 days | man/man3/strchr.3: Compate strchr(3) to strpbrk(3) | Alejandro Colomar | 1 | -1/+2 |
| 4 days | man/man3/strchr.3: Compare str[r]chr(3) to mem[r]chr(3) | Alejandro Colomar | 1 | -0/+16 |
| 4 days | man/man3/strnul.3: Compare strnul(3) to strlen(3) and strchr(3) | Alejandro Colomar | 1 | -0/+9 |
| 4 days | man/man3/strchrnul.3: Compare strchrnul(3) to strcspn(3) | Alejandro Colomar | 1 | -1/+3 |
| 4 days | man/man3/strchrnul.3: Compare strchrnul(3) to strchr(3) and strnul(3) | Alejandro Colomar | 1 | -0/+8 |
| 4 days | man/man3/strchr.3: Remove obvious paragraph | Alejandro Colomar | 1 | -4/+0 |
| 4 days | man/man3/strchrnul.3: RETURN VALUE: Remove parenthetical | Alejandro Colomar | 1 | -2/+0 |
| 4 days | man/man3/str*.3: ffix, wfix | Alejandro Colomar | 4 | -10/+26 |
| 4 days | man/man3/st[rp]cpy.3: Split stpcpy(3) to a separate page | Alejandro Colomar | 2 | -74/+122 |
| 4 days | man/man3/str[n]dup[a].3: Split str[n]dupa(3) to a separate page | Alejandro Colomar | 3 | -36/+65 |
| 4 days | man/man3/strtok{,_r}.3: Split strtok_r(3) to a separate page | Alejandro Colomar | 2 | -146/+168 |
| 4 days | man/man3/{raw,}memchr.3: Split rawmemchr(3) to a separate page | Alejandro Colomar | 2 | -36/+68 |
| 4 days | man/man3/strchr{,nul}.3: Split strchrnul(3) to a separate page | Alejandro Colomar | 2 | -47/+67 |
| 4 days | man/man3/str{sep,tok}.3: CAVEATS: Remove obvious statements | Alejandro Colomar | 2 | -8/+0 |
| 4 days | man/man3/strtok.3: Rename BUGS => CAVEATS | Alejandro Colomar | 1 | -1/+1 |
| 4 days | man/man3/string.3: Move text from SYNOPSIS to DESCRIPTION | Alejandro Colomar | 1 | -6/+7 |
| 4 days | man/man3/string.3: Remove index(3) and rindex(3) | Alejandro Colomar | 1 | -9/+1 |
| 7 days | man/man2/s390_guarded_storage.2: HISTORY: ffix | Seth McDonald | 1 | -1/+1 |
| 7 days | man/man2/readv.2: HISTORY: ffix | Seth McDonald | 1 | -6/+8 |
| 7 days | man/man2/process_madvise.2: HISTORY: ffix | Seth McDonald | 1 | -1/+1 |
| 7 days | man/man2/perfmonctl.2: HISTORY: wfix | Seth McDonald | 1 | -3/+3 |
| 7 days | man/man2/open_tree.2: HISTORY: ffix | Seth McDonald | 1 | -3/+5 |
| 7 days | man/man3/: Use strnul(3) where suitable | Alejandro Colomar | 4 | -7/+8 |
| 7 days | man/: Use streq(3) where suitable | Alejandro Colomar | 8 | -9/+22 |
| 7 days | man/man3/strnul.3: SYNOPSIS: Document that it's a const-generic API | Alejandro Colomar | 1 | -1/+2 |
| 8 days | man/man3/strnul.3: New page | Alejandro Colomar | 1 | -0/+48 |
| 11 days | man/man2/futex_waitv.2: Move text from ERRORS to DESCRIPTION | Alejandro Colomar | 1 | -4/+7 |
| 11 days | man/man2/futex_waitv.2: NOTES: Remove section | Alejandro Colomar | 1 | -11/+0 |
| 11 days | man/man2/futex_waitv.2: Move text from ERRORS to DESCRIPTION | Alejandro Colomar | 1 | -8/+13 |
| 12 days | man/man2/futex_waitv.2: New page | наб | 2 | -2/+422 |
| 13 days | man/man2/mincore.2: HISTORY: Update appearances of mincore(2) | Seth McDonald | 1 | -6/+8 |
| 14 days | man/: Document and use wN length modifier for printf(3) and scanf(3) | Alejandro Colomar | 8 | -39/+28 |
| 2026-02-14 | man/: EXAMPLES: Use consistent syntax for forever loops | Alejandro Colomar | 6 | -6/+6 |
| 2026-02-11 | */: Say GNU+Linux instead of GNU/Linux | Alejandro Colomar | 3 | -3/+3 |
| 2026-02-11 | man/man2/msync.2: HISTORY: Update POSIX appearances of msync(2) | Seth McDonald | 1 | -1/+2 |
| 2026-02-11 | man/man2/msgop.2: STANDARDS, HISTORY: Update POSIX appearances of msg{rcv,snd... | Seth McDonald | 1 | -2/+4 |
| 2026-02-11 | man/man2/msgget.2: STANDARDS, HISTORY: Update POSIX appearances of msgget(2) | Seth McDonald | 1 | -2/+4 |
| 2026-02-11 | man/man2/msgctl.2: STANDARDS, HISTORY: Update POSIX appearances of msgctl(2) | Seth McDonald | 1 | -2/+4 |
| 2026-02-11 | man/man2/mprotect.2: HISTORY: Update POSIX appearances of mprotect(2) | Seth McDonald | 1 | -1/+3 |
| 2026-02-11 | man/man2/{mount_setattr,move_mount}.2: HISTORY: ffix | Seth McDonald | 2 | -2/+2 |
| 2026-02-11 | man/man2/mmap.2: HISTORY: Update POSIX appearances of m(un)map(2) | Seth McDonald | 1 | -1/+4 |
| 2026-02-11 | man/man2/mlock.2: HISTORY: Update POSIX appearances of m(un)lock(all)(2) | Seth McDonald | 1 | -1/+2 |
| 2026-02-11 | man/man2/mknod.2: STANDARDS: Update | Seth McDonald | 1 | -1/+1 |
| 2026-02-11 | man/man2/mknod.2: HISTORY: Update POSIX appearances of mknod(2) | Seth McDonald | 1 | -1/+4 |
| 2026-02-11 | man/man2/mknod.2: HISTORY: Change order of mknodat(2) | Seth McDonald | 1 | -2/+2 |
| 2026-02-11 | man/man2/mkdir.2: HISTORY: Update BSD and POSIX appearances of mkdir(2) | Seth McDonald | 1 | -1/+3 |
| 2026-02-11 | man/man2/mkdir.2: HISTORY: Change order of mkdirat(2) | Seth McDonald | 1 | -2/+2 |
| 2026-02-11 | man/man2/lseek.2: HISTORY: Update POSIX appearances of lseek(2) | Seth McDonald | 1 | -1/+3 |
| 2026-02-11 | man/man2/lseek.2: HISTORY: Update appearances of SEEK_{DATA,HOLE} | Seth McDonald | 1 | -2/+4 |
| 2026-02-11 | man/man2/listen.2: HISTORY: Change order | Seth McDonald | 1 | -2/+2 |
| 2026-02-11 | man/man2/link.2: HISTORY: Update POSIX appearances of link(2) | Seth McDonald | 1 | -1/+3 |
| 2026-02-11 | man/man2/link.2: HISTORY: Change order of linkat(2) | Seth McDonald | 1 | -3/+3 |
| 2026-02-11 | man/man2/kill.2: HISTORY: Update POSIX appearances of kill(2) | Seth McDonald | 1 | -1/+3 |
| 2026-02-11 | man/man2/ioctl_eventpoll.2: HISTORY: ffix | Seth McDonald | 1 | -1/+1 |
| 2026-02-11 | man/man2/mount.2: ERRORS: Add ENOSPC | Chen Linxuan | 1 | -0/+15 |
| 2026-02-11 | man/man3/timespec_get.3: Add ISO C23 time bases | Mark Harris | 1 | -1/+51 |
| 2026-02-11 | man/man3/timespec_get.3: Refactor to prepare for new time bases | Mark Harris | 1 | -3/+23 |
| 2026-02-10 | man/man7/feature_test_macros.7: Drop _ISOC9X_SOURCE | Mark Harris | 1 | -10/+1 |
| 2026-02-10 | man/man7/feature_test_macros.7: Add _ISOC23_SOURCE, _ISOC2X_SOURCE | Mark Harris | 1 | -0/+25 |
| 2026-02-10 | man/man7/kernel_lockdown.7: Remove Secure Boot untruth | Alyssa Ross | 1 | -3/+0 |
| 2026-02-10 | man/man2/ptrace.2: Add PTRACE_SET_SYSCALL_INFO, update struct ptrace_syscall_... | Marco Cavenati | 1 | -0/+21 |
| 2026-02-10 | man/man3/pthread_create.3: SYNOPSIS: Use _Nullable where appropriate | Alejandro Colomar | 1 | -3/+3 |
| 2026-02-10 | man/man2const/FUTEX_WAIT{,_BITSET,_REQUEUE_PI}.2const: wfix | наб | 3 | -27/+3 |
| 2026-02-10 | man/: Use countof() instead of _Countof() | Alejandro Colomar | 9 | -38/+47 |
| 2026-02-10 | man/: Use _Countof() instead of a custom NITEMS() | Alejandro Colomar | 9 | -53/+38 |
| 2026-02-10 | man/man3/_Countof.3: Add link page | Alejandro Colomar | 1 | -0/+1 |
| 2026-02-10 | man/man3/countof.3: HISTORY: Document gnulib | Alejandro Colomar | 1 | -1/+1 |
| 2026-02-08 | man/man2/userfaultfd.2: EXAMPLES: Reduce scope of local variables | Alejandro Colomar | 1 | -6/+7 |
| 2026-02-08 | */: Restore some old copyright notices | Alejandro Colomar | 1147 | -0/+1621 |
| 2026-02-08 | man/man3/{str,wcs}ncasecmp.3: SYNOPSIS: Remove array parameter length express... | Alejandro Colomar | 2 | -4/+2 |
| 2026-02-02 | man/man2/syscall.2: tfix | Alejandro Colomar | 1 | -1/+1 |
| 2026-02-02 | man/man2/syscall.2: Fix numbering for notes | Thorsten Glaser | 1 | -7/+7 |
| 2026-02-02 | man/man7/man-pages.7: Document PARAMETERS | Alejandro Colomar | 1 | -0/+5 |
| 2026-01-30 | man/man1/mansect.1: PARAMETERS: Add section | Alejandro Colomar | 1 | -5/+8 |
| 2026-01-30 | src/bin/mansectf, man/man1/mansectf.1: Add program and manual page | Alejandro Colomar | 1 | -0/+56 |
| 2026-01-23 | man/man2/gettimeofday.2: HISTORY: Update first POSIX appearance of gettimeofd... | Seth McDonald | 1 | -3/+4 |
| 2026-01-23 | man/man2/getrusage.2: HISTORY: Update first POSIX appearance of getrusage(2) | Seth McDonald | 1 | -1/+4 |
| 2026-01-23 | man/man2/getsid.2: HISTORY: Update first POSIX appearance of getsid(2) | Seth McDonald | 1 | -2/+5 |
| 2026-01-23 | man/man2/getrlimit.2: HISTORY: Update first POSIX appearance of [gs]etrlimit(2) | Seth McDonald | 1 | -1/+5 |
| 2026-01-23 | man/man2/getresuid.2: STANDARDS, HISTORY: Update first POSIX appearance of ge... | Seth McDonald | 1 | -3/+3 |
| 2026-01-23 | man/man2/getpriority.2: HISTORY: Update first POSIX appearance of [gs]etprior... | Seth McDonald | 1 | -2/+4 |
| 2026-01-23 | man/man2/getpid.2: HISTORY: Update first POSIX appearance of get[p]pid(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/getpagesize.2: HISTORY: Update first SUS appearance of getpagesize(2) | Seth McDonald | 1 | -2/+3 |
| 2026-01-23 | man/man2/getitimer.2: HISTORY: Update first SUS appearance of [gs]etitimer(2) | Seth McDonald | 1 | -1/+4 |
| 2026-01-23 | man/man2/gethostname.2: HISTORY: Split gethostname(2) and sethostname(2) | Seth McDonald | 1 | -4/+8 |
| 2026-01-23 | man/man2/getgroups.2: HISTORY: Update first POSIX appearance of getgroups(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/get[gu]id.2: HISTORY: Update first POSIX appearance of get[e][gu]id(2) | Seth McDonald | 2 | -2/+4 |
| 2026-01-23 | man/man2/fsync.2: HISTORY: Update first POSIX appearance of fdatasync(2) | Seth McDonald | 1 | -1/+1 |
| 2026-01-23 | man/man2/fsync.2: HISTORY: Update first POSIX appearance of fsync(2) | Seth McDonald | 1 | -1/+2 |
| 2026-01-23 | man/man2/fsync.2: HISTORY: Split fsync(2) and fdatasync(2) | Seth McDonald | 1 | -1/+7 |
| 2026-01-23 | man/man2/fork.2: HISTORY: Update first POSIX appearance of fork(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/fcntl_locking.2: HISTORY: Update first POSIX appearance of locking c... | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/fcntl.2: HISTORY: Update first POSIX appearance of fcntl(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/_exit.2: HISTORY: Update first POSIX appearance of _exit(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/execve.2: HISTORY: Update first POSIX appearance of execve(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/dup.2: HISTORY: Update first POSIX appearance of dup[2](2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/close.2: HISTORY: Update first POSIX appearance of close(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-23 | man/man2/clock_getres.2: HISTORY: Update first POSIX appearance of clock_* sy... | Seth McDonald | 1 | -1/+1 |
| 2026-01-23 | man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and... | Jeff Layton | 3 | -0/+276 |
| 2026-01-20 | man/man2/chroot.2: HISTORY: Update first SUS appearance of chroot(2) | Seth McDonald | 1 | -1/+4 |
| 2026-01-20 | man/man2/chown.2: HISTORY: Update first POSIX appearance of lchown(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-20 | man/man2/chown.2: HISTORY: Update first SUS appearance of fchown(2) | Seth McDonald | 1 | -0/+1 |
| 2026-01-20 | man/man2/chown.2: HISTORY: Update first POSIX appearance of chown(2) | Seth McDonald | 1 | -2/+2 |
| 2026-01-20 | man/man2/chown.2: HISTORY: Split chown(2), fchown(2), and lchown(2) | Seth McDonald | 1 | -3/+11 |
| 2026-01-20 | man/man2/chmod.2: HISTORY: Update first POSIX appearance of AT_SYMLINK_NOFOLLOW | Seth McDonald | 1 | -0/+1 |
| 2026-01-20 | man/man2/chmod.2: HISTORY: Update first POSIX appearance of fchmod(2) | Seth McDonald | 1 | -1/+2 |
| 2026-01-20 | man/man2/chmod.2: HISTORY: Update first POSIX appearance of chmod(2) | Seth McDonald | 1 | -2/+2 |
| 2026-01-20 | man/man2/chmod.2: HISTORY: Split chmod(2) and fchmod(2) | Seth McDonald | 1 | -2/+7 |
| 2026-01-20 | man/man2/chdir.2: HISTORY: Update first POSIX appearance of fchdir(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-20 | man/man2/chdir.2: HISTORY: Update first POSIX appearance of chdir(2) | Seth McDonald | 1 | -2/+2 |
| 2026-01-20 | man/man2/chdir.2: HISTORY: Split chdir(2) and fchdir(2) | Seth McDonald | 1 | -1/+10 |
| 2026-01-20 | man/man2/alarm.2: HISTORY: Update first POSIX appearance of alarm(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-20 | man/man2/access.2: HISTORY: Update first POSIX appearance of faccessat(2) | Seth McDonald | 1 | -1/+2 |
| 2026-01-20 | man/man2/access.2: HISTORY: Update first POSIX appearance of access(2) | Seth McDonald | 1 | -1/+3 |
| 2026-01-20 | man/man3type/time_t.3type: HISTORY: wfix | Seth McDonald | 1 | -2/+0 |
| 2026-01-18 | man/man3type/time_t.3type: HISTORY: Some implementation are still stuck on 32... | Alejandro Colomar | 1 | -2/+4 |
| 2026-01-18 | man/man3type/time_t.3type: HISTORY: Remove superfluous theoretical history | Alejandro Colomar | 1 | -5/+0 |
| 2026-01-18 | man/man7/standards.7: XPGv3 and XPGv4 were Issue 3 and Issue 4 | Alejandro Colomar | 1 | -0/+4 |
| 2026-01-18 | man/man7/standards.7: Fix names of SVID revisions, and add links | Alejandro Colomar | 1 | -5/+9 |
| 2026-01-18 | man/man7/standards.7: SUSv2 is Issue 5 | Alejandro Colomar | 1 | -2/+2 |
| 2026-01-17 | man/man2const/TCSETS.2const: SYNOPSIS: struct termio is deprecated, AFAICS | Alejandro Colomar | 1 | -5/+5 |
| 2026-01-17 | man/man2const/PR_SET_MDWE.2const: wfix | Alejandro Colomar | 1 | -1/+1 |
| 2026-01-14 | man/man5/gai.conf: Labels have a label not a precedence | Dr. David Alan Gilbert | 1 | -2/+2 |
| 2026-01-14 | man/man2const/F_GETLEASE.2const: wfix, ffix | Jeff Layton | 1 | -5/+7 |
| 2026-01-14 | man/man2const/F_GETLEASE.2const: ERRORS: Document lease-specific errors | Jeff Layton | 1 | -0/+13 |
| 2026-01-14 | man/man7/landlock.7: Filesystem actions: Re-group description of IOCTL access... | Günther Noack | 1 | -42/+39 |
| 2026-01-13 | man/man2/: Don't use 'v' prefix for versions | Alejandro Colomar | 3 | -4/+4 |
| 2026-01-12 | man/man7/standards.7: Unix/TS: Document Unix/TS 4 | Alejandro Colomar | 1 | -3/+8 |
| 2026-01-12 | man/man7/standards.7: Organize in subsections | Alejandro Colomar | 1 | -15/+21 |
| 2026-01-12 | man/man7/standards.7: Rename 'K&R C' => K&R | Alejandro Colomar | 1 | -1/+1 |
| 2026-01-10 | man/man3type/stat.3type: HISTORY: Specify initial datatypes of .st_{blksize,b... | Seth McDonald | 1 | -0/+8 |
| 2026-01-10 | man/man3type/stat.3type: HISTORY: Update first POSIX appearance of .st_{rdev,... | Seth McDonald | 1 | -1/+2 |
| 2026-01-10 | man/man3type/stat.3type: HISTORY: Split stat from .st_{rdev,blksize,blocks} | Seth McDonald | 1 | -0/+9 |
| 2026-01-09 | man/man3type/wint_t.3type: DESCRIPTION: ffix | Seth McDonald | 1 | -1/+4 |
| 2026-01-09 | man/man3type/wint_t.3type: HISTORY: Update first SUS appearance of wint_t(3ty... | Seth McDonald | 1 | -0/+1 |
| 2026-01-09 | man/man3type/wint_t.3type: HISTORY: Split wint_t and WEOF from WINT_M{AX,IN} | Seth McDonald | 1 | -0/+10 |
| 2026-01-09 | man/man3type/wchar_t.3type: HISTORY: Update first SUS appearance of WCHAR_M{A... | Seth McDonald | 1 | -0/+1 |
| 2026-01-09 | man/man3type/wchar_t.3type: HISTORY: Update first SUS appearance of wchar_t(3... | Seth McDonald | 1 | -0/+1 |
| 2026-01-09 | man/man3type/wchar_t.3type: HISTORY: Split wchar_t and WCHAR_M{AX,IN} | Seth McDonald | 1 | -0/+8 |
| 2026-01-09 | man/man3type/void.3type: HISTORY: Update first POSIX appearance of void(3type) | Seth McDonald | 1 | -1/+2 |
| 2026-01-09 | man/man3type/va_list.3type: HISTORY: Update first SUS appearance of va_list(3... | Seth McDonald | 1 | -1/+3 |
| 2026-01-09 | man/man3type/timeval.3type: HISTORY: Update first SUS appearance of timeval(3... | Seth McDonald | 1 | -0/+1 |
| 2026-01-09 | man/man3type/time_t.3type: HISTORY: Update first POSIX appearance of useconds... | Seth McDonald | 1 | -1/+2 |
| 2026-01-09 | man/man3type/time_t.3type: HISTORY: Update first POSIX appearance of susecond... | Seth McDonald | 1 | -1/+3 |
| 2026-01-09 | man/man3type/time_t.3type: HISTORY: Update first POSIX appearance of time_t(3... | Seth McDonald | 1 | -1/+2 |
| 2026-01-09 | man/man3type/size_t.3type: HISTORY: Update first POSIX appearance of [s]size_... | Seth McDonald | 1 | -2/+3 |
| 2026-01-09 | man/man3type/ptrdiff_t.3type: HISTORY: Update first SUS appearance of ptrdiff... | Seth McDonald | 1 | -1/+3 |
| 2026-01-09 | man/man3type/mbstate_t.3type: HISTORY: Update first SUS appearance of mbstate... | Seth McDonald | 1 | -0/+1 |
| 2026-01-09 | man/man3type/lconv.3type: HISTORY: Update first SUS appearance of lconv(3type) | Seth McDonald | 1 | -0/+1 |
| 2026-01-09 | man/man3type/lconv.3type: HISTORY: Split lconv and .int_[np]_{cs_precedes,sep... | Seth McDonald | 1 | -0/+15 |
| 2026-01-09 | man/man3type/iovec.3type: HISTORY: Update first POSIX appearance of iovec(3type) | Seth McDonald | 1 | -1/+2 |
| 2026-01-09 | man/man3type/intptr_t.3type: DESCRIPTION: ffix | Seth McDonald | 1 | -1/+1 |
| 2026-01-09 | man/man3type/intptr_t.3type: STANDARDS: Update to C23 | Alejandro Colomar | 1 | -1/+1 |
| 2026-01-09 | man/man3type/intptr_t.3type: STANDARDS, HISTORY: [U]INTPTR_WIDTH was added in... | Seth McDonald | 1 | -1/+10 |
| 2026-01-09 | man/man3type/intptr_t.3type: HISTORY: Update first POSIX appearance of [U]INT... | Seth McDonald | 1 | -1/+1 |
| 2026-01-09 | man/man3type/intptr_t.3type: HISTORY: Update first POSIX appearance of [u]int... | Seth McDonald | 1 | -1/+2 |
| 2026-01-09 | man/man3type/intptr_t.3type: HISTORY: Split types and macros | Seth McDonald | 1 | -0/+12 |
| 2026-01-09 | man/man3type/id_t.3type: HISTORY: Update first POSIX appearance of id_t(3type) | Seth McDonald | 1 | -1/+3 |
| 2026-01-09 | man/man3type/div_t.3type: HISTORY: Update first SUS appearance of [l]div_t(3t... | Seth McDonald | 1 | -0/+1 |
| 2026-01-08 | man/man3type/timespec.3type: HISTORY: Update first POSIX appearance of timesp... | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/timer_t.3type: HISTORY: Update first POSIX appearance of timer_t... | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/stat.3type: HISTORY: Update first POSIX appearance of stat(3type) | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/stat.3type: SYNOPSIS: wfix | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/sigevent.3type: HISTORY: Update first POSIX appearance of sig{ev... | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/off_t.3type: HISTORY: Update first POSIX appearance of off_t(3type) | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/off_t.3type: Change VERSIONS to HISTORY | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/mode_t.3type: HISTORY: Update first POSIX appearance of mode_t(3... | Seth McDonald | 1 | -1/+1 |
| 2026-01-08 | man/man3type/itimerspec.3type: HISTORY: Update first POSIX appearance of itim... | Seth McDonald | 1 | -1/+1 |
| 2026-01-06 | man/man3/stpncpy.3: wfix | Alejandro Colomar | 1 | -1/+1 |
| 2026-01-06 | man/man3type/intN_t.3type: STANDARDS: These conform to C23 | Alejandro Colomar | 1 | -1/+1 |
| 2026-01-06 | man/man3type/intN_t.3type: HISTORY: Be more schematic | Alejandro Colomar | 1 | -3/+2 |
| 2026-01-06 | man/man3type/intN_t.3type: HISTORY: Update first SUS appearance of [u]intN_t(... | Seth McDonald | 1 | -0/+10 |
| 2026-01-06 | man/man3type/intN_t.3type: HISTORY: Split types and macros | Seth McDonald | 1 | -0/+10 |
| 2026-01-06 | man/man3type/id_t.3type: HISTORY: Update first POSIX appearance of [pug]id_t(... | Seth McDonald | 1 | -1/+1 |
| 2026-01-06 | man/man3type/id_t.3type: HISTORY: Split id_t(3type) from [pug]id_t(3type) | Seth McDonald | 1 | -0/+9 |
| 2026-01-06 | man/man3type/FILE.3type: HISTORY: Update first POSIX appearance of FILE(3type) | Seth McDonald | 1 | -1/+2 |
| 2026-01-06 | man/man3type/div_t.3type: HISTORY: Split [l]div_t(3type) and {ll,imax}div_t(3... | Seth McDonald | 1 | -0/+10 |
| 2026-01-06 | man/man3type/dev_t.3type: HISTORY: Update first POSIX appearance of dev_t(3type) | Seth McDonald | 1 | -1/+1 |
| 2026-01-06 | man/man3type/clock_t.3type: HISTORY: Update first POSIX appearance of clock_t... | Seth McDonald | 1 | -1/+2 |
| 2026-01-06 | man/man3type/clockid_t.3type: HISTORY: Update first POSIX appearance of clock... | Seth McDonald | 1 | -1/+1 |
| 2026-01-06 | man/man3type/cc_t.3type: HISTORY: Update first POSIX appearance of types | Seth McDonald | 1 | -1/+1 |
| 2026-01-06 | man/man3type/blk{cnt,size}_t.3type: HISTORY: Update first SUS appearance of b... | Seth McDonald | 2 | -0/+2 |
| 2026-01-06 | man/man3type/aiocb.3type: HISTORY: Update first POSIX appearance of aiocb(3type) | Seth McDonald | 1 | -1/+1 |
| 2026-01-06 | man/man1/grepc_c.1: Change Glibc => glibc | Alejandro Colomar | 1 | -3/+3 |
| 2026-01-06 | man/man5/gai.conf: EXAMPLES: Document glibc label additions | Dr. David Alan Gilbert | 1 | -0/+16 |
| 2026-01-05 | man/man3const/NULL.3const: HISTORY: Update first POSIX appearance of NULL(3co... | Seth McDonald | 1 | -1/+2 |
| 2026-01-05 | man/man3const/EXIT_SUCCESS.3const: HISTORY: Update first POSIX appearance of ... | Seth McDonald | 1 | -1/+1 |
| 2026-01-05 | man/man3const/EXIT_SUCCESS.3const: HISTORY: Update first POSIX appearance of ... | Seth McDonald | 1 | -1/+1 |