Age | Commit message (Expand) | Author |
2016-08-03 | A couple of "a->blah == a->blah" -> "a->blah == b->blah". | Kenneth R Westerback |
2016-08-03 | Remove the periodic timer and do rescheduling during Rx completion | Mike Belopuhov |
2016-08-03 | Use an atomic operation to clear pending event bits | Mike Belopuhov |
2016-08-03 | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to | Kenneth R Westerback |
2016-08-03 | Simplify the way we handle TLB flushes. Since ARMv7 effectively has a | Mark Kettenis |
2016-08-03 | We only replace the first %%, not multiple (use %2 for second). | Nicholas Marriott |
2016-08-03 | Fix minimum size when pane status line is enabled, reported by Y Petremann. | Nicholas Marriott |
2016-08-03 | The ARMv7 architecture deprecates the separate Instruction and Data TLB | Mark Kettenis |
2016-08-03 | shorten the openssl dhparam text; | Jason McIntyre |
2016-08-03 | small refactor of cipher.c: make ciphercontext opaque to callers | Damien Miller |
2016-08-03 | Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret: | Darren Tucker |
2016-08-02 | Fix the begin of word bug in s-command, similar to sed. | Martijn van Duren |
2016-08-02 | Move to libevent; ok florian@ | Jeremie Courreges-Anglas |
2016-08-02 | Ensure that "lim" is initialized and reset at each loop run. | Jeremie Courreges-Anglas |
2016-08-02 | Ignore the -bindir option, meaningless on OpenBSD. | Jeremie Courreges-Anglas |
2016-08-02 | Allow specifying an alternate socket path. | Jeremie Courreges-Anglas |
2016-08-02 | capitalize a question like all the others | Joshua Stein |
2016-08-02 | Revert previous since it adds new symbols. | Joel Sing |
2016-08-01 | whitespace and 80 columns, no binary change | Sebastian Benoit |
2016-08-01 | sync http.h with relayd | Sebastian Benoit |
2016-08-01 | rfc 7230 3.3.3 says: response with a status code of 1xx | Sebastian Benoit |
2016-08-01 | Looks like patrick@ committed an older version of the diff. Fix this, and | Mark Kettenis |
2016-08-01 | Repair makewhatis -t, sorry for breaking it in the previous commit. | Ingo Schwarze |
2016-08-01 | Allow a bel character in wall. This was missed when migrating away from | Martijn van Duren |
2016-08-01 | Remove vi's "directory" option and TMPDIR support. | Anthony J. Bentley |
2016-08-01 | the default smtpd setup does not require newaliases be run; | Jason McIntyre |
2016-08-01 | Bump TLS_API for addition of ALPN support. | Joel Sing |
2016-08-01 | Add ALPN support to libtls. | Joel Sing |
2016-08-01 | zap unused var | Jeremie Courreges-Anglas |
2016-08-01 | Make sure variables are initialized before using them | Stefan Kempf |
2016-08-01 | Do not pass VM name directly to setproctitle format string. | Stefan Kempf |
2016-08-01 | bring the light of ansi to a few more files | Ted Unangst |
2016-08-01 | Don't forget to destroy the taskqueue on interrupt disestablish | Mike Belopuhov |
2016-08-01 | Implement an FDT-aware interrupt establish API. This means the drivers | Patrick Wildt |
2016-08-01 | Mark shared producer and consumer indices volatile | Mike Belopuhov |
2016-08-01 | document the new file format | Ingo Schwarze |
2016-08-01 | Set SDEV_UMASS on all umass devices, even when they use ATAPI or | Kenneth R Westerback |
2016-08-01 | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze |
2016-08-01 | shorten the openssl dgst text; in particular, do not try to | Jason McIntyre |
2016-08-01 | update currency exchange rates; | Jason McIntyre |
2016-08-01 | document default for DISTDIR | Marc Espie |
2016-07-31 | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze |
2016-07-31 | Remove devmap stuff which is unused on armv7. | Mark Kettenis |
2016-07-31 | According to te armv7 ARM TLB entries that caused a Permission fault might | Mark Kettenis |
2016-07-31 | Close /dev/hotplug on exec(). Otherwise a restart of the daemon may | Martin Natano |
2016-07-31 | bump for LibreSSL 2.5.x | Brent Cook |
2016-07-31 | Rename the route socket to a more useful name. | Jeremie Courreges-Anglas |
2016-07-31 | Turn two global variables into variables local to main. | Jeremie Courreges-Anglas |
2016-07-31 | Duplicated decls | Jeremie Courreges-Anglas |
2016-07-31 | Ask for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May prove | Kenneth R Westerback |