Age | Commit message (Expand) | Author |
2024-08-07 | crank to 7.6-beta, release date is vague | Theo de Raadt |
2024-08-06 | Replace sys/time.h with proper includes for using localtime | Greg Steuck |
2024-08-05 | Remove bogus connect(s, NULL, 0) call | Theo Buehler |
2024-08-04 | Make a little effort to treate CRLF as LF in config files. GitHub issue | Nicholas Marriott |
2024-08-04 | The Linux console has some bugs with bright colours. It seems likely | Nicholas Marriott |
2024-08-04 | -l should be before -r, pointed out by jmc a while ago. | Nicholas Marriott |
2024-08-04 | Adjust the logic when deleting last buffer to better preserve the | Nicholas Marriott |
2024-08-04 | Use paste_is_empty to check if there are no buffers since paste_get_top | Nicholas Marriott |
2024-08-03 | The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1. | Todd C. Miller |
2024-08-03 | Update awk to the July 28, 2024 version. | Todd C. Miller |
2024-08-02 | nc(1): remove useless function pointer dereferencing | Jan Klemkow |
2024-08-01 | sndiod: Fix insufficent check of input from clients | Alexandre Ratchov |
2024-07-31 | bump posix spec 2008 -> 2024; | Jason McIntyre |
2024-07-31 | add a random amount of time (up to 4 seconds) to the grace login time. | David Gwynne |
2024-07-31 | quote the book title (%T) reference, to prevent formatters (in this case | Jason McIntyre |
2024-07-30 | bump posix ref 2008 -> 2024; | Jason McIntyre |
2024-07-30 | fold the "timespec" info into the options list (since "time_arg" is already | Jason McIntyre |
2024-07-30 | bump posix spec from 2008 to 2024; ok millert | Jason McIntyre |
2024-07-29 | bump posix spec from 2008 -> 2024: | Jason McIntyre |
2024-07-28 | The dash must not come first in the getopt(3) string | Klemens Nanni |
2024-07-28 | Support "-u name" to remove variable from environment | Klemens Nanni |
2024-07-26 | Trace struct itimerval | Philip Guenther |
2024-07-26 | document the reduced logingrace penalty | Christian Weisgerber |
2024-07-25 | reduce logingrace penalty. | Damien Miller |
2024-07-25 | Fix proxy multiplexing (-O proxy) bug | Damien Miller |
2024-07-25 | fix double space; from crystal kolipe | Jason McIntyre |
2024-07-23 | sndiod: Properly update the poll(2) event masks after i/o. | Alexandre Ratchov |
2024-07-22 | rpcgen(1): default to "STDIN" as input file when compiling to headers. | Dave Voutila |
2024-07-22 | Expand full array option values if no index is provided, GitHub issue | Nicholas Marriott |
2024-07-18 | mention mux proxy mode | Damien Miller |
2024-07-17 | sed: use warn()/err() where appropriate | Todd C. Miller |
2024-07-17 | Display an error message for "sed -i" if the file is unwritable | Todd C. Miller |
2024-07-14 | fix double word; ok dtucker@ | Jonathan Gray |
2024-07-13 | Move the sigaction next to multi | Theo Buehler |
2024-07-12 | UTF-8 keys now contain the internal representation and not the Unicode | Nicholas Marriott |
2024-07-12 | use sigaction() to setup SIGARLM so we can set SA_RESTART, and | Theo de Raadt |
2024-07-10 | correct keyword; from Yatao Su via GHPR509 | Damien Miller |
2024-07-10 | an universal -> a universal | Jason McIntyre |
2024-07-09 | document C-u handling on shell-command{,-on-region}, forgot in previous | Omar Polo |
2024-07-09 | mg: handle C-u in M-! and M-| | Omar Polo |
2024-07-09 | do not need to force bss values to 0 | Theo de Raadt |
2024-07-09 | KNF a pile of else if blocks; ok tb | Theo de Raadt |
2024-07-08 | aucat: check for failled allocation | Alexandre Ratchov |
2024-07-08 | mg: fix auto-indent-mode with custom tab widths | Omar Polo |
2024-07-08 | IN_MULTICAST uses host byte order | Florian Obser |
2024-07-08 | Adjust manpage for SPKAC removal | Theo Buehler |
2024-07-08 | Remove spkac subcommand | Theo Buehler |
2024-07-08 | Remove spkac handling from openssl(1) ca | Theo Buehler |
2024-07-08 | don't need return at end of void function | Damien Miller |
2024-07-04 | fix grammar: "a pattern lists" -> "one or more pattern lists" | Damien Miller |