CVS commit: src/sys/net

2017-01-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 24 07:58:58 UTC 2017

Modified Files:
src/sys/net: if.c

Log Message:
Restore splnet for if_slowtimo

if_slowtimo (== if_watchdog) still requires splnet for most drivers.

Pointed out by nonaka@


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 src/sys/net/if.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-01-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 24 07:09:25 UTC 2017

Modified Files:
src/sys/netinet: if_arp.c igmp.c ip_icmp.c ip_input.c ip_mroute.c
raw_ip.c tcp_usrreq.c udp_usrreq.c
src/sys/netinet6: dccp6_usrreq.c frag6.c in6_ifattach.c ip6_mroute.c
mld6.c raw_ip6.c udp6_usrreq.c

Log Message:
Tweak softnet_lock and NET_MPSAFE

- Don't hold softnet_lock in some functions if NET_MPSAFE
- Add softnet_lock to sysctl_net_inet_icmp_redirtimeout
- Add softnet_lock to expire_upcalls of ip_mroute.c
- Restore softnet_lock for in{,6}_pcbpurgeif{,0} if NET_MPSAFE
- Mark some softnet_lock for future work


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.63 -r1.64 src/sys/netinet/igmp.c
cvs rdiff -u -r1.154 -r1.155 src/sys/netinet/ip_icmp.c
cvs rdiff -u -r1.347 -r1.348 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.145 -r1.146 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.161 -r1.162 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.213 -r1.214 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.229 -r1.230 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet6/dccp6_usrreq.c
cvs rdiff -u -r1.59 -r1.60 src/sys/netinet6/frag6.c
cvs rdiff -u -r1.109 -r1.110 src/sys/netinet6/in6_ifattach.c
cvs rdiff -u -r1.115 -r1.116 src/sys/netinet6/ip6_mroute.c
cvs rdiff -u -r1.79 -r1.80 src/sys/netinet6/mld6.c
cvs rdiff -u -r1.154 -r1.155 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.126 -r1.127 src/sys/netinet6/udp6_usrreq.c

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



CVS commit: src/sys/dev/ebus

2017-01-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 24 05:22:38 UTC 2017

Modified Files:
src/sys/dev/ebus: cs4231_ebus.c

Log Message:
cs4231_ebus_round_blocksize: never return 0 as blocksize


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ebus/cs4231_ebus.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/i386/conf

2017-01-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 23 17:36:17 UTC 2017

Modified Files:
src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU

Log Message:
PR/51908: Kyle Amon: Allow customization of XEN kernels via .local files.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/i386/conf/XEN3_DOMU

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



CVS commit: src/sys/arch/amd64/conf

2017-01-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 23 17:35:34 UTC 2017

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU

Log Message:
PR/51908: Kyle Amon: Allow customization of XEN kernels via .local files.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/amd64/conf/XEN3_DOMU

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



CVS commit: src/sys/net

2017-01-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 23 15:32:04 UTC 2017

Modified Files:
src/sys/net: if_tun.c

Log Message:
KNF. Same code before and after.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/net/if_tun.c

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



CVS commit: src/share/man/man9

2017-01-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jan 23 11:49:03 UTC 2017

Modified Files:
src/share/man/man9: vnode.9

Log Message:
Fix typo: s/asychronously/asynchronously


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/share/man/man9/vnode.9

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



CVS commit: src/share/man/man9

2017-01-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jan 23 11:42:03 UTC 2017

Modified Files:
src/share/man/man9: disk.9

Log Message:
Fix typo: s/openes/opens


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man9/disk.9

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



CVS commit: src/external/bsd/dhcpcd/dist

2017-01-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jan 23 11:18:02 UTC 2017

Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd-run-hooks.8.in

Log Message:
Fix typo: s/obtaind/obtained


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in

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



CVS commit: src/external/bsd/dhcpcd/dist

2017-01-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jan 23 11:09:14 UTC 2017

Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd.conf.5.in

Log Message:
Fix several typos.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in

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



CVS commit: src/external/bsd/dhcpcd/dist

2017-01-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jan 23 10:50:11 UTC 2017

Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd.8.in

Log Message:
Fix typo: s/Unpriviledged/Unprivileged


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/external/bsd/dhcpcd/dist/dhcpcd.8.in

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



CVS commit: src/sys

2017-01-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jan 23 10:19:03 UTC 2017

Modified Files:
src/sys/net: if.c if_bridge.c
src/sys/netinet: in.c
src/sys/netinet6: in6.c

Log Message:
Replace some splnet with splsoftnet


To generate a diff of this commit:
cvs rdiff -u -r1.372 -r1.373 src/sys/net/if.c
cvs rdiff -u -r1.131 -r1.132 src/sys/net/if_bridge.c
cvs rdiff -u -r1.196 -r1.197 src/sys/netinet/in.c
cvs rdiff -u -r1.236 -r1.237 src/sys/netinet6/in6.c

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



CVS commit: src/sys/net

2017-01-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jan 23 10:17:36 UTC 2017

Modified Files:
src/sys/net: bpf.c bpfdesc.h

Log Message:
Make bpf_setf static


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/sys/net/bpf.c
cvs rdiff -u -r1.38 -r1.39 src/sys/net/bpfdesc.h

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



CVS commit: src/usr.bin/mail

2017-01-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jan 23 10:05:25 UTC 2017

Modified Files:
src/usr.bin/mail: mail.1

Log Message:
Fix spelling: s/overritten/overwritten


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/mail/mail.1

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



CVS commit: src/sys

2017-01-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jan 23 09:14:25 UTC 2017

Modified Files:
src/sys/netinet: in_pcb.c
src/sys/netinet6: in6_pcb.c

Log Message:
Get rid of splnet for pool(9)

We don't need it anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.155 -r1.156 src/sys/netinet6/in6_pcb.c

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



CVS commit: src/sys/dev/ic

2017-01-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 23 08:36:23 UTC 2017

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Use our ipq... sorry martin


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/dwc_gmac.c

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



CVS commit: [netbsd-7-nhusb] src/sys/arch

2017-01-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 23 08:02:55 UTC 2017

Modified Files:
src/sys/arch/amiga/dev [netbsd-7-nhusb]: slhci_zbus.c
src/sys/arch/mips/adm5120/dev [netbsd-7-nhusb]: ahci.c ahcivar.h
src/sys/arch/mips/conf [netbsd-7-nhusb]: files.adm5120

Log Message:
Adapt to branch


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.20.1 src/sys/arch/amiga/dev/slhci_zbus.c
cvs rdiff -u -r1.12.10.1 -r1.12.10.2 src/sys/arch/mips/adm5120/dev/ahci.c
cvs rdiff -u -r1.5 -r1.5.10.1 src/sys/arch/mips/adm5120/dev/ahcivar.h
cvs rdiff -u -r1.3 -r1.3.36.1 src/sys/arch/mips/conf/files.adm5120

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