summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-14Fix the obvious bug that with -z, every column was at least as wideIngo Schwarze
2015-11-14mutli -> multiMiod Vallat
2015-11-14The character is an int so use %x not %hhx.Nicholas Marriott
2015-11-14The private use area at U+E000 to U+F8FF is not very useful if it isNicholas Marriott
2015-11-14All these return values from utf8_* are confusing, use an enum.Nicholas Marriott
2015-11-14Rename a variable in utf8_combine for consistency and use 0xfffd forNicholas Marriott
2015-11-14Couple of assignments to remove compiler warnings.Nicholas Marriott
2015-11-14Be more strict about invalid UTF-8.Nicholas Marriott
2015-11-14Push stdout and stderr to clients more aggressively, and add an event toNicholas Marriott
2015-11-14Log more of UTF-8 input.Nicholas Marriott
2015-11-14these files document their config files too: adjust NAME accordingly;Jason McIntyre
2015-11-13Use crontab-style syslog calls in at.Todd C. Miller
2015-11-13There's no need for at.c globals to be extern.Todd C. Miller
2015-11-13Ev SHELL no longer relevant;Jason McIntyre
2015-11-13pledge tcpbench, from David Hill, tweaked the -s case.Sebastian Benoit
2015-11-13remove -d from SYNOPSIS;Jason McIntyre
2015-11-13Since rtable was hoisted to the top with setrtable, it should have noTheo de Raadt
2015-11-13move pledge(2) after setrtable(2), like in nc(1);Ingo Schwarze
2015-11-13pledge "stdio rpath wpath getpw inet tty" at startup. After openingTheo de Raadt
2015-11-13Use setrtable() for the entire process, rather than doing it for theTheo de Raadt
2015-11-13Remove support for the debug command; noone needs setsockopt SO_DEBUGTheo de Raadt
2015-11-13Delete tracefile command. Tracefiles can now only be specified atTheo de Raadt
2015-11-13remove support for !shellTheo de Raadt
2015-11-13Add a flag argument to flush() to stop it calling quit() on error, thenNicholas Marriott
2015-11-13remove skey supportTheo de Raadt
2015-11-13Log option names in fatal() for missing option.Nicholas Marriott
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