CVS commit: [netbsd-7] src/doc

2016-12-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 27 07:12:32 UTC 2016

Modified Files:
src/doc [netbsd-7]: CHANGES-7.1

Log Message:
1340


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.139 -r1.1.2.140 src/doc/CHANGES-7.1

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



CVS commit: [netbsd-7] src/sys/net/npf

2016-12-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 27 07:03:53 UTC 2016

Modified Files:
src/sys/net/npf [netbsd-7]: lpm.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1340):
sys/net/npf/lpm.c: revision 1.3
Fix kmem_free() in hashmap_remove().


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/net/npf/lpm.c

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



CVS commit: src/external/bsd/nvi/dist/docs/vi.man

2016-12-26 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Tue Dec 27 06:50:03 UTC 2016

Modified Files:
src/external/bsd/nvi/dist/docs/vi.man: vi.1

Log Message:
Fix the date (setting the date to the same as the date on which this version 
was imported).

Looks like the '%Q%' was supposed to be translated to an actual date through
some tool but neither the README nor the Makefile say anything. So just
setting the date manually.

ok wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/docs/vi.man/vi.1

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



CVS commit: src/sys

2016-12-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Dec 27 04:12:34 UTC 2016

Modified Files:
src/sys/kern: vfs_bio.c
src/sys/sys: biohist.h

Log Message:
Decouple BIOHIST from other users of KERNHIST.


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/sys/kern/vfs_bio.c
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/biohist.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/pci

2016-12-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Dec 27 03:51:56 UTC 2016

Modified Files:
src/sys/dev/pci: pcireg.h

Log Message:
Fix PASID Control Register.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/dev/pci/pcireg.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/x86/pci

2016-12-26 Thread Hikaru Abe
Module Name:src
Committed By:   hikaru
Date:   Tue Dec 27 03:09:55 UTC 2016

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

Log Message:
Use the correct number of multicast addrs


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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/sys

2016-12-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Dec 27 02:20:46 UTC 2016

Modified Files:
src/sys/sys: siginfo.h

Log Message:
Replace in comment SIGPOLL with SIGIO

SIGPOLL is absent in NetBSD.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/sys/siginfo.h

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



CVS commit: src/share/man/man2

2016-12-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Dec 27 01:44:06 UTC 2016

Modified Files:
src/share/man/man2: siginfo.2

Log Message:
Rename SIGPOLL signal to SIGIO in documentation siginfo(2)

SIGPOLL is absent on NetBSD, it's emulated in linux_compat(8).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man2/siginfo.2

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-12-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Dec 27 01:31:06 UTC 2016

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

Log Message:
fix merge conflict.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/net/if_pppoe.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

2016-12-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Dec 27 01:11:52 UTC 2016

Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL

Log Message:
Add BIOHIST (and belatedly, UVMHIST) to the ALL kernels for i386 and amd64.

XXX Perhaps it should be added to others as well?  Perhaps just as comments?


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.409 -r1.410 src/sys/arch/i386/conf/ALL

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



CVS commit: src/sys/net/npf

2016-12-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Dec 26 23:59:48 UTC 2016

Modified Files:
src/sys/net/npf: npf_os.c

Log Message:
Convert NPF to the latest pfil(9) changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/net/npf/npf_os.c

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



CVS commit: src/sys/kern

2016-12-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Dec 26 23:49:53 UTC 2016

Modified Files:
src/sys/kern: kern_history.c

Log Message:
#include giohist.h from proper location


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/kern/kern_history.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/npf

2016-12-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Dec 26 23:39:18 UTC 2016

Modified Files:
src/sys/net/npf: npf.h

Log Message:
Bump NPF_VERSION to 19.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/net/npf/npf.h

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



CVS commit: src/sys

2016-12-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 26 23:21:49 UTC 2016

Modified Files:
src/sys/dist/pf/net: pf_if.c
src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c
src/sys/net: if.c if_pppoe.c if_spppsubr.c pfil.c pfil.h

Log Message:
pfil(9) improvements to handle address changes:

Add:
  PFIL_IFADDR call on interface reconfig (mbuf is ioctl #)
  PFIL_IFNET  call on interface attach/detach (mbuf is PFIL_IFNET_*)

from rmind@


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dist/pf/net/pf_if.c
cvs rdiff -u -r1.19 -r1.20 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -u -r1.368 -r1.369 src/sys/net/if.c
cvs rdiff -u -r1.121 -r1.122 src/sys/net/if_pppoe.c
cvs rdiff -u -r1.163 -r1.164 src/sys/net/if_spppsubr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/net/pfil.c
cvs rdiff -u -r1.31 -r1.32 src/sys/net/pfil.h

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



CVS commit: src/sys/kern

2016-12-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Dec 26 23:15:15 UTC 2016

Modified Files:
src/sys/kern: vfs_bio.c

Log Message:
Fix locking so we don't release the lock between the time we check the
tailq (for being non-empty) and the time we remove an entry.


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/sys/kern/vfs_bio.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/npf

2016-12-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Dec 26 23:10:46 UTC 2016

Modified Files:
src/sys/net/npf: npf_state_tcp.c

Log Message:
npf_tcp_fsm: fix for the NPF_TCPS_SYN_RECEIVED state.

SYN re-transmission after SYN-ACK was seen by NPF should not terminate
the connection.  Thanks to: Alexander Kiselev 


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/net/npf/npf_state_tcp.c

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



CVS commit: src

2016-12-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Dec 26 23:12:34 UTC 2016

Modified Files:
src/share/man/man4: ddb.4 options.4
src/sys/conf: files
src/sys/kern: init_main.c kern_history.c vfs_bio.c
src/sys/sys: buf.h kernhist.h
Added Files:
src/sys/sys: biohist.h

Log Message:
Add a BIOHIST option.  As mentioned on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/share/man/man4/ddb.4
cvs rdiff -u -r1.457 -r1.458 src/share/man/man4/options.4
cvs rdiff -u -r1.1167 -r1.1168 src/sys/conf/files
cvs rdiff -u -r1.487 -r1.488 src/sys/kern/init_main.c
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/kern_history.c
cvs rdiff -u -r1.263 -r1.264 src/sys/kern/vfs_bio.c
cvs rdiff -u -r0 -r1.1 src/sys/sys/biohist.h
cvs rdiff -u -r1.125 -r1.126 src/sys/sys/buf.h
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/kernhist.h

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



CVS commit: src

2016-12-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 26 23:05:06 UTC 2016

Modified Files:
src/lib/libnpf: npf.c npf.h
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h
src/sys/net/npf: files.npf if_npflog.c npf.c npf.h npf_alg.c
npf_alg_icmp.c npf_bpf.c npf_conf.c npf_conn.c npf_conn.h
npf_conndb.c npf_ctl.c npf_ext_log.c npf_ext_normalize.c
npf_ext_rndblock.c npf_handler.c npf_if.c npf_impl.h npf_inet.c
npf_mbuf.c npf_nat.c npf_rproc.c npf_ruleset.c npf_sendpkt.c
npf_state.c npf_state_tcp.c npf_tableset.c npf_worker.c
src/sys/rump/net/lib/libnpf: Makefile
src/usr.sbin/npf/npfctl: npf_bpf_comp.c npf_build.c npf_data.c
npf_show.c npfctl.c npfctl.h
src/usr.sbin/npf/npftest: npfstream.c npftest.c npftest.h
src/usr.sbin/npf/npftest/libnpftest: npf_bpf_test.c npf_mbuf_subr.c
npf_nat_test.c npf_nbuf_test.c npf_perf_test.c npf_rule_test.c
npf_state_test.c npf_table_test.c npf_test.h npf_test_subr.c
Added Files:
src/sys/net/npf: npf_os.c npfkern.h

Log Message:
Sync NPF with the version on github: backport standalone NPF changes,
which allow us to create and run separate NPF instances. Minor fixes.
(from rmind@)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libnpf/npf.c
cvs rdiff -u -r1.30 -r1.31 src/lib/libnpf/npf.h
cvs rdiff -u -r1.87 -r1.88 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.55 -r1.56 src/sys/compat/netbsd32/netbsd32_ioctl.h
cvs rdiff -u -r1.18 -r1.19 src/sys/net/npf/files.npf
cvs rdiff -u -r1.3 -r1.4 src/sys/net/npf/if_npflog.c \
src/sys/net/npf/npf_ext_normalize.c
cvs rdiff -u -r1.32 -r1.33 src/sys/net/npf/npf.c
cvs rdiff -u -r1.51 -r1.52 src/sys/net/npf/npf.h
cvs rdiff -u -r1.15 -r1.16 src/sys/net/npf/npf_alg.c \
src/sys/net/npf/npf_sendpkt.c
cvs rdiff -u -r1.23 -r1.24 src/sys/net/npf/npf_alg_icmp.c
cvs rdiff -u -r1.11 -r1.12 src/sys/net/npf/npf_bpf.c
cvs rdiff -u -r1.9 -r1.10 src/sys/net/npf/npf_conf.c \
src/sys/net/npf/npf_ext_log.c
cvs rdiff -u -r1.21 -r1.22 src/sys/net/npf/npf_conn.c
cvs rdiff -u -r1.10 -r1.11 src/sys/net/npf/npf_conn.h
cvs rdiff -u -r1.2 -r1.3 src/sys/net/npf/npf_conndb.c
cvs rdiff -u -r1.44 -r1.45 src/sys/net/npf/npf_ctl.c
cvs rdiff -u -r1.5 -r1.6 src/sys/net/npf/npf_ext_rndblock.c
cvs rdiff -u -r1.34 -r1.35 src/sys/net/npf/npf_handler.c
cvs rdiff -u -r1.6 -r1.7 src/sys/net/npf/npf_if.c
cvs rdiff -u -r1.63 -r1.64 src/sys/net/npf/npf_impl.h
cvs rdiff -u -r1.35 -r1.36 src/sys/net/npf/npf_inet.c
cvs rdiff -u -r1.17 -r1.18 src/sys/net/npf/npf_mbuf.c \
src/sys/net/npf/npf_state.c
cvs rdiff -u -r1.40 -r1.41 src/sys/net/npf/npf_nat.c
cvs rdiff -u -r0 -r1.1 src/sys/net/npf/npf_os.c src/sys/net/npf/npfkern.h
cvs rdiff -u -r1.13 -r1.14 src/sys/net/npf/npf_rproc.c
cvs rdiff -u -r1.42 -r1.43 src/sys/net/npf/npf_ruleset.c
cvs rdiff -u -r1.16 -r1.17 src/sys/net/npf/npf_state_tcp.c
cvs rdiff -u -r1.24 -r1.25 src/sys/net/npf/npf_tableset.c
cvs rdiff -u -r1.1 -r1.2 src/sys/net/npf/npf_worker.c
cvs rdiff -u -r1.18 -r1.19 src/sys/rump/net/lib/libnpf/Makefile
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/npf_bpf_comp.c
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/npf/npfctl/npf_build.c
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/npf/npfctl/npf_data.c
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/npf/npfctl/npf_show.c
cvs rdiff -u -r1.47 -r1.48 src/usr.sbin/npf/npfctl/npfctl.c
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/npf/npfctl/npfctl.h
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npftest/npfstream.c
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/npf/npftest/npftest.c
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/npf/npftest/npftest.h
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c \
src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c
cvs rdiff -u -r1.12 -r1.13 \
src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npftest/libnpftest/npf_test.h
cvs rdiff -u -r1.11 -r1.12 \
src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.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/powerpc/ibm4xx

2016-12-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 26 21:54:00 UTC 2016

Modified Files:
src/sys/arch/powerpc/ibm4xx: trap.c

Log Message:
Remove wrong comment which was copy-and-pasted from somewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/powerpc/ibm4xx/trap.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/powerpc/ibm4xx

2016-12-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 26 21:25:08 UTC 2016

Modified Files:
src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c

Log Message:
Assert that the size of a trap handler does not exceed its room.

XXX
The debug exception is critical for ibm4xx. Since rev 1.24, we use the critical
trap hundler for it. Sorry for the wrong commit log for rev 1.24.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/powerpc/ibm4xx/ibm4xx_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/net/npf

2016-12-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Dec 26 21:16:06 UTC 2016

Modified Files:
src/sys/net/npf: lpm.c

Log Message:
Fix kmem_free() in hashmap_remove().


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/net/npf/lpm.c

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



CVS commit: src/bin/ps

2016-12-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 26 20:52:39 UTC 2016

Modified Files:
src/bin/ps: ps.c

Log Message:
simplify logic; there must be no CPU usage when p_swtime is zero


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/bin/ps/ps.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/powerpc/ibm4xx

2016-12-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 26 20:28:00 UTC 2016

Modified Files:
src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c trap_subr.S

Log Message:
No need to have same trap handlers in trap_subr.S.
No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/powerpc/ibm4xx/trap_subr.S

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



CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 26 20:16:29 UTC 2016

Modified Files:
src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c

Log Message:
We cannot have DDB and IPKDB at the same time.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/ibm4xx/ibm4xx_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/arch/ia64/ia64

2016-12-26 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Mon Dec 26 19:46:59 UTC 2016

Modified Files:
src/sys/arch/ia64/ia64: context.S

Log Message:
Fix some comments and add new comment explaining probable bug in 
cpu_switchto().  Not sure of a fix for it yet


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ia64/ia64/context.S

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



CVS commit: [netbsd-7] src/doc

2016-12-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Dec 26 19:01:18 UTC 2016

Modified Files:
src/doc [netbsd-7]: CHANGES-7.1

Log Message:
1339


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-7.1

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



CVS commit: [netbsd-7] src/sys/net/npf

2016-12-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Dec 26 18:55:08 UTC 2016

Modified Files:
src/sys/net/npf [netbsd-7]: lpm.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1339):
sys/net/npf/lpm.c: revision 1.2
Fix kmem_free() sizes in hashmap_rehash() and lpm_clear().


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/net/npf/lpm.c

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



CVS commit: src/sys/uvm

2016-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 18:47:00 UTC 2016

Modified Files:
src/sys/uvm: uvm_physseg.h

Log Message:
Add copyright info.

After sufficient poking by Taylor.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/uvm/uvm_physseg.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

2016-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 18:04:31 UTC 2016

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

Log Message:
xen dom0 SMP is now bootable again.

add the 'options MULTIPROCESSOR' in respective configs, but mark them
experimental - and thus disabled by default.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/i386/conf/XEN3_DOM0

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-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 17:54:07 UTC 2016

Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
src/sys/arch/x86/include: machdep.h
src/sys/arch/x86/x86: x86_machdep.c

Log Message:
the i386 and amd64 boot time msgbuf init code is nearly identical.

Unify them into x86/x86_machdep.c:init_x86_msgbuf()

Boot tested on GENERIC (i386, amd64), XEN3_DOM0 (amd64)


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.775 -r1.776 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/machdep.h
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/x86/x86/x86_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/arch/arm/allwinner

2016-12-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Dec 26 16:20:17 UTC 2016

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
Remove more trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/allwinner/awin_reg.h

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



CVS commit: src/share/man/man4

2016-12-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 26 16:03:50 UTC 2016

Modified Files:
src/share/man/man4: tc.4

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/tc.4

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



CVS commit: src/share/man/man4

2016-12-26 Thread Felix Deichmann
Module Name:src
Committed By:   flxd
Date:   Mon Dec 26 15:59:26 UTC 2016

Modified Files:
src/share/man/man4: tc.4

Log Message:
Add tcu(4) for TC-USB.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/tc.4

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

2016-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 15:47:48 UTC 2016

Modified Files:
src/sys/arch/i386/i386: machdep.c

Log Message:
Make the msgbuf initialisation track closer to the original
pre-uvm_physseg.h one.

To see the exact changes with the original, line for line, do:

cvs rdiff -u -r1.772 -r1.775 src/sys/arch/i386/i386/machdep.c


To generate a diff of this commit:
cvs rdiff -u -r1.774 -r1.775 src/sys/arch/i386/i386/machdep.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/cvslatest

2016-12-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 26 14:53:17 UTC 2016

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

Log Message:
- use UTC
- initialize tm_isdst
- use accpath to handle relative paths


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/cvslatest/cvslatest.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/amd64/amd64

2016-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 13:55:13 UTC 2016

Modified Files:
src/sys/arch/amd64/amd64: machdep.c

Log Message:
remove spurious printf()


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/sys/arch/amd64/amd64/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/arch

2016-12-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Dec 26 13:28:59 UTC 2016

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c awin_var.h
src/sys/arch/evbarm/awin: awin_start.S

Log Message:
Remove trailing whitespace, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/allwinner/awin_board.c \
src/sys/arch/arm/allwinner/awin_var.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/awin/awin_start.S

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

2016-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 12:54:42 UTC 2016

Modified Files:
src/sys/arch/amd64/amd64: machdep.c

Log Message:
Make the msgbuf initialisation track closer to the original
pre-uvm_physseg.h one.

To see the exact changes with the original, line for line, do:

cvs diff -u -r 1.241 sys/arch/amd64/amd64/machdep.c


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/amd64/amd64/machdep.c

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



CVS commit: src/external/bsd/top/dist/machine

2016-12-26 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Mon Dec 26 12:46:32 UTC 2016

Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c

Log Message:
Implement the `c' command in "interactive mode" that displays only commands
that match a specified string.

Reviewed by and thanks to 


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/top/dist/machine/m_netbsd.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/npf

2016-12-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Dec 26 12:44:10 UTC 2016

Modified Files:
src/sys/net/npf: lpm.c

Log Message:
Fix kmem_free() sizes in hashmap_rehash() and lpm_clear().


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/net/npf/lpm.c

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



CVS commit: src/lib/libc/gen

2016-12-26 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Dec 26 10:16:43 UTC 2016

Modified Files:
src/lib/libc/gen: getpwent.3

Log Message:
Add missing full stop.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/gen/getpwent.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/xen/x86

2016-12-26 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 26 08:53:11 UTC 2016

Modified Files:
src/sys/arch/xen/x86: xen_pmap.c

Log Message:
In the MP case,
do not attempt to pmap_tlb_shootdown() after a pmap_kenter_ma() during
boot. pmap_tlb_shootdown() assumes post boot. Instead invalidate the
entry on the local CPU only.

XXX: to DTRT, probably this assumption needs re-examination.
XXX: The tradeoff is a (predicted) single word size comparison
 penalty, so perhaps a decision needs performance stats.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/xen/x86/xen_pmap.c

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



CVS commit: src/doc

2016-12-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Dec 26 08:43:55 UTC 2016

Modified Files:
src/doc: TODO.ptrace

Log Message:
Add new entry in TODO.ptrace

 + add support to read and write siginfo_t from and to tracee (reuse PT_IO?)

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/doc/TODO.ptrace

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



CVS commit: src/sys/fs/puffs

2016-12-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 26 08:21:09 UTC 2016

Modified Files:
src/sys/fs/puffs: puffs_msgif.c

Log Message:
Hold the interlock when calling cv_broadcast as per condvar(9)


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/fs/puffs/puffs_msgif.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/xen/xen

2016-12-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 26 08:16:28 UTC 2016

Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c

Log Message:
Hold the interlock before cv_broadcast as per condvar(9)


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/xen/xen/xbdback_xenbus.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/pci

2016-12-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Dec 26 07:55:00 UTC 2016

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

Log Message:
0x10cb is not 82801H but 82801I. No functional change (The macro name
was changed but the vaule is the same).


To generate a diff of this commit:
cvs rdiff -u -r1.458 -r1.459 src/sys/dev/pci/if_wm.c

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