Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-22 | Display -t argument to new-session, from Tiago Cunha. | Nicholas Marriott | |
2010-02-21 | `-q' is an output option, hence it is mutually exclusive. | Igor Sobrado | |
ok jmc@ | |||
2010-02-21 | dlclose() call should also be #ifdef HAVE_DLOPEN | Theo de Raadt | |
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl | |
2010-02-19 | gcc2 requires decls before code | Theo de Raadt | |
2010-02-19 | have_arg matches buf so it is no longer necessary, spotted by Tim van der | Nicholas Marriott | |
Molen. | |||
2010-02-19 | copy mode uses the real screen as backing and if it is updated while copying, | Nicholas Marriott | |
strange things can happen. So, freeze reading from the pty while in copy mode. | |||
2010-02-18 | Our groff does not handle all cases of nested displays properly, so | Ingo Schwarze | |
resolve the contradiction in the manual whether it's allowed or not in favour of "not allowed" for now, shelving my diff to support nested displays in mandoc(1) for later consideration. Found by and unbreaking the build with mandoc(1). Feedback and OK jmc@ | |||
2010-02-18 | sync to release 1.9.15: | Ingo Schwarze | |
* corrected .Vt handling (spotted by Joerg Sonnenberger) * corrected .Xr argument handling (based on my patch) * removed \\ escape sequence (because it is for low-level roff only) * warn about trailing whitespace (suggested by jmc@) * -Txhtml support * and some general cleanup and doc improvements | |||
2010-02-17 | Make next-word stop at beginning of word even if it is at the start of the | Nicholas Marriott | |
line, from Micah Cowan. | |||
2010-02-17 | Man page additions/improvements, thanks to Robin Lee Powell. | Nicholas Marriott | |
2010-02-17 | Don't strip add newline if only copying part of wrapped line. Problem spotted | Nicholas Marriott | |
by and fix from Micah Cowan. | |||
2010-02-14 | "the the" | Jason McIntyre | |
2010-02-13 | Update to sudo 1.7.2p3 | Todd C. Miller | |
2010-02-13 | convert midiplay to sndio(7) so it can be used with soft synths, for | Alexandre Ratchov | |
instance. Now, the -f option sets the MIDI device (instead of the sequencer(4) device). The -d and -l options were removed. | |||
2010-02-11 | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott | |
from Micah Cowan. | |||
2010-02-11 | correct comment | Damien Miller | |
2010-02-11 | libarary -> library; | Jason McIntyre | |
2010-02-10 | pkcs#11 is no longer optional; improve wording; ok jmc@ | Markus Friedl | |
2010-02-10 | Clarify default status-right, from Seth Wright. | Nicholas Marriott | |
2010-02-09 | enable PKCS#11 code; ok djm | Markus Friedl | |
2010-02-09 | fix whitespace; from jmc@ | Markus Friedl | |
2010-02-09 | add manpage; ok djm@ | Markus Friedl | |
2010-02-09 | unbreak ChrootDirectory+internal-sftp by skipping check for executable shell | Damien Miller | |
when chrooting; reported by danh AT wzrd.com; ok dtucker@ | |||
2010-02-09 | constify the arguments to buffer_len, buffer_ptr and buffer_dump | Damien Miller | |
2010-02-09 | fix -Wall | Damien Miller | |
2010-02-09 | fallout from PKCS#11: unbreak -D | Damien Miller | |
2010-02-08 | tweak previous; ok markus | Jason McIntyre | |
2010-02-08 | obsolete | Markus Friedl | |
2010-02-08 | remove scard | Markus Friedl | |
2010-02-08 | remove obsole scard code | Markus Friedl | |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev | |||
2010-02-08 | Add an option to disable the smcup/rmcup alternate screen behaviour inside | Nicholas Marriott | |
tmux. From clemens fischer. | |||
2010-02-07 | next-layout is bound to Space not C-Space. | Nicholas Marriott | |
2010-02-07 | Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp. | Nicholas Marriott | |
Tested/briefly read by mk@, blambert@. | |||
2010-02-06 | Use the array.h code for the causes list. | Nicholas Marriott | |
2010-02-06 | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott | |
command. | |||
2010-02-06 | Change nested check to compare server socket path rather than just assuming | Nicholas Marriott | |
that if $TMUX is set it is nested. From Micah Cowan. | |||
2010-02-06 | Clean up $TMUX parsing, from Micah Cowan, tweaked by me. | Nicholas Marriott | |
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott | |
2010-02-06 | Instead of bailing out on the first configuration file error, carry on, | Nicholas Marriott | |
collecting all the errors, then start with the active window in more mode displaying them. | |||
2010-02-05 | Header_lines always has the same value as y_procs; so zap the former; | Otto Moerbeek | |
from Mark Lumsden. | |||
2010-02-04 | xargs -I and -L are XPG4, not POSIX; ok jmc@ | Ingo Schwarze | |
2010-02-04 | vi-style B, W and E keys in copy mode to navigate between words treating only | Nicholas Marriott | |
spaces as word separators. Also add . to the list of word separators for standard word navigation. From Micah Cowan, tweaked slightly by me. | |||
2010-02-04 | Read the path from $TMUX if it is present and -L and -S are not given. Based on | Nicholas Marriott | |
a diff from Micah Cowan. | |||
2010-02-04 | Option to display the active pane in a different colour with the display-panes | Nicholas Marriott | |
command. From Paul Hoffman, thanks. | |||
2010-02-04 | MACHINE_CPU here too; | Jason McIntyre | |
2010-02-03 | Fix divide by zero on small windows with main-* layouts. | Nicholas Marriott | |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat | |
files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | |||
2010-02-03 | If MACHINE_CPU != MACHINE_ARCH, pass -D__${MACHINE_CPU}__ to the preprocessor. | Miod Vallat | |
ok kettenis@ |