summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* man*/: ffix (MR.sed)MRG. Branden Robinson2024-01-15-15569/+15732
* locale.5: tfixG. Branden Robinson2024-01-15-1/+1
* cpuid.4: Note which CPUs don't support CPUID and what happensнаб2024-01-05-1/+3
* sched_getcpu.3: tfixAlejandro Colomar2024-01-01-1/+1
* faccessat(2), utimensat(2): Document AT_EMPTY_PATH flagRenzo Davoli2024-01-01-2/+44
* fopencookie.3, stdio.3: wfixнаб2023-12-29-2/+2
* stdio.3: Note down fmemopen(3), fopencookie(3), and open_[w]memstream(3)наб2023-12-29-0/+12
* open_memstream.3: ffixнаб2023-12-28-1/+1
* CONTRIBUTING: Reduce strength of encouragementAlejandro Colomar2023-12-28-2/+2
* CONTRIBUTING: Accept patches in attachmentsAlejandro Colomar2023-12-22-3/+1
* CONTRIBUTING: The Majordomo has been firedAlejandro Colomar2023-12-22-13/+3
* swapon.2: MAX_SWAPFILES: Clarify limit after decreaseYang Xu2023-12-22-2/+2
* ioctl_console.2: Document new CAP_SYS_ADMIN restrictions (since Linux 6.7)Günther Noack2023-12-21-0/+12
* sendfile.2: Pull in_fd type requirements up to 6.7наб2023-12-21-1/+10
* unix.7: SO_PEERCRED: Mention listen(2)Alexey Tikhonov2023-12-21-1/+2
* strtol.3, strtoul.3: If the base is not supported, endptr may be left untouchedAlejandro Colomar2023-12-19-0/+6
* README: Versions: Document the online pages in man7.orgAlejandro Colomar2023-12-17-0/+2
* string_copying.7: EXAMPLES: st[rp]ncpy(3): Use fwrite(3) instead of a loopAlejandro Colomar2023-12-17-4/+2
* string_copying.7: Use NITEMS() instead of sizeof()Alejandro Colomar2023-12-17-14/+14
* string_copying.7: EXAMPLES: Update stpecpy() exampleAlejandro Colomar2023-12-17-2/+2
* string_copying.7: stpecpy(): Reimplement as a wrapper of strtcpy()Alejandro Colomar2023-12-17-16/+3
* string_copying.7: stpecpy(): Return NULL on truncationAlejandro Colomar2023-12-17-19/+19
* string_copying.7: stpecpy(), strtcpy(): Set errno on failureAlejandro Colomar2023-12-17-4/+36
* swapon.2: Adjust decreased value under CONFIG_PTE_MARKERYang Xu2023-12-17-0/+4
* swapon.2: Adjust decreased value under CONFIG_MIGRATIONYang Xu2023-12-17-1/+2
* scanf.3: BUGS: It's impossible to know how many characters were consumedAlejandro Colomar2023-12-09-0/+9
* scanf.3, sscanf.3: These functions scan formatted inputAlejandro Colomar2023-12-09-2/+2
* mbind.2: Add mode flag MPOL_F_NUMA_BALANCINGYafang Shao2023-12-09-0/+17
* scanf.3: CAVEATS: Trailing text cannot be checkedAlejandro Colomar2023-12-09-0/+3
* scanf.3: CAVEATS: These functions don't distinguish newlines easilyAlejandro Colomar2023-12-09-0/+5
* strtol.3: Clarify that the base should be tested beforehand, if at allAlejandro Colomar2023-12-06-3/+25
* sscanf.3: Remove term 'deprecated', and expand BUGSAlejandro Colomar2023-12-06-13/+2
* string_copying.7: wfixAlejandro Colomar2023-12-05-1/+3
* string_copying.7: Generalize null-padded character sequences with strnlen(3)Alejandro Colomar2023-12-05-12/+7
* strncat.3: Clarify that it terminates the stringAlejandro Colomar2023-12-05-1/+2
* string_copying.7: Be consistent in the use of null byte and null characterAlejandro Colomar2023-12-04-12/+13
* string_copying.7: Don't say 'size' when 'len' is meantAlejandro Colomar2023-12-04-6/+6
* string_copying.7: Say 'known-length' for character sequences whose length is ...Alejandro Colomar2023-12-04-10/+10
* string_copying.7: Don't say 'width' when 'size' is meantAlejandro Colomar2023-12-04-9/+9
* string_copying.7: RETURN VALUE: Remove some confusing text about stpncpy(3)Alejandro Colomar2023-12-04-7/+2
* string_copying.7: Consistently list strtcpy() after stpecpy()Alejandro Colomar2023-12-04-43/+43
* string_copying.7: stpecpy() and strtcpy() don't exist in man3Alejandro Colomar2023-12-04-19/+19
* string_copying.7: Use fwrite(3) to print character sequencesAlejandro Colomar2023-12-04-2/+2
* string_copying.7: tfixAlejandro Colomar2023-12-04-1/+1
* string_copying.7: Use real examples with utmp(5)Alejandro Colomar2023-12-04-22/+16
* strncat.3: Fix return value of possible implementationAlejandro Colomar2023-12-04-1/+2
* string_copying.7: Improve strncat(3) exampleAlejandro Colomar2023-12-04-4/+5
* string_copying.7: Reimplement stpecpy()Alejandro Colomar2023-12-04-8/+9
* strncat.3: Write the null byte with stpcpy(3)Alejandro Colomar2023-12-04-5/+1
* strncat.3: Implement strncat(3) in terms of strnul()Alejandro Colomar2023-12-04-1/+2