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