summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-05Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughMartijn van Duren
2016-08-04Commit in6_selectsrc() split again, with missing assignment fixed.Vincent Gross
2016-08-04Dynamically attach ampintc(4) and make it register itself as an interruptMark Kettenis
2016-08-04Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) whichMark Kettenis
2016-08-04After fixing up some of the AR8035 PHY registers, issue a reset. This seemsMark Kettenis
2016-08-04Mention jumbo frames.Visa Hankala
2016-08-04Add support for jumbo frames.Visa Hankala
2016-08-04Add support for pre-registering interrupts. This allows device drivers toMark Kettenis
2016-08-04Fix an assertion failure that happened when trying to add a pageIngo Schwarze
2016-08-04adjust database file name and version number to what was committedIngo Schwarze
2016-08-04tpm tweaks;Jason McIntyre
2016-08-03Apply a warning fix from lukem@NetBSD circa 1997 (more '()'), andKenneth R Westerback
2016-08-03Apply fix from David Binderman via NetBSD. "Use all 3 of b, p, nKenneth R Westerback
2016-08-03Apply fix from mrouted 3.8 via NetBSD. Our mbone support mayKenneth R Westerback
2016-08-03move acpimcfg to keep list sortedJoshua Stein
2016-08-03reference dwiic here tooJoshua Stein
2016-08-03add a man page for tpm(4)Joshua Stein
2016-08-03Fix typo, spotted by Holger Mikolon <holger@mikolon.com>Vincent Gross
2016-08-03not having a century is a known layout by nowJoshua Stein
2016-08-03don't complain about invalid checksum if the bios isn't writing itJoshua Stein
2016-08-03add a minimal TPM 1.2 driver just to issue a "save state" commandJoshua Stein
2016-08-03Use atomic operations to manipulate event masking bitsMike Belopuhov
2016-08-03strnames[i][0] == 'k' && strnames[i][0] == 'f' should beKenneth R Westerback
2016-08-03A couple of "a->blah == a->blah" -> "a->blah == b->blah".Kenneth R Westerback
2016-08-03Remove the periodic timer and do rescheduling during Rx completionMike Belopuhov
2016-08-03Use an atomic operation to clear pending event bitsMike Belopuhov
2016-08-03Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() toKenneth R Westerback
2016-08-03Simplify the way we handle TLB flushes. Since ARMv7 effectively has aMark Kettenis
2016-08-03We only replace the first %%, not multiple (use %2 for second).Nicholas Marriott
2016-08-03Fix minimum size when pane status line is enabled, reported by Y Petremann.Nicholas Marriott
2016-08-03The ARMv7 architecture deprecates the separate Instruction and Data TLBMark Kettenis
2016-08-03shorten the openssl dhparam text;Jason McIntyre
2016-08-03small refactor of cipher.c: make ciphercontext opaque to callersDamien Miller
2016-08-03Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret:Darren Tucker
2016-08-02Fix the begin of word bug in s-command, similar to sed.Martijn van Duren
2016-08-02Move to libevent; ok florian@Jeremie Courreges-Anglas
2016-08-02Ensure that "lim" is initialized and reset at each loop run.Jeremie Courreges-Anglas
2016-08-02Ignore the -bindir option, meaningless on OpenBSD.Jeremie Courreges-Anglas
2016-08-02Allow specifying an alternate socket path.Jeremie Courreges-Anglas
2016-08-02capitalize a question like all the othersJoshua Stein
2016-08-02Revert previous since it adds new symbols.Joel Sing
2016-08-01whitespace and 80 columns, no binary changeSebastian Benoit
2016-08-01sync http.h with relaydSebastian Benoit
2016-08-01rfc 7230 3.3.3 says: response with a status code of 1xxSebastian Benoit
2016-08-01Looks like patrick@ committed an older version of the diff. Fix this, andMark Kettenis
2016-08-01Repair makewhatis -t, sorry for breaking it in the previous commit.Ingo Schwarze
2016-08-01Allow a bel character in wall. This was missed when migrating away fromMartijn van Duren
2016-08-01Remove vi's "directory" option and TMPDIR support.Anthony J. Bentley
2016-08-01the default smtpd setup does not require newaliases be run;Jason McIntyre
2016-08-01Bump TLS_API for addition of ALPN support.Joel Sing