summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-27Prototypes should not name the parameters.Kenneth R Westerback
2020-01-27in hhmm mode, check that len(time) is 4 to avoid confusion.Ted Unangst
2020-01-27Some of the test vectors that were added in the upstream commitTheo Buehler
2020-01-26make regress pass, since these new tests now passBob Beck
2020-01-26revert previous nc loop refactor from 1.211, breaks bluhm's stuffBob Beck
2020-01-26Use long for temporary variables handling b_bcount values in physio().Kenneth R Westerback
2020-01-26Set the default brightness level upon attach.Patrick Wildt
2020-01-26The enable-gpios property is an optional property, so don't error out ifPatrick Wildt
2020-01-26Log the old kernel version before doing the upgrade. Makes it easierSebastian Benoit
2020-01-26Repair more of the issues that i found in filescan() while investigatingIngo Schwarze
2020-01-26Support for queries on ports != 53Jeremie Courreges-Anglas
2020-01-26give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlinkMarc Espie
2020-01-26remove OP_* for deprecated keywords (document that :: still usesMarc Espie
2020-01-26remove documentation for .MADEMarc Espie
2020-01-26Fix SSL_CIPHER_descriptionKinichiro Inoguchi
2020-01-26deprecate old keywords, some already removed, some now hitting the bitbucket.Marc Espie
2020-01-26Restrict to use up to TLSv1.2 for test_server_client in appstest.shKinichiro Inoguchi
2020-01-26simplify logic in compat engine, we can set ABORTED directly instead ofMarc Espie
2020-01-26Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.hKinichiro Inoguchi
2020-01-26Remove unused code from socket.cFlorian Obser
2020-01-26reduce isc/stdio to what is usedFlorian Obser
2020-01-26get rid of lib/isc/nothreadsFlorian Obser
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian Obser
2020-01-26get rid of lib/isc/nothreadsFlorian Obser
2020-01-26Switch once to isc_boolean_t in preparation of nothreads removalFlorian Obser
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian Obser
2020-01-26We are not going to write keys to disk.Florian Obser
2020-01-26Remove unused logging to file.Florian Obser
2020-01-26Fix incorrect file type tests.Ingo Schwarze
2020-01-26- sprinkle some Fn for function names and Pa for pathsJasper Lievisse Adriaanse
2020-01-26No need to specify "initial-interval 1;" in the dhclient.conf usedKenneth R Westerback
2020-01-26Don't validate '-c' with S_ISREG(). The install script uses /dev/stdin.Kenneth R Westerback
2020-01-26add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardisedDamien Miller
2020-01-26Pull in drm_bridge.c from linux 4.19.y.Patrick Wildt
2020-01-26tweak previous; ok tbJason McIntyre
2020-01-26typoTheo Buehler
2020-01-26Document the change in EVP_chacha20(3).Theo Buehler
2020-01-26Improve the comment explaining why the previous change matches OpenSSL'sTheo Buehler
2020-01-26When an SSL method is set, bump the max version back to that of theJoel Sing
2020-01-26When switching back to a legacy client or server, ensure we reset theJoel Sing
2020-01-26Fix basement bug where record layer would not correctly deal withBob Beck
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-26regenTed Unangst
2020-01-26add a new __tmpfd system call that creates a new unnamed file in /tmp.Ted Unangst
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-26vsdk -> vdsk in a panic messageTed Unangst
2020-01-26invert some if logic to shortcircuit some loops and reduce nesting.Ted Unangst
2020-01-26Add server side support for requesting client certificates in tls 1.3Bob Beck
2020-01-26Add client certificate support for tls 1.3Bob Beck
2020-01-26Add back the tests that were deleted in previous but not containedTheo Buehler