summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-13ratchet pledge from the start; from Theo BuehlerTheo de Raadt
2015-11-13Two spacing and spelling nits.Nicholas Marriott
2015-11-13Add window_visible_layout which ignores zoomed panes and use it forNicholas Marriott
2015-11-13Break the message preparation bit of the main loop into its own functionNicholas Marriott
2015-11-13Call stat not lstat with -L, makes links actually be followed. ReportedNicholas Marriott
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadNicholas Marriott
2015-11-13send SSH2_MSG_UNIMPLEMENTED replies to unexpected messages duringDamien Miller
2015-11-13Support "none" as an argument for sshd_config ForceCommand andDamien Miller
2015-11-13support multiple certificates (one per line) and reading fromDamien Miller
2015-11-13list a couple more options usable in Match blocks; bz#2489Damien Miller
2015-11-12Simplify the logic in mandoc_normdate() and add some comments.Ingo Schwarze
2015-11-12Rename overly-long utf8data to ud throughout.Nicholas Marriott
2015-11-12Never use LC_ALL. On the one hand, it can cause misformatting.Ingo Schwarze
2015-11-12Use absolute paths in pathnames.h. There is no longer a need toTodd C. Miller
2015-11-12with -V argument, dont set rtable on the socket, instead set if for the wholeSebastian Benoit
2015-11-12Back out of is_optchar() removal. daniel@ was not a fan.mmcc
2015-11-12Inline is_optchar(), a helper function with only one usage.mmcc
2015-11-12Remove xfree()'s prototype. tedu@ removed its definition a few weeksmmcc
2015-11-12grid_put_utf8 is unused, remove it.Nicholas Marriott
2015-11-12Add utf8_padcstr and use it to align columns in list-keys.Nicholas Marriott
2015-11-12tweak previous; ok nicmJason McIntyre
2015-11-12Tidy utf8.c a little: build table on first use, and make utf8_width takeNicholas Marriott
2015-11-12tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client isNicholas Marriott
2015-11-12If we know the terminal outside tmux is not UTF-8, replace UTF-8 inNicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-11-12Remove the mouse_utf8_flag format as well.Nicholas Marriott
2015-11-12Support UTF-8 key bindings by expanding the key type from int toNicholas Marriott
2015-11-12Update the dired mode comments.Mark Lumsden
2015-11-12Default history-file should be "" not NULL, from Greg Onufe.Nicholas Marriott
2015-11-12Cast three ctype functions' arguments to unsigned char and simplify ammcc
2015-11-12Remove chardef[] and just use isprint/iscntrl directly, ok teduNicholas Marriott
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysNicholas Marriott
2015-11-11at already uses O_EXCL when creating files so there's no need toTodd C. Miller
2015-11-11Switch back to C versions of true/false. I do not accept any of theTheo de Raadt
2015-11-11Use warn/warnx here too.Todd C. Miller
2015-11-11Remove bogus DST code. mktime() handles DST automatically whenTodd C. Miller
2015-11-11Use warn/warnx where sensible and add fatal/fatalx wrappers forTodd C. Miller
2015-11-11needs pledge "getpw" alsoTheo de Raadt
2015-11-11Use fstatat(), openat() and unlinkat() when operating on files inTodd C. Miller
2015-11-11pledge "stdio rpath wpath cpath fattr proc exec tty" seems to work.Theo de Raadt
2015-11-11Clear the mini buffer once a question has been displayed. ok jasper@Mark Lumsden
2015-11-11improve PEEK/POKE macros: better casts, don't multiply evaluateDamien Miller
2015-11-11exit if pledge failsTheo de Raadt
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-11-11remove prototypes for long-gone s/key support; ok dtucker@Damien Miller
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-11-10If realpath() fails just try the original path.Nicholas Marriott
2015-11-10Handle absolute paths properly, and don't use resolved path inNicholas Marriott
2015-11-10With -H, do not overrun your static buffer on files longer than 4 kB.Ingo Schwarze
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther