CVS commit: src/sys

2017-04-04 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Tue Apr  4 16:49:15 UTC 2017

Modified Files:
src/sys/net: if_l2tp.c
src/sys/netinet6: in6_l2tp.c

Log Message:
Revert change to allow builds to continue until the missing vlan.h file is 
committed.
https://mail-index.netbsd.org/source-changes/2017/04/04/msg083283.html


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/net/if_l2tp.c
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet6/in6_l2tp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/include

2017-04-04 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Tue Apr  4 12:25:41 UTC 2017

Modified Files:
src/include: quota.h tgmath.h

Log Message:
Add RCS tag.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/quota.h
cvs rdiff -u -r1.1 -r1.2 src/include/tgmath.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/arm

2017-04-04 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Tue Apr  4 11:46:13 UTC 2017

Modified Files:
src/sys/arch/arm/arm: arm_machdep.c

Log Message:
Define NCPUINFO and set it to 1 or MAXCPUS whether on single or multiprocessor 
system.
Use NCPUINFO as the array size for *cpu_info[].
Closes PR port-hpcarm/52138
Patch by skrll
ok pgoyette


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/arm/arm_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2017-04-04 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Tue Apr  4 10:25:38 UTC 2017

Modified Files:
src/sys/net: if_l2tp.c
src/sys/netinet6: in6_l2tp.c

Log Message:
remove unnecessary if_vlanvar.h. add missing include "vlan.h".

pointed out by s-yamaguchi@IIJ, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/net/if_l2tp.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet6/in6_l2tp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2017-04-04 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Apr  4 09:53:02 UTC 2017

Modified Files:
src/sys/netinet: if_arp.c

Log Message:
Get rid of unused macros


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 src/sys/netinet/if_arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/include

2017-04-04 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Tue Apr  4 09:26:32 UTC 2017

Modified Files:
src/sys/arch/arm/include: cpu.h

Log Message:
Fix rcs tag.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/arm/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2017-04-04 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Tue Apr  4 07:36:38 UTC 2017

Modified Files:
src/sys/coda: coda_vfsops.c

Log Message:
Use spec_node_lookup_by_dev() and spec_node_getmountedfs() to
retrieve a mount by device.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/coda/coda_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.