summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2015-08-30Login shell can be a client flag, and move the exec code into client.c.Nicholas Marriott
2015-08-30Event base does not need to be global.Nicholas Marriott
2015-08-30Drop leading, internal, and trailing blank characters in \o (overstrike)Ingo Schwarze
2015-08-30Ignore setuid/setgid settings from a compress/gzip file; original CSRGTheo de Raadt
2015-08-30If an .Fo macro lacks its mandatory argument, don't die on an assertion.Ingo Schwarze
2015-08-30Some style nits and dead assignments.Nicholas Marriott
2015-08-29Remove some old prototypes and unused functions.Nicholas Marriott
2015-08-29If we have to reparse the text line because we spring an input line trap,Ingo Schwarze
2015-08-29struct args_entry can go into arguments.c.Nicholas Marriott