CVS commit: othersrc/external/bsd/delta

2016-04-27 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Apr 28 05:21:31 UTC 2016 Added Files: othersrc/external/bsd/delta: Makefile README othersrc/external/bsd/delta/bin: 1 2 3 4 Makefile othersrc/external/bsd/delta/dist: Makefile delta.1 delta.c delta.h

CVS commit: src/tests/net/if

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 28 01:57:45 UTC 2016 Modified Files: src/tests/net/if: t_ifconf.sh Log Message: Don't depend on the order of interfaces Instead add tests of querying varying number of interfaces and tests of checking if removing

CVS commit: src/sys

2016-04-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Apr 28 01:37:17 UTC 2016 Modified Files: src/sys/dev/usb: if_upl.c src/sys/net: if.c if.h if_bridge.c if_ieee1394subr.c if_loop.c if_vlan.c src/sys/netipsec: ipsec_osdep.h Log Message: introduce

CVS commit: src/tests/net/if

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 28 01:20:31 UTC 2016 Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Don't depend on the order of interfaces The kernel guarantees nothing about it. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/kern

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 28 00:37:40 UTC 2016 Modified Files: src/sys/kern: kern_sig.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327 src/sys/kern/kern_sig.c Please note that diffs are not public

CVS commit: src/sys/dev/dkwedge

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 28 00:35:24 UTC 2016 Modified Files: src/sys/dev/dkwedge: dkwedge_gpt.c Log Message: Fix tyop To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/dkwedge/dkwedge_gpt.c Please note that diffs are

CVS commit: src/sys/dev/dkwedge

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 28 00:33:54 UTC 2016 Modified Files: src/sys/dev/dkwedge: dkwedge_gpt.c Log Message: Fix error message. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/dkwedge/dkwedge_gpt.c Please note that

CVS commit: src/sys

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 28 00:16:57 UTC 2016 Modified Files: src/sys/dev/ic: hd64570.c src/sys/dev/pci: if_lmc.c if_lmc.h src/sys/dev/usb: if_upl.c uhso.c src/sys/dist/pf/net: if_pflog.c if_pfsync.c src/sys/net:

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 28 00:02:40 UTC 2016 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_impl.h dt_module.c dt_open.c Log Message: Introduce dt_bootfile() and use it to avoid hard-coded kernel values.

CVS commit: src/sys

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 21:15:40 UTC 2016 Modified Files: src/sys/kern: kern_exit.c kern_sig.c src/sys/sys: proc.h Log Message: We need a flag for WCONTINUED so that we can reset it... Fixes bash issue. To generate a diff of this

CVS commit: src/tests/lib/libc/sys

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 21:14:24 UTC 2016 Modified Files: src/tests/lib/libc/sys: t_wait.c Log Message: - Adjust to the correct wait6 semantics (returns pid) - Avoid race in setrlimit(2) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net80211

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 20:17:00 UTC 2016 Modified Files: src/sys/net80211: ieee80211.h Log Message: Add 80211n ht frame. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/net80211/ieee80211.h Please note that diffs

CVS commit: src/distrib/sets/lists/base

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:52:14 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi Log Message: Add new firmware code. To generate a diff of this commit: cvs rdiff -u -r1.1123 -r1.1124 src/distrib/sets/lists/base/mi Please note

CVS commit: src/sys/dev/microcode/ral

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:50:34 UTC 2016 Added Files: src/sys/dev/microcode/ral: ral-rt2860 Log Message: add rt2860 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/microcode/ral/ral-rt2860 Please note that diffs

CVS commit: src/sys/dev/microcode/ral

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:50:06 UTC 2016 Modified Files: src/sys/dev/microcode/ral: Makefile build.c microcode.h Log Message: Sync with OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:49:26 UTC 2016 Modified Files: src/sys/dev/ic: rt2860.c rt2860reg.h rt2860var.h Log Message: Make RT 2860 for the if_ral_pci.c driver compile. This work was done by Jeff Rizzo To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:47:40 UTC 2016 Modified Files: src/sys/dev/pci: pcidevs Log Message: more ral devices from OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.1248 -r1.1249 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:47:25 UTC 2016 Modified Files: src/sys/dev/pci: if_ral_pci.c Log Message: Sync with OpenBSD (add rt2860). Handle 32/64 memory bars, some power management, more device matches. To generate a diff of this commit:

CVS commit: src/sys/conf

2016-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 27 19:46:11 UTC 2016 Modified Files: src/sys/conf: files Log Message: Add rt2860 now that it compiles. To generate a diff of this commit: cvs rdiff -u -r1.1156 -r1.1157 src/sys/conf/files Please note that diffs are

CVS commit: src/sys/dev/usb

2016-04-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Apr 27 19:35:17 UTC 2016 Modified Files: src/sys/dev/usb: hid.c uhid.c uhidev.c ukbd.c ums.c uts.c Log Message: Pull in opt_usb.h in _KERNEL_OPT case for various *_DEBUG options. Makes various driver-specific debugging

CVS import: xsrc/external/mit/xf86-video-amdgpu/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 09:35:46 UTC 2016 Update of /cvsroot/xsrc/external/mit/xf86-video-amdgpu/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29947 Log Message: initial import of xf86-video-amdgpu-1.1.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/libXi/dist/src

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 09:32:11 UTC 2016 Modified Files: xsrc/external/mit/libXi/dist/src: XGMotion.c XGetDCtl.c XGetFCtl.c XGetProp.c XIProperties.c XISelEv.c XQueryDv.c Log Message: merge libXi 1.7.6 To generate a diff of this

CVS import: xsrc/external/mit/libXi/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 09:30:56 UTC 2016 Update of /cvsroot/xsrc/external/mit/libXi/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28603 Log Message: initial import of libXi-1.7.6 Status: Vendor Tag: xorg Release Tags: libXi-1-7-6

CVS commit: src/usr.sbin/cpuctl/arch

2016-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 08:53:28 UTC 2016 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Add some name from the latest Intel SDM. - Quark X1000, Xeon E5 v4 and the future processors. To generate a diff of this commit: cvs

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

2016-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 08:51:32 UTC 2016 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add some bit definitions mainly taken from the latest Intel SDM: - Add SGX, UMIP, RDPID and SGXLC. - Add avx512dq, avx512bw and

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

2016-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 08:47:03 UTC 2016 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Add new desc 0x64 and 0xc4. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/include/cacheinfo.h

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

2016-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 08:45:22 UTC 2016 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Take some changes from the Linux's latest x86/include/asm/cpufeatures.h. - Add ptsc, avx512dq, avx512bw and avx512vl - Remove

CVS commit: src/share/man/man9

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 27 08:18:40 UTC 2016 Modified Files: src/share/man/man9: psref.9 Log Message: Fix usages of PSLIST_ENTRY_* in the example code To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/psref.9

CVS commit: src/share/man/man9

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 27 08:05:31 UTC 2016 Modified Files: src/share/man/man9: psref.9 Log Message: Fix usage of frobbotzim_prc in the example code To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/psref.9

CVS commit: src/sys/netinet6

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 27 07:51:14 UTC 2016 Modified Files: src/sys/netinet6: in6_ifattach.c Log Message: Get rid of unused argument from get_rand_ifid To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97

CVS commit: xsrc/external/mit

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 07:23:01 UTC 2016 Modified Files: xsrc/external/mit/xkbcomp/dist: expr.c xsrc/external/mit/xrandr/dist: xrandr.c Added Files: xsrc/external/mit/xrandr/dist: compile Log Message: merge xkbcomp 1.3.1 and

CVS import: xsrc/external/mit/xinput/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 07:19:33 UTC 2016 Update of /cvsroot/xsrc/external/mit/xinput/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6919 Log Message: initial import of xinput-1.6.2 Status: Vendor Tag: xorg Release Tags: xinput-1-6-2

CVS import: xsrc/external/mit/xrandr/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 07:19:36 UTC 2016 Update of /cvsroot/xsrc/external/mit/xrandr/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10582 Log Message: initial import of xrandr-1.5.0 Status: Vendor Tag: xorg Release Tags: xrandr-1-5-0

CVS import: xsrc/external/mit/xkbcomp/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 07:19:35 UTC 2016 Update of /cvsroot/xsrc/external/mit/xkbcomp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10584 Log Message: initial import of xkbcomp-1.3.1 Status: Vendor Tag: xorg Release Tags: xkbcomp-1-3-1

CVS commit: src/usr.sbin/cpuctl/arch

2016-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 06:58:06 UTC 2016 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: - Add structure extended feature registers into ci_feat_val[]. The locations are the same as x86/include/cpu.h. Curreltly those values

CVS commit: src/share/man/man9

2016-04-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 27 06:57:24 UTC 2016 Modified Files: src/share/man/man9: pslist.9 Log Message: Fix declaration of PSLIST_READER_FIRST To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pslist.9 Please

CVS import: xsrc/external/mit/videoproto/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 06:41:49 UTC 2016 Update of /cvsroot/xsrc/external/mit/videoproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10898 Log Message: initial import of videoproto-2.3.3 Status: Vendor Tag: xorg Release Tags:

CVS import: xsrc/external/mit/inputproto/dist

2016-04-27 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Apr 27 06:41:48 UTC 2016 Update of /cvsroot/xsrc/external/mit/inputproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19237 Log Message: initial import of inputproto-2.3.2 Status: Vendor Tag: xorg Release Tags: