summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-27Check cache_valias_mask earlier in the expression. The value is zeroVisa Hankala
2017-05-27add missing prototypeMike Larkin
2017-05-26move variables expansion out of lka_session into their own file, this is aGilles Chehade
2017-05-26Don't overflow uint16 when the filesystem block size is >32K.Stuart Henderson
2017-05-26AS 0 is special and should be considered an error.Peter Hessler
2017-05-26sshbuf_consume: reset empty buffer; ok djm@Markus Friedl
2017-05-26add a test for the git diffs, suggested by tomTed Unangst
2017-05-26sometimes patches coming from other places have extra a/ and b/ directoriesTed Unangst
2017-05-26forgot to remove mention of deleted dump/restart.Ted Unangst
2017-05-26remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@Markus Friedl
2017-05-26remove channel_input_close_confirmation (ssh1 only); ok djm@Markus Friedl
2017-05-26save and restore hasn't worked for some time, not since -fPIE, since itTed Unangst
2017-05-26Enable chvgpio(4) in RAMDISK_CD on amd64.Stefan Sperling
2017-05-26There is only one version of pfkey in OpenBSD and this will not change anyClaudio Jeker
2017-05-26Get rid of the DELAY() hack in the firmware loader for 8000 familyStefan Sperling
2017-05-26Sync the severity of the syslog_* functions shared between identd, slowcgi,Florian Obser
2017-05-26Synchronise chacha test cases with the referenced draft - this adds aJoel Sing
2017-05-26Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().Joel Sing
1995-10-18initial import of NetBSD treeTheo de Raadt
2017-05-26In IPIP input rename the variable ipo to ip as it is used for innerAlexander Bluhm
2017-05-26Fix gcc warnings triggered by WARNINGS=yes.Alexander Bluhm
2017-05-26Instead of looking at the IP version of the header, use the outerAlexander Bluhm
2017-05-26virtio: minor tweakStefan Fritsch
2017-05-26Don't try to revert the same patch in a loop if it returns an error.Antoine Jacoutot
2017-05-26vioblk: set VIOBLK_DONE from vioblk_vq_done1Stefan Fritsch
2017-05-26Move logic to set default client-identifier into aKenneth R Westerback
2017-05-26Fix logic.Antoine Jacoutot
2017-05-26Whitespace rectification of a couple of mis-indentations.Kenneth R Westerback
2017-05-26The Linux code really isn't up to the same standard as our other code, andMark Kettenis
2017-05-26Move the two loops through the leases fileKenneth R Westerback
2017-05-26Expand RIB names in groupsPeter Hessler
2017-05-26Allow nested {} in prefix lists.Peter Hessler
2017-05-26Prepare ohci_intr1() for IPL_MPSAFE.Martin Pieuchot
2017-05-26document behaviour when CDPATH unset;Jason McIntyre
2017-05-26Move vioblk and vioscsi more fully into the world of iopool andKenneth R Westerback
2017-05-26syncJonathan Gray
2017-05-26fix references to obsolete v00 cert format; spotted by Jakub JelenDamien Miller
2017-05-25Add a header with EFI/UEFI-related definitions for use by the kernel. ForMark Kettenis
2017-05-25Xr inetd as a hint about what flavor of crazy you're dealing withTed Unangst
2017-05-25incompatibilities with 4.2 are no longer interestingTed Unangst
2017-05-25fix a variety of warnings. from Brian CallahanTed Unangst
2017-05-25Add definitions for three OIDs used in EV certificates.Joel Sing
2017-05-25Move the code that runs the installer script in non-interactiveRobert Peichaer
2017-05-25Four, not three variables can be overriden. But the number is not importantAntoine Jacoutot
2017-05-25Replace various echo "..."; exit 1 with a new err_exit() function.Robert Peichaer
2017-05-25Replace the only usage of x86_pause() with SPINLOCK_SPIN_HOOK.Visa Hankala
2017-05-25Drop trailing semicolon from a macro.Visa Hankala
2017-05-25tweak sparc64 membars as a step toward making them usable in userland.David Gwynne
2017-05-24Fix a possible fatal() when smtpd is configured to *force* relaying overGilles Chehade
2017-05-24Support swapping 32-bit aligned elements on 64-bit platforms.Todd C. Miller