CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon Jan  9 08:05:14 UTC 2017

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

Log Message:
use correct header size.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/if_iwm.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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon Jan  9 08:10:25 UTC 2017

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

Log Message:
cosmetic.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_iwm.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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon Jan  9 09:15:54 UTC 2017

Modified Files:
src/sys/dev/pci: if_iwm.c if_iwmreg.h

Log Message:
Added enum iwm_tx_pm_timeouts from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_iwm.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_iwmreg.h

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



CVS commit: src/doc

2017-01-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan  9 09:54:34 UTC 2017

Modified Files:
src/doc: 3RDPARTY

Log Message:
tmux-2.3 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1394 -r1.1395 src/doc/3RDPARTY

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

2017-01-09 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Mon Jan  9 10:42:45 UTC 2017

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

Log Message:
Do not use the "flags" field uninitialized

A backport if iwm(4) (to netbsd-7) does not build without this change.

LGTM nonaka@


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/if_iwm.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/sparc64/sparc64

2017-01-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan  9 12:24:38 UTC 2017

Modified Files:
src/sys/arch/sparc64/sparc64: process_machdep.c

Log Message:
Do not use kmem_zalloc() to allocate an FP state - we have a special pool
for that.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc64/sparc64/process_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/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon Jan  9 12:45:49 UTC 2017

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

Log Message:
Apply OpenBSD if_iwm.c rev.1.148.

> While setting up the basic rate bitmask for iwm's firmware, if the AP does
> not specify basic rates for either the CCK or OFDM set, add just the most
> basic rate to that set (1 Mbit/s in case of CCK, 6 Mbit/s in case of OFDM).
> This behaviour matches what code comments seem to imply.

> The previous code would add all possible basic rates in such cases.
> So if all basic rates were CCK only, the code would add all possible OFDM 
> basic
> rates on top. Then the firmware would send some frames at too high rates, e.g.
> RTS frames would be sent at 24Mbit/s which is a bit risky on noisy channels.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/if_iwm.c

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



CVS commit: src/distrib/ia64/cdroms/installcd

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  9 13:36:22 UTC 2017

Modified Files:
src/distrib/ia64/cdroms/installcd: Makefile

Log Message:
Fix the build, we don't support installboot for ia64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/ia64/cdroms/installcd/Makefile

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



CVS commit: src/sys/dev/marvell

2017-01-09 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Mon Jan  9 14:06:35 UTC 2017

Modified Files:
src/sys/dev/marvell: marvellreg.h

Log Message:
Add ATTR_AXI_DDR.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/marvellreg.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/marvell

2017-01-09 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Mon Jan  9 14:15:20 UTC 2017

Modified Files:
src/sys/arch/arm/marvell: mvsoc.c

Log Message:
Remove no-need #ifdef MARVELL_ATTR_AXI_DDR.  It has defined.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/marvell/mvsoc.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

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  9 14:25:52 UTC 2017

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

Log Message:
If we had an error, don't do the debug checks because they will most certainly
fail and we'll panic.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/kern/uipc_mbuf.c

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



CVS commit: src/etc

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  9 14:26:58 UTC 2017

Modified Files:
src/etc: master.passwd

Log Message:
fix nsd home dir.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/etc/master.passwd

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



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

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  9 15:14:41 UTC 2017

Modified Files:
src/external/bsd/flex/dist/src: flex.skl

Log Message:
revert the c++ yy_size_t changes to maintain existing ABI.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/flex/dist/src/flex.skl

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



CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-09 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Mon Jan  9 17:36:24 UTC 2017

Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl

Log Message:
Revert last two revisions; local changes should no longer be needed
now that the root cause of PR lib/51569 is fixed by revision 1.11 of
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl

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



CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2017-01-09 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Mon Jan  9 17:41:03 UTC 2017

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
x86_64-gf2m.S

Log Message:
regen (actually, hand-edited, but the changes should be identical)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S

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



CVS commit: src/usr.sbin/postinstall

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  9 19:51:31 UTC 2017

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
don't try to install rc scripts for programs not installed


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/etc

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  9 20:05:29 UTC 2017

Modified Files:
src/etc: ntp.conf

Log Message:
"kod" needs limited.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/etc/ntp.conf

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



CVS commit: src/share/man/man7

2017-01-09 Thread Hubert Feyrer
Module Name:src
Committed By:   hubertf
Date:   Mon Jan  9 20:08:26 UTC 2017

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Document kern.sched sysctl variables.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/share/man/man7/sysctl.7

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



CVS commit: src/lib/libcurses

2017-01-09 Thread Brett Lymn
Module Name:src
Committed By:   blymn
Date:   Mon Jan  9 21:17:29 UTC 2017

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

Log Message:
Checks for bottom right corner were reversed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libcurses/border.c

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



CVS commit: src/tests/kernel

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Jan  9 22:09:21 UTC 2017

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

Log Message:
PT_GET_SIGINFO is no longer PT_SET_SIGINFO conditional in ATF tests

This interface is MI.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/tests/kernel/t_ptrace_wait.c
cvs rdiff -u -r1.6 -r1.7 src/tests/kernel/t_ptrace_wait.h

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



CVS import: src/common/dist/zlib

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 10 00:25:32 UTC 2017

Update of /cvsroot/src/common/dist/zlib
In directory ivanova.netbsd.org:/tmp/cvs-serv14010

Log Message:
Changes in 1.2.10 (2 Jan 2017)
- Avoid warnings on snprintf() return value
- Fix bug in deflate_stored() for zero-length input
- Fix bug in gzwrite.c that produced corrupt gzip files
- Remove files to be installed before copying them in Makefile.in
- Add warnings when compiling with assembler code

Changes in 1.2.9 (31 Dec 2016)
- Fix contrib/minizip to permit unzipping with desktop API [Zouzou]
- Improve contrib/blast to return unused bytes
- Assure that gzoffset() is correct when appending
- Improve compress() and uncompress() to support large lengths
- Fix bug in test/example.c where error code not saved
- Remedy Coverity warning [Randers-Pehrson]
- Improve speed of gzprintf() in transparent mode
- Fix inflateInit2() bug when windowBits is 16 or 32
- Change DEBUG macro to ZLIB_DEBUG
- Avoid uninitialized access by gzclose_w()
- Allow building zlib outside of the source directory
- Fix bug that accepted invalid zlib header when windowBits is zero
- Fix gzseek() problem on MinGW due to buggy _lseeki64 there
- Loop on write() calls in gzwrite.c in case of non-blocking I/O
- Add --warn (-w) option to ./configure for more compiler warnings
- Reject a window size of 256 bytes if not using the zlib wrapper
- Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
- Add --debug (-d) option to ./configure to define ZLIB_DEBUG
- Fix bugs in creating a very large gzip header
- Add uncompress2() function, which returns the input size used
- Assure that deflateParams() will not switch functions mid-block
- Dramatically speed up deflation for level 0 (storing)
- Add gzfread(), duplicating the interface of fread()
- Add gzfwrite(), duplicating the interface of fwrite()
- Add deflateGetDictionary() function
- Use snprintf() for later versions of Microsoft C
- Fix *Init macros to use z_ prefix when requested
- Replace as400 with os400 for OS/400 support [Monnerat]
- Add crc32_z() and adler32_z() functions with size_t lengths
- Update Visual Studio project files [AraHaan]

Changes in 1.2.8 (28 Apr 2013)
- Update contrib/minizip/iowin32.c for Windows RT [Vollant]
- Do not force Z_CONST for C++
- Clean up contrib/vstudio [Roß]
- Correct spelling error in zlib.h
- Fix mixed line endings in contrib/vstudio

Changes in 1.2.7.3 (13 Apr 2013)
- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc

Changes in 1.2.7.2 (13 Apr 2013)
- Change check for a four-byte type back to hexadecimal
- Fix typo in win32/Makefile.msc
- Add casts in gzwrite.c for pointer differences

Changes in 1.2.7.1 (24 Mar 2013)
- Replace use of unsafe string functions with snprintf if available
- Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]
- Fix gzgetc undefine when Z_PREFIX set [Turk]
- Eliminate use of mktemp in Makefile (not always available)
- Fix bug in 'F' mode for gzopen()
- Add inflateGetDictionary() function
- Correct comment in deflate.h
- Use _snprintf for snprintf in Microsoft C
- On Darwin, only use /usr/bin/libtool if libtool is not Apple
- Delete "--version" file if created by "ar --version" [Richard G.]
- Fix configure check for veracity of compiler error return codes
- Fix CMake compilation of static lib for MSVC2010 x64
- Remove unused variable in infback9.c
- Fix argument checks in gzlog_compress() and gzlog_write()
- Clean up the usage of z_const and respect const usage within zlib
- Clean up examples/gzlog.[ch] comparisons of different types
- Avoid shift equal to bits in type (caused endless loop)
- Fix uninitialized value bug in gzputc() introduced by const patches
- Fix memory allocation error in examples/zran.c [Nor]
- Fix bug where gzopen(), gzclose() would write an empty file
- Fix bug in gzclose() when gzwrite() runs out of memory
- Check for input buffer malloc failure in examples/gzappend.c
- Add note to contrib/blast to use binary mode in stdio
- Fix comparisons of differently signed integers in contrib/blast
- Check for invalid code length codes in contrib/puff
- Fix serious but very rare decompression bug in inftrees.c
- Update inflateBack() comments, since inflate() can be faster
- Use underscored I/O function names for WINAPI_FAMILY
- Add _tr_flush_bits to the external symbols prefixed by --zprefix
- Add contrib/vstudio/vc10 pre-build step for static only
- Quote --version-script argument in CMakeLists.txt
- Don't specify --version-script on Apple platforms in CMakeLists.txt
- Fix casting error in contrib/testzlib/testzlib.c
- Fix types in contrib/minizip to match result of get_crc_table()
- Simplify contrib/vstudio/vc10 with 'd' suffix
- Add TOP support to win32/Makefile.msc
- Suport i686 and amd64 assembler builds in CMakeLists.txt
- Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h
- Add vc11 and vc12 build files to contrib/vstudio
- Add gzvprintf() as an undocumented function in zlib
- Fix config

CVS commit: src/sys

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 00:48:37 UTC 2017

Modified Files:
src/sys/kern: kern_fork.c
src/sys/sys: siginfo.h

Log Message:
Introduce new si_code for SIGTRAP: TRAP_CHLD - process child trap

The SIGTRAP signal is thrown from the kernel if EVENT_MASK (ptrace_event)
enables PTRACE_FORK. This new si_code helps debuggers to distinguish the
exact source of signal delivered for a debugger.

Another purpose of TRAP_CHLD is to retain the same behavior inside the
NetBSD kernel for process child traps and have an interface to monitor it.

Retrieving exact event and extended properties of process child trap is
available with PT_GET_PROCESS_STATE.

There is no behavior change for existing software.

This si_code value is NetBSD extension.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/kern/kern_fork.c
cvs rdiff -u -r1.27 -r1.28 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/sys

2017-01-09 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Jan 10 00:50:57 UTC 2017

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

Log Message:
Rework the sysctl initialization to avoid creating new nodes from
within the helper function.  This should avoid the "locking against
myself" error reported earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/kern_history.c
cvs rdiff -u -r1.17 -r1.18 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/share/man/man2

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 00:51:56 UTC 2017

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

Log Message:
Document TRAP_CHLD in siginfo(2)

The SIGTRAP signal is thrown from the kernel if EVENT_MASK (ptrace_event)
enables PTRACE_FORK. This new si_code helps debuggers to distinguish the
exact source of signal delivered for a debugger.

Another purpose of TRAP_CHLD is to retain the same behavior inside the
NetBSD kernel for process child traps and have an interface to monitor it.

Retrieving exact event and extended properties of process child trap is
available with PT_GET_PROCESS_STATE.

There is no behavior change for existing software.

This si_code value is NetBSD extension.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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/tests/kernel

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 00:54:22 UTC 2017

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

Log Message:
Add new test siginfo5 in t_ptrace_wait{,3,4,6,id,pid}

siginfo5:
Verify that fork(2) is intercepted by ptrace(2) with EVENT_MASK
set to PTRACE_FORK and reports correct signal information

Sponsored by 


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

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 01:02:23 UTC 2017

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

Log Message:
Welcome to NetBSD 7.99.57!

Added for SIGTRAP new si_code: TRAP_CHLD
This interface is part of 

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.523 -r1.524 src/sys/sys/param.h

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



CVS commit: src/common/dist/zlib

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 10 01:27:42 UTC 2017

Modified Files:
src/common/dist/zlib: compress.c crc32.c deflate.c deflate.h gzguts.h
gzwrite.c infback.c inffast.c inflate.c inftrees.c trees.c
uncompr.c zconf.h zlib.h zutil.c zutil.h
Removed Files:
src/common/dist/zlib: algorithm.txt example.c gzio.c minigzip.c
zconf.in.h
src/common/dist/zlib/as400: bndsrc compile.clp readme.txt zlib.inc
src/common/dist/zlib/contrib/asm586: README.586 match.S
src/common/dist/zlib/contrib/masm686: match.asm
src/common/dist/zlib/contrib/masmx86: gvmat32.asm gvmat32c.c mkasm.bat
src/common/dist/zlib/contrib/minizip: ChangeLogUnzip
src/common/dist/zlib/contrib/vstudio/vc7: miniunz.vcproj minizip.vcproj
testzlib.vcproj zlib.rc zlibstat.vcproj zlibvc.def zlibvc.sln
zlibvc.vcproj
src/common/dist/zlib/contrib/vstudio/vc8: miniunz.vcproj minizip.vcproj
testzlib.vcproj testzlibdll.vcproj zlib.rc zlibstat.vcproj
zlibvc.def zlibvc.sln zlibvc.vcproj
src/common/dist/zlib/old: zlib.html
src/common/dist/zlib/projects: README.projects
src/common/dist/zlib/projects/visualc6: README.txt example.dsp
minigzip.dsp zlib.dsp zlib.dsw
src/common/dist/zlib/win32: Makefile.emx

Log Message:
merge conflicts


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/algorithm.txt \
src/common/dist/zlib/example.c src/common/dist/zlib/minigzip.c \
src/common/dist/zlib/zconf.in.h
cvs rdiff -u -r1.2 -r1.3 src/common/dist/zlib/compress.c \
src/common/dist/zlib/deflate.h src/common/dist/zlib/infback.c \
src/common/dist/zlib/inftrees.c src/common/dist/zlib/uncompr.c \
src/common/dist/zlib/zconf.h src/common/dist/zlib/zutil.c
cvs rdiff -u -r1.4 -r1.5 src/common/dist/zlib/crc32.c \
src/common/dist/zlib/inflate.c src/common/dist/zlib/zutil.h
cvs rdiff -u -r1.3 -r1.4 src/common/dist/zlib/deflate.c \
src/common/dist/zlib/inffast.c src/common/dist/zlib/trees.c \
src/common/dist/zlib/zlib.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/common/dist/zlib/gzguts.h \
src/common/dist/zlib/gzwrite.c
cvs rdiff -u -r1.4 -r0 src/common/dist/zlib/gzio.c
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/as400/bndsrc \
src/common/dist/zlib/as400/compile.clp \
src/common/dist/zlib/as400/readme.txt src/common/dist/zlib/as400/zlib.inc
cvs rdiff -u -r1.2 -r0 src/common/dist/zlib/contrib/asm586/README.586
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/contrib/asm586/match.S
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/contrib/masm686/match.asm
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/contrib/masmx86/gvmat32.asm \
src/common/dist/zlib/contrib/masmx86/gvmat32c.c \
src/common/dist/zlib/contrib/masmx86/mkasm.bat
cvs rdiff -u -r1.1.1.1 -r0 \
src/common/dist/zlib/contrib/minizip/ChangeLogUnzip
cvs rdiff -u -r1.1.1.1 -r0 \
src/common/dist/zlib/contrib/vstudio/vc7/miniunz.vcproj \
src/common/dist/zlib/contrib/vstudio/vc7/minizip.vcproj \
src/common/dist/zlib/contrib/vstudio/vc7/testzlib.vcproj \
src/common/dist/zlib/contrib/vstudio/vc7/zlib.rc \
src/common/dist/zlib/contrib/vstudio/vc7/zlibstat.vcproj \
src/common/dist/zlib/contrib/vstudio/vc7/zlibvc.def \
src/common/dist/zlib/contrib/vstudio/vc7/zlibvc.sln \
src/common/dist/zlib/contrib/vstudio/vc7/zlibvc.vcproj
cvs rdiff -u -r1.1.1.1 -r0 \
src/common/dist/zlib/contrib/vstudio/vc8/miniunz.vcproj \
src/common/dist/zlib/contrib/vstudio/vc8/minizip.vcproj \
src/common/dist/zlib/contrib/vstudio/vc8/testzlib.vcproj \
src/common/dist/zlib/contrib/vstudio/vc8/testzlibdll.vcproj \
src/common/dist/zlib/contrib/vstudio/vc8/zlib.rc \
src/common/dist/zlib/contrib/vstudio/vc8/zlibstat.vcproj \
src/common/dist/zlib/contrib/vstudio/vc8/zlibvc.def \
src/common/dist/zlib/contrib/vstudio/vc8/zlibvc.sln \
src/common/dist/zlib/contrib/vstudio/vc8/zlibvc.vcproj
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/old/zlib.html
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/projects/README.projects
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/projects/visualc6/README.txt \
src/common/dist/zlib/projects/visualc6/example.dsp \
src/common/dist/zlib/projects/visualc6/minigzip.dsp \
src/common/dist/zlib/projects/visualc6/zlib.dsp \
src/common/dist/zlib/projects/visualc6/zlib.dsw
cvs rdiff -u -r1.1.1.1 -r0 src/common/dist/zlib/win32/Makefile.emx

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



CVS commit: src/lib/libz

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 10 01:28:03 UTC 2017

Modified Files:
src/lib/libz: Makefile

Log Message:
Adapt to new zlib


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libz/Makefile

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



CVS commit: src/doc

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 10 01:29:31 UTC 2017

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new zlib


To generate a diff of this commit:
cvs rdiff -u -r1.1395 -r1.1396 src/doc/3RDPARTY
cvs rdiff -u -r1.2233 -r1.2234 src/doc/CHANGES

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



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

2017-01-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 10 01:31:40 UTC 2017

Modified Files:
src/tests/lib/libc/ttyio: t_ttyio.c

Log Message:
PR/51803: Ngie Cooper: CID 978321: Don't leak openpty() fd.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ttyio/t_ttyio.c

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



CVS commit: src/doc

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 01:53:25 UTC 2017

Modified Files:
src/doc: CHANGES

Log Message:
ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.2234 -r1.2235 src/doc/CHANGES

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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Jan 10 04:27:04 UTC 2017

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

Log Message:
set NULL after free.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_iwm.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/makefs/chfs

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 04:27:02 UTC 2017

Modified Files:
src/usr.sbin/makefs/chfs: chfs_mkfs.c

Log Message:
Include missing header  for write(2) read(2) close(2)

These functions are undefined after switch to new zlib.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makefs/chfs/chfs_mkfs.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/makemandb

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 04:34:07 UTC 2017

Modified Files:
src/usr.sbin/makemandb: apropos-utils.c

Log Message:
Include  for R_OK W_OK STDOUT_FILENO access(2)

These symbols are undefined after switch to new zlib.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/makemandb/apropos-utils.c

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



CVS commit: src/sbin/savecore

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 04:42:20 UTC 2017

Modified Files:
src/sbin/savecore: zopen.c

Log Message:
Adapt funopen(3) call after switch to new zlib(3)

In the prototype of the gzclose() function of changed from:

  typedef struct gzFile_s *gzFile;/* semi-opaque gzip file descriptor */

to:

  typedef voidp gzFile;

This caused type mismatch when calling funopen(3) as:
   'int (*)(void *)' != 'int (*)(struct gzFile_s *)'

Cast gzclose to (int (*)(void *)) when used in funopen(3).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/savecore/zopen.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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Jan 10 05:05:09 UTC 2017

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1267 -r1.1268 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1266 -r1.1267 src/sys/dev/pci/pcidevs_data.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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Jan 10 05:04:31 UTC 2017

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add Intel Dual Band Wireless 8265 entry.


To generate a diff of this commit:
cvs rdiff -u -r1.1275 -r1.1276 src/sys/dev/pci/pcidevs

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



CVS commit: src/tests/kernel

2017-01-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jan 10 05:08:24 UTC 2017

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

Log Message:
Add new test siginfo6 in t_ptrace_wait{,3,6,6,id,pid} for ports with PT_STEP

siginfo6:
Verify single PT_STEP call with signal information check

Sponsored by 


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

2017-01-09 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 10 05:40:59 UTC 2017

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

Log Message:
Replace adaptive mutex for ethercom with spin one

Unfortunately even wm(4) doesn't allow adaptive mutex because wm(4)
tries to hold it with holding its own spin mutex.


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/net/if_ethersubr.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-09 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 10 05:42:34 UTC 2017

Modified Files:
src/sys/net: if.c if_ethersubr.c
src/sys/netinet6: in6.c in6_var.h mld6.c

Log Message:
Enable some sysctl knobs on rump kernels for ifmcstat


To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/sys/net/if.c
cvs rdiff -u -r1.233 -r1.234 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.230 -r1.231 src/sys/netinet6/in6.c
cvs rdiff -u -r1.88 -r1.89 src/sys/netinet6/in6_var.h
cvs rdiff -u -r1.75 -r1.76 src/sys/netinet6/mld6.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/ifmcstat

2017-01-09 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 10 05:43:27 UTC 2017

Modified Files:
src/usr.sbin/ifmcstat: ifmcstat.c

Log Message:
Don't give up just because inet6 sysctl knobs aren't available

It can happen normally, for example run a kernel without INET6 or
run a rump_server without librumpnet_netinet6.so.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/ifmcstat/ifmcstat.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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Jan 10 05:54:04 UTC 2017

Modified Files:
src/sys/dev/pci: if_iwm.c if_iwmvar.h

Log Message:
iwm(4): 8260 works now. 4165 may works too.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_iwm.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/if_iwmvar.h

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



CVS commit: src/tests/net

2017-01-09 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 10 05:55:10 UTC 2017

Modified Files:
src/tests/net: net_common.sh

Log Message:
Test dumping states before destroying interfaces


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/net_common.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

2017-01-09 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jan 10 05:55:34 UTC 2017

Modified Files:
src/tests/net: net_common.sh

Log Message:
Test netstat -i -a and ifmcstat


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

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

2017-01-09 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Tue Jan 10 06:28:46 UTC 2017

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

Log Message:
Add missing word.


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

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

2017-01-09 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Jan 10 07:34:04 UTC 2017

Modified Files:
src/sys/dev/pci: if_iwm.c if_iwmvar.h

Log Message:
Add apmg_wake_up_wa support from DragonFly BSD.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/if_iwm.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_iwmvar.h

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



CVS commit: src/sys/netinet

2017-01-09 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Tue Jan 10 07:39:52 UTC 2017

Modified Files:
src/sys/netinet: ip_output.c

Log Message:
avoid double rtcache_unref().

reviewed by ozaki-r@n.o.


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/sys/netinet/ip_output.c

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