Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok damien@ | |||
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok damien@ | |||
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok mglocker@ | |||
2009-07-10 | Don't send initialisation strings is1/2/3 (barely anything else does) and move | Nicholas Marriott | |
smcup to the first and rmcup to the last sequences output to the terminal. This allows tmux to use the alternate screen (smcup/rmcup) when available. | |||
2009-07-10 | billenium was in september, apparently; | Jason McIntyre | |
from Mikolaj Kucharski | |||
2009-07-10 | Add a default-terminal option to set the starting value of $TERM in new | Nicholas Marriott | |
windows. This is "screen" by default and must be either that or something closely related. This does makes it easier to customise it if necessary. | |||
2009-07-10 | Document display-time option which seems to have been missed. | Nicholas Marriott | |
2009-07-10 | We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) to | Theo de Raadt | |
decide to talk-back. Sigh. | |||
2009-07-10 | support onsemi's cat34ts02 and cat6095; ok deraadt | Constantine A. Murenin | |
2009-07-10 | the temperature value is really a 13-bit 2's complement; ok deraadt | Constantine A. Murenin | |
2009-07-10 | fix the mask for the sign bit and some comment; ok deraadt | Constantine A. Murenin | |
2009-07-09 | repair -x | Henning Brauer | |
since all this stuff is transactional now we need to wrap that into DIOCXBEGIN/COMMIT. bad henning forgot to commit this chunk at c2k9 | |||
2009-07-09 | The cd install method is called cd, not cdrom. This gets told to the | Theo de Raadt | |
back end, which feeds it back to us next time, and since we don't know what it means... we ignore it. That is dumb. | |||
2009-07-09 | When the terminal size is reduced horizontally, don't truncate lines to the new | Nicholas Marriott | |
width, so that if the same lines are later increased in size the content reappears. | |||
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson | |
which is exactly what the macro does. Macro's that are nothing more then: #define FUNCTION(arg) function(arg) are almost always pointless and should go away. OK blambert@ Agreed by many. | |||
2009-07-09 | regen | Jonathan Gray | |
2009-07-09 | Intel 55[02]0 and Matrox G200eW | Jonathan Gray | |
2009-07-09 | Be sure we don't hit a NULL deref. Pointed out by | Marcus Glocker | |
remco at d-compu dot dyndns dot org. OK marco@ | |||
2009-07-09 | Cursor up and down should be limited by the scroll region (cuu should stop at | Nicholas Marriott | |
the scroll region top if starting from below it and cud stop at the bottom if starting from above). Fixes another vttest test. | |||
2009-07-09 | disable the 3c990 firmware because the media is just slightly over-full, | Theo de Raadt | |
and people on i386 with large dmesg who answer just the right set of questions run the ramdisk out of space. | |||
2009-07-09 | New command, if-shell (alias if). Executes the tmux command in the second | Nicholas Marriott | |
argument if the shell command in the first succeeds, for example: if "[ -e ~/.tmux.conf.alt ]" "source .tmux.conf.alt" Written by Tiago Cunha, many thanks. | |||
2009-07-09 | Stop in the right place so all the lines selected are copied. Reported by Kalle | Nicholas Marriott | |
Olavi Niemitalo, thanks. | |||
2009-07-09 | Use MAXTTL instead of the hardcoded value. | Michele Marchetto | |
2009-07-09 | Remove commented variable. | Michele Marchetto | |
2009-07-09 | promote correct style for error checking | Eric Faurot | |
ok tedu@ deraadt@ krw@ | |||
2009-07-09 | Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge ↵ | Nicholas Marriott | |
dot net. | |||
2009-07-09 | Change inserting and deleting lines inside the scroll region to properly clear | Nicholas Marriott | |
lines that should be inserted/deleted but not moved. Fixes problems with mutt reported by Brian Lewis, thanks. | |||
2009-07-09 | unsigned -> unsigned int | Bret Lambert | |
ok claudio@, henning@ | |||
2009-07-09 | Tidy by removing unused argument from grid_view_{insert,delete}_line_region | Nicholas Marriott | |
functions (currently don't fully work, this is to make fix easier). | |||
2009-07-08 | revert MCLGETI for sk(4) for now. commit requested by deraadt@ | Stuart Henderson | |
2009-07-08 | Detect nexthop change. | Michele Marchetto | |
React installing the label associated with the new nexthop in the kernel routing table. ok claudio@ | |||
2009-07-08 | correct kvm_getfile2 error string | Todd C. Miller | |
2009-07-08 | Fix two memory leaks when assigning shell variables in configuration | Nicholas Marriott | |
file/command prompt. From Tiago Cunha. | |||
2009-07-08 | Add POSIX-compliant fuser mode to fstat. Originally based on | Todd C. Miller | |
a diff from Peter Werner but largely rewritten to use kinfo_file2. OK deraadt@ with man fixes from jmc@ and sobrado@ | |||
2009-07-08 | Add the same routing domain assignments and checks into the not so used | Claudio Jeker | |
protocols as it is currently in if_ethersubr.c. OK reyk@ | |||
2009-07-08 | remove redundant comment. | Thordur I. Bjornsson | |
OK blambert@ | |||
2009-07-08 | Fix memory leak in sarch filter parsing code. | Bret Lambert | |
ok pyr@ | |||
2009-07-08 | When reinitialising the screen, do not omit to clear the last line. | Nicholas Marriott | |
2009-07-08 | Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, | Nicholas Marriott | |
and some people may use shells which do not support it. Instead, make an empty default-command option mean a login shell, and fork it with a - in argv[0] which is the method used by login(1). Also fix the automatic-rename code to handle this correctly and to strip a leading - if present. | |||
2009-07-08 | sync to 1.7.23: fixed const-nesses | Ingo Schwarze | |
2009-07-08 | sync to 1.7.21: unified escape sequence validation for mdoc and man | Ingo Schwarze | |
checking is still incomplete, but a bit better, in particular for man now in sync with 1.7.22: the only 1.7.22 diff was already in | |||
2009-07-07 | Don't let ambiguous commands override an exact alias match: eg if commands | Nicholas Marriott | |
"abc-1", "abc-2", "abc-3" exist and "abc-3" has the alias "abc", "tmux abc" should execute abc-3, not complain about the command being ambiguous. Not a problem at the moment but will be soon. | |||
2009-07-07 | Forgot to commit this while adding all the RTM_VERSION checks. Reminded by | Claudio Jeker | |
sthen@ who also tested it. OK henning@ sthen@ | |||
2009-07-07 | Rename the global options variables to be shorter and to make session options | Nicholas Marriott | |
clear. No functional change, getting this out of the way to make later options changes easier. | |||
2009-07-07 | Handle empty or unset TERM correctly; also fix a fatal() message while here. | Nicholas Marriott | |
2009-07-07 | When sending a "protocol mismatch" error message, tell the client to exit | Nicholas Marriott | |
afterwards, otherwise it hangs. | |||
2009-07-07 | Make ripd(8) aware of MPLS routes. | Michele Marchetto | |
ok claudio@ | |||
2009-07-07 | When adding or changing a MPLS route, add RTF_MPLS flag to | Michele Marchetto | |
routing message. We can then rely on that flag to spot out MPLS routes coming from routing socket. ok claudio@ | |||
2009-07-07 | ..couldn't resist.. | Jasper Lievisse Adriaanse | |
2009-07-07 | The fix for default-path (use target session options instead of global options) | Nicholas Marriott | |
is required here as well, doh. |