Age | Commit message (Collapse) | Author |
|
for read case
processor might bring data speculatively into the cache,
before the dma completes.
|
|
even in the read case, we need to clean the cache
so the cpu will not flush out old changes while
the hardware updates the buffer.
|
|
this generates a disk image (to be written to usb or
sdmmc card) containing 9fat partition with kernel and
a hjfs filesystem partition with the 9front distribution.
this could be easily extended to generate raspberry pi
images as well, but i have no hardware to test.
|
|
|
|
|
|
read)
|
|
|
|
|
|
|
|
|
|
|
|
argument
|
|
|
|
for incoming connection, we used s->laddr to lookup the interface
for the incoming call, but this does not work when the announce
address is tcp!*!123, then s->laddr is all zeros "::". instead,
use the incoming destination address for interface mtu lookup.
thanks mycroftix for troubleshooting!
|
|
|
|
|
|
|
|
this is a portable version of curve25519() by google.
|
|
|
|
|
|
|
|
|
|
|
|
TLS_RSA_WITH_AES_256_CBC_SHA256 ciphers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from https://bitbucket.org/cherry9/plan9-loongson/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|