Re: PPPoE not working

2000-07-02 Thread Daniel Berlin
I see literally the exact same thing. I thought it was just my screwup, as i had installed 0609-CURRENT (the latest installs don't work, at least, on my desktop, so i picked the one from my birthday :P), which worked fine, then cvsup'd, installed the new kernel, did a make world, rebooted, and

Re: PPPoE not working

2000-07-04 Thread Daniel Berlin
Brian Somers [EMAIL PROTECTED] writes: If it helps, the only change i haven't tested (IE i've gone through the ppp/netgraph/libnetgraph revisions since 06-09) to see if it's the cause is this one: archie 2000/06/21 16:01:07 PDT Modified files: lib/libnetgraph Makefile msg.c

Re: PPPoE not working

2000-07-05 Thread Daniel Berlin
Brian Somers [EMAIL PROTECTED] writes: The code's in ppp/ether.c. I'll see if I can get time to figure out what's wrong, but I can't promise anything this week. I'm too busy (we're having a FreeBSD mini-conference here in the UK at which I'm speaking...). I already solved this one,

Re: EGCS optimizations

1999-04-06 Thread Daniel Berlin
There is nothing beyond -O2. Well, there's -O3, which tries to inline static functions, but that typically isn't beneficial because it really bloats up the code and subroutine calls on intel cpus are very fast. The only other optimization that might be useful is

Re: EGCS optimizations

1999-04-06 Thread Daniel Berlin
played with -m and -march on). On Tue, 6 Apr 1999, Bob Bishop wrote: Hi, At 2:15 am -0700 6/4/99, Daniel Berlin wrote: Also, -mpentiumpro will actually usually generate WORSE code for a pentium pro. -mpentium and -march=pentium do better at it. OK, but according to man cc: NAME

Re: cer/b7b/pfc - pem

2000-07-17 Thread Daniel Berlin+list.freebsd-current
"Leif Neland" [EMAIL PROTECTED] writes: Apropos pseudorandom, ssh etc; I hope this is not too off-topic, or can somebody point in the right direction: I have a Verisign personal certificate (Look me up at Verisign, as Leif Neland) This works nicely in Windows (Outlook Express), but I'd