summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-05-07Update environment when switching sessions as well as attaching, from SiNicholas Marriott
2015-05-07Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze
2015-05-07Style spacing nits.Nicholas Marriott
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-07Use a TAILQ not array for find-window.Nicholas Marriott
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.Nicholas Marriott
2015-05-07If status line is at the top, the offset needs to be adjusted whenNicholas Marriott
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutNicholas Marriott
2015-05-06Add a format window_linked which is 1 if a window has been linkedNicholas Marriott
2015-05-06Display thread IDs instead of the name of the process's owner when "-H"Martin Pieuchot
2015-05-06Turn cursor off during redraw, pointed out by George Nachman.Nicholas Marriott
2015-05-06Clarify pseudo-terminal request behaviour and use "pseudo-terminal"Darren Tucker
2015-05-06Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419Darren Tucker
2015-05-05WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer thatDarren Tucker
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.Nicholas Marriott
2015-05-04Fix clipping bug in float to fixed point conversion, causingAlexandre Ratchov
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-05-03Preserve times to nanosecond precision instead of just microsecond.Philip Guenther
2015-05-02statue [sic] day in netherlands antilles becomes kingdom day in the netherlands;Jason McIntyre
2015-05-01- king's birthday now celebrated in the netherlands; from einfach jemandJason McIntyre
2015-05-01mdoc_valid_post() may indirectly call roff_node_unlink() which mayIngo Schwarze
2015-05-01Setting the "last" member of struct roff_node was done at an extremelyIngo Schwarze
2015-05-01Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,Ingo Schwarze
2015-05-01mention that the user's shell from /etc/passwd is used for commandsDamien Miller
2015-05-01refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to betterDamien Miller
2015-05-01a couple of parse targets were missing activep checks, causing themDamien Miller
2015-05-01make handling of AuthorizedPrincipalsFile=none more consistentDamien Miller
2015-05-01remove failed remote forwards established by muliplexing from theDamien Miller
2015-05-01reduce stderr spam when using ssh -S /path/mux -O forward -R 0:...Damien Miller
2015-05-01prevent authorized_keys options picked up on public key tests withoutDamien Miller
2015-05-01Don't make parsing of authorized_keys' environment= option conditionalDamien Miller
2015-04-30update currency exchange rates;Jason McIntyre
2015-04-30Add a comment about waitpid, suggested by espie@.Nicholas Marriott
2015-04-30Tweak comment so it doesn't imply line buffering is needed (any will doNicholas Marriott
2015-04-30Add warning when user specifies -R but no files, like GNU grep.Todd C. Miller
2015-04-30use adolf, not adolph, for hitler, to keep it consistent;Jason McIntyre
2015-04-29If a block body gets broken, that's no good reason to extend theIngo Schwarze
2015-04-29Replace the kludge for the \z escape sequence by an actualIngo Schwarze
2015-04-29Do not complain when directions fail.Nicholas Marriott
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'sNicholas Marriott
2015-04-29Do not mark a block with the MDOC_BROKEN flag if it merely containsIngo Schwarze
2015-04-29When the last line of a table layout turns out to be empty, it is deleted.Ingo Schwarze
2015-04-29Improve the error message in case somebody has configured an invalid PAGER.Ingo Schwarze
2015-04-29the non braced do while made my teeth hurtTheo de Raadt
2015-04-29Change internal xrealloc() to a idiom-following xreallocarray().Theo de Raadt
2015-04-29Allow ListenAddress, Port and AddressFamily in any order. bz#68,Darren Tucker
2015-04-29Add missing #include <stdint.h> for SIZE_MAXTodd C. Miller
2015-04-29Add missing #include <stdint.h> for SIZE_MAXTodd C. Miller
2015-04-28enviroment -> environment: apologies to darren for not spotting that firstJason McIntyre