summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-07Outsource setting the backplane window into a specific function so itPatrick Wildt
can be called and reused in different places.
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
function so it can be shared with the SDIO attachment driver.
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
function so it can be shared with the SDIO attachment driver.
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
into one header specific to the SDIO attachment driver. Also add more register and protocol definitions to it.
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt
in the SDIO bus glue.
2018-02-07the SETUIDSCRIPTS define is no longer needed since the code was unifdefTed Unangst
a few years ago. spotted by tb.
2018-02-07In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze
An extreme example of how rogue files could mess up apropos(1) output was reported by bentley@: qwtlicense(3) in the x11/qwt port.
2018-02-07slightly reduce the difficulty of the adventure game that is readingTed Unangst
the battlestar code by reformatting a few lines. special request from mlarkin so he'll go back to fixing meltdown.
2018-02-07Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze
safe so far, but implementing it with an unchecked memcpy(3) is just wrong and quite dangerous.
2018-02-07fix wrong dateIngo Schwarze
2018-02-07sync with libc malloc: use consistent style for for loop in unmap(),Otto Moerbeek
no functional change
2018-02-07use consistent style for for loop in unmap(), no functional changeOtto Moerbeek
2018-02-07Reporting the PXE boot interface we identified is independent of settingChristian Weisgerber
the boot device. We do the latter only for NFSCLIENT, but always the former. While here, modernize the interface matching loop. ok deraadt@
2018-02-07Markup SIGHUP.anton
2018-02-07prepare for session filesMarc Espie
2018-02-07Unbreak carp(4) MAC check in bridge_process().Martin Pieuchot
Introduce bridge_ourether() and move carp(4)-specific SRPL code inside carp_ourether(). ok bluhm@
2018-02-07prepare for session saving by separating the pkgfetch code.Marc Espie
2018-02-07Restore a check before BN_free() that needs to exist and write it such thatJoel Sing
the intent is more obvious.
2018-02-07make some wording better.David Gwynne
from jmc@
2018-02-07tweak previous;Jason McIntyre
2018-02-07shorten the output for gre keys.David Gwynne
2018-02-07Use M_WAITOK to show we don't need to check for NULL.Kenneth R Westerback
ok deraadt@
2018-02-07Use duid_format() instead of rolling one locally.Kenneth R Westerback
ok jsing@ tb@
2018-02-07look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procterHenning Brauer
2018-02-07dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properlyDavid Gwynne
2018-02-07take the interface down if it is being destroyed.David Gwynne
2018-02-07Nuke some more free NULL guards.Joel Sing
2018-02-07provide counters for # of synfloods detected, # of syncookies sent,Henning Brauer
# of syncookies successfuly validated, ok phessler
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2018-02-07Convert some explicit_bzero()/free() calls to freezero().Joel Sing
ok deraadt@ dtucker@
2018-02-07Remove some #ifdef notyet code from OpenSSL 0.9.8 days.Joel Sing
These functions have never appeared in OpenSSL and are likely never to do so. "kill it with fire" djm@
2018-02-07lowercase doas ee cummings styleTed Unangst
2018-02-07Add more free functions for NULL checks.Joel Sing
2018-02-07not necessarily the same name, but the indicated nameTed Unangst
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-07clarify a bit about configTed Unangst
2018-02-07NAME_MAX is the length of the thing between / / in a path *without*Florian Obser
the terminating NUL. Do not use it for a "small string" or a "probably short path". Replace it with new defines or PATH_MAX. It also makes the life easier for people auditing the tree for real usage of NAME_MAX. OK deraadt, benno
2018-02-07Add more functions (based on those used in OpenSSH) to the free NULL test.Joel Sing
2018-02-07Remove all guards for calls to OpenSSL free functions - all of theseJoel Sing
functions handle NULL, from at least OpenSSL 1.0.1g onwards. Prompted by dtucker@ asking about guards for RSA_free(), when looking at openssh-portable pr#84 on github. ok deraadt@ dtucker@
2018-02-07remove mobileip(4) tendrilsDavid Gwynne
2018-02-07unbreak strict alignment archs by using SIPHASH_KEY for siphashDavid Gwynne
keys, not uint8_t array. found by sparc64. probably ok henning@, but he's at coffee
2018-02-07split mobileip(4) out from the gre(4) driver.David Gwynne
having mobileip in gre makes it hard to cut gre up. the current mobileip code is also broken, so this is def and improvement. it also makes it easy to disable and remove mobileip in the future. ok claudio@ henning@
2018-02-07Keep track of the last proposal used to configure the interface andKenneth R Westerback
compare that to the offered proposal to determine if there are any changes to configure. Simpler, and fixes issue where using a recorded lease meant the interface was continually being configured with the same information.
2018-02-07remove the magic dns port hijacking feature. it's complicated andTed Unangst
brittle, and never quite made the next step to being useful.
2018-02-07Restore the old behavior when a port number without a host name isAlexander Bluhm
passed to BIO_get_accept_socket(). This is part of the API and it fixes "openssl ocsp -port 12345" in server mode. from markus@; OK jsing@ beck@
2018-02-07Historically TCP timeouts were implemented with pr_slowtimo andAlexander Bluhm
pr_fasttimo. That is the reason why we have two timeout mechanisms with complicated ticks calculation. Move the delay ACK timeout to milliseconds and remove some ticks and hz mess from the others. This makes it easier to see the actual values. OK florian@ dhill@ dlg@
2018-02-07update to unbound 1.6.8, testing millert, OK sthenFlorian Obser
2018-02-07Add plumbing inside of the prefix handling to put prefixes on either theClaudio Jeker
prefixes or updates list depending on flags passed to the functions. While there also introduce a similar flag for rde_aspath and adjust path_compare so that this flag is ignored (liked the linked one). OK benno@
2018-02-06allow control over syncookies: set syncookies never/always/adaptiveHenning Brauer