CVS commit: src/sys/arch/x86/pci

2016-11-24 Thread Hikaru Abe
Module Name:src
Committed By:   hikaru
Date:   Fri Nov 25 06:48:37 UTC 2016

Modified Files:
src/sys/arch/x86/pci: if_vmx.c

Log Message:
Add missing bpf_mtap.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/pci/if_vmx.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/x86/pci

2016-11-24 Thread Hikaru Abe
Module Name:src
Committed By:   hikaru
Date:   Fri Nov 25 05:29:55 UTC 2016

Modified Files:
src/sys/arch/x86/pci: if_vmx.c if_vmxreg.h

Log Message:
Sync code with FreeBSD to support RSS

- Use MSI/MSI-X if it is available.
- Support TSO.

co-authored by k-nakahara


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/if_vmx.c
cvs rdiff -u -r1.1 -r1.2 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.



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

2016-11-24 Thread Kenichi Hashimoto
Module Name:src
Committed By:   hkenken
Date:   Fri Nov 25 05:03:36 UTC 2016

Modified Files:
src/sys/arch/arm/imx: imx6_pcie.c

Log Message:
* Fix compile error.
* typo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imx6_pcie.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

2016-11-24 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Nov 25 05:03:12 UTC 2016

Modified Files:
src/sys/net: if_spppsubr.c if_spppvar.h

Log Message:
make workqueue sppp_{set,clear}_ip_addrs to be able to call pserialize_perform.


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/net/if_spppsubr.c
cvs rdiff -u -r1.17 -r1.18 src/sys/net/if_spppvar.h

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



CVS commit: src/sys/net

2016-11-24 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Nov 25 05:00:29 UTC 2016

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

Log Message:
refactor sppp_{set,clear}_ip_addrs(). reduce iterating if_addr_pslist.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/net/if_spppsubr.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/hppa/include

2016-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Nov 25 02:27:43 UTC 2016

Modified Files:
src/sys/arch/hppa/include: ptrace.h

Log Message:
fix register names


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/include/ptrace.h

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



CVS commit: src/sys/dev/scsipi

2016-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Nov 25 02:23:14 UTC 2016

Modified Files:
src/sys/dev/scsipi: scsipiconf.h

Log Message:
Move the #endif down to include other kernel only routines.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/dev/scsipi/scsipiconf.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/include

2016-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Nov 25 02:19:19 UTC 2016

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

Log Message:
avoid macro confusion


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/include/ptrace.h

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



CVS commit: src/tests/kernel

2016-11-24 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Thu Nov 24 22:52:03 UTC 2016

Modified Files:
src/tests/kernel: t_ptrace_wait.c

Log Message:
Add fpregs[12] in t_ptrace_wait{,3,4,6,id,pid}

fpregs1:
Verify plain PT_GETFPREGS call without further steps

fpregs2:
Verify PT_GETFPREGS and PT_SETFPREGS calls without changing regs

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/tests/kernel/t_ptrace_wait.c

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



CVS commit: src/tests/dev/cgd

2016-11-24 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Thu Nov 24 22:42:16 UTC 2016

Modified Files:
src/tests/dev/cgd: t_cgd_aes.c

Log Message:
Switch to CHECK_LIBC for writing.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/dev/cgd/t_cgd_aes.c

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



CVS commit: src/tests/lib/libpthread_dbg

2016-11-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Nov 24 19:26:32 UTC 2016

Modified Files:
src/tests/lib/libpthread_dbg: t_threads.c

Log Message:
Fix format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libpthread_dbg/t_threads.c

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



CVS commit: src/usr.bin/tic

2016-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 24 17:12:23 UTC 2016

Modified Files:
src/usr.bin/tic: tic.c

Log Message:
fix leak.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/tic/tic.c

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



CVS commit: src/lib/libterminfo

2016-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 24 17:09:55 UTC 2016

Modified Files:
src/lib/libterminfo: term.c

Log Message:
off-by-one in memcpy. Found by ASAN (Carsten Kunze)
XXX: pullup 7.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libterminfo/term.c

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



CVS commit: src/lib/libcurses

2016-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 24 14:49:08 UTC 2016

Modified Files:
src/lib/libcurses: tstp.c

Log Message:
don't coredump if we call endwin when initscr fails.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libcurses/tstp.c

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



CVS commit: src/sbin/mount_puffs

2016-11-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Nov 24 12:38:32 UTC 2016

Modified Files:
src/sbin/mount_puffs: mount_puffs.8

Log Message:
New sentence, new line. Sort SEE ALSO. Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/mount_puffs/mount_puffs.8

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



CVS commit: src/sys/dev/pci

2016-11-24 Thread Kenichi Hashimoto
Module Name:src
Committed By:   hkenken
Date:   Thu Nov 24 12:32:47 UTC 2016

Modified Files:
src/sys/dev/pci: if_iwn.c

Log Message:
bus_dmamap_sync() is required for ICT table read/write.
Tested by arm platform.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/if_iwn.c

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



CVS commit: src/lib/libpthread

2016-11-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Nov 24 12:19:28 UTC 2016

Modified Files:
src/lib/libpthread: pthread.3

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libpthread/pthread.3

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



CVS commit: src/lib/libpthread_dbg

2016-11-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Nov 24 12:18:02 UTC 2016

Modified Files:
src/lib/libpthread_dbg: pthread_dbg.3 td_map_pth2thr.3 td_open.3
td_thr_getname.3 td_thr_info.3 td_thr_iter.3

Log Message:
Various fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread_dbg/pthread_dbg.3
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread_dbg/td_map_pth2thr.3 \
src/lib/libpthread_dbg/td_open.3 src/lib/libpthread_dbg/td_thr_getname.3 \
src/lib/libpthread_dbg/td_thr_info.3 src/lib/libpthread_dbg/td_thr_iter.3

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



CVS commit: src/sys/arch

2016-11-24 Thread Kenichi Hashimoto
Module Name:src
Committed By:   hkenken
Date:   Thu Nov 24 12:06:44 UTC 2016

Modified Files:
src/sys/arch/arm/imx: files.imx6
src/sys/arch/evbarm/conf: std.nitrogen6
src/sys/arch/evbarm/nitrogen6: nitrogen6_iomux.c
Added Files:
src/sys/arch/arm/imx: imx6_pcie.c imx6_pciereg.h
src/sys/arch/evbarm/conf: HUMMINGBOARD

Log Message:
Add support imx6 PCIe controller.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/imx/files.imx6
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/imx/imx6_pcie.c \
src/sys/arch/arm/imx/imx6_pciereg.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/HUMMINGBOARD
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/std.nitrogen6
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/nitrogen6/nitrogen6_iomux.c

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



CVS commit: src/tests/net

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 11:54:57 UTC 2016

Modified Files:
src/tests/net: net_common.sh
src/tests/net/net: t_forwarding.sh t_mtudisc.sh t_mtudisc6.sh

Log Message:
Share httpd start/stop code


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net_common.sh
cvs rdiff -u -r1.16 -r1.17 src/tests/net/net/t_forwarding.sh
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_mtudisc.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/t_mtudisc6.sh

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



CVS commit: src/tests/net/arp

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 11:34:51 UTC 2016

Modified Files:
src/tests/net/arp: t_dad.sh

Log Message:
Add missing bus argument for extract_new_packets


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/arp/t_dad.sh

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



CVS commit: src/tests/net

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 09:07:10 UTC 2016

Modified Files:
src/tests/net: net_common.sh
src/tests/net/arp: t_arp.sh
src/tests/net/if_bridge: Makefile t_bridge.sh
src/tests/net/net: t_ping6_opts.sh

Log Message:
Move get_macaddr to net_common.sh


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net_common.sh
cvs rdiff -u -r1.20 -r1.21 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_bridge/Makefile
cvs rdiff -u -r1.13 -r1.14 src/tests/net/if_bridge/t_bridge.sh
cvs rdiff -u -r1.6 -r1.7 src/tests/net/net/t_ping6_opts.sh

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



CVS commit: src/tests/net

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 09:06:09 UTC 2016

Modified Files:
src/tests/net: net_common.sh
src/tests/net/icmp: Makefile t_icmp6_redirect.sh
src/tests/net/net: t_ipv6address.sh t_ping6_opts.sh

Log Message:
Move get_lladdr to net_common.sh


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net_common.sh
cvs rdiff -u -r1.8 -r1.9 src/tests/net/icmp/Makefile
cvs rdiff -u -r1.5 -r1.6 src/tests/net/icmp/t_icmp6_redirect.sh
cvs rdiff -u -r1.10 -r1.11 src/tests/net/net/t_ipv6address.sh
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_ping6_opts.sh

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



CVS commit: src/tests/net

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 09:05:17 UTC 2016

Modified Files:
src/tests/net: net_common.sh
src/tests/net/icmp: t_icmp_redirect.sh
src/tests/net/net: t_ipaddress.sh
src/tests/net/route: Makefile t_flags.sh t_flags6.sh

Log Message:
Move route check functions to net_common.sh


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/net_common.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/icmp/t_icmp_redirect.sh
cvs rdiff -u -r1.6 -r1.7 src/tests/net/net/t_ipaddress.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/route/Makefile
cvs rdiff -u -r1.12 -r1.13 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 09:03:54 UTC 2016

Modified Files:
src/tests/net: net_common.sh
src/tests/net/arp: t_arp.sh t_dad.sh
src/tests/net/if_gif: Makefile t_gif.sh
src/tests/net/if_pppoe: Makefile t_pppoe.sh
src/tests/net/if_tap: t_tap.sh
src/tests/net/ndp: t_dad.sh t_ndp.sh
src/tests/net/net: t_mtudisc.sh t_mtudisc6.sh

Log Message:
Move HIJACKING definition to net_common.sh


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net_common.sh
cvs rdiff -u -r1.19 -r1.20 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.10 -r1.11 src/tests/net/arp/t_dad.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_gif/Makefile
cvs rdiff -u -r1.6 -r1.7 src/tests/net/if_gif/t_gif.sh
cvs rdiff -u -r1.2 -r1.3 src/tests/net/if_pppoe/Makefile
cvs rdiff -u -r1.11 -r1.12 src/tests/net/if_pppoe/t_pppoe.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/if_tap/t_tap.sh
cvs rdiff -u -r1.10 -r1.11 src/tests/net/ndp/t_dad.sh
cvs rdiff -u -r1.15 -r1.16 src/tests/net/ndp/t_ndp.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_mtudisc.sh
cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_mtudisc6.sh

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



CVS commit: src/tests/net

2016-11-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov 24 08:52:20 UTC 2016

Modified Files:
src/tests/net/arp: Makefile t_arp.sh t_dad.sh
src/tests/net/ndp: Makefile t_dad.sh t_ndp.sh
src/tests/net/net: Makefile t_mtudisc.sh t_mtudisc6.sh t_ping6_opts.sh
Added Files:
src/tests/net: net_common.sh

Log Message:
Reduce duplicate codes

Introduce net_common.sh that is to share common functions used in tests
for networking. This commit commonizes extract_new_packets. Other duplicate
codes will be moved to the file in further commits.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/net/net_common.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/net/arp/Makefile
cvs rdiff -u -r1.18 -r1.19 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/net/arp/t_dad.sh
cvs rdiff -u -r1.2 -r1.3 src/tests/net/ndp/Makefile
cvs rdiff -u -r1.9 -r1.10 src/tests/net/ndp/t_dad.sh
cvs rdiff -u -r1.14 -r1.15 src/tests/net/ndp/t_ndp.sh
cvs rdiff -u -r1.18 -r1.19 src/tests/net/net/Makefile
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/t_mtudisc.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_mtudisc6.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_ping6_opts.sh

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/imx

2016-11-24 Thread Kenichi Hashimoto
Module Name:src
Committed By:   hkenken
Date:   Thu Nov 24 08:41:20 UTC 2016

Modified Files:
src/sys/arch/arm/imx: imx6_board.c imx6_usdhc.c imx6var.h

Log Message:
Move to common function.
sdhc_set_gpio_cd() -> imx6_set_gpio()


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/imx/imx6_board.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/imx/imx6_usdhc.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx6var.h

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