Age | Commit message (Expand) | Author |
2023-11-25 | Update awk to the Nov 24, 2023 version. | Todd C. Miller |
2023-11-24 | 1. Do not put ASCII_HYPH (0x1c) into the tag file. | Ingo Schwarze |
2023-11-24 | Plug mem leak of msg when processing a quit message. | Darren Tucker |
2023-11-23 | Add --omit-dir-times / -O | Job Snijders |
2023-11-23 | Include existing mux path in debug message. | Darren Tucker |
2023-11-22 | Piping single file to standard out needs no "proc exec" | Klemens Nanni |
2023-11-22 | Do not drop into "ftp> " shell when piping to stdandard output | Klemens Nanni |
2023-11-22 | Update awk to the Nov 20, 2023 version. | Todd C. Miller |
2023-11-21 | Make a few purpose things const | Theo Buehler |
2023-11-20 | Include <dev/efi/efiio.h> to pretty print EFIIOC_* ioctls | Klemens Nanni |
2023-11-20 | Sort includes, <scsi/scsi_all.h> before <dev/*> | Klemens Nanni |
2023-11-20 | set errno=EAFNOSUPPORT when filtering addresses that don't match | Damien Miller |
2023-11-19 | openssl pkcs12: rewrite without reaching into X509_ALGOR | Theo Buehler |
2023-11-19 | openssl ts: convert to X509_ALGOR_set0() | Theo Buehler |
2023-11-16 | avoid reading data when enumerating kstats. | David Gwynne |
2023-11-16 | handle printing cpu freq and volt kstat_kv types | David Gwynne |
2023-11-15 | when connecting via socket (the default case), filter addresses by | Damien Miller |
2023-11-15 | when deciding whether to enable keystroke timing obfuscation, | Damien Miller |
2023-11-15 | fnematch: fix a bug that could result in extra chars being pushed back. | Todd C. Miller |
2023-11-15 | fnematch: fix out-of-bounds access on EOF | Todd C. Miller |
2023-11-15 | procline: only reduce mcount once per line, not once per match. | Todd C. Miller |
2023-11-14 | Don't strdup NULL filename. | Nicholas Marriott |
2023-11-14 | Handle NULL client (in config file) when showing a status message; also | Nicholas Marriott |
2023-11-14 | Use SM 2026 for Sync which is more widely supported now. | Nicholas Marriott |
2023-11-14 | This code depends on internals from net/art.h so include it explicitly. | Claudio Jeker |
2023-11-13 | Reduce the man(7) default global indentation from 7n, which was an oddity | Ingo Schwarze |
2023-11-13 | Kill last user of ASN1_time_parse() in the tree | Theo Buehler |
2023-11-13 | Check notBefore/notAfter validity with ASN1_TIME_to_tm(3) | Theo Buehler |
2023-11-13 | Make sure sftp_get_limits() only returns 0 if 'limits' was initialized. | Tobias Heider |
2023-11-11 | Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz" | George Koehler |
2023-11-10 | sync with NetBSD -r1.38: | Jasper Lievisse Adriaanse |
2023-11-09 | -C/resume without "proc exec" | Klemens Nanni |
2023-11-09 | Add [-P progam] to filter dumps by basename | Klemens Nanni |
2023-11-05 | current code no longer uses Lst_Replace not Lst_Requeue | Marc Espie |
2023-11-03 | Check if a signal already has been received before entering a blocking | Anton Lindqvist |
2023-11-03 | timeout(1): align execvp(3) failure statuses with GNU timeout | Scott Soule Cheloha |
2023-11-02 | next-prompt can have 1 argument. | Nicholas Marriott |
2023-10-31 | Update awk to Oct 30, 2023 version. | Todd C. Miller |
2023-10-30 | This is the OpenBSD version of Awk. | Todd C. Miller |
2023-10-30 | Minor cosmetic changes to make our awk match my github branch. | Todd C. Miller |
2023-10-30 | Include strings.h for the strncasecmp() prototype. | Todd C. Miller |
2023-10-30 | Do not allow combined UTF-8 characters that are too long, GitHub issue | Nicholas Marriott |
2023-10-28 | substr: fix buffer overflow with utf-8 strings | Todd C. Miller |
2023-10-25 | Fix unveil(2) in patch(1) with explicit patchfile. | Alexander Bluhm |
2023-10-25 | Import regenerated moduli. | Darren Tucker |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-10-24 | call vttidy() in the exit path for the batch mode | Omar Polo |
2023-10-23 | Support some escape sequences, in particular character escape sequences, | Ingo Schwarze |
2023-10-23 | Unzoom window at start of destroy so it doesn't happen later (when | Nicholas Marriott |
2023-10-22 | While doing delayed expansion of escape sequences in macro arguments, | Ingo Schwarze |