Age | Commit message (Expand) | Author |
2016-03-21 | Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s. | Alexander Bluhm |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2016-03-21 | Handle kbind()'s third argument correctly | Philip Guenther |
2016-03-20 | whitespace: remove a space before a tab and a trailing tab. | tb |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-20 | LOCALE_CHARSETS has been unused for some time now | Jeremie Courreges-Anglas |
2016-03-19 | By issuing :e +something in vi(1) this uncovers a backwards memcpy with the | mestre |
2016-03-19 | if -a is specified, allow "dns" in pledge requests. | Theo de Raadt |
2016-03-18 | double word; | Jason McIntyre |
2016-03-18 | Make scrolling behaviour more sensible and maintain cursor position, as | Nicholas Marriott |
2016-03-18 | Make the SCRIPT_NAME logic simpler, safer, and make it actually work; | Ingo Schwarze |
2016-03-18 | Instead of reusing MouseUp at the finish of a drag, add a new key | Nicholas Marriott |
2016-03-18 | document short URIs | Ingo Schwarze |
2016-03-17 | make man(1) mode the default rather than apropos(1) mode | Ingo Schwarze |
2016-03-17 | Show modes for buffers more clearly. ok jasper@ | Mark Lumsden |
2016-03-17 | support short URIs for man.openbsd.org | Ingo Schwarze |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-17 | UseDNS affects ssh hostname processing in authorized_keys, not | Damien Miller |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
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 |