CVS commit: [netbsd-7] src/external/mit/xorg/lib/libX11

2016-12-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Dec 23 08:04:05 UTC 2016

Modified Files:
src/external/mit/xorg/lib/libX11 [netbsd-7]: Makefile.ximcp
Makefile.xlcDef Makefile.xlcUTF8Load Makefile.xlibi18n
Makefile.xomGeneric
src/external/mit/xorg/lib/libX11/static [netbsd-7]: Makefile
src/external/mit/xorg/lib/libX11/ximcp [netbsd-7]: Makefile
src/external/mit/xorg/lib/libX11/xlcDef [netbsd-7]: Makefile
src/external/mit/xorg/lib/libX11/xlcUTF8Load [netbsd-7]: Makefile
src/external/mit/xorg/lib/libX11/xlibi18n [netbsd-7]: Makefile
src/external/mit/xorg/lib/libX11/xomGeneric [netbsd-7]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1336):
external/mit/xorg/lib/libX11/Makefile.xlibi18n: revision 1.2
external/mit/xorg/lib/libX11/xlcUTF8Load/Makefile: revision 1.2
external/mit/xorg/lib/libX11/xlcDef/Makefile: revision 1.2
external/mit/xorg/lib/libX11/Makefile.xomGeneric: revision 1.2
external/mit/xorg/lib/libX11/xomGeneric/Makefile: revision 1.2
external/mit/xorg/lib/libX11/Makefile.xlcDef: revision 1.2
external/mit/xorg/lib/libX11/xlibi18n/Makefile: revision 1.2
external/mit/xorg/lib/libX11/ximcp/Makefile: revision 1.4
external/mit/xorg/lib/libX11/static/Makefile: revision 1.3
external/mit/xorg/lib/libX11/Makefile.ximcp: revision 1.3
external/mit/xorg/lib/libX11/Makefile.xlcUTF8Load: revision 1.2
fix PR 48928:  build the static libX11 properly.  pull in the
ximcp, xlcDef, xlcUTF8Load, xlibi18n, and xomGeneric modules
directly.
also, don't include bsd.lib.mk in the fragment parts for these
modules, but in the module build itself.  otherwise, bsd.lib.mk
is included before SRCS is complete and the build strangely
seems to miss parts listed.
tested using the example in the PR.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.40.1 src/external/mit/xorg/lib/libX11/Makefile.ximcp
cvs rdiff -u -r1.1 -r1.1.42.1 \
src/external/mit/xorg/lib/libX11/Makefile.xlcDef \
src/external/mit/xorg/lib/libX11/Makefile.xlcUTF8Load \
src/external/mit/xorg/lib/libX11/Makefile.xlibi18n \
src/external/mit/xorg/lib/libX11/Makefile.xomGeneric
cvs rdiff -u -r1.2 -r1.2.20.1 \
src/external/mit/xorg/lib/libX11/static/Makefile
cvs rdiff -u -r1.3 -r1.3.6.1 src/external/mit/xorg/lib/libX11/ximcp/Makefile
cvs rdiff -u -r1.1 -r1.1.42.1 \
src/external/mit/xorg/lib/libX11/xlcDef/Makefile
cvs rdiff -u -r1.1 -r1.1.42.1 \
src/external/mit/xorg/lib/libX11/xlcUTF8Load/Makefile
cvs rdiff -u -r1.1 -r1.1.42.1 \
src/external/mit/xorg/lib/libX11/xlibi18n/Makefile
cvs rdiff -u -r1.1 -r1.1.42.1 \
src/external/mit/xorg/lib/libX11/xomGeneric/Makefile

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-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Dec 23 08:09:54 UTC 2016

Modified Files:
src/sys/arch/hp300/hp300: pmap_bootstrap.c
src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c

Log Message:
remove conflicting declarations of physmem. we want it to be psize_t


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/hp300/hp300/pmap_bootstrap.c
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c

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-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Dec 23 08:18:44 UTC 2016

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

Log Message:
1309, 1336-1338


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

2016-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 23 08:53:56 UTC 2016

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

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/uvm/uvm_pglist.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/pmap

2016-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 23 09:16:46 UTC 2016

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

Log Message:
PHYSMEM -> PHYSSEG to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/uvm/pmap/pmap.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-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 23 09:18:02 UTC 2016

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

Log Message:
PRIxPHYSMEM -> PRIxPHYSSEG to fix the build


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/uvm/uvm_pglist.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/i386/i386

2016-12-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Dec 23 09:24:57 UTC 2016

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

Log Message:
Use PRIxPSIZE when printing psize_t.

Fixes i386 kernels build.


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

2016-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 23 09:36:55 UTC 2016

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

Log Message:
Fix uvm_page_physget_freelist so that it actually performs the two passes
it mentions.


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/sys/uvm/uvm_page.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-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Dec 23 10:19:58 UTC 2016

Modified Files:
src/sbin/savecore: Makefile
src/usr.bin/fstat: Makefile
src/usr.bin/netstat: Makefile
src/usr.bin/pmap: Makefile
src/usr.bin/systat: Makefile
src/usr.sbin/crash: Makefile
src/usr.sbin/kgmon: Makefile
src/usr.sbin/pstat: Makefile
src/usr.sbin/trpt: Makefile
Added Files:
src/compat: exec.mk

Log Message:
for 64 bit mips platforms where we built userland largely as n32 by
default, build a handful of tools as n64 so they work properly.

unfortunately, they're also static as dynamic n64 has a problem.

of these tools pstat is probably the lowest hanging fruit to convert
to sysctl.  systat would be close were it not for the netstat screen,
which includes netstat itself.

the rest are difficult to perhaps foolish.

the upside is that netstat, pmap and fstat all work properly now.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/compat/exec.mk
cvs rdiff -u -r1.25 -r1.26 src/sbin/savecore/Makefile
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/fstat/Makefile
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/netstat/Makefile
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/pmap/Makefile
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/systat/Makefile
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/crash/Makefile
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/kgmon/Makefile
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/pstat/Makefile
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/trpt/Makefile

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-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Dec 23 10:48:12 UTC 2016

Modified Files:
src/sys/arch/news68k/news68k: pmap_bootstrap.c
src/sys/arch/next68k/next68k: pmap_bootstrap.c

Log Message:
more psize_t physmem fallout. remove conflicting types.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/news68k/news68k/pmap_bootstrap.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/next68k/next68k/pmap_bootstrap.c

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



CVS commit: src/sys/netinet

2016-12-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Dec 23 11:11:28 UTC 2016

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

Log Message:
Remove extraneous parentheses. no functional change

Appeases clang


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/netinet/sctp_output.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-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Dec 23 11:27:10 UTC 2016

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

Log Message:
add SCTP_DEBUG to ALL kernels


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.408 -r1.409 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/arch/xen/xen

2016-12-23 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Fri Dec 23 17:01:10 UTC 2016

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

Log Message:
balloon(4) can now use uvm_hotplug(9)

Do this.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/xen/xen/balloon.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-23 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Fri Dec 23 17:26:43 UTC 2016

Modified Files:
src/sys/arch/ia64/ia64: pmap.c

Log Message:
make kernel compilable after recent uvm changes


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/ia64/ia64/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-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Dec 23 20:49:02 UTC 2016

Modified Files:
src/doc: CHANGES

Log Message:
note mips64 n64 binary fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.2226 -r1.2227 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

2016-12-23 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Fri Dec 23 21:01:00 UTC 2016

Modified Files:
src/sys/dev: audio.c

Log Message:
Simplify.  Handle draining of vc[0] differently.

Addresses PR kern/51710 audio playback works only once.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/dev/audio.c

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



CVS commit: src/share/mk

2016-12-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 23 21:11:45 UTC 2016

Modified Files:
src/share/mk: bsd.sys.mk

Log Message:
Don't attempt to shorten resolved path names (via realpath) because it could
lead to inconsistencies between different builds.


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 src/share/mk/bsd.sys.mk

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-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Dec 23 23:17:57 UTC 2016

Modified Files:
src/doc: 3RDPARTY

Log Message:
openssh-7.4 out.


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

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



CVS commit: [netbsd-7-0] src/sys/arch/amd64/amd64

2016-12-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 24 04:07:00 UTC 2016

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-0]: copy.S

Log Message:
Apply patch (requested by maxv in ticket #1278):
suword: Don't allow 4 bytes to overflow beyond the userland space.


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

2016-12-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 24 04:07:25 UTC 2016

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7]: copy.S

Log Message:
Apply patch (requested by maxv in ticket #1278):
suword: Don't allow 4 bytes to overflow beyond the userland space.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.34.1 src/sys/arch/amd64/amd64/copy.S

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



CVS commit: [netbsd-7-0] src/doc

2016-12-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 24 04:25:56 UTC 2016

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

Log Message:
fix bozohttpd version number in ticket 1309, add entry for ticket 1278


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-7.0.3

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/external/bsd/ipf/netinet

2016-12-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 24 04:30:08 UTC 2016

Modified Files:
src/sys/external/bsd/ipf/netinet [netbsd-7]: ip_nat.c ip_nat6.c

Log Message:
Pull up following revision(s) (requested by sborrill in ticket #1261):
sys/external/bsd/ipf/netinet/ip_nat.c: revision 1.17
sys/external/bsd/ipf/netinet/ip_nat6.c: revision 1.10
Fix lookup of original destination address when using a redirect rule.
This is required for transparent proxying by squid, for example.


To generate a diff of this commit:
cvs rdiff -u -r1.13.2.2 -r1.13.2.3 src/sys/external/bsd/ipf/netinet/ip_nat.c
cvs rdiff -u -r1.7.4.1 -r1.7.4.2 src/sys/external/bsd/ipf/netinet/ip_nat6.c

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-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 24 04:39:05 UTC 2016

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

Log Message:
fix typo in 1309, add 1261 and 1278


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.137 -r1.1.2.138 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: src/lib/libc/time

2016-12-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Sat Dec 24 05:33:51 UTC 2016

Modified Files:
src/lib/libc/time: strftime.3

Log Message:
As per C99 the range of values for the %S format specifier is [0,60]
rather than [0,61]. The standard has removed mention of double leap seconds.
The standard has give the following rationale in the time.h man page:

"The range [0,60] seconds allows for positive or negative leap seconds.
The formal definition of UTC does not permit double leap seconds, so all
mention of double leap seconds has been removed, and the range shortened
from the former [0,61] seconds seen in previous versions of POSIX."


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/time/strftime.3

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



CVS commit: src/libexec/fingerd

2016-12-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Sat Dec 24 05:40:49 UTC 2016

Modified Files:
src/libexec/fingerd: fingerd.8

Log Message:
Fix a sentence.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/libexec/fingerd/fingerd.8

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-23 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sat Dec 24 05:43:31 UTC 2016

Modified Files:
src/doc: TODO.ptrace

Log Message:
Add new entry in TODO.ptrace

New entry:
 - add ATF tests for SIGCHLD


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

2016-12-23 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sat Dec 24 06:04:50 UTC 2016

Modified Files:
src/sys/dev/ic: ncr53c9x.c

Log Message:
avoid accessing condition variables which belong to a scsibus before actually
attaching the scsibus
now my SS20 boots again


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/dev/ic/ncr53c9x.c

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



CVS commit: src/etc/etc.evbmips

2016-12-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 24 07:07:06 UTC 2016

Modified Files:
src/etc/etc.evbmips: MAKEDEV.conf

Log Message:
create sysmon nodes, so wdogctl works.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbmips/MAKEDEV.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/man9

2016-12-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Sat Dec 24 07:22:41 UTC 2016

Modified Files:
src/share/man/man9: uvm_hotplug.9

Log Message:
Fix a sentence
Make some makrup improvments to make mandoc -Tlint happy
Sort xrefs in SEE ALSO


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/uvm_hotplug.9

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