Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-31 | have the timespec arguments match in case those of time_arg; | Jason McIntyre | |
2011-08-31 | Copy description of the -t option and its argument with revised text | Philip Guenthe | |
from the touch(1) manpage after much discussion with jmc@ and miller@ | |||
2011-08-31 | Allow dired mode to open files regardless of characters in | lum | |
filename, from Henri Kemppainen. Tested, reviewed and a tweak each from Loganaden Velvindron and myself. ok jasper@ | |||
2011-08-30 | Same fix as 'touch': with the -t option, when the year is specified | Philip Guenthe | |
but the century isn't, the century is 1900 if year >= 69; otherwise it's 2000. (With 32bit time_t, this does't affect any working usage.) ok millert@ | |||
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre | |
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want) | |||
2011-08-30 | Another memory leak from Tiago Cunha. | Nicholas Marriott | |
2011-08-30 | Plug memory leak, from Tiago Cunha. | Nicholas Marriott | |
2011-08-30 | Make the code match the manpage and POSIX spec when the year is specified | Philip Guenthe | |
but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@ | |||
2011-08-29 | as requested by Tomas Bodzar, remove the reference to the non-existent | Jason McIntyre | |
mount_portal(8): although i've just gone on record to say the change is pointless, he has correctly pointed out that it leads to a dead link in the online man pages. | |||
2011-08-29 | In dired mode, make point move up and down first character | lum | |
of file name. Also add some missing keybindings. Initial diff and numerous revisions from Loganaden Velvindron, contributions from Henri Kemppainen and myself. Much testing done by Nima Hoda. ok jasper@ | |||
2011-08-28 | remove redundant final paragraph of STANDARDS: it merely repeats what has | Jason McIntyre | |
already been documented and, worse, is difficult to understand unless you know that it is tied to the previous paragraph; ok guenther | |||
2011-08-26 | tweak previous; | Jason McIntyre | |
2011-08-26 | Add initial framework for more powerful formatting of command output and | Nicholas Marriott | |
use it for list-{panes,windows,sessions}. This allows more descriptive replacements (such as #{session_name}) and conditionals. Later this will be used for status_replace and list-keys and other places. | |||
2011-08-26 | Add some missing ssh_config(5) options that can be used in ssh(1)'s | Damien Miller | |
-o argument. Patch from duclare AT guu.fi | |||
2011-08-25 | -lm is no longer needed, from Tiago Cunha. | Nicholas Marriott | |
2011-08-24 | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott | |
Plenz. | |||
2011-08-24 | Add pane-base-index option, from Ben Barbour. | Nicholas Marriott | |
2011-08-24 | Add a tty_bell wrapper function, from Dylan Alex Simon. | Nicholas Marriott | |
2011-08-23 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller | |
defines instead of using custom macros. Missed in last commit. | |||
2011-08-23 | oops! -T snuck into the wrong place... | Jason McIntyre | |
2011-08-23 | Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf. | Christiano F. Haesbaert | |
ok mcbride@ djm@ 'fine from me' jmc@ | |||
2011-08-22 | There is no need to use sqrt()/INFINITY here which simplifies the code | Nicholas Marriott | |
and makes it more portable, from Havard Eidnes. | |||
2011-08-21 | With gettimeofday() removed from the top of main(), need to call time() | Philip Guenthe | |
for the defaulting of the year to work in the -t and arg1 forms that were broken by previous change ok millert@ | |||
2011-08-20 | Fix a couple of memory leaks, from marcel partap. | Nicholas Marriott | |
2011-08-20 | (slightly) saner SEE ALSO; | Jason McIntyre | |
2011-08-20 | -make .frac and .SS more consistent (may have to revisit this) | Jason McIntyre | |
-STANDARDS tweak ok guenther | |||
2011-08-20 | event_del() a persistent event; fixes segfault seen on the server when the | Stuart Henderson | |
remote end closes and reopens a connection. From Christiano F. Haesbaert, ok claudio@ | |||
2011-08-20 | tweak some text; | Jason McIntyre | |
2011-08-20 | prettify date strings; | Jason McIntyre | |
2011-08-20 | Add nanosecond precision and support for -d option (new in POSIX 2008) | Philip Guenthe | |
ok millert@, manpage fixes jmc@ | |||
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre | |
construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo. | |||
2011-08-16 | recommit, now that release is done (handle sysv if bsd is incorrect, may | Marc Espie | |
make more extensive plans later) | |||
2011-08-16 | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott | |
Johan Commelin. | |||
2011-08-16 | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | Nicholas Marriott | |
3385651. | |||
2011-08-16 | Use key_bindings_remove for unbind-key -a to allow it to work from key | Nicholas Marriott | |
bindings. From "miaout17" SF bug 3392063. | |||
2011-08-16 | Correctly skip existing numbers when generating the name for a new | Nicholas Marriott | |
session. | |||
2011-08-16 | Make this build for hppa64. | Mark Kettenis | |
2011-08-07 | typo, fix from Laurent Gautrot | Darren Tucker | |
2011-08-03 | save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@ | Otto Moerbeek | |
2011-08-02 | typo in comment | Damien Miller | |
2011-08-02 | crank now, release later | Damien Miller | |
2011-08-02 | Add new SHA256 and SHA512 based HMAC modes from | Damien Miller | |
http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt feedback and ok markus@ | |||
2011-08-01 | prevent post-auth resource exhaustion (int overflow leading to 4GB malloc); | Markus Friedl | |
report Adam Zabrock; ok djm@, deraadt@ | |||
2011-08-01 | Change Gnu to GNU in man page (also, while here, in README and in a comment) | lum | |
ok jmc@ | |||
2011-07-31 | Actually, by merging individual patches, we are already in sync | Ingo Schwarze | |
with release 1.11.4. Correct this for release. | |||
2011-07-31 | Workaround to prevent misrendering of \*(-- as "O-" in pod2man(1)- | Ingo Schwarze | |
generated manuals; this fixes more than 500 manuals in base alone. As a real fix, .tr will be supported after unlock. OK kristaps@ to put in the workaround for now | |||
2011-07-31 | Mention that make(1) is the program using .depend files. | Ingo Schwarze | |
Useful because their format and usage is also documented there. feedback and ok jmc@ | |||
2011-07-30 | deemed unsafe by theo, will wait after 5.0 | Marc Espie | |
2011-07-30 | fix error in previous; | Jason McIntyre | |
2011-07-30 | Extend the mode-mouse option to add a third choice which means the mouse | Nicholas Marriott | |
does not enter copy mode. Patch from SF bug 3374493. In future the mode-mouse option is likely to die and be broken into several smaller options. |