summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-05-24Fail with EINVAL when asked to create a non-root queue instead of panickingMike Belopuhov
2017-05-24When using "tcpdump proto 128" the filter never matched. A signAlexander Bluhm
2017-05-24Sync NO_PID value from kernel header to tcpdump source. It isAlexander Bluhm
2017-05-24Add an idle cycle implementation for R4600/R5000/RM7000 CPUs and theirVisa Hankala
2017-05-24document that "for local" is the default; while here,Jason McIntyre
2017-05-24Preserve the modification time when install(1)ing.Antoine Jacoutot
2017-05-24Use freezero instead of explicit_bzero+freeRicardo Mestre
2017-05-24Remove 2 unused parameters from copydotfiles functionRicardo Mestre
2017-05-24Don't fill up /tmp when installing or reverting multiple patches at once.Antoine Jacoutot
2017-05-24Also trap INT when reverting a patch.Antoine Jacoutot
2017-05-24Set REQ_EXT in req section so ikectl ca certificate revoke will work again.Jonathan Gray
2017-05-23Rate limit messages about spurious ISA interrupts on yeeloong systems.Visa Hankala
2017-05-23Adjust cross-toolchain environment to the changes in the clang buildPatrick Wildt
2017-05-23Hide sh(1) error message when /etc/installurl does not exist; we alreadyAntoine Jacoutot
2017-05-23Only install /bsd.mp on SP machines if it's already there (a defaultAntoine Jacoutot
2017-05-23Shorten varname.Antoine Jacoutot
2017-05-23Move the common length check in pf_pull_hdr() after the addressAlexander Bluhm
2017-05-23Bump the right counters. One of these was caught by clang because of aMark Kettenis
2017-05-23"update table" is for tables of type file only; ok gillesJason McIntyre
2017-05-22Move IPsec forward and local policy check functions to ipsec_input.cAlexander Bluhm
2017-05-22Use the IPsec policy check from IPv4 also when doing local deliveryAlexander Bluhm
2017-05-22some tweaks to the QUEUEING section;Jason McIntyre