Re: CVS commit: src/sys/dev/pci

2015-11-06 Thread NONAKA Kimihiro
2015-11-07 7:11 GMT+09:00 matthew green : > "NONAKA Kimihiro" writes: >> Module Name: src >> Committed By: nonaka >> Date: Fri Nov 6 14:22:17 UTC 2015 >> >> Modified Files: >> src/sys/dev/pci: if_iwm.c if_iwmvar.h if_rtwn.c if_rtwnreg.h rtsx_pci.c >> >> Log

Re: CVS commit: src/include/rpc

2015-11-06 Thread Christos Zoulas
In article <20151107002945.2872e17f...@rebar.astron.com>, Christos Zoulas wrote: >On Nov 7, 9:17am, m...@eterna.com.au (matthew green) wrote: >-- Subject: re: CVS commit: src/include/rpc > >| > Switch to the size-unlimited fd_set. Some code will need to change to be >| >

re: CVS commit: src/include/rpc

2015-11-06 Thread Christos Zoulas
On Nov 7, 9:17am, m...@eterna.com.au (matthew green) wrote: -- Subject: re: CVS commit: src/include/rpc | > Switch to the size-unlimited fd_set. Some code will need to change to be | > able to use this if the code allocates its own fd_set's. | | this is great! thanks. can we bump FD_SETSIZE

Re: CVS commit: src/sys/netinet

2015-11-06 Thread Roy Marples
On 06/11/2015 09:24, Ryota Ozaki wrote: > On Fri, Nov 6, 2015 at 6:09 PM, Roy Marples wrote: >> On 06/11/2015 08:38, Ryota Ozaki wrote: >>> Module Name: src >>> Committed By: ozaki-r >>> Date: Fri Nov 6 08:38:43 UTC 2015 >>> >>> Modified Files: >>>

Re: CVS commit: src/sys/netinet

2015-11-06 Thread Roy Marples
On 06/11/2015 08:38, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Fri Nov 6 08:38:43 UTC 2015 > > Modified Files: > src/sys/netinet: if_arp.c > > Log Message: > Fix inappropriate rt_flags check > > It depended on either RTF_CLONED or RTF_CLONING must be

Re: CVS commit: src/sys/netinet

2015-11-06 Thread Ryota Ozaki
On Fri, Nov 6, 2015 at 6:09 PM, Roy Marples wrote: > On 06/11/2015 08:38, Ryota Ozaki wrote: >> Module Name: src >> Committed By: ozaki-r >> Date: Fri Nov 6 08:38:43 UTC 2015 >> >> Modified Files: >> src/sys/netinet: if_arp.c >> >> Log Message: >> Fix

re: CVS commit: src/sys/netinet

2015-11-06 Thread matthew green
Roy Marples writes: > On 06/11/2015 08:38, Ryota Ozaki wrote: > > Module Name:src > > Committed By: ozaki-r > > Date: Fri Nov 6 08:38:43 UTC 2015 > > > > Modified Files: > > src/sys/netinet: if_arp.c > > > > Log Message: > > Fix inappropriate rt_flags check > >

re: CVS commit: src/sys/dev/pci

2015-11-06 Thread matthew green
"NONAKA Kimihiro" writes: > Module Name: src > Committed By: nonaka > Date: Fri Nov 6 14:22:17 UTC 2015 > > Modified Files: > src/sys/dev/pci: if_iwm.c if_iwmvar.h if_rtwn.c if_rtwnreg.h rtsx_pci.c > > Log Message: > Always use pci_intr_alloc(9)/pci_intr_release(9). doesn't this

Re: CVS commit: src/sys/dev/pci

2015-11-06 Thread Taylor R Campbell
Date: Sat, 07 Nov 2015 09:11:23 +1100 from: matthew green "NONAKA Kimihiro" writes: > Modified Files: >src/sys/dev/pci: if_iwm.c if_iwmvar.h if_rtwn.c if_rtwnreg.h rtsx_pci.c > > Log Message: > Always use pci_intr_alloc(9)/pci_intr_release(9).

re: CVS commit: src/include/rpc

2015-11-06 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Fri Nov 6 19:42:57 UTC 2015 > > Modified Files: > src/include/rpc: svc.h > > Log Message: > Switch to the size-unlimited fd_set. Some code will need to change to be > able to use this if the code