Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-07 | Outsource setting the backplane window into a specific function so it | Patrick Wildt | |
can be called and reused in different places. | |||
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt | |
function so it can be shared with the SDIO attachment driver. | |||
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt | |
function so it can be shared with the SDIO attachment driver. | |||
2018-02-07 | Move SDIO bus and protocol definitions from the shared header | Patrick Wildt | |
into one header specific to the SDIO attachment driver. Also add more register and protocol definitions to it. | |||
2018-02-07 | Add helper to find out if the chip supports Save/Restore. Will be used | Patrick Wildt | |
in the SDIO bus glue. | |||
2018-02-07 | the SETUIDSCRIPTS define is no longer needed since the code was unifdef | Ted Unangst | |
a few years ago. spotted by tb. | |||
2018-02-07 | In 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-07 | slightly reduce the difficulty of the adventure game that is reading | Ted Unangst | |
the battlestar code by reformatting a few lines. special request from mlarkin so he'll go back to fixing meltdown. | |||
2018-02-07 | Fix the mandoc_strndup() utility function. All existing callers seem | Ingo Schwarze | |
safe so far, but implementing it with an unchecked memcpy(3) is just wrong and quite dangerous. | |||
2018-02-07 | fix wrong date | Ingo Schwarze | |
2018-02-07 | sync with libc malloc: use consistent style for for loop in unmap(), | Otto Moerbeek | |
no functional change | |||
2018-02-07 | use consistent style for for loop in unmap(), no functional change | Otto Moerbeek | |
2018-02-07 | Reporting the PXE boot interface we identified is independent of setting | Christian 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-07 | Markup SIGHUP. | anton | |
2018-02-07 | prepare for session files | Marc Espie | |
2018-02-07 | Unbreak 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-07 | prepare for session saving by separating the pkgfetch code. | Marc Espie | |
2018-02-07 | Restore a check before BN_free() that needs to exist and write it such that | Joel Sing | |
the intent is more obvious. | |||
2018-02-07 | make some wording better. | David Gwynne | |
from jmc@ | |||
2018-02-07 | tweak previous; | Jason McIntyre | |
2018-02-07 | shorten the output for gre keys. | David Gwynne | |
2018-02-07 | Use M_WAITOK to show we don't need to check for NULL. | Kenneth R Westerback | |
ok deraadt@ | |||
2018-02-07 | Use duid_format() instead of rolling one locally. | Kenneth R Westerback | |
ok jsing@ tb@ | |||
2018-02-07 | look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procter | Henning Brauer | |
2018-02-07 | dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properly | David Gwynne | |
2018-02-07 | take the interface down if it is being destroyed. | David Gwynne | |
2018-02-07 | Nuke some more free NULL guards. | Joel Sing | |
2018-02-07 | provide counters for # of synfloods detected, # of syncookies sent, | Henning Brauer | |
# of syncookies successfuly validated, ok phessler | |||
2018-02-07 | Indent labels with a single space so that diff prototypes are more useful. | Joel Sing | |
2018-02-07 | Convert some explicit_bzero()/free() calls to freezero(). | Joel Sing | |
ok deraadt@ dtucker@ | |||
2018-02-07 | Remove 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-07 | lowercase doas ee cummings style | Ted Unangst | |
2018-02-07 | Add more free functions for NULL checks. | Joel Sing | |
2018-02-07 | not necessarily the same name, but the indicated name | Ted Unangst | |
2018-02-07 | Remove guards around *_free() calls since these functions handle NULL. | Joel Sing | |
2018-02-07 | Remove guards around *_free() calls since these functions handle NULL. | Joel Sing | |
2018-02-07 | clarify a bit about config | Ted Unangst | |
2018-02-07 | NAME_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-07 | Add more functions (based on those used in OpenSSH) to the free NULL test. | Joel Sing | |
2018-02-07 | Remove all guards for calls to OpenSSL free functions - all of these | Joel 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-07 | remove mobileip(4) tendrils | David Gwynne | |
2018-02-07 | unbreak strict alignment archs by using SIPHASH_KEY for siphash | David Gwynne | |
keys, not uint8_t array. found by sparc64. probably ok henning@, but he's at coffee | |||
2018-02-07 | split 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-07 | Keep track of the last proposal used to configure the interface and | Kenneth 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-07 | remove the magic dns port hijacking feature. it's complicated and | Ted Unangst | |
brittle, and never quite made the next step to being useful. | |||
2018-02-07 | Restore the old behavior when a port number without a host name is | Alexander 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-07 | Historically TCP timeouts were implemented with pr_slowtimo and | Alexander 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-07 | update to unbound 1.6.8, testing millert, OK sthen | Florian Obser | |
2018-02-07 | Add plumbing inside of the prefix handling to put prefixes on either the | Claudio 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-06 | allow control over syncookies: set syncookies never/always/adaptive | Henning Brauer | |