CVS commit: src/sys/sys

2016-01-25 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue Jan 26 06:27:38 UTC 2016

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

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/wdog.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-01-25 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Tue Jan 26 06:00:10 UTC 2016

Modified Files:
src/sys/netinet: in_gif.c in_gif.h ip_encap.h ip_mroute.c
src/sys/netipsec: xform.h xform_ipip.c

Log Message:
eliminate variable argument in encapsw


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/in_gif.h
cvs rdiff -u -r1.16 -r1.17 src/sys/netinet/ip_encap.h
cvs rdiff -u -r1.137 -r1.138 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netipsec/xform.h
cvs rdiff -u -r1.36 -r1.37 src/sys/netipsec/xform_ipip.c

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



CVS commit: src/sys

2016-01-25 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Tue Jan 26 05:58:06 UTC 2016

Modified Files:
src/sys/net: if_stf.c if_stf.h
src/sys/netinet: in_gif.c ip_encap.c ip_encap.h ip_mroute.c
src/sys/netinet6: in6_gif.c
src/sys/netipsec: xform_ipip.c

Log Message:
implement encapsw instead of protosw and uniform prototype.

suggested and advised by riastradh@n.o, thanks.

BTW, It seems in_stf_input() had bugs...


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/net/if_stf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/net/if_stf.h
cvs rdiff -u -r1.73 -r1.74 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.50 -r1.51 src/sys/netinet/ip_encap.c
cvs rdiff -u -r1.15 -r1.16 src/sys/netinet/ip_encap.h
cvs rdiff -u -r1.136 -r1.137 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.70 -r1.71 src/sys/netinet6/in6_gif.c
cvs rdiff -u -r1.35 -r1.36 src/sys/netipsec/xform_ipip.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-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:57:58 UTC 2016

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

Log Message:
Tickets 1067-1069.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 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-0] src/sys/arch/sparc64/sparc64

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:56:56 UTC 2016

Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-7-0]: ofw_machdep.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #1069):
sys/arch/sparc64/sparc64/ofw_machdep.c: revision 1.45
Restrict the check for fully specified interrupts to machines with psycho
controllers only, and adjust comments to note this.
See also the mail thread starting at:
http://mail-index.NetBSD.org/port-sparc64/2015/12/03/msg002488.html


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.4.1 src/sys/arch/sparc64/sparc64/ofw_machdep.c

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-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:57:20 UTC 2016

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

Log Message:
Tickets 1067, 1069


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-7.0.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/arch/sparc64/sparc64

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:56:34 UTC 2016

Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-7]: ofw_machdep.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #1069):
sys/arch/sparc64/sparc64/ofw_machdep.c: revision 1.45
Restrict the check for fully specified interrupts to machines with psycho
controllers only, and adjust comments to note this.
See also the mail thread starting at:
http://mail-index.NetBSD.org/port-sparc64/2015/12/03/msg002488.html


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.2.1 src/sys/arch/sparc64/sparc64/ofw_machdep.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/include/protocols

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:53:42 UTC 2016

Modified Files:
src/include/protocols [netbsd-7]: dumprestore.h

Log Message:
Pull up following revision(s) (requested by christos in ticket #1068):
include/protocols/dumprestore.h: revision 1.17
PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.28.1 src/include/protocols/dumprestore.h

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

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:50:37 UTC 2016

Modified Files:
src/sys/kern [netbsd-7-0]: kern_softint.c

Log Message:
Pull up following revision(s) (requested by knakahara in ticket #1067):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
- the softhand_t is set SOFTINT_PENDING flag
- the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
- waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
- the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
so CPU#Y does not wait
- unset the function of "handler A"
(4) CPU#X does softint_execute()
- the function of "handler A" is already clear, so panic


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

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:50:22 UTC 2016

Modified Files:
src/sys/kern [netbsd-7]: kern_softint.c

Log Message:
Pull up following revision(s) (requested by knakahara in ticket #1067):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
- the softhand_t is set SOFTINT_PENDING flag
- the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
- waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
- the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
so CPU#Y does not wait
- unset the function of "handler A"
(4) CPU#X does softint_execute()
- the function of "handler A" is already clear, so panic


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.41.2.1 src/sys/kern/kern_softint.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/blacklist/diff

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 26 02:54:25 UTC 2016

Modified Files:
src/external/bsd/blacklist/diff: proftpd.diff

Log Message:
fix fd leak


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/blacklist/diff/proftpd.diff

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



CVS commit: othersrc/external/bsd/arfe

2016-01-25 Thread David Young
Module Name:othersrc
Committed By:   dyoung
Date:   Tue Jan 26 02:22:57 UTC 2016

Modified Files:
othersrc/external/bsd/arfe: Makefile README
othersrc/external/bsd/arfe/dt: Makefile README core.c core.h dec.c
dec.h dt.c hex.c hex.h ipv4.c ipv4.h macaddr.c macaddr.h
portability.h sym.c sym.h testit
othersrc/external/bsd/arfe/dt/rr: ifconfig.0-logger-ifconfig.0
logger-ifconfig.0-ifconfig.0
othersrc/external/bsd/arfe/it: Makefile README it.c
othersrc/external/bsd/arfe/tt: Makefile README testit.sh tt.c
Added Files:
othersrc/external/bsd/arfe: Makefile.inc
othersrc/external/bsd/arfe/dt: eol.c eol.h space.c space.h
othersrc/external/bsd/arfe/hlog: .cvsignore Makefile hlog.c hlog.h
othersrc/external/bsd/arfe/mk: helpers.mk
othersrc/external/bsd/arfe/tt/tests/6: expected-output input match
transform

Log Message:
Bring NetBSD CVS up-to-date with my private Subversion repository.

In dt/core.c, delete dead scratch_t members L1 and L2.  Pull the gaps
count out of subcell_t and add to scratch_t members G[0..1] and Gclocc
to hold the gaps count when/where I use it.  This gives me back a bit of
speed, but I'm still not back to the previous best: affine gap penalties
are expensive.

Add a dummy 'test' target to it/Makefile.  Really need to come up with
some tests for IT.  Some version of the DT tests oughta do the trick.

Thanks, Thomas Klausner (w...@netbsd.org), for the heads-up about some
Makefile problems.  Fix them: recurse on 'test' target.  Make 'test'
target depend on dependall.

Fix/improve usage messages.

Disable debug assertions for now.

Make 'make cleandir' remove *.gcov.

In dt/sym.c, don't dereference a NULL pointer trying to emit a symbol
that is too long.  XXX ought to revisit this.

Add the hierarchical-logging library that I developed for CUWiN and
start to use it to switch debugging printfs on and off.

Repair the 'tags' rule, making it write tags to .CURDIR instead of
.OBJDIR.

Add two new scanners, one for whitespace up to and including end-of-line
(EOL), and one for whitespace other than whitespace at EOL.  Bring
expected test results up-to-date with these beneficial changes to
whitespace handling.

Add mk/helpers.mk that provides utilities PRINTOBJDIR and PRINTOBJDIROF.

Use relative paths like 'dt/core.h' for ARFE header files.  Add
CPPFLAGS+=-I$(.CURDIR)/.. to all of the makefiles to make this work.

Add DPINCS to makefiles that were missing it.

Factor out some initialization and argument parsing; put it into
arfe_parse_options().

Improve file_to_slice() error reporting: print the filename concerned.

Add a utility function, cloccs_are_equal(), that returns true if and
only if the string comprising the left-hand clocc is equal to the string
comprising the right-hand clocc.  Use it here and there, especially in
the `tt' implementation.

Tweak the costs for opening and extending gaps, and tweak clocc_score(),
to get more desirable outputs from dt, it, and tt.  Update tests to
match new expectations.

Add instrumentation that prints a sub-table of the table computed by
findsplitn() as an HTML table.

Fix some bugs in table initialization in findsplitn() & count_records()
that were found with the help of the new instrumentation.

For count_records() debug output, record and print a few generations of
record boundaries.

Add a new member to clocc_t, the number of potential counterpart
clocc_t's in a counterpart template, and for each match-template clocc,
count the number of counterparts it has in the transform template---see
count_match_occ_transform_counterparts().  Eventually I will use the
counterparts to tweak scores for clocc-alignment between inputs and
match templates in tt.

Fix a bug in emit_transformed_text() where it wasn't considering all of
the match clocc_t's in a hash bucket.

Expand cloccs_t and the size of the clocc_t hash tables, too.  XXX needs
to be dynamic!

In dt, it, and tt (?), instead of running findlcs(), run count_records()
and quit if the -c option is passed.  This is just a convenience while I
test count_records(), which is a work in progress.

Fix some NULL pointer dereferences in the decimal- and hexadecimal-number
scanners.

Run the really long-running dt tests last instead of first.

Make tt/testit.sh run the tests on its command line or else all of the
tests in tests/.

In tt, allocate the class occurrences for the transform template on the
heap instead of the stack, so that we don't run out of stack space
and segfault.

Add a test for 'tt' that extracts the packet input/output statistics
from ifconfig -v output and nothing else.

Fix a bug in count_match_occ_transform_counterparts() where I was
calling TAILQ_NEXT() on an uninitialized element.  I'm not sure how I
missed the bug before, since it crashes 'tt' in its first test every
time.

Pick up some changes from the NetBSD CVS repository by wiz@.  Change
__attribute__((__

CVS commit: [netbsd-7-0] src/crypto/external/bsd/openssh/dist

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:30:41 UTC 2016

Modified Files:
src/crypto/external/bsd/openssh/dist [netbsd-7-0]: sftp.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #1066):
crypto/external/bsd/openssh/dist/sftp.c: revision 1.17
PR/50564: Rin Okuyama: sftp: filename completion is broken


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.1 -r1.12.4.1.2.1 \
src/crypto/external/bsd/openssh/dist/sftp.c

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-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:30:56 UTC 2016

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

Log Message:
Ticket 1066.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-7.0.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/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:30:23 UTC 2016

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

Log Message:
Tickets 1064-1066


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 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/crypto/external/bsd/openssh/dist

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:29:35 UTC 2016

Modified Files:
src/crypto/external/bsd/openssh/dist [netbsd-7]: sftp.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #1066):
crypto/external/bsd/openssh/dist/sftp.c: revision 1.17
PR/50564: Rin Okuyama: sftp: filename completion is broken


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.1 -r1.12.4.2 \
src/crypto/external/bsd/openssh/dist/sftp.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/sys/net/npf

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:27:21 UTC 2016

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

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #1065):
sys/net/npf/npf_mbuf.c: revision 1.15
handle delayed cksums also for ipv6


To generate a diff of this commit:
cvs rdiff -u -r1.13.2.1 -r1.13.2.2 src/sys/net/npf/npf_mbuf.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/sys/arch/sparc64/dev

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:25:33 UTC 2016

Modified Files:
src/sys/arch/sparc64/dev [netbsd-7]: schizo.c schizoreg.h schizovar.h

Log Message:
Pull up following revision(s) (requested by jdc in ticket #1064):
sys/arch/sparc64/dev/schizo.c: revision 1.34
sys/arch/sparc64/dev/schizo.c: revision 1.35
sys/arch/sparc64/dev/schizovar.h: revision 1.7
sys/arch/sparc64/dev/schizoreg.h: revision 1.10
sys/arch/sparc64/dev/schizoreg.h: revision 1.11
add some tomatillo specific information to schizo_pbm_regs.
Set the target JPID for all interrupts on Tomatillo.
If the "ino-bitmap" property is available, use it to route error interrupts.
Minor cosmetic changes.
Add register printing when DEBUG is defined.
Use __BIT() for some masks to fix the sparc build.
No binary changes.


To generate a diff of this commit:
cvs rdiff -u -r1.31.8.1 -r1.31.8.2 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.9 -r1.9.14.1 src/sys/arch/sparc64/dev/schizoreg.h
cvs rdiff -u -r1.6 -r1.6.14.1 src/sys/arch/sparc64/dev/schizovar.h

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-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:23:50 UTC 2016

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

Log Message:
Ticket 1063.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.0.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/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:21:56 UTC 2016

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

Log Message:
Tickets 1037, 1062, 1063


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 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/usr.sbin/ndp

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:21:33 UTC 2016

Modified Files:
src/usr.sbin/ndp [netbsd-7]: ndp.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1063):
usr.sbin/ndp/ndp.c: revision 1.46
Don't forget to set sin_scope. From Ryota Ozaki


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.2.1 src/usr.sbin/ndp/ndp.c

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/usr.sbin/ndp

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:22:13 UTC 2016

Modified Files:
src/usr.sbin/ndp [netbsd-7-0]: ndp.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1063):
usr.sbin/ndp/ndp.c: revision 1.46
Don't forget to set sin_scope. From Ryota Ozaki


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.4.1 src/usr.sbin/ndp/ndp.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/sys/kern

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:18:37 UTC 2016

Modified Files:
src/sys/kern [netbsd-7]: exec_elf.c

Log Message:
Apply patch (requested by martin in ticket #1062):

sys/kern/exec_elf.c patch

Restore binary compatibility on sparc64 for old binaries.
[martin, ticket #1062]


To generate a diff of this commit:
cvs rdiff -u -r1.69.2.3 -r1.69.2.4 src/sys/kern/exec_elf.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/external/gpl3/gcc/dist/gcc/config/rs6000

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:11:13 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/rs6000 [netbsd-7]: rs6000.c

Log Message:
Pull up following revision(s) (requested by phx in ticket #1037):
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c: revision 1.13
We've never supported the executable stack note, and none of the other
archs have it.


To generate a diff of this commit:
cvs rdiff -u -r1.6.2.3 -r1.6.2.4 \
src/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c

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-01-25 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Jan 26 01:09:56 UTC 2016

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

Log Message:
Note limited extent for reference to the pserialized object.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/pserialize.9

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-01-25 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Jan 26 01:05:17 UTC 2016

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

Log Message:
Suggest the cacheline-aligned global struct idiom.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/pserialize.9

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



CVS commit: src/external/bsd/dhcp/dist/bind

2016-01-25 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Mon Jan 25 22:15:15 UTC 2016

Removed Files:
src/external/bsd/dhcp/dist/bind: bind.tar.gz

Log Message:
Get rid of a file which shouldn't be there.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/external/bsd/dhcp/dist/bind/bind.tar.gz

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



CVS commit: src/sys/arch/mvme68k/stand/installboot

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 21:58:02 UTC 2016

Modified Files:
src/sys/arch/mvme68k/stand/installboot: Makefile

Log Message:
uses _KERNTYPES


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mvme68k/stand/installboot/Makefile

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



CVS commit: src/sys/modules/dtrace/lockstat

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 21:56:27 UTC 2016

Modified Files:
src/sys/modules/dtrace/lockstat: Makefile

Log Message:
earm (iyonix and zaurus) don't have cpu_counter.h


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/modules/dtrace/lockstat/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/arm/footbridge

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 21:54:14 UTC 2016

Modified Files:
src/sys/arch/arm/footbridge: footbridge_intr.h

Log Message:
protect locore.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/footbridge/footbridge_intr.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/hppa/spmath

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 18:55:25 UTC 2016

Modified Files:
src/sys/arch/hppa/spmath: Makefile.inc

Log Message:
use :Q to quote variables properly.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/spmath/Makefile.inc

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



CVS commit: src/sys/dev/usb

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 18:37:38 UTC 2016

Modified Files:
src/sys/dev/usb: ums.c

Log Message:
PR/50701: Martijn van Buul: Adjust MS Confort Mouse 6000


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/usb/ums.c

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-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 18:20:16 UTC 2016

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

Log Message:
we don't have va_mask


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/share/man/man9/vnodeops.9

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



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

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 18:14:40 UTC 2016

Modified Files:
src/sys/arch/hppa/include: cpu.h

Log Message:
Don't expose kernel structs to userland.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/include/cpu.h

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



CVS commit: src/lib/libutil

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 18:14:04 UTC 2016

Modified Files:
src/lib/libutil: getbootfile.c

Log Message:
prefer  instead of 


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libutil/getbootfile.c

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



CVS commit: src/external/mit/xorg/server/xorg-server

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 18:00:26 UTC 2016

Modified Files:
src/external/mit/xorg/server/xorg-server: Makefile.serverlib
Makefile.servermod

Log Message:
Include  before setting any MK variables, so that /etc/mk.conf
is processed first, and it's settings don't override ours.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/mit/xorg/server/xorg-server/Makefile.serverlib
cvs rdiff -u -r1.3 -r1.4 \
src/external/mit/xorg/server/xorg-server/Makefile.servermod

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



CVS commit: src/distrib/sets/lists

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 17:59:35 UTC 2016

Modified Files:
src/distrib/sets/lists/xcomp: md.alpha md.amiga md.dreamcast md.evbarm
md.shark
src/distrib/sets/lists/xdebug: md.alpha md.amiga md.dreamcast md.evbarm
md.shark

Log Message:
Undo previous changes; the debug libraries were installed because of a bug
in the Makefiles... (Setting MKDEBUGLIB in /etc/mk.conf overrides some
Makefile settings)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/xcomp/md.alpha
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/xcomp/md.amiga \
src/distrib/sets/lists/xcomp/md.evbarm
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xcomp/md.dreamcast
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/xcomp/md.shark
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/xdebug/md.alpha \
src/distrib/sets/lists/xdebug/md.shark
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xdebug/md.amiga \
src/distrib/sets/lists/xdebug/md.dreamcast
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xdebug/md.evbarm

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



CVS commit: src/lib/libc/arch/hppa/gen

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 16:44:42 UTC 2016

Modified Files:
src/lib/libc/arch/hppa/gen: __longjmp14.c

Log Message:
use __register_t


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/hppa/gen/__longjmp14.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/footbridge

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 16:41:06 UTC 2016

Modified Files:
src/sys/arch/arm/footbridge: footbridge_intr.h

Log Message:
Move the ipl_cookie_t definition earlier, since the mutex internal impl
uses it.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/footbridge/footbridge_intr.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/mmeye/stand/bootcoff

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 16:34:53 UTC 2016

Modified Files:
src/sys/arch/mmeye/stand/bootcoff: Makefile

Log Message:
Need _KERNTYPES for round_page() vaddr_t.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mmeye/stand/bootcoff/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/arm/footbridge

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 16:30:42 UTC 2016

Modified Files:
src/sys/arch/arm/footbridge: footbridge_intr.h

Log Message:
This is a mess:

-> sys/mutex.h -> sys/intr.h -> machine/intr.h -> footbridge/footbridge_intr.h
-> arm/cpu.h -> sys/cpu_data.h -> sys/sched.h -> sys/time.h -> sys/timevar.h
-> sys/systm.h -> sys/param.h -> uvm_param.h -> sys/resourcevar.h

Now sys/resourcevar.h needs a concrete definition of kmutex_t, and
although we started including sys/mutex.h we never got to include
machine/mutex.h which actually defines it, since the footbridge_intr.h
took us for a long ride. Take the easy way out and include
arm/mutex.h in footbridge_intr.h so that we get the definition we
need.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/footbridge/footbridge_intr.h

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



CVS commit: src/sys/modules/dtrace/lockstat

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 15:37:21 UTC 2016

Modified Files:
src/sys/modules/dtrace/lockstat: Makefile

Log Message:
spell empty.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/modules/dtrace/lockstat/Makefile

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



CVS commit: src/sys/modules/dtrace/lockstat

2016-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 13:31:48 UTC 2016

Modified Files:
src/sys/modules/dtrace/lockstat: Makefile

Log Message:
Handle also the earm{ev,hf}...


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/dtrace/lockstat/Makefile

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



CVS commit: src/sys/modules/dtrace/lockstat

2016-01-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 25 12:44:52 UTC 2016

Modified Files:
src/sys/modules/dtrace/lockstat: Makefile

Log Message:
Map "earm" to armv5


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/dtrace/lockstat/Makefile

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



CVS commit: src/sys/rump/include/rump

2016-01-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 25 12:25:38 UTC 2016

Modified Files:
src/sys/rump/include/rump: rump.h

Log Message:
prop_dictionary_t hasn't been needed here in, um, 5 years, so remove
the type madness.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/rump/include/rump/rump.h

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

2016-01-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 25 12:24:41 UTC 2016

Modified Files:
src/usr.sbin/npf/npftest: npftest.c

Log Message:
include proplib.h if you're going to useuseitit


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/npf/npftest/npftest.c

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



CVS commit: src/tests/rump/rumpkern/h_server

2016-01-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 25 12:21:42 UTC 2016

Modified Files:
src/tests/rump/rumpkern/h_server: h_simpleserver.c

Log Message:
include  for bool


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpkern/h_server/h_simpleserver.c

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



CVS commit: src

2016-01-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 25 11:45:58 UTC 2016

Modified Files:
src/lib/libp2k: p2k.c
src/lib/libukfs: ukfs.c
src/share/examples/rump/ttyserv: ttyserv.c
src/share/examples/rump/umserv: umserv.c
src/sys/rump/include/rump: rump.h
src/tests/rump/rumpvfs: t_p2kifs.c

Log Message:
Don't include  from rump.h.  It's not needed
unless you're doing something special, but requires register_t.
Adjust the few places which actually need rumpvnode_if.h.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/lib/libp2k/p2k.c
cvs rdiff -u -r1.58 -r1.59 src/lib/libukfs/ukfs.c
cvs rdiff -u -r1.2 -r1.3 src/share/examples/rump/ttyserv/ttyserv.c
cvs rdiff -u -r1.2 -r1.3 src/share/examples/rump/umserv/umserv.c
cvs rdiff -u -r1.64 -r1.65 src/sys/rump/include/rump/rump.h
cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpvfs/t_p2kifs.c

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



CVS commit: src/share/examples/rump

2016-01-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 25 11:01:17 UTC 2016

Modified Files:
src/share/examples/rump/ttyserv: Makefile
src/share/examples/rump/umserv: Makefile

Log Message:
add -D_KERNTYPES


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/examples/rump/ttyserv/Makefile
cvs rdiff -u -r1.3 -r1.4 src/share/examples/rump/umserv/Makefile

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-01-25 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jan 25 10:15:39 UTC 2016

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

Log Message:
Remove unnecessary LLE_REMREF

The code around it was copied from arptimer, but LLE_REMREF
is unnecessary because it is needed only for arptimer that
is called after LLE_ADDREF.

This is a possible fix for PR#50548, PR#50702 and PR#50704.


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/sys/netinet/if_arp.c

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



CVS commit: src

2016-01-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 25 09:24:29 UTC 2016

Modified Files:
src: UPDATING

Log Message:
Note that update builds are broken if MKDTRACE got enabled for your
platform.


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/UPDATING

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