Age | Commit message (Expand) | Author |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-17 | Add error checking for COLUMNS/LINES environment variables. | Anthony J. Bentley |
2016-03-16 | notab mode is not enabled at the moment. | Mark Lumsden |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | style(9) includes | mmcc |
2016-03-16 | Wrap a macro's args in parentheses. No binary change. | mmcc |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-15 | o clean up a little whitespace and formatting | mmcc |
2016-03-15 | Replace two malloc casts that deraadt@ and I removed over the past year | mmcc |
2016-03-14 | unbreak authentication using lone certificate keys in ssh-agent: | Damien Miller |
2016-03-13 | remove an extra space before ^\ help message. | martijn |
2016-03-13 | Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrange | natano |
2016-03-12 | Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@ | Stuart Henderson |
2016-03-11 | un-un-vax; | Jason McIntyre |
2016-03-10 | sanitise characters destined for xauth | Damien Miller |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-08 | Actually enforce what was done on rev 1.11: | mestre |
2016-03-07 | refactor canohost.c: move functions that cache results closer to the | Damien Miller |
2016-03-06 | Improve display of unknown and KTR_START records | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | Sync 'archive' magic from file 5.25. Various improvements including | Stuart Henderson |
2016-03-05 | Make the fd_set* passed to FD_ISSET() non-const: the non-macro version is | Philip Guenther |
2016-03-05 | If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 | Nicholas Marriott |
2016-03-05 | safer pattern: if you're interested in one child, get THAT one, don't steal | Marc Espie |
2016-03-05 | Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. | Nicholas Marriott |
2016-03-05 | Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, | Nicholas Marriott |
2016-03-04 | fix broken list | Dmitrij Czarkoff |
2016-03-04 | fix typo | Dmitrij Czarkoff |
2016-03-04 | fix ClientAliveInterval when a time-based RekeyLimit is set; | Damien Miller |
2016-03-03 | show-* and set-* need to handle a missing target. | Nicholas Marriott |
2016-03-03 | Accept clients as sessions in cmd_find_get_session. | Nicholas Marriott |
2016-03-03 | RGB colours shouldn't be mixed up with aixterm colours, return before | Nicholas Marriott |
2016-03-02 | Improve accuracy of reported transfer speeds by waiting for the ack from | Darren Tucker |
2016-03-02 | Improve precision of progressmeter for sftp and scp by storing sub-second | Darren Tucker |
2016-03-02 | Handle wcwidth() and mbtowc() failures in better style and drop | Nicholas Marriott |
2016-03-02 | Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. | Nicholas Marriott |
2016-03-01 | Rectify line numbers for s/.// commands in ed-style diffs. | natano |
2016-03-01 | Remove some more unused variables, and use RB_FOREACH_SAFE in | Nicholas Marriott |
2016-03-01 | Redraw status on mode entry and exit. | Nicholas Marriott |
2016-03-01 | When a mouse drag is finished, fire a MouseUp key press, instead of | Nicholas Marriott |
2016-03-01 | Remove unused variables, from Michal Mazurek. | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |
2016-03-01 | Fix break-pane synopsis and some other tmux.1 bits. | Nicholas Marriott |
2016-03-01 | update currency exchange rates; | Jason McIntyre |
2016-03-01 | Update moduli file. | Darren Tucker |
2016-02-29 | Print ssize_t with %zd; ok deraadt@ mmcc@ | Jeremie Courreges-Anglas |
2016-02-28 | rearrange DH public value tests to be a little more clear | Damien Miller |
2016-02-28 | drop the support for Linux emulation; ok guenther@ visa@ | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-26 | there is no emulation "bsd", our default is "native"; ok deraadt@ millert@ | Christian Weisgerber |