summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-12-07In -L (loop) mode, reset the login class each time through the loop.Todd C. Miller
2019-12-06replace links to uvm(9) to uvm_init(9); ok mpiJason McIntyre
2019-12-06fix setting of $SSH_ASKPASS_PROMPT - it shouldn't be set when askingDamien Miller
2019-12-06bring the __func__Damien Miller
2019-12-05Fix #ifndef NOSSL vs SMALL inconsistenciesJeremie Courreges-Anglas
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-03Style nits in function arguments.Nicholas Marriott
2019-12-03With -R and an implicit ".", don't prepend file paths with "./"Jeremie Courreges-Anglas
2019-12-03Document implicit "." default file for -Rkn
2019-12-02Tweak inaccurate commentJeremie Courreges-Anglas
2019-12-02Tweak previous, using fputs here was fineJeremie Courreges-Anglas
2019-12-02Use getline(3) to handle lines longer than 8192 bytes in patch filesJeremie Courreges-Anglas
2019-12-02With -R assume that "." was passed instead of printing a warningJeremie Courreges-Anglas
2019-12-02Remove client menu, I don't think it adds anything.Nicholas Marriott
2019-12-02update currency exchange rates;Jason McIntyre
2019-11-30After fork(2) the pledge(2) in the parent proc can be reduced toRicardo Mestre
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-29If a window appears in only one attached session, there is no point inNicholas Marriott
2019-11-29at(1): ctime comparison: subtraction is not comparison; ok millert@cheloha
2019-11-29perform hashing directly in crypto_hash_sha512() using libcrypto orDamien Miller
2019-11-28Do not crash when a format doesn't exist, reported by Thomas Sattler.Nicholas Marriott
2019-11-28ks_mapblocks is gonePhilip Guenther
2019-11-28improve the text for -A a little;Jason McIntyre
2019-11-28reshuffle the text to read better;Jason McIntyre
2019-11-28Add manual for openssl(1) cmsKinichiro Inoguchi
2019-11-28Missing after-kill-pane option.Nicholas Marriott
2019-11-28Parse out DA features.Nicholas Marriott
2019-11-28Long lines and spacing fixes.Nicholas Marriott
2019-11-28Add xrecallocarray.Nicholas Marriott
2019-11-28Bump the escape sequence timeout to five seconds to allow for longerNicholas Marriott
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addNicholas Marriott
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.Nicholas Marriott
2019-11-28status-left and status-right need push-default also, reported by EricNicholas Marriott
2019-11-28tweak wordingDamien Miller
2019-11-27remove stray semicolon after closing brace of function;Damien Miller
2019-11-27REG_STARTEND is not portable, but it turns out we don't actually needNicholas Marriott
2019-11-27use _PATH_PROTOCOLS from netdb.h insteadTheo de Raadt
2019-11-27Initialize nfds fields of new file structures.Alexandre Ratchov
2019-11-27Revert previous commit. The channels code still uses int in many placesDarren Tucker
2019-11-27use error()+_exit() instead of fatal() to avoid running cleanupDamien Miller
2019-11-27Make channel_id u_int32_t and remove unnecessary check and cast that wereDarren Tucker
2019-11-26tweak previous;Jason McIntyre
2019-11-26Prevent divide-by zero in tcpbench(1). Found while testing iwm(4).Stefan Sperling
2019-11-26Add default # and * binding with vi(1) keys.Nicholas Marriott
2019-11-26kdump reads /etc/protocols to translate proto numbers into names; ok sthen@ g...Otto Moerbeek
2019-11-26more debugging; behind DEBUG_SKDamien Miller
2019-11-25Don't use motion flag uninitialized.Nicholas Marriott
2019-11-25Fix a warning in previous.Nicholas Marriott
2019-11-25Do not clear search marks on cursor movement with vi(1) keys, from EricNicholas Marriott
2019-11-25Add p format modifier for padding to width.Nicholas Marriott