Age | Commit message (Expand) | Author |
2011-06-05 | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott |
2011-06-05 | Get rid of the layout string code which tries to walk through the layout | Nicholas Marriott |
2011-06-04 | explain IdentifyFile's semantics a little better, prompted by bz#1898 | Damien Miller |
2011-06-03 | Allow device encoding to be set if -u is also used. Useful to degrade | Alexandre Ratchov |
2011-06-03 | factor tests for f->opt->join flag, no behaviour change | Alexandre Ratchov |
2011-06-03 | Clarify that the ratio between sample rate and block size | Alexandre Ratchov |
2011-06-03 | Reorganize the way command line options are parsed and stored. | Alexandre Ratchov |
2011-06-03 | add missing header, needed by the use of struct tm | Charles Longeau |
2011-06-03 | update EXAMPLES to use "-joff", since "-jon" is the default | Alexandre Ratchov |
2011-06-03 | protect errno from damage in the signal handler | Theo de Raadt |
2011-06-03 | Make ^D behave: dont't echo it and make it work if the cursor is at | Otto Moerbeek |
2011-06-03 | Check current parent process ID against saved one to determine if the parent | Darren Tucker |
2011-06-03 | bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg | Damien Miller |
2011-06-02 | If there are no descriptors to poll, just sleep until SIGALRM | Alexandre Ratchov |
2011-06-02 | close midi control ports and thru boxes only when there are no | Alexandre Ratchov |
2011-06-02 | don't exit from the main loop if there are pending time outs. | Alexandre Ratchov |
2011-06-02 | Change ktr_retval to a register_t so that we can see the full 64-bits | Theo de Raadt |
2011-06-02 | Revert previous; changes linking order for pkg-config --libs, breaking X on VAX. | Stuart Henderson |
2011-06-01 | - avoid YY_FLUSH_BUFFER: it is not signal safe and it does not work as intended | Otto Moerbeek |
2011-05-31 | Minor fixes by kristaps@, based on issues reported by jmc@. | Ingo Schwarze |
2011-05-31 | Lint didn't take into account padding of LDOUBLE, LDCOMPLEX, | Martynas Venckus |
2011-05-31 | Warn on empty non-compound selection statements, such as "if (foo);". | Martynas Venckus |
2011-05-31 | Make tt_domain = 3 (complex), not 1 (real) for the complex types | Martynas Venckus |
2011-05-30 | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott |
2011-05-30 | Typos: "in in", "prototyp". | Martynas Venckus |
2011-05-29 | Fix more regressions introduced in 1.11.3: | Ingo Schwarze |
2011-05-29 | Fix two regressions introduced in 1.11.3: | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-05-26 | tweak previous; | Jason McIntyre |
2011-05-26 | slightly clarify -v option description | Alexandre Ratchov |
2011-05-26 | make clipping less ugly, from Sviatoslav Chagaev | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2011-05-26 | Trim another useless if statement, from Ailin Nemui. | Nicholas Marriott |
2011-05-25 | Memory leak in error path, from Tiago Cunha. | Nicholas Marriott |
2011-05-25 | Nuke a redundant if statement, from Tiago Cunha. | Nicholas Marriott |
2011-05-25 | add one more signal block for handling '_intmp' (the list of files scheduled | Theo de Raadt |
2011-05-25 | memoize handle_config; is not a slow routine per se, but we spend | Jasper Lievisse Adriaanse |
2011-05-24 | Remove undocumented legacy options UserKnownHostsFile2 and | Damien Miller |
2011-05-23 | read in key comments for v.2 keys (though note that these are not | Damien Miller |
2011-05-23 | tweak previous; ok djm | Jason McIntyre |
2011-05-23 | postion -> position; | Jason McIntyre |
2011-05-23 | remove extra newline | Damien Miller |
2011-05-23 | make secure_filename() spam debug logs less | Damien Miller |
2011-05-23 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | Damien Miller |
2011-05-21 | tweak the TERMINFO section; ok nicm | Jason McIntyre |
2011-05-20 | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott |
2011-05-20 | Remove a silly XXX for a bit of code that is only used once - no value | Nicholas Marriott |
2011-05-20 | Remove a bunch of unused functions, from Michael W Bombardieri. | Nicholas Marriott |
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott |
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott |