CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 08:16:31 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Return success when clearing port reset.


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.15 -r1.264.4.16 src/sys/dev/usb/uhci.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 08:23:02 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: usbroothub.c

Log Message:
Convert to USBHIST


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/dev/usb/usbroothub.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 08:29:46 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: ehcivar.h

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.42.14.8 -r1.42.14.9 src/sys/dev/usb/ehcivar.h

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 08:39:43 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: ehcireg.h

Log Message:
Define and use EHCI_PAGE_MASK


To generate a diff of this commit:
cvs rdiff -u -r1.34.14.2 -r1.34.14.3 src/sys/dev/usb/ehcireg.h

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 08:45:04 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c ehcireg.h

Log Message:
Define and use EHCI_QTD_MAXTRANSFER.  No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.234.2.29 -r1.234.2.30 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.34.14.3 -r1.34.14.4 src/sys/dev/usb/ehcireg.h

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



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

2015-02-01 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sun Feb  1 10:19:00 UTC 2015

Modified Files:
src/external/bsd/libevent/dist: evutil_rand.c

Log Message:
void functions should not return values.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libevent/dist/evutil_rand.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 11:13:46 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.16 -r1.264.4.17 src/sys/dev/usb/uhci.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 11:54:29 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.17 -r1.264.4.18 src/sys/dev/usb/uhci.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 12:08:15 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: motg.c uhci.c usb_mem.c

Log Message:
Remove unused #includes


To generate a diff of this commit:
cvs rdiff -u -r1.12.2.12 -r1.12.2.13 src/sys/dev/usb/motg.c
cvs rdiff -u -r1.264.4.18 -r1.264.4.19 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.65.2.4 -r1.65.2.5 src/sys/dev/usb/usb_mem.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-02-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  1 13:09:15 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: usbdi.c

Log Message:
Remove newline character in USBHIST_LOG format


To generate a diff of this commit:
cvs rdiff -u -r1.162.2.9 -r1.162.2.10 src/sys/dev/usb/usbdi.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/sys

2015-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  1 15:24:15 UTC 2015

Modified Files:
src/lib/libc/sys: fdiscard.2

Log Message:
PR/49617: Kirk Russell: Describe the posix_fallocate return values correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/sys/fdiscard.2

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



CVS commit: src/sys/uvm

2015-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  1 16:26:01 UTC 2015

Modified Files:
src/sys/uvm: uvm_map.c

Log Message:
The diagnostic function uvm_km_check_empty() takes a mutex, so don't call it
if we are using UVM_FLAG_NOWAIT.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/uvm/uvm_map.c

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



CVS commit: src/external/gpl3/gcc/usr.bin/backend

2015-02-01 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Feb  1 17:47:00 UTC 2015

Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
update m68k gcc bug workarounds for gcc 4.8.  fixes PR 49609.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gcc/usr.bin/backend/Makefile

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



CVS commit: src

2015-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  1 18:49:25 UTC 2015

Modified Files:
src: build.sh

Log Message:
Fix the build kernels target with -n, disable temporarily runcmd while we
are fetching the allkernels variable.


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/build.sh

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



CVS commit: src/external/bsd/libevent/dist/include/event2

2015-02-01 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sun Feb  1 19:09:05 UTC 2015

Removed Files:
src/external/bsd/libevent/dist/include/event2: event-config.h

Log Message:
this generated include file oughtn't be around, the 'good' version is in
external/bsd/libevent/include/event2/event-config.h instead


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/bsd/libevent/dist/include/event2/event-config.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/omap

2015-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  1 19:32:59 UTC 2015

Modified Files:
src/sys/arch/arm/omap: if_cpsw.c

Log Message:
PR/49621: Robert Sprowson: Add detach function to if_cpsw


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/omap/if_cpsw.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

2015-02-01 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Feb  1 22:41:22 UTC 2015

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

Log Message:
- npf_conn_establish: remove a rare race condition when we might destroy a
  connection when it is still referenced by another thread.
- npf_conn_destroy: remove the backwards entry using the saved key, PR/49488.
- Sprinkle some asserts.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/net/npf/npf_conn.c

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



CVS commit: src/usr.sbin/npf/npfctl

2015-02-01 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Feb  1 22:57:22 UTC 2015

Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5

Log Message:
npf.conf(5): mention alg, include in the example, minor fix.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/npf/npfctl/npf.conf.5

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



CVS commit: src

2015-02-01 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Feb  2 00:31:39 UTC 2015

Modified Files:
src/sys/net/npf: npf_impl.h npf_ruleset.c
src/usr.sbin/npf/npfctl: npf_show.c

Log Message:
npfctl(8): report dynamic rule ID in a comment, print the case when libpcap
is used correctly.  Also, add npf_ruleset_dump() helper in the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/net/npf/npf_impl.h
cvs rdiff -u -r1.40 -r1.41 src/sys/net/npf/npf_ruleset.c
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npf_show.c

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



CVS commit: src/lib/libnpf

2015-02-01 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Feb  2 00:55:28 UTC 2015

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
libnpf: add npf_rule_getid() and npf_rule_getcode().
Missed in the previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libnpf/npf.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libnpf/npf.h

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



CVS import: src/external/mit/lua/dist

2015-02-01 Thread Lourival Pereira Vieira Neto
Module Name:src
Committed By:   lneto
Date:   Mon Feb  2 02:01:19 UTC 2015

Update of /cvsroot/src/external/mit/lua/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18467

Log Message:
imported Lua 5.3.0

Status:

Vendor Tag: LUA
Release Tags:   LUA_5_3_0

C src/external/mit/lua/dist/README
C src/external/mit/lua/dist/Makefile
C src/external/mit/lua/dist/src/lobject.h
C src/external/mit/lua/dist/src/liolib.c
U src/external/mit/lua/dist/src/lctype.h
C src/external/mit/lua/dist/src/ltm.h
C src/external/mit/lua/dist/src/ldump.c
C src/external/mit/lua/dist/src/lopcodes.h
C src/external/mit/lua/dist/src/luac.c
C src/external/mit/lua/dist/src/lbitlib.c
C src/external/mit/lua/dist/src/llimits.h
C src/external/mit/lua/dist/src/luaconf.h
C src/external/mit/lua/dist/src/lgc.h
C src/external/mit/lua/dist/src/lauxlib.c
C src/external/mit/lua/dist/src/lstate.h
C src/external/mit/lua/dist/src/llex.c
C src/external/mit/lua/dist/src/ldblib.c
U src/external/mit/lua/dist/src/lcode.h
C src/external/mit/lua/dist/src/lstate.c
C src/external/mit/lua/dist/src/lua.c
C src/external/mit/lua/dist/src/lzio.c
C src/external/mit/lua/dist/src/lcode.c
C src/external/mit/lua/dist/src/llex.h
C src/external/mit/lua/dist/src/lparser.c
C src/external/mit/lua/dist/src/linit.c
C src/external/mit/lua/dist/src/ldebug.h
C src/external/mit/lua/dist/src/lcorolib.c
C src/external/mit/lua/dist/src/lbaselib.c
C src/external/mit/lua/dist/src/ldebug.c
C src/external/mit/lua/dist/src/lutf8lib.c
C src/external/mit/lua/dist/src/lapi.c
C src/external/mit/lua/dist/src/lua.h
C src/external/mit/lua/dist/src/lauxlib.h
C src/external/mit/lua/dist/src/lobject.c
C src/external/mit/lua/dist/src/lstrlib.c
C src/external/mit/lua/dist/src/ltm.c
C src/external/mit/lua/dist/src/ltablib.c
U src/external/mit/lua/dist/src/lualib.h
U src/external/mit/lua/dist/src/lfunc.h
C src/external/mit/lua/dist/src/ldo.c
C src/external/mit/lua/dist/src/lfunc.c
C src/external/mit/lua/dist/src/lctype.c
C src/external/mit/lua/dist/src/lvm.c
C src/external/mit/lua/dist/src/loadlib.c
C src/external/mit/lua/dist/src/ltable.h
C src/external/mit/lua/dist/src/lstring.h
C src/external/mit/lua/dist/src/ltable.c
C src/external/mit/lua/dist/src/lopcodes.c
U src/external/mit/lua/dist/src/lua.hpp
C src/external/mit/lua/dist/src/lapi.h
C src/external/mit/lua/dist/src/lparser.h
C src/external/mit/lua/dist/src/lundump.c
C src/external/mit/lua/dist/src/Makefile
C src/external/mit/lua/dist/src/lmem.h
U src/external/mit/lua/dist/src/lundump.h
N src/external/mit/lua/dist/src/lprefix.h
C src/external/mit/lua/dist/src/lstring.c
C src/external/mit/lua/dist/src/lmathlib.c
C src/external/mit/lua/dist/src/lvm.h
C src/external/mit/lua/dist/src/lgc.c
C src/external/mit/lua/dist/src/ldo.h
C src/external/mit/lua/dist/src/lzio.h
C src/external/mit/lua/dist/src/loslib.c
C src/external/mit/lua/dist/src/lmem.c
U src/external/mit/lua/dist/doc/manual.css
U src/external/mit/lua/dist/doc/luac.1
C src/external/mit/lua/dist/doc/lua.1
C src/external/mit/lua/dist/doc/manual.html
U src/external/mit/lua/dist/doc/osi-certified-72x60.png
C src/external/mit/lua/dist/doc/readme.html
U src/external/mit/lua/dist/doc/logo.gif
C src/external/mit/lua/dist/doc/contents.html
C src/external/mit/lua/dist/doc/lua.css

62 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jLUA:yesterday -jLUA src/external/mit/lua/dist



CVS commit: src/sys/kern

2015-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb  2 02:28:26 UTC 2015

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

Log Message:
Handle LOCAL_PEERID for socketpair() connected sockets which connect through
connect2().
1. move the code that sets the peerid structure into connect1(). This
   handles so2.  The datagram code calls connect2 twice with flipped
   so arguments so both sockets get set.
2. in connect2 copy the peerid structure from so2 to so, so that that
   both stream sockets get set.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/kern/uipc_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/netinet6

2015-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb  2 03:14:02 UTC 2015

Modified Files:
src/sys/netinet6: ip6_output.c

Log Message:
CID/1267860: Missing break in switch


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/netinet6/ip6_output.c

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