summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-06-06Much faster (and smaller) method of mapping RGB colour to an xterm(1)Nicholas Marriott
2016-06-06Cache selected state so that cells going from selected to unselected are notNicholas Marriott
2016-06-06Insert new panes after the pane being split in the list rather thanNicholas Marriott
2016-06-06Allow #[] in window-status-separator.Nicholas Marriott
2016-06-06it's typedef, not typdef.Tobias Ulmer
2016-06-05In netstat, display correct counter for 'no basic MCS set' error.Stefan Sperling
2016-06-05spelling fix;Jason McIntyre
2016-06-05add a doas.conf setenv directive that allows setting environmentDamien Miller
2016-06-03tweak previous;Jason McIntyre
2016-06-03Allow ExitOnForwardFailure and ClearAllForwardings to be overridden whenDarren Tucker
2016-06-03Move the host and port used by ssh -W into the Options struct.Darren Tucker
2016-06-02allow printing timestamps relative to beginnging of trace, -RT. ok bennoTed Unangst
2016-06-02remove forgotten debug printfsAlexandre Ratchov
2016-06-02set exit status to 1 if -n is used without -i and -oAlexandre Ratchov
2016-06-02Let netcat support the use of service names instead of port numbers.Bob Beck
2016-06-01instead of using the makefile to override ancient defaults in the code,Ted Unangst
2016-06-01update currency exchange rates;Jason McIntyre
2016-06-01Check min and max sizes sent by the client against what we support beforeDarren Tucker
2016-05-31Ensure that the client's proposed DH-GEX max value is at least as bigDarren Tucker
2016-05-31Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove theAlexandre Ratchov
2016-05-31To store MMC position, use samples (at device rate) as time unitsAlexandre Ratchov
2016-05-30Backout rev. 1.43 for now.Ingo Schwarze
2016-05-30Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a beginMartijn van Duren
2016-05-30Even when only writing an unescaped character, the dst buffer may need toIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-30Cache the window styles and do not look up the window-style optionsNicholas Marriott
2016-05-30Do not draw character to screen if it has not changed, and do not saveNicholas Marriott
2016-05-30Send two cub1 instead of using cub for moving the cursor two left. ThisNicholas Marriott
2016-05-29Eat all blanks between the VARIABLE keywords and the definition,Todd C. Miller
2016-05-28Fix pledge violation with -P s used and we need to supply a passwordBob Beck
2016-05-28Fix nc -verbose mode when used on a unix domain socket.Bob Beck
2016-05-28Test if stdin is a terminal before resetting the tty state.Martijn van Duren
2016-05-28repair braces. from ilya.kaliman/gsoares/natanoTed Unangst
2016-05-28Simplify search form: minus two visible control elements, minusIngo Schwarze
2016-05-28Fix file block size rounding and ensure it's large enough to store aAlexandre Ratchov
2016-05-27Padding cell is always the same so use a static.Nicholas Marriott
2016-05-27Break the save-last-cell code into a separate function (so it can beNicholas Marriott
2016-05-27Most of the utf8_data is fixed so simplify utf8_set to use a memcpy.Nicholas Marriott
2016-05-27Use getprogname() instead of __progname to make portability easier.Nicholas Marriott
2016-05-27When resampling, use the exact resampling factor instead of the ratioAlexandre Ratchov
2016-05-27Flush rec buffer if there's less than one block space left and refillAlexandre Ratchov
2016-05-27Simplify slot_fill() and slot_flush(). No behaviour changeAlexandre Ratchov
2016-05-27Make resamp_do() get the exact number input and output samples andAlexandre Ratchov
2016-05-27Per the libtls man page, tls_init() must be called prior to any otherJoel Sing
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.Martijn van Duren
2016-05-26Use "cc -E" instead of "cpp". OK deraadt@ natano@Todd C. Miller
2016-05-26Extend 0x1234 keys form to more bits so that Unicode keys work.Nicholas Marriott
2016-05-26Just nuke environ instead of trying to unsetenv everything because thatNicholas Marriott
2016-05-26Make format conversion routines return the number of framesAlexandre Ratchov
2016-05-25To prevent screwing up terminal settings when printing to theIngo Schwarze