summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-08-01Add ALPN support to libtls.Joel Sing
2016-08-01zap unused varJeremie Courreges-Anglas
2016-08-01Make sure variables are initialized before using themStefan Kempf
2016-08-01Do not pass VM name directly to setproctitle format string.Stefan Kempf
2016-08-01bring the light of ansi to a few more filesTed Unangst
2016-08-01Don't forget to destroy the taskqueue on interrupt disestablishMike Belopuhov
2016-08-01Implement an FDT-aware interrupt establish API. This means the driversPatrick Wildt
2016-08-01Mark shared producer and consumer indices volatileMike Belopuhov
2016-08-01document the new file formatIngo Schwarze
2016-08-01Set SDEV_UMASS on all umass devices, even when they use ATAPI orKenneth R Westerback
2016-08-01Remove the dependency on SQLite without loss of functionality.Ingo Schwarze
2016-08-01shorten the openssl dgst text; in particular, do not try toJason McIntyre
2016-08-01update currency exchange rates;Jason McIntyre
2016-08-01document default for DISTDIRMarc Espie
2016-07-31Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze
2016-07-31Remove devmap stuff which is unused on armv7.Mark Kettenis
2016-07-31According to te armv7 ARM TLB entries that caused a Permission fault mightMark Kettenis
2016-07-31Close /dev/hotplug on exec(). Otherwise a restart of the daemon mayMartin Natano
2016-07-31bump for LibreSSL 2.5.xBrent Cook
2016-07-31Rename the route socket to a more useful name.Jeremie Courreges-Anglas
2016-07-31Turn two global variables into variables local to main.Jeremie Courreges-Anglas
2016-07-31Duplicated declsJeremie Courreges-Anglas
2016-07-31Ask for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May proveKenneth R Westerback