summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-10-10Make cmdq->client_exit a tristate (-1 means "not set") so that ifNicholas Marriott
2013-10-10Restore missing key binding for %, from Chris Johnsen.Nicholas Marriott
2013-10-10First period not last for host_short, from Michael Scholz.Nicholas Marriott
2013-10-10layout-resize-pane-mouse: Consider visible panes onlyNicholas Marriott
2013-10-10Don't treat TMUX_TMPDIR as a potential fileNicholas Marriott
2013-10-10Mark flags as optional and mutually exclusive. From Tiago Cunha.Nicholas Marriott
2013-10-10No space in lsw -a targets.Nicholas Marriott
2013-10-10A couple of manpage fixes from Tiago Cunha.Nicholas Marriott
2013-10-10Trivial style and spacing nits.Nicholas Marriott
2013-10-10Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-10-10Clear window->flags when clearing winlinksNicholas Marriott
2013-10-10choose-tree: Reset top when toggling itemsNicholas Marriott
2013-10-10Renumber windows: Lookup lastw via window not indexNicholas Marriott
2013-10-10Assign mouse x/y coords before checking them. When receiving mouseNicholas Marriott
2013-10-10Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff fromNicholas Marriott
2013-10-10Add automatic-rename-format option allowing automatic rename to useNicholas Marriott
2013-10-10Allow nested format expansion.Nicholas Marriott
2013-10-10Add length limit operator for formats.Nicholas Marriott
2013-10-10Handle input mouse positions <33 (we already can generate them).Nicholas Marriott
2013-10-10Only include actual trailing spaces not unused cells with capturep -J,Nicholas Marriott
2013-10-10Allow the file descriptor received from the client to be -1.Nicholas Marriott
2013-10-10Add formats for window flags.Nicholas Marriott
2013-10-10Don't leak formats if they are added multiple times.Nicholas Marriott
2013-10-10Don't add client formats when they are NULL.Nicholas Marriott
2013-10-10Missing space in refresh-client synopsis.Nicholas Marriott
2013-10-10Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott
2013-10-10Make recalculate_sizes() handle an empty window with no activeNicholas Marriott
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd canNicholas Marriott
2013-10-10Regenerate moduliDarren Tucker
2013-10-10bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctlyDamien Miller
2013-10-10Move moduli generation to usr.bin/ssh/moduli-gen and keep track ofDarren Tucker
2013-10-10add -Q, -P and -p to usage() before jmc@ catches meDamien Miller
2013-10-09Add ability to whitelist and/or blacklist sftp protocol requests by name.Damien Miller
2013-10-08backwards compatibility is king, and will remain king, until 2038.Reyk Floeter
2013-10-08Increase the size of the Diffie-Hellman groups requested for a each symmetricDarren Tucker
2013-10-08Obtain the uptime of the running system using the new CLOCK_UPTIME,Philip Guenther
2013-10-07Printf size_t vars with %zu, not %ld;Ingo Schwarze
2013-10-07Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.Ingo Schwarze
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
2013-10-05Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze
2013-10-05Change the default for the default-path option to ~. This is a quickNicholas Marriott
2013-10-05Fix previous not to leak fd on failure, whoops.Nicholas Marriott
2013-10-05Use open(".")/fchdir() to save and restore current directory rather thanNicholas Marriott
2013-10-04Support simple numerical conditions.Ingo Schwarze
2013-10-03ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange theIngo Schwarze
2013-10-03Avoid code duplication in roff_parseln() as suggested byIngo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-10-03Support setting arbitrary roff(7) number registers,Ingo Schwarze
2013-10-03sync with NetBSDIngo Schwarze