summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-24Switch a fprintf to a fatal, and wrap some long lines.Nicholas Marriott
2015-11-24Remove the -I part of show-messages which isn't really that useful; theNicholas Marriott
2015-11-24All kill-session -C to clear alerts in all windows, suggested by AaronNicholas Marriott
2015-11-24Log some system and libevent information at startup.Nicholas Marriott
2015-11-24Show libevent version in showmsgs -I.Nicholas Marriott
2015-11-24Make the log stuff a bit tidier with some helper functions.Nicholas Marriott
2015-11-24Fix usage of detach-client.Nicholas Marriott
2015-11-24fix an error in the text; from donald allenJason McIntyre
2015-11-24Update the other documentation to match the new filec default.Anthony J. Bentley
2015-11-24remove unused test when handling of -U optionAlexandre Ratchov
2015-11-24Turn on filename tab completion in vi by default.Anthony J. Bentley
2015-11-24Don't allow options in table without scope set.Nicholas Marriott
2015-11-24Don't support repeated connections - avoids pledge problemsBob Beck
2015-11-24missing pledge "getpw"Theo de Raadt
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mouseNicholas Marriott
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,Nicholas Marriott
2015-11-23define port_log even without -DDEBUGAlexandre Ratchov
2015-11-23Update less(1) and lesskey(1) manuals for LESSCHARSET removaltb
2015-11-23Remove unused -M option (2+ years get used to it is enough)Alexandre Ratchov
2015-11-23If the clock is ticking because of a MMC start message, then stopAlexandre Ratchov
2015-11-23Remove bug-less email address. From Michael Reed, thanks!tb
2015-11-23Save and restore umask when creating /tmp/aucat/ to ensure theAlexandre Ratchov
2015-11-23use device numbers stored in the dev structure rather thanAlexandre Ratchov
2015-11-23- fix printing of non-ascii chars in error messageOtto Moerbeek
2015-11-23Insert new ports at the head of the list and stop assuming itsAlexandre Ratchov
2015-11-23Don't shadow a function argument.Nicholas Marriott
2015-11-23Most of these functions can be static.Nicholas Marriott
2015-11-23Missing prototype.Nicholas Marriott
2015-11-23A couple more prototypes without arguments.Nicholas Marriott
2015-11-23Just use the default CDIAGFLAGS rather than defining our own.Nicholas Marriott
2015-11-23Fix function type arguments.Nicholas Marriott
2015-11-23$OpenBSD$Nicholas Marriott
2015-11-23Remove cscope references in documentation.Anthony J. Bentley
2015-11-23less builds its programs one level lower, so we need a Makefile.inc hereTed Unangst
2015-11-23calling ioctl() requires include sys/ioctl.hTed Unangst
2015-11-23rename variable 'sun' to allow building on SolarisBrent Cook
2015-11-22remove the init files that we don't build. if they are ever needed forTed Unangst
2015-11-22return to size_t typedef for yy_size_t.Ted Unangst
2015-11-22Don't leak extddata, memset after freeing it, not before. From PatrickNicholas Marriott
2015-11-22Add getpw to pledge, makes tmux work in YP environments, discovered byNicholas Marriott
2015-11-22If display-time is set to 0, show status messages until a key is pressed;Tim van der Molen
2015-11-22Disallow multiple -L options and remove the constraint -U toAlexandre Ratchov
2015-11-22save port number if port structureAlexandre Ratchov
2015-11-21remove mlinks for aliases: ntalkd, mfs, updatedbJason McIntyre
2015-11-21In pledge(), put "dns" right after "inet".Jeremie Courreges-Anglas
2015-11-21Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.Jeremie Courreges-Anglas
2015-11-21better fixes for running tail without -f. from Martijn van DurenTed Unangst
2015-11-21remove fancy null check function in favor of checking for null.Ted Unangst
2015-11-21change type of yy_size_t back to int for now. we have some prebuiltTed Unangst
2015-11-21add "getpw" promise to calendar(1) (in doall case only)Sebastien Marie