summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-10-31declare HAVE_DECL___FUNC__ so flex_die() output can include __func__.miko
2019-10-29Signal handler cleanup: remove leftover support for unreliable signalsDarren Tucker
2019-10-28Start with empty rather than NULL window name to avoid NULL printf ifNicholas Marriott
2019-10-27+ resets P as wellkn
2019-10-26Remove common from "common options" in usage to be closer to SYNOPSIS.Martijn van Duren
2019-10-26Shorten the SYNOPSIS greatly.Martijn van Duren
2019-10-24Service names are still resolved with -nkn
2019-10-24add missing unveil of /etc/shells; ok benno@ deraadt@ mestre@ tb@anton
2019-10-24Print IP address in verbose modejob
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-10-23list -N before -n in the options list;Jason McIntyre
2019-10-23Add new -N name option, so that calling scripts can change theTheo de Raadt
2019-10-23change some error reports to include the failing URL (which we vis, inTheo de Raadt
2019-10-23Document Any key, from Jason Felice.Nicholas Marriott
2019-10-23Revert previous, which works for -N case but causes regress failuresBob Beck
2019-10-23Use the existing code in format.c to add foramts for word and line atNicholas Marriott
2019-10-22fixes from lucas;Jason McIntyre
2019-10-22Import regenerated moduli file.Darren Tucker
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.Nicholas Marriott
2019-10-19Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.Nicholas Marriott
2019-10-18add some checks to avoid UID_MAX (-1) here. this is not problematic withTed Unangst
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-17Fix -N flag to actually shut down the (entire) socket when the inputBob Beck
2019-10-16potential NULL dereference for revoked hostkeys; reported byDamien Miller
2019-10-16free buf before return; reported by krishnaiah bommuDamien Miller
2019-10-15Include the .SUNW_ctf section in bsd.gdbMartin Pieuchot
2019-10-15Rewrite options_array_set to be clearer and remove a spurious warningNicholas Marriott
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changeNicholas Marriott
2019-10-15When setting the modification time on the retrieved file, use utimensat()Philip Guenther
2019-10-14pledge() won't work but we can use unveil() to reduce filesystem accessTheo de Raadt
2019-10-14some knf, preparing for other changesTheo de Raadt
2019-10-14Do not crash with pane_current_command if the pane is newly created andNicholas Marriott
2019-10-14Turn automatic-rename back on if the rename escape sequence is used withNicholas Marriott
2019-10-14Some old tmux versions can sometimes generate layout strings which haveNicholas Marriott
2019-10-14Memory leaks, from Igor Wong in GitHub issue 1934.Nicholas Marriott
2019-10-14memleak in error path; spotted by oss-fuzz, ok markus@Damien Miller
2019-10-13Also close the server connection before retrying on a 503.Jeremie Courreges-Anglas
2019-10-13Factor out socket cleanup codeJeremie Courreges-Anglas
2019-10-11don't use sizeof(pointer) to represent buffer sizeJonathan Gray
2019-10-09On a 503, only retry if "Retry-After: 0" is present.Jeremie Courreges-Anglas
2019-10-09Use snprintf instead of sprintf.Martijn van Duren
2019-10-09openssh-8.1Damien Miller
2019-10-09fix an unreachable integer overflow similar to the XMSS case, and someDamien Miller
2019-10-09fix integer overflow in XMSS private key parsing. Reported byDamien Miller
2019-10-08Correct type for end-of-list sentinel; fixes initializer warnings onDarren Tucker
2019-10-08Simplify threads flag handlingkn
2019-10-08Free the "e" element in ber_printf_elements if it fails, since there's noMartijn van Duren
2019-10-08Don't rely on the pdu returning the correct errorindex.Martijn van Duren
2019-10-08Replace "boolean.h" with <stdbool.h>kn
2019-10-07reversed test yielded incorrect debug messageDamien Miller