Age | Commit message (Expand) | Author |
2024-05-24 | sndiod: Use a 'unsigned char *' for the pointer to the temp sock buffer | Alexandre Ratchov |
2024-05-24 | sndiod: Hide "hardware" device's server.device control. | Alexandre Ratchov |
2024-05-24 | sndiod: Don't mark as dirty controls that have not been changed | Alexandre Ratchov |
2024-05-24 | typo: "pwdtries" -> "passwordtries"; ok millert@ | Omar Polo |
2024-05-24 | Do not escape $ unless DQ is set, that is the only case where we need to | Nicholas Marriott |
2024-05-24 | Add N to search backwards in tree modes, from Fadi Afani in GitHub issue | Nicholas Marriott |
2024-05-23 | remove unused struct fwd_perm_list, no decl with complete type | Jonathan Gray |
2024-05-22 | Do not pass -Werror twice when building with clang. | Christian Weisgerber |
2024-05-22 | Do not pass -Werror if building with gcc 3, for asn1.h and bio.h cause | Miod Vallat |
2024-05-21 | aucat.1: Fix needless line breaks in the -h and MIDI sections. | Alexandre Ratchov |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-20 | fix usage; Thomas Klausner will commit the same diff to NetBSD within the | Igor Sobrado |
2024-05-19 | remove prototype with no matching function | Jonathan Gray |
2024-05-19 | remove prototypes with no matching function; ok ratchov@ | Jonathan Gray |
2024-05-18 | remove prototypes with no matching function | Jonathan Gray |
2024-05-18 | remove prototypes with no matching function; ok nicm@ | Jonathan Gray |
2024-05-18 | remove externs with no matching var; ok nicm@ | Jonathan Gray |
2024-05-18 | remove extern with no matching var; ok tb@ | Jonathan Gray |
2024-05-18 | remove prototypes with no matching function; ok tb@ | Jonathan Gray |
2024-05-18 | remove prototypes with no matching function | Jonathan Gray |
2024-05-18 | Add pathconfat(2): pathconf(2) but with at-fd and flags arguments, | Philip Guenther |
2024-05-18 | remove prototypes with no matching function | Jonathan Gray |
2024-05-18 | remove externs for removed vars | Jonathan Gray |
2024-05-17 | remove prototypes with no matching function; ok florian@ | Jonathan Gray |
2024-05-17 | remove duplicate copy of relink kit for sshd-session | Christian Weisgerber |
2024-05-17 | dig: make function definitions match their prototypes | Theo Buehler |
2024-05-17 | dig: garbage collect the unused 'added' | Theo Buehler |
2024-05-17 | remove prototypes with no matching function; ok djm@ | Jonathan Gray |
2024-05-17 | remove externs for removed vars; ok djm@ | Jonathan Gray |
2024-05-17 | -Werror was turned on (probably just for development), and this is a | Theo de Raadt |
2024-05-17 | g/c unused variable | Damien Miller |
2024-05-17 | spelling; ok djm@ | Jonathan Gray |
2024-05-17 | fix incorrect debug option name introduce in previous commit | Damien Miller |
2024-05-17 | construct and install a relink-kit for sshd-session | Theo de Raadt |
2024-05-17 | missing files from previous | Damien Miller |
2024-05-17 | Start the process of splitting sshd into separate binaries. This step | Damien Miller |
2024-05-16 | Fix UTF-16 surrogate detection: | Ingo Schwarze |
2024-05-15 | Use default-shell for command prompt #() and popups as well | Nicholas Marriott |
2024-05-15 | Fix memory leaks reported by Lu Ming Yin. | Nicholas Marriott |
2024-05-14 | Garbage collect dead code intended to write five- and six-byte UTF-8 | Ingo Schwarze |
2024-05-14 | The makewhatis(8) program already provided a "-T utf8" option | Ingo Schwarze |
2024-05-14 | Add missing time.h to tty.c (from Ismail Donmez), also remove some stray | Nicholas Marriott |
2024-05-14 | Revert part of the change for GitHub issue 3675 because it does not work | Nicholas Marriott |
2024-05-14 | Add a command-error hook when a command fails, from Hugh Davenport in | Nicholas Marriott |
2024-05-14 | Add an option to disable unwrapping lines for searching, from | Nicholas Marriott |
2024-05-14 | Restore previous behaviour or writing to stdout if available. | Nicholas Marriott |
2024-05-13 | Fix memory leak, from Fadi Afani. | Nicholas Marriott |
2024-05-12 | defaul -> default; ok jmc@ ratchov@ | Jonathan Gray |
2024-05-09 | simplify exit message handling, which was more complicated than | Damien Miller |
2024-05-07 | openssl: toolkit implementing the TLS v1 protocol is weird | Theo Buehler |