Re: [9fans] upas/smtp and gmail

2014-01-23 Thread Grant R. Mather
>> The farthest I have gotten is getting smtp to issue 220 Ready to Start >> TLS, and then it exits, that's running smtp with the -d flag. >> /sys/log/smtp reveals a bunch of bad thumbprint x509 lines. I have tried >> adding the sha1 hash to /sys/lib/tls/mail, but this has had no effect. > > For

[9fans] Strings in acid, what am I missing?

2014-02-12 Thread Grant R. Mather
I've been trying to learn how to use the acid debugger for a few days now, but there are a few things I'm having trouble understanding. One of which is the syntax for dealing with strings. I have the following program: #include #include void main(void) { int x = 10; int *ip =

Re: [9fans] Strings in acid, what am I missing?

2014-02-13 Thread Grant R. Mather
> the reason that the () are required > is that * binds tighter than \s in acid. one thing that's confusing about > acid is main:ca is an *address* of main:ca, not its value. so *main:ca > is the pointer into the bss, and main:ca is the address of that pointer. So if I understand you correctly,

Re: [9fans] Raspberry Pi image

2014-02-18 Thread Grant R. Mather
>> I just want to check the list if this link is the right one to >> get the latest image? >> >> > > Yes, it is. Thank you for creating the Raspberry Pi port. I had always wanted to use Plan 9, but I was not able to until this port