Age | Commit message (Expand) | Author |
2016-08-05 | Make RES_OPTIONS point directly to resolv.conf(5) instead of going through | Martijn van Duren |
2016-08-04 | Commit in6_selectsrc() split again, with missing assignment fixed. | Vincent Gross |
2016-08-04 | Dynamically attach ampintc(4) and make it register itself as an interrupt | Mark Kettenis |
2016-08-04 | Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) which | Mark Kettenis |
2016-08-04 | After fixing up some of the AR8035 PHY registers, issue a reset. This seems | Mark Kettenis |
2016-08-04 | Mention jumbo frames. | Visa Hankala |
2016-08-04 | Add support for jumbo frames. | Visa Hankala |
2016-08-04 | Add support for pre-registering interrupts. This allows device drivers to | Mark Kettenis |
2016-08-04 | Fix an assertion failure that happened when trying to add a page | Ingo Schwarze |
2016-08-04 | adjust database file name and version number to what was committed | Ingo Schwarze |
2016-08-04 | tpm tweaks; | Jason McIntyre |
2016-08-03 | Apply a warning fix from lukem@NetBSD circa 1997 (more '()'), and | Kenneth R Westerback |
2016-08-03 | Apply fix from David Binderman via NetBSD. "Use all 3 of b, p, n | Kenneth R Westerback |
2016-08-03 | Apply fix from mrouted 3.8 via NetBSD. Our mbone support may | Kenneth R Westerback |
2016-08-03 | move acpimcfg to keep list sorted | Joshua Stein |
2016-08-03 | reference dwiic here too | Joshua Stein |
2016-08-03 | add a man page for tpm(4) | Joshua Stein |
2016-08-03 | Fix typo, spotted by Holger Mikolon <holger@mikolon.com> | Vincent Gross |
2016-08-03 | not having a century is a known layout by now | Joshua Stein |
2016-08-03 | don't complain about invalid checksum if the bios isn't writing it | Joshua Stein |
2016-08-03 | add a minimal TPM 1.2 driver just to issue a "save state" command | Joshua Stein |
2016-08-03 | Use atomic operations to manipulate event masking bits | Mike Belopuhov |
2016-08-03 | strnames[i][0] == 'k' && strnames[i][0] == 'f' should be | Kenneth R Westerback |
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 |