CVS commit: src/sys/dev

2017-05-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri May 12 07:12:37 UTC 2017

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

Log Message:
Fix a debug printf


To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 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/distrib/arc/ramdisk

2017-05-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri May 12 07:26:35 UTC 2017

Modified Files:
src/distrib/arc/ramdisk: Makefile

Log Message:
Slightly increase the image size


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/distrib/arc/ramdisk/Makefile

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



CVS commit: src/sys/external/bsd/ipf/netinet

2017-05-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 12 08:03:26 UTC 2017

Modified Files:
src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c

Log Message:
Call the right filter function for hook removal found by Stephen Borrill.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c

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



CVS commit: src/bin/sh

2017-05-12 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri May 12 08:39:47 UTC 2017

Modified Files:
src/bin/sh: sh.1

Log Message:
Corrected some typos, added some (hopefully improving) extra text,
sorted stuff that needed sorting, and added some (probably incorrect)
markup...


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/bin/sh/sh.1

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



CVS commit: src/bin/sh

2017-05-12 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri May 12 08:55:38 UTC 2017

Modified Files:
src/bin/sh: sh.1

Log Message:
Improve the description of option processing (including the shell's
arg list processing), and the set command in general.
Also add some (new) commented out text related to options which may
be commented back in sometime soon...


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/bin/sh/sh.1

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-05-12 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri May 12 09:22:01 UTC 2017

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

Log Message:
carp should call if_link_state_change instead of affecting
if_link_state directly.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/netinet/ip_carp.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

2017-05-12 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri May 12 10:48:34 UTC 2017

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

Log Message:
Ticket #1420


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

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

2017-05-12 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri May 12 10:48:11 UTC 2017

Modified Files:
src/sys/netinet [netbsd-7]: ip_carp.c

Log Message:
Pull up the following revisions(s) (requested by roy in ticket #1420):
sys/netinet/ip_carp.c:  revision 1.88

carp should call if_link_state_change instead of affecting
if_link_state directly.


To generate a diff of this commit:
cvs rdiff -u -r1.59.2.4 -r1.59.2.5 src/sys/netinet/ip_carp.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

2017-05-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri May 12 12:18:37 UTC 2017

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

Log Message:
KASSERT -> KASSERTMSG


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

2017-05-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri May 12 12:18:07 UTC 2017

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

Log Message:
Trailing whitespace


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

2017-05-12 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Fri May 12 17:53:54 UTC 2017

Modified Files:
src/sys/netinet: if_arp.c in.c in_var.h ip_carp.c ip_output.c

Log Message:
replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.200 -r1.201 src/sys/netinet/in.c
cvs rdiff -u -r1.94 -r1.95 src/sys/netinet/in_var.h
cvs rdiff -u -r1.88 -r1.89 src/sys/netinet/ip_carp.c
cvs rdiff -u -r1.278 -r1.279 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.



CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-05-12 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Fri May 12 20:58:35 UTC 2017

Modified Files:
src/external/cddl/osnet/dist/cmd/dtrace: dtrace.1

Log Message:
Change section number from 1M to 1
The man page gets installed in section 1 anyway.

Ok christos, mrg


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/cddl/osnet/dist/cmd/dtrace/dtrace.1

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



CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-05-12 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Fri May 12 21:01:36 UTC 2017

Modified Files:
src/external/cddl/osnet/dist/cmd/dtrace: dtrace.1

Log Message:
Fix a typo: s/intepretation/interpretation


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/cmd/dtrace/dtrace.1

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



CVS commit: src/share/misc

2017-05-12 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Fri May 12 21:14:47 UTC 2017

Modified Files:
src/share/misc: acronyms.comp

Log Message:
Fix typo in "Interrupt"

Noted by 


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/share/misc/acronyms.comp

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



CVS commit: [prg-localcount2] src/sys/kern

2017-05-12 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri May 12 22:12:23 UTC 2017

Modified Files:
src/sys/kern [prg-localcount2]: subr_localcount.c

Log Message:
When we're draining the localcount's references, transfer the local
CPU's reference count to the global total, and then zero it.  Any
further calls to localcount_release() will adjust only the global
counter.

Avoids a race condition which depends on having localcount_release()
being aware of whether the local CPU's contribution has already been
accounted for.  Thanks to Kengo NAKAHARA for bringing up the question,
and to riastradh@ for the solution.


To generate a diff of this commit:
cvs rdiff -u -r1.1.6.4 -r1.1.6.5 src/sys/kern/subr_localcount.c

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



CVS commit: src/lib/libm/compat

2017-05-12 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat May 13 02:58:03 UTC 2017

Modified Files:
src/lib/libm/compat: compat_cabs.c compat_cabsf.c

Log Message:
Drop superfluous ; in __warn_references


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/compat/compat_cabs.c \
src/lib/libm/compat/compat_cabsf.c

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



CVS commit: src/bin/sh

2017-05-12 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat May 13 03:26:03 UTC 2017

Modified Files:
src/bin/sh: eval.c shell.h show.c show.h

Log Message:
The beginnings of the great shell DEBUG (tracing) upgrade of 2017...

First, be aware that the DEBUG spoken of here has nothing whatever to
do with MKDEBUG=true type builds of NetBSD.   The only way to get a
DEBUG shell is to build it yourself manually.

That said, for non-DEBUG shells, this change makes only one slight
(trivial really) difference, which should affect nothing.

Previously some code was defined like ...

function(args)
{
#ifdef DEBUG
/* function code goes here */
#endif
}

and called like ...

#ifdef DEBUG
function(params);
#endif

resulting in several empty functions that are never called being
defined in non-DEBUG shells.   Those are now gone.   If you can detect
the difference any way other than using "nm" or similar, I'd be very
surprised...

For DEBUG shells, this introduces a whole new TRACE() setup to use
to assist in debugging the shell.

I have had this locally (uncommitted) for over a year...  it helps.

By itself this change is almost useless, nothing really changes, but
it provides the framework to allow other TRACE() calls to be updated
over time.   This is why I had not committed this earlier, my previous
version required a flag day, with all the shell's internal tracing
being updated a once - which I had done, but that shell version has
bit-rotted so badly now it is almost useless...

Future updates will add the mechanism to allow the new stuff to actually
be used in a productive way, and following that, over time, gradual
conversion of all the shell tracing to the updated form (as required,
or when I am bored...)

The one useful change that we do get now is that the fd that the shell
uses for tracing (which was usually 3, but not any more) is now protected
from user/script interference, like all the other shell inernal fds.

There is no doc (nor will there be) on any of this, if you are not reading
the source code it is useless to you, if you are, you know how it works.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/bin/sh/eval.c
cvs rdiff -u -r1.20 -r1.21 src/bin/sh/shell.h
cvs rdiff -u -r1.38 -r1.39 src/bin/sh/show.c
cvs rdiff -u -r1.9 -r1.10 src/bin/sh/show.h

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



CVS commit: [netbsd-7] src

2017-05-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat May 13 05:33:48 UTC 2017

Modified Files:
src/doc [netbsd-7]: 3RDPARTY
src/external/mit/lua/dist [netbsd-7]: Makefile README
src/external/mit/lua/dist/doc [netbsd-7]: contents.html logo.gif lua.1
manual.html readme.html
src/external/mit/lua/dist/src [netbsd-7]: lauxlib.c lauxlib.h
lbaselib.c lcode.c ldebug.c ldo.c lgc.c linit.c liolib.c lmathlib.c
loadlib.c lobject.c lobject.h lopcodes.h loslib.c lparser.c
lstate.h lstrlib.c ltable.c ltable.h ltm.c lua.c lua.h luaconf.h
lualib.h lutf8lib.c lvm.h

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1415):
doc/3RDPARTY: 1.1436, 1.1439
external/mit/lua/dist/Makefile: up to 1.7
external/mit/lua/dist/README: up to 1.7
external/mit/lua/dist/doc/contents.html: up to 1.6
external/mit/lua/dist/doc/logo.gif: up to 1.1.1.2
external/mit/lua/dist/doc/lua.1: up to 1.7
external/mit/lua/dist/doc/manual.html: up to 1.7
external/mit/lua/dist/doc/readme.html: up to 1.6
external/mit/lua/dist/src/lauxlib.c: up to 1.10
external/mit/lua/dist/src/lauxlib.h: up to 1.7
external/mit/lua/dist/src/lbaselib.c: up to 1.9
external/mit/lua/dist/src/lcode.c: up to 1.10
external/mit/lua/dist/src/ldebug.c: up to 1.9
external/mit/lua/dist/src/ldo.c: up to 1.8
external/mit/lua/dist/src/lgc.c: up to 1.8
external/mit/lua/dist/src/linit.c: up to 1.8
external/mit/lua/dist/src/liolib.c: up to 1.8
external/mit/lua/dist/src/lmathlib.c: up to 1.8
external/mit/lua/dist/src/loadlib.c: up to 1.8
external/mit/lua/dist/src/lobject.c: up to 1.11
external/mit/lua/dist/src/lobject.h: up to 1.9
external/mit/lua/dist/src/lopcodes.h: up to 1.7
external/mit/lua/dist/src/loslib.c: up to 1.10
external/mit/lua/dist/src/lparser.c: up to 1.10
external/mit/lua/dist/src/lstate.h: up to 1.8
external/mit/lua/dist/src/lstrlib.c: up to 1.17
external/mit/lua/dist/src/ltable.c: up to 1.9
external/mit/lua/dist/src/ltable.h: up to 1.7
external/mit/lua/dist/src/ltm.c: up to 1.8
external/mit/lua/dist/src/lua.c: up to 1.8
external/mit/lua/dist/src/lua.h: up to 1.9
external/mit/lua/dist/src/luaconf.h: up to 1.21
external/mit/lua/dist/src/lualib.h: up to 1.6
external/mit/lua/dist/src/lutf8lib.c: up to 1.7
external/mit/lua/dist/src/lvm.h: up to 1.9
Update Lua to 5.3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.1145.2.40 -r1.1145.2.41 src/doc/3RDPARTY
cvs rdiff -u -r1.2.2.4 -r1.2.2.5 src/external/mit/lua/dist/Makefile \
src/external/mit/lua/dist/README
cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/external/mit/lua/dist/doc/contents.html \
src/external/mit/lua/dist/doc/readme.html
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.12.1 src/external/mit/lua/dist/doc/logo.gif
cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/external/mit/lua/dist/doc/lua.1
cvs rdiff -u -r1.2.2.4 -r1.2.2.5 src/external/mit/lua/dist/doc/manual.html
cvs rdiff -u -r1.3.2.4 -r1.3.2.5 src/external/mit/lua/dist/src/lauxlib.c \
src/external/mit/lua/dist/src/lbaselib.c \
src/external/mit/lua/dist/src/lobject.c
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/external/mit/lua/dist/src/lauxlib.h \
src/external/mit/lua/dist/src/lopcodes.h \
src/external/mit/lua/dist/src/ltable.h
cvs rdiff -u -r1.2.2.4 -r1.2.2.5 src/external/mit/lua/dist/src/lcode.c \
src/external/mit/lua/dist/src/ldo.c src/external/mit/lua/dist/src/lgc.c \
src/external/mit/lua/dist/src/liolib.c \
src/external/mit/lua/dist/src/loslib.c \
src/external/mit/lua/dist/src/lstate.h \
src/external/mit/lua/dist/src/ltm.c src/external/mit/lua/dist/src/lvm.h
cvs rdiff -u -r1.2.2.5 -r1.2.2.6 src/external/mit/lua/dist/src/ldebug.c \
src/external/mit/lua/dist/src/lua.h
cvs rdiff -u -r1.3.2.2 -r1.3.2.3 src/external/mit/lua/dist/src/linit.c
cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/external/mit/lua/dist/src/lmathlib.c \
src/external/mit/lua/dist/src/loadlib.c \
src/external/mit/lua/dist/src/lobject.h \
src/external/mit/lua/dist/src/lparser.c \
src/external/mit/lua/dist/src/ltable.c \
src/external/mit/lua/dist/src/lua.c
cvs rdiff -u -r1.5.2.5 -r1.5.2.6 src/external/mit/lua/dist/src/lstrlib.c
cvs rdiff -u -r1.9.2.6 -r1.9.2.7 src/external/mit/lua/dist/src/luaconf.h
cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/external/mit/lua/dist/src/lualib.h
cvs rdiff -u -r1.1.4.3 -r1.1.4.4 src/external/mit/lua/dist/src/lutf8lib.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/gpl2/xcvs

2017-05-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat May 13 06:23:24 UTC 2017

Modified Files:
src/external/gpl2/xcvs [netbsd-7]: Makefile.inc
src/external/gpl2/xcvs/bin/xcvs [netbsd-7]: Makefile
src/external/gpl2/xcvs/dist/build-aux [netbsd-7]: config.guess
config.sub
src/external/gpl2/xcvs/dist/doc [netbsd-7]: cvs.1 cvs.texinfo
src/external/gpl2/xcvs/dist/lib [netbsd-7]: __fpending.c alloca.c
allocsa.c asnprintf.c asprintf.c atexit.c basename.c canon-host.c
canonicalize.c chdir-long.c closeout.c cycle-check.c dirname.c
dup-safer.c dup2.c error.c exitfail.c fd-safer.c filenamecat.c
fncase.c fnmatch.c fnmatch_loop.c fseeko.c ftello.c ftruncate.c
gai_strerror.c getaddrinfo.c getcwd.c getdate.c getdelim.c
gethostname.c getline.c getlogin_r.c getndelim2.c getnline.c
getopt.c getopt1.c getpass.c gettime.c gettimeofday.c glob.c
lstat.c malloc.c mbchar.c md5.c memchr.c memmove.c mempcpy.c
memrchr.c mkdir.c mkstemp.c mktime.c nanosleep.c openat.c
pagealign_alloc.c pipe-safer.c printf-args.c printf-parse.c
progname.c quotearg.c readlink.c realloc.c regcomp.c regex.c
regex_internal.c regexec.c rename.c rpmatch.c save-cwd.c setenv.c
sighandle.c strcasecmp.c strdup.c strerror.c strftime.c
stripslash.c strncasecmp.c strnlen1.c strstr.c strtol.c strtoul.c
sunos57-select.c tempname.c time_r.c unsetenv.c vasnprintf.c
vasprintf.c waitpid.c xalloc-die.c xgetcwd.c xgethostname.c
xmalloc.c xreadlink.c yesno.c
src/external/gpl2/xcvs/dist/src [netbsd-7]: acl.c add.c admin.c
annotate.c buffer.c checkin.c checkout.c classify.c client.c
commit.c create_adm.c cvsrc.c diff.c edit.c entries.c error.c
exithandle.c expand_path.c fileattr.c filesubr.c find_names.c
gssapi-client.c hardlink.c hash.c history.c ignore.c import.c
kerberos4-client.c lock.c log-buffer.c log.c login.c logmsg.c ls.c
main.c mkmodules.c modules.c ms-buffer.c myndbm.c no_diff.c
parseinfo.c patch.c rcs.c rcscmds.c recurse.c release.c remove.c
repos.c root.c rsh-client.c run.c scramble.c server.c
socket-client.c stack.c status.c subr.c tag.c update.c vers_ts.c
version.c watch.c wrapper.c zlib.c
src/external/gpl2/xcvs/include [netbsd-7]: config.h

Log Message:
Pull up following revision(s) (requested by christos in ticket #1407):
external/gpl2/xcvs/Makefile.inc: up to 1.4
external/gpl2/xcvs/bin/xcvs/Makefile: up to 1.5
external/gpl2/xcvs/dist/build-aux/config.guess: up to 1.4
external/gpl2/xcvs/dist/build-aux/config.sub: up to 1.4
external/gpl2/xcvs/dist/doc/cvs.1: up to 1.4
external/gpl2/xcvs/dist/doc/cvs.texinfo: up to 1.3
external/gpl2/xcvs/dist/lib/__fpending.c: up to 1.2
external/gpl2/xcvs/dist/lib/alloca.c: up to 1.2
external/gpl2/xcvs/dist/lib/allocsa.c: up to 1.2
external/gpl2/xcvs/dist/lib/asnprintf.c: up to 1.2
external/gpl2/xcvs/dist/lib/asprintf.c: up to 1.2
external/gpl2/xcvs/dist/lib/atexit.c: up to 1.2
external/gpl2/xcvs/dist/lib/basename.c: up to 1.2
external/gpl2/xcvs/dist/lib/canon-host.c: up to 1.2
external/gpl2/xcvs/dist/lib/canonicalize.c: up to 1.2
external/gpl2/xcvs/dist/lib/chdir-long.c: up to 1.2
external/gpl2/xcvs/dist/lib/closeout.c: up to 1.2
external/gpl2/xcvs/dist/lib/cycle-check.c: up to 1.2
external/gpl2/xcvs/dist/lib/dirname.c: up to 1.2
external/gpl2/xcvs/dist/lib/dup-safer.c: up to 1.2
external/gpl2/xcvs/dist/lib/dup2.c: up to 1.2
external/gpl2/xcvs/dist/lib/error.c: up to 1.2
external/gpl2/xcvs/dist/lib/exitfail.c: up to 1.2
external/gpl2/xcvs/dist/lib/fd-safer.c: up to 1.2
external/gpl2/xcvs/dist/lib/filenamecat.c: up to 1.2
external/gpl2/xcvs/dist/lib/fncase.c: up to 1.2
external/gpl2/xcvs/dist/lib/fnmatch.c: up to 1.2
external/gpl2/xcvs/dist/lib/fnmatch_loop.c: up to 1.2
external/gpl2/xcvs/dist/lib/fseeko.c: up to 1.2
external/gpl2/xcvs/dist/lib/ftello.c: up to 1.2
external/gpl2/xcvs/dist/lib/ftruncate.c: up to 1.2
external/gpl2/xcvs/dist/lib/gai_strerror.c: up to 1.2
external/gpl2/xcvs/dist/lib/getaddrinfo.c: up to 1.2
external/gpl2/xcvs/dist/lib/getcwd.c: up to 1.2
external/gpl2/xcvs/dist/lib/getdate.c: up to 1.3
external/gpl2/xcvs/dist/lib/getdelim.c: up to 1.2
external/gpl2/xcvs/dist/lib/gethostname.c: up to 1.2
external/gpl2/xcvs/dist/lib/getline.c: up to 1.2
external/gpl2/xcvs/dist/lib/getlogin_r.c: up to 1.2
external/gpl2/xcvs/dist/lib/getndelim2.c: up to 1.2
external/gpl2/xcvs/dist/lib/getnline.c: up to 1.2

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

2017-05-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat May 13 06:28:59 UTC 2017

Modified Files:
src/sys/arch/amd64/conf [netbsd-7]: XEN3_DOM0

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1408):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.135 via patch
Add ixg(4). Fixes PR#52180 from Harry Waddell.


To generate a diff of this commit:
cvs rdiff -u -r1.103.2.7 -r1.103.2.8 src/sys/arch/amd64/conf/XEN3_DOM0

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

2017-05-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat May 13 06:31:44 UTC 2017

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

Log Message:
1407, 1408, 1415


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

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