Re: CVS commit: src/lib/libedit/TEST

2014-06-18 Thread Matt Thomas

On Jun 18, 2014, at 1:12 PM, Christos Zoulas  wrote:

> cast gotsig because it is long on some systems.

Why cast to int instead of long?


Re: CVS commit: src

2014-06-18 Thread Erik Fair
Can this driver be pulled up to netbsd-6?

Erik 


On Jun 9, 2014, at 18:42 , Hikaru Abe  wrote:

> Module Name:  src
> Committed By: hikaru
> Date: Tue Jun 10 01:42:39 UTC 2014
> 
> Modified Files:
>   src/distrib/sets/lists/man: mi
>   src/share/man/man4/man4.x86: Makefile
>   src/sys/arch/amd64/conf: ALL GENERIC
>   src/sys/arch/i386/conf: ALL GENERIC
>   src/sys/arch/x86/pci: files.pci
> Added Files:
>   src/share/man/man4/man4.x86: vmx.4
>   src/sys/arch/x86/pci: if_vmx.c if_vmxreg.h
> 
> Log Message:
> Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4).
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.1474 -r1.1475 src/distrib/sets/lists/man/mi
> cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/man4.x86/Makefile
> cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.x86/vmx.4
> cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amd64/conf/ALL
> cvs rdiff -u -r1.387 -r1.388 src/sys/arch/amd64/conf/GENERIC
> cvs rdiff -u -r1.375 -r1.376 src/sys/arch/i386/conf/ALL
> cvs rdiff -u -r1.1104 -r1.1105 src/sys/arch/i386/conf/GENERIC
> cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/files.pci
> cvs rdiff -u -r0 -r1.1 src/sys/arch/x86/pci/if_vmx.c \
>src/sys/arch/x86/pci/if_vmxreg.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>