2024-01-28 |
Alejandro Colomar | charsets.7: Say ISO/IEC 4873 |
commit | commitdiff | tree |
2024-01-28 |
Alejandro Colomar | man*/: Use '(date)' in TH line |
commit | commitdiff | tree |
2024-01-22 |
Alejandro Colomar | *.mk: Allow pages with the suffix .man and no number |
commit | commitdiff | tree |
2024-01-16 |
G. Branden... | open.2: srcfix |
commit | commitdiff | tree |
2024-01-16 |
G. Branden... | syscalls.2: ffix |
commit | commitdiff | tree |
2024-01-16 |
G. Branden... | mremap.2: wfix |
commit | commitdiff | tree |
2024-01-16 |
G. Branden... | fts.3, div_t.3type: ffix |
commit | commitdiff | tree |
2024-01-16 |
Petr Vorel | socket.7: Mention CAP_NET_RAW on SO_MARK |
commit | commitdiff | tree |
2024-01-15 |
G. Branden... | locale.5: tfix |
commit | commitdiff | tree |
2024-01-04 |
наб | cpuid.4: Note which CPUs don't support CPUID and what... |
commit | commitdiff | tree |
2024-01-01 |
Alejandro Colomar | sched_getcpu.3: tfix |
commit | commitdiff | tree |
2024-01-01 |
Renzo Davoli | faccessat(2), utimensat(2): Document AT_EMPTY_PATH... |
commit | commitdiff | tree |
2023-12-29 |
наб | fopencookie.3, stdio.3: wfix |
commit | commitdiff | tree |
2023-12-29 |
наб | stdio.3: Note down fmemopen(3), fopencookie(3), and... |
commit | commitdiff | tree |
2023-12-28 |
наб | open_memstream.3: ffix |
commit | commitdiff | tree |
2023-12-28 |
Alejandro Colomar | CONTRIBUTING: Reduce strength of encouragement |
commit | commitdiff | tree |
2023-12-22 |
Alejandro Colomar | CONTRIBUTING: Accept patches in attachments |
commit | commitdiff | tree |
2023-12-22 |
Alejandro Colomar | CONTRIBUTING: The Majordomo has been fired |
commit | commitdiff | tree |
2023-12-22 |
Yang Xu | swapon.2: MAX_SWAPFILES: Clarify limit after decrease |
commit | commitdiff | tree |
2023-12-21 |
Günther Noack | ioctl_console.2: Document new CAP_SYS_ADMIN restriction... |
commit | commitdiff | tree |
2023-12-21 |
наб | sendfile.2: Pull in_fd type requirements up to 6.7 |
commit | commitdiff | tree |
2023-12-21 |
Alexey Tikhonov | unix.7: SO_PEERCRED: Mention listen(2) |
commit | commitdiff | tree |
2023-12-19 |
Alejandro Colomar | strtol.3, strtoul.3: If the base is not supported,... |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | README: Versions: Document the online pages in man7.org |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | string_copying.7: EXAMPLES: st[rp]ncpy(3): Use fwrite... |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | string_copying.7: Use NITEMS() instead of sizeof() |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | string_copying.7: EXAMPLES: Update stpecpy() example |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | string_copying.7: stpecpy(): Reimplement as a wrapper... |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | string_copying.7: stpecpy(): Return NULL on truncation |
commit | commitdiff | tree |
2023-12-17 |
Alejandro Colomar | string_copying.7: stpecpy(), strtcpy(): Set errno on... |
commit | commitdiff | tree |
2023-12-17 |
Yang Xu | swapon.2: Adjust decreased value under CONFIG_PTE_MARKER |
commit | commitdiff | tree |
2023-12-17 |
Yang Xu | swapon.2: Adjust decreased value under CONFIG_MIGRATION |
commit | commitdiff | tree |
2023-12-09 |
Alejandro Colomar | scanf.3: BUGS: It's impossible to know how many charact... |
commit | commitdiff | tree |
2023-12-09 |
Alejandro Colomar | scanf.3, sscanf.3: These functions scan formatted input |
commit | commitdiff | tree |
2023-12-09 |
Yafang Shao | mbind.2: Add mode flag MPOL_F_NUMA_BALANCING |
commit | commitdiff | tree |
2023-12-09 |
Alejandro Colomar | scanf.3: CAVEATS: Trailing text cannot be checked |
commit | commitdiff | tree |
2023-12-09 |
Alejandro Colomar | scanf.3: CAVEATS: These functions don't distinguish... |
commit | commitdiff | tree |
2023-12-06 |
Alejandro Colomar | strtol.3: Clarify that the base should be tested before... |
commit | commitdiff | tree |
2023-12-06 |
Alejandro Colomar | sscanf.3: Remove term 'deprecated', and expand BUGS |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: wfix |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Generalize null-padded character... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | strncat.3: Clarify that it terminates the string |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Be consistent in the use of null... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Don't say 'size' when 'len' is meant |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Say 'known-length' for character... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Don't say 'width' when 'size' is... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: RETURN VALUE: Remove some confusing... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Consistently list strtcpy() after... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: stpecpy() and strtcpy() don't exist... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Use fwrite(3) to print character... |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: tfix |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Use real examples with utmp(5) |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | strncat.3: Fix return value of possible implementation |
commit | commitdiff | tree |
2023-12-04 |
Alejandro Colomar | string_copying.7: Improve strncat(3) example |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | string_copying.7: Reimplement stpecpy() |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | strncat.3: Write the null byte with stpcpy(3) |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | strncat.3: Implement strncat(3) in terms of strnul() |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | string_copying.7: Remove zustr2stp() |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | string_copying.7: Remove zustr2ustp() |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | string_copying.7: Remove ustr2stp() and ustpcpy() |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | string_copying.7: Fortify source of some functions |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | *.mk: build-book: Use sponge(1) to update the book... |
commit | commitdiff | tree |
2023-12-01 |
Alejandro Colomar | *.mk: build-book: Add target for building the Linux... |
commit | commitdiff | tree |
2023-12-01 |
Alejandro Colomar | scripts/LinuxManBook/: Simplify pipeline |
commit | commitdiff | tree |
2023-11-30 |
Alejandro Colomar | strtol.3, strtoul.3: ERRORS: Clarify that these don... |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | posix_memalign.3: wfix |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | posix_memalign.3: ERRORS: wfix |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | scripts/LinuxManBook/: Shorten names of scripts |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | scripts/LinuxManBook/prepare_linux_man_book.pl: Add... |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | scripts/LinuxManBook/build_linux_man_book.sh: Call... |
commit | commitdiff | tree |
2023-11-24 |
Jakub Wilk | proc_sys_user.5: tfix |
commit | commitdiff | tree |
2023-11-24 |
Jakub Wilk | proc_pid_oom_score_adj.5: tfix |
commit | commitdiff | tree |
2023-11-24 |
Jakub Wilk | proc_pid_mountinfo.5: spfix |
commit | commitdiff | tree |
2023-11-24 |
Jakub Wilk | proc_crypto.5: spfix |
commit | commitdiff | tree |
2023-11-24 |
Jakub Wilk | pthread_key_create.3: tfix |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | CONTRIBUTING: Say it's us who recommend signing emails |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | scripts/LinuxManBook/prepare_linux_man_book.pl: Don... |
commit | commitdiff | tree |
2023-11-24 |
Alejandro Colomar | *: Remove trailing white space |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/build_linux_man_book.sh: Simplify... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/build_linux_man_book.sh: Explicitl... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/build_linux_man_book.sh: Allow... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/build_linux_man_book.sh: Use pipes... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | CONTRIBUTING: Please sign your emails with PGP |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | stpncpy.3: Rename third parameter to 'dsize' |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/build_linux_man_book.sh: License |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/prepare_linux_man_book.pl: Use... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | scripts/LinuxManBook/prepare_linux_man_book.pl: wsfix |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | stpncpy.3: Reword, saying 'byte' instead of 'character' |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | stpncpy.3: EXAMPLES: errx(3) instead of warnx(3) if... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | stpncpy.3: EXAMPLES: Use fwrite(3) instead of printf(3) |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | stpncpy.3: NAME: Clarify that these functions only... |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | stpncpy.3: Optimize possible implementation of stpncpy() |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | stpncpy.3: SYNOPSIS: ffix |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | stpncpy.3: Don't say 'width' when 'size' is meant |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | strncat.3: CAVEATS: wfix |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | strncat.3: Reword description |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | strncat.3: Say that if dst isn't a string, the behavior... |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | strncat.3: SEE ALSO: tfix |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | strncat.3: EXAMPLES: Fix name of variable |
commit | commitdiff | tree |
2023-11-21 |
Alejandro Colomar | strncat.3: Simplify possible implementation of strncat() |
commit | commitdiff | tree |
next |