summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-02-03Fix divide by zero on small windows with main-* layouts.Nicholas Marriott
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-02-03If MACHINE_CPU != MACHINE_ARCH, pass -D__${MACHINE_CPU}__ to the preprocessor.Miod Vallat
2010-02-03Add a new default variable in Makefile context, MACHINE_CPU. Its value isMiod Vallat
2010-02-03make it clear that -iname supports globbing;Ingo Schwarze
2010-02-02make buffer_get_string_ret() really non-fatal in all cases (it wasDamien Miller
2010-02-01If redrawing line 0 of the screen onto the tty, there can't be a wrap flag onNicholas Marriott
2010-02-01Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott
2010-01-31Remove unnecessary comparison, pointed out by Tiago Cunha.Nicholas Marriott
2010-01-31Fix DPADD, from Brad.Nicholas Marriott
2010-01-30fake local addr:port when stdio fowarding as some servers (Tectia atDamien Miller
2010-01-30debug output goes to stderr, not "the system log"; ok markus dtuckerDamien Miller
2010-01-30Don't stop parsing command sequences when a command requests the client toNicholas Marriott
2010-01-30Ignore SIGHUP as well.Nicholas Marriott
2010-01-30don't mark channel as read failed if it is already closing; suppressesDamien Miller
2010-01-29kill correct channel (was killing already-dead mux channel, notDamien Miller
2010-01-29Allow sorting by command and pid. Also, allow partial matches with strncmp.Ted Unangst
2010-01-29set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.comDamien Miller
2010-01-28Typo, from Micah Cowan.Nicholas Marriott
2010-01-28downgrade an error() to a debug() - this particular case can be hit inDamien Miller
2010-01-27Actually bind the new key to e.Nicholas Marriott
2010-01-27Calculate offset correctly, fixes incorrect offset and prevents crash whenNicholas Marriott
2010-01-27Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott
2010-01-27add missing "p" flag to getopt optstring;Damien Miller
2010-01-27fix bug introduced in mux rewrite:Damien Miller
2010-01-26Actually use the copy made when no newline is found, from martynas@.Nicholas Marriott
2010-01-26-Wuninitialized and remove a // comment; from portableDamien Miller
2010-01-26rewrite ssh(1) multiplexing code to a more sensible protocol.Damien Miller
2010-01-25Hugely simplify window_copy_cursor_next_word, which was way overcomplicated.Nicholas Marriott
2010-01-25Update the selection properly after goto line or searching.Nicholas Marriott
2010-01-25Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott
2010-01-24Redraw properly when scrolling backward and the cursor is on the lastNicholas Marriott
2010-01-24- revert previous; nitems() shouldn't be used in userland (yet).Jasper Lievisse Adriaanse
2010-01-24use nitems here, no real changeTed Unangst
2010-01-23When a window is destroyed, remove all links to it from each session ratherNicholas Marriott
2010-01-23Don't leak if arguments appear multiple times, from Tiago Cunha.Nicholas Marriott
2010-01-23Use C-e and C-y for scrolling in vi mode, from Micah Cowan.Nicholas Marriott
2010-01-23It's wrong to complain about illegal -c arguments when findingIngo Schwarze
2010-01-20Don't leak line, from Tiago Cunha.Nicholas Marriott
2010-01-19Permit !, + and - to be used for window targets to specify last window (!), orNicholas Marriott
2010-01-19Unbreak tree - I missed systat's use of the old pf debug levels.Ryan Thomas McBride
2010-01-18Missing Pp, from Tiago Cunha.Nicholas Marriott
2010-01-18s/long long unsigned/unsigned long long/, from tim via portableDarren Tucker
2010-01-17Correct and clarify ssh-add's password asking behavior.Ted Unangst
2010-01-17Backport bug fix from upstream.Charles Longeau
2010-01-17While resampling, if input samples are available but outputAlexandre Ratchov
2010-01-17fix quality degradation when resamplingAlexandre Ratchov
2010-01-16don't transmit MIDI active sensing messages, because theyAlexandre Ratchov
2010-01-16when closing the device, delete its MIDI end, if it has no writers.Alexandre Ratchov
2010-01-15*** empty log message ***Alexandre Ratchov