Re: CVS commit: src

2011-12-23 Thread Izumi Tsutsui
> Module Name: src > Committed By: tls > Date: Sat Dec 17 20:05:40 UTC 2011 > > Modified Files: : > src/sys/sys: cprng.h param.h rnd.h : > Log Message: > Separate /dev/random pseudodevice implemenation from kernel entropy pool > implementation. Rewrite pseudodevice code to use cp

Re: CVS commit: src/sys/netinet

2011-12-23 Thread Christos Zoulas
On Dec 23, 4:03pm, chacon.ja...@gmail.com (James Chacon) wrote: -- Subject: Re: CVS commit: src/sys/netinet | On Fri, Dec 23, 2011 at 3:36 PM, Christos Zoulas wrot= | e: | > On Dec 23, =A03:10pm, chacon.ja...@gmail.com (James Chacon) wrote: | > -- Subject: Re: CVS commit: src/sys/netinet | > | >

Re: CVS commit: src/sys/netinet

2011-12-23 Thread James Chacon
On Fri, Dec 23, 2011 at 3:36 PM, Christos Zoulas wrote: > On Dec 23,  3:10pm, chacon.ja...@gmail.com (James Chacon) wrote: > -- Subject: Re: CVS commit: src/sys/netinet > > | Think we should go ahead and add the codes for 0,4 and 5? > > Well, are the ones for 1 and 3 correct? I have really no opin

Re: CVS commit: src/sys/netinet

2011-12-23 Thread Christos Zoulas
On Dec 23, 3:10pm, chacon.ja...@gmail.com (James Chacon) wrote: -- Subject: Re: CVS commit: src/sys/netinet | Think we should go ahead and add the codes for 0,4 and 5? Well, are the ones for 1 and 3 correct? I have really no opinion on this. I would like to read up some more on the RFC and imple

Re: CVS commit: src/sys/netinet

2011-12-23 Thread James Chacon
Think we should go ahead and add the codes for 0,4 and 5? James On Fri, Dec 23, 2011 at 2:44 PM, Christos Zoulas wrote: > On Dec 23,  2:20pm, chacon.ja...@gmail.com (James Chacon) wrote: > -- Subject: Re: CVS commit: src/sys/netinet > > | Unfortunately pfctl references them if it sees ICMP_PHOT

Re: CVS commit: src/sys/netinet

2011-12-23 Thread Christos Zoulas
On Dec 23, 2:20pm, chacon.ja...@gmail.com (James Chacon) wrote: -- Subject: Re: CVS commit: src/sys/netinet | Unfortunately pfctl references them if it sees ICMP_PHOTURIS defined. Ah. | A quick search for these does show a lot of use out there between | *BSD, linux, etc. | | And http://www.ian

Re: CVS commit: src/sys/netinet

2011-12-23 Thread James Chacon
Unfortunately pfctl references them if it sees ICMP_PHOTURIS defined. A quick search for these does show a lot of use out there between *BSD, linux, etc. And http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xml#icmp-parameters-codes-40 shows a few more even and RFC2521 seems to be

Re: CVS commit: src/sys/netinet

2011-12-23 Thread Christos Zoulas
In article <20111223220300.9e70b17...@cvs.netbsd.org>, James Chacon wrote: >-=-=-=-=-=- > > #define ICMP_PHOTURIS 40 /* security */ >+#define ICMP_PHOTURIS_UNKNOWN_INDEX 1 /* Bad index */ >+#define ICMP_PHOTURIS_AUTH_FAILED 2

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-23 Thread Christos Zoulas
On Dec 23, 10:47am, j...@netbsd.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-run | On 12/19/11 10:25 PM, Christos Zoulas wrote: | > Module Name:src | > Committed By: christos | > Date: Mon Dec 19 22:25:46 UTC 2011 | > | > Modified

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-23 Thread Julio Merino
On 12/19/11 10:25 PM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Dec 19 22:25:46 UTC 2011 > > Modified Files: > src/external/bsd/atf/dist/atf-run: timer.cpp > > Log Message: > - make all the ifdefs match > - make it compile, and test This was st