summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-09-09mg doesn't support 'dired-do-delete'. Change description to theMark Lumsden
2015-09-09fix a mistake in the predefined string passed to -width (it isIgor Sobrado
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
2015-09-09No need to keep global options around for client which doesn't use them.Nicholas Marriott
2015-09-09openssh_RSA_verify return type is int, so don't make it size_t withinDamien Miller
2015-09-08Netcat could hang during write(2) although poll(2) reports that theAlexander Bluhm
2015-09-07put back an El macro, wrongly zapped in previous;Jason McIntyre
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-09-07add missing file system path (.Pa) macros.Igor Sobrado
2015-09-05When rand() was made fully random, the return value of srand() wasTheo de Raadt
2015-09-05In the last commit, the man-page change was committed by mistake,Alexandre Ratchov
2015-09-05typos in comments: xfree -> freeAlexandre Ratchov
2015-09-05Avoid unintended problems with operator precedence when doing anJonathan Gray
2015-09-05Add brackets to clarify assignments that are the result of a test operator.Jonathan Gray
2015-09-05Avoid unintended problems with operator precedence when doing anJonathan Gray
2015-09-04Fill mode changes don't break next-line scope in all cases,Ingo Schwarze
2015-09-04Change wait-for to work when the signal comes before the wait, also useNicholas Marriott
2015-09-04Plug minor memory leaks when options are used more than once. bz#2182,Darren Tucker
2015-09-04Fix mbuf memory accounting after recent *8 pool size change.Martin Pieuchot
2015-09-04full stop belongs outside the brackets, not inside;Jason McIntyre
2015-09-04add a debug2() right before DNS resolution; it's a place whereDamien Miller
2015-09-04correct function name in error messagesDamien Miller
2015-09-04better document ExitOnForwardFailure; bz#2444, ok dtucker@Damien Miller
2015-09-04don't record hostbased authentication hostkeys as user keysDamien Miller
2015-09-04remove extra newline in nethack-mode hostkey;Damien Miller
2015-09-03synchronize synopsis and usage.Igor Sobrado
2015-09-03append the year Zilog Z-80 8-bit microprocessor was introduced;Igor Sobrado
2015-09-03replace permfail calls with errc. the permfail calls had been retained forTed Unangst
2015-09-03A couple of style nits.Nicholas Marriott
2015-09-03reorg code, preliminary step to more cleanupMarc Espie
2015-09-02Log pane which received input data.Nicholas Marriott
2015-09-02A one line helper function is a little silly.Nicholas Marriott
2015-09-02We no longer need the terminal service class, so don't bother asking for it.Nicholas Marriott
2015-09-02Fix indentation of grid_string_cells_fg.Nicholas Marriott
2015-09-02Fix occurrences of "r = func() != 0" which result in the wrong errorJonathan Gray
2015-09-01Tweak some error messages/comments.Nicholas Marriott
2015-09-01Log the whole new input buffer once rather than each byte.Nicholas Marriott
2015-09-01Pass logging through vis(3).Nicholas Marriott
2015-09-01Fix a spelling error, sesson -> session.Nicholas Marriott
2015-09-01increment the line number after the line continuation; ok teduMike Belopuhov
2015-09-01only need to restrict exec path if the rule specifies a command.Ted Unangst
2015-09-01Remove dead_clients which is no longer used.Nicholas Marriott
2015-09-01Work out config file when needed not at startup.Nicholas Marriott
2015-09-01Move initial conf load into cfg.c.Nicholas Marriott
2015-09-01All the cmd_*_entry declarations do not need to be in tmux.h.Nicholas Marriott
2015-09-01update currency exchange rates;Jason McIntyre
2015-08-31calculate screen size way earlier, this will provide some opportunitiesTheo de Raadt
2015-08-31indent is 8 not 4Marc Espie
2015-08-31wrong index in error messageMarc Espie
2015-08-30Path from $TMUX does not need to be global anymore.Nicholas Marriott