Age | Commit message (Expand) | Author |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |
2024-06-04 | Avoid unnecessary string traversals in u8_isutf() and substr(). | Todd C. Miller |
2024-06-04 | now that we have dired-up-directory, use it in dired-jump too | Omar Polo |
2024-06-04 | add dired-up-directory bound to ^ to go up on directory in dired buffers | Omar Polo |
2024-06-03 | OpenBSD intentionally does not print a flavor for -r. | Florian Obser |
2024-06-03 | Spelling fixes and removal of unneeded prototypes and extern. | Todd C. Miller |
2024-06-03 | Build with WARNINGS=Yes and fix resulting warnings. | Todd C. Miller |
2024-06-01 | sndiod: Don't add/remove server.device entries in dev_{open,close}() | Alexandre Ratchov |
2024-06-01 | be really strict with fds reserved for communication with the separate | Damien Miller |
2024-05-31 | warn when -r (deprecated option to disable re-exec) is passed | Damien Miller |
2024-05-31 | typos | Damien Miller |
2024-05-30 | avoid potential use-after-free | Jonathan Gray |
2024-05-27 | openssl x509: rename pub_key to dsa_pub_key | Theo Buehler |
2024-05-27 | openssl: enable -Wshadow for clang | Theo Buehler |
2024-05-27 | openssl: avoid shadowed pkeys in x509.c | Theo Buehler |
2024-05-27 | don't need sys/queue.h here | Damien Miller |
2024-05-26 | remove references to SSH1 and DSA server keys | Christian Weisgerber |
2024-05-24 | sndiod: Set the display string of all server.device entries | Alexandre Ratchov |
2024-05-24 | sndiod: Propagate the controls' display string to clients. | Alexandre Ratchov |
2024-05-24 | sndio: Add a display string to the sioctl_open API | Alexandre Ratchov |
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 |