CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-01-28 Thread Jared D. McNeill
Module Name:xsrc
Committed By:   jmcneill
Date:   Mon Jan 28 11:50:00 UTC 2019

Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c

Log Message:
Try the modesetting driver before wsfb on NetBSD arm and aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86AutoConfig.c

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



CVS commit: src/usr.bin/ftp

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 12:04:16 UTC 2019

Modified Files:
src/usr.bin/ftp: complete.c

Log Message:
PR/53916: Rob Gill: remove redundant assignment to matchlen.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/ftp/complete.c

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



CVS commit: src/share/misc

2019-01-28 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Jan 28 12:09:20 UTC 2019

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

Log Message:
Sun, PMEG, DNLC


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 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: src/share/misc

2019-01-28 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Jan 28 12:17:28 UTC 2019

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

Log Message:
Capitalise acrynoms.

Heads up by 


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

2019-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 28 12:53:01 UTC 2019

Modified Files:
src/sys/net: link_proto.c
src/sys/netatalk: ddp_usrreq.c
src/sys/netbt: hci_socket.c l2cap_socket.c rfcomm_socket.c sco_socket.c
src/sys/netinet: sctp_usrreq.c tcp_usrreq.c
src/sys/netinet6: raw_ip6.c sctp6_usrreq.c udp6_usrreq.c
src/sys/netmpls: mpls_proto.c

Log Message:
Fix memory leaks pointed out by Ilja Van Sprundel: all
sendoob() functions are expted to free both passed
mbuf chains.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/net/link_proto.c
cvs rdiff -u -r1.71 -r1.72 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.45 -r1.46 src/sys/netbt/hci_socket.c
cvs rdiff -u -r1.35 -r1.36 src/sys/netbt/l2cap_socket.c
cvs rdiff -u -r1.37 -r1.38 src/sys/netbt/rfcomm_socket.c \
src/sys/netbt/sco_socket.c
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.222 -r1.223 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.172 -r1.173 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.16 -r1.17 src/sys/netinet6/sctp6_usrreq.c
cvs rdiff -u -r1.145 -r1.146 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.31 -r1.32 src/sys/netmpls/mpls_proto.c

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



CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2019-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 28 13:03:02 UTC 2019

Modified Files:
src/sys/dev/pci/ixgbe [netbsd-8]: ixgbe.c ixgbe.h

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1171):

sys/dev/pci/ixgbe/ixgbe.c: revision 1.168
sys/dev/pci/ixgbe/ixgbe.h: revision 1.52
sys/dev/pci/ixgbe/ixgbe.c: revision 1.172
sys/dev/pci/ixgbe/ixgbe.c: revision 1.173

  Some counters are not per queue but per traffic class. Make new evcnt group
"ixgM tcN" (N = 0..7) and move those counters into it. We are using only
traffic class 0, so we will see only tc0's counter are updated.

 -

  Call ixgbe_init_swfw_semaphore(hw) before calling ixgbe_check_wol_support()
because ixgbe_check_wol_support()->ixgbe_check_wol_support()->
ixgbe_get_device_caps() accesses semaphore.

 -

- Move the location of calling setup_eee() in ixgbe_attach(). The previous
   location was too early. The new location is before calling
   ixgbe_set_phy_power().
- Restore call of setup_eee() in ixgbe_init_locked(). It was removed in
   rev. 1.99 (FreeBSD r320688).
- When calling setup_eee(), pass enable/disable correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.88.2.26 -r1.88.2.27 src/sys/dev/pci/ixgbe/ixgbe.c
cvs rdiff -u -r1.24.6.14 -r1.24.6.15 src/sys/dev/pci/ixgbe/ixgbe.h

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



CVS commit: [netbsd-8] src/doc

2019-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 28 13:03:57 UTC 2019

Modified Files:
src/doc [netbsd-8]: CHANGES-8.1

Log Message:
Ticket #1171


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-8.1

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



CVS commit: src/sys/compat/netbsd32

2019-01-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Jan 28 13:13:02 UTC 2019

Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_40.c

Log Message:
Add the appropriate module glue.  Seems to have gotten lost during
the merge.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/netbsd32/netbsd32_compat_40.c

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



CVS commit: src/sys

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 15:46:49 UTC 2019

Modified Files:
src/sys/compat/common: compat_43_mod.c compat_mod.h tty_43.c tty_60.c
src/sys/compat/sys: ttycom.h
src/sys/kern: compat_stub.c tty.c
src/sys/sys: compat_stub.h

Log Message:
- provide a hook for the 43 tty ioctls
- make the 60 tty ioctl hook look the same
- fix the tty code to call both hooks and remove unused lock


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/compat_43_mod.c \
src/sys/compat/common/compat_mod.h
cvs rdiff -u -r1.31 -r1.32 src/sys/compat/common/tty_43.c
cvs rdiff -u -r1.5 -r1.6 src/sys/compat/common/tty_60.c
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/sys/ttycom.h
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.278 -r1.279 src/sys/kern/tty.c
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/compat_stub.h

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



CVS commit: src/sys/kern

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 15:56:12 UTC 2019

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

Log Message:
print the names of the sysctl nodes in the KASSERT.


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

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 16:55:57 UTC 2019

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

Log Message:
remove uninitialized (and unused)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/sys_module.c

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



CVS commit: src/share/misc

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 17:29:44 UTC 2019

Modified Files:
src/share/misc: style

Log Message:
document how we want to use __nothing


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/share/misc/style

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/drivers/xf86-video-modesetting

2019-01-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jan 28 18:50:39 UTC 2019

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-modesetting: Makefile

Log Message:
.error out if attempting to use this with non xorg-server 1.10.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/mit/xorg/server/drivers/xf86-video-modesetting/Makefile

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



CVS commit: src/sys/compat/netbsd32

2019-01-28 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Jan 28 18:53:52 UTC 2019

Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_40.c

Log Message:
add missing includes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/netbsd32/netbsd32_compat_40.c

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



CVS commit: src/sys

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 21:13:58 UTC 2019

Modified Files:
src/sys/compat/common: ieee80211_20.c
src/sys/kern: compat_stub.c
src/sys/net80211: ieee80211_ioctl.c
src/sys/sys: compat_stub.h

Log Message:
- Don't expose random data conversion functions, but expose the high level
  entry point (such as ioctl) instead.
- Attempt to autoload the module before using it.

Naming: Should the names of the hooks be:
___hook_t
or:
___hook_t

We should make those consistent.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/ieee80211_20.c
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.61 -r1.62 src/sys/net80211/ieee80211_ioctl.c
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/compat_stub.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/raidframe

2019-01-28 Thread Christoph Badura
Module Name:src
Committed By:   bad
Date:   Mon Jan 28 21:14:08 UTC 2019

Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c

Log Message:
print additional debug information.  make rf_containsboot() return 0
if bdv == NULL, to aid in the former.

As discussed 1 week ago on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/sys/dev/raidframe/rf_netbsdkintf.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

2019-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 28 21:17:00 UTC 2019

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

Log Message:
- remove tags from decls
- "compatability" -> "compatibility"


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

2019-01-28 Thread Christoph Badura
Module Name:src
Committed By:   bad
Date:   Mon Jan 28 21:19:09 UTC 2019

Modified Files:
src/sys/arch/xen/x86: autoconf.c

Log Message:
Sprinkle DPRINTF #ifdef DEBUG_GEOM and set booted_method like 
arch/x86/x86/x86_autoconf.c

As discussed 1 week ago on port-xen.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/x86/autoconf.c

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



CVS commit: src/sys/compat/common

2019-01-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Jan 29 04:01:45 UTC 2019

Modified Files:
src/sys/compat/common: if_43.c

Log Message:
The if43_20_hook function returns an errno; use it to determine whether
to allow conversion of the ioctl cmd --> ncmd

Should address issue reported by msaitoh@ on irc as well as via e-mail
from Patrick Welche and Ryo ONODERA.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/compat/common/if_43.c

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



CVS commit: src/sys

2019-01-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Jan 29 04:10:10 UTC 2019

Modified Files:
src/sys/compat/common: if43_20.c if_43.c
src/sys/kern: compat_stub.c
src/sys/sys: compat_stub.h

Log Message:
Rename the if43_20_hook to if43_cvtcmd_20_hook


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/if43_20.c
cvs rdiff -u -r1.17 -r1.18 src/sys/compat/common/if_43.c
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/compat_stub.h

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



CVS commit: src/sys/sys

2019-01-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Jan 29 04:54:42 UTC 2019

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

Log Message:
Add a comment to remind people to bump the kernel version if any
hook interfaces change.


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

2019-01-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 05:09:35 UTC 2019

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

Log Message:
 Fix a bug that PCI bridge's prefetchable memory area's configuration
didn't work correctly in pciconf.c::configure_bridge(). Note that this function
is only for "options PCI_NETBSD_CONFIGURE" machines.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/pciconf.c

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



CVS commit: [netbsd-8] src/sys

2019-01-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 07:04:09 UTC 2019

Modified Files:
src/sys/net [netbsd-8]: link_proto.c
src/sys/netatalk [netbsd-8]: ddp_usrreq.c
src/sys/netbt [netbsd-8]: hci_socket.c l2cap_socket.c rfcomm_socket.c
sco_socket.c
src/sys/netinet [netbsd-8]: sctp_usrreq.c tcp_usrreq.c
src/sys/netinet6 [netbsd-8]: raw_ip6.c sctp6_usrreq.c udp6_usrreq.c
src/sys/netmpls [netbsd-8]: mpls_proto.c
src/sys/netnatm [netbsd-8]: natm.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1175):
sys/net/link_proto.c1.37
sys/netatalk/ddp_usrreq.c   1.72
sys/netbt/hci_socket.c  1.46
sys/netbt/l2cap_socket.c1.36
sys/netbt/rfcomm_socket.c   1.38
sys/netbt/sco_socket.c  1.38
sys/netinet/sctp_usrreq.c   1.14
sys/netinet/tcp_usrreq.c1.223
sys/netinet6/raw_ip6.c  1.173
sys/netinet6/sctp6_usrreq.c 1.17
sys/netinet6/udp6_usrreq.c  1.146
sys/netmpls/mpls_proto.c1.32
sys/netnatm/natm.c  patch

Fix memory leaks pointed out by Ilja Van Sprundel: all
sendoob() functions are expted to free both passed
mbuf chains.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.6.1 src/sys/net/link_proto.c
cvs rdiff -u -r1.70 -r1.70.8.1 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.45 -r1.45.10.1 src/sys/netbt/hci_socket.c
cvs rdiff -u -r1.35 -r1.35.10.1 src/sys/netbt/l2cap_socket.c
cvs rdiff -u -r1.37 -r1.37.10.1 src/sys/netbt/rfcomm_socket.c \
src/sys/netbt/sco_socket.c
cvs rdiff -u -r1.6 -r1.6.10.1 src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.214.6.1 -r1.214.6.2 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.157.2.4 -r1.157.2.5 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.13 -r1.13.4.1 src/sys/netinet6/sctp6_usrreq.c
cvs rdiff -u -r1.129.4.1 -r1.129.4.2 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.30.8.1 -r1.30.8.2 src/sys/netmpls/mpls_proto.c
cvs rdiff -u -r1.53 -r1.53.8.1 src/sys/netnatm/natm.c

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



CVS commit: [netbsd-8] src/doc

2019-01-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 07:05:00 UTC 2019

Modified Files:
src/doc [netbsd-8]: CHANGES-8.1

Log Message:
 Ticket #1175.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-8.1

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



CVS commit: othersrc/libexec/tnftpd/libnetbsd

2019-01-28 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Tue Jan 29 07:44:36 UTC 2019

Modified Files:
othersrc/libexec/tnftpd/libnetbsd: strlcpy.c

Log Message:
strlcpy.c: fix copyright

Fix copyright per NetBSD src/lib/libc/string/Attic/strlcpy.c rev 1.14
by removing duplicate copy of Todd Miller's copyright statement.

Confirmed against OpenBSD src/lib/libc/string/strlcpy.c rev 1.7
per the OpenBSD RCSID in the comment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/strlcpy.c

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



CVS commit: othersrc/libexec/tnftpd/libnetbsd

2019-01-28 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Tue Jan 29 07:57:17 UTC 2019

Modified Files:
othersrc/libexec/tnftpd/libnetbsd: strmode.c

Log Message:
sync to NetBSD strmode.c 1.19

Update from NetBSD src/lib/libc/string/strmode.c 1.11 to 1.19:
- Minimize changes from upstream NetBSD source.
- 1.14: Conditionally support S_IFDOOR.
- 1.15: Move UCB-licensed code from 4-clause to 3-clause licence. [already done]
- 1.16: Conditionally support S_IFSOCK.
- 1.19: ANSI definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/strmode.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

2019-01-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 07:57:00 UTC 2019

Modified Files:
src/sys/net [netbsd-7]: link_proto.c
src/sys/netatalk [netbsd-7]: ddp_usrreq.c
src/sys/netbt [netbsd-7]: hci_socket.c l2cap_socket.c rfcomm_socket.c
sco_socket.c
src/sys/netinet [netbsd-7]: tcp_usrreq.c
src/sys/netinet6 [netbsd-7]: raw_ip6.c udp6_usrreq.c
src/sys/netmpls [netbsd-7]: mpls_proto.c
src/sys/netnatm [netbsd-7]: natm.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1676):
sys/net/link_proto.c1.37
sys/netatalk/ddp_usrreq.c   1.72
sys/netbt/hci_socket.c  1.46
sys/netbt/l2cap_socket.c1.36
sys/netbt/rfcomm_socket.c   1.38
sys/netbt/sco_socket.c  1.38
sys/netinet/tcp_usrreq.c1.223 via patch
sys/netinet6/raw_ip6.c  1.173
sys/netinet6/udp6_usrreq.c  1.146
sys/netmpls/mpls_proto.c1.32
sys/netnatm/natm.c  patch

Fix memory leaks pointed out by Ilja Van Sprundel: all
sendoob() functions are expted to free both passed
mbuf chains.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.2.1 src/sys/net/link_proto.c
cvs rdiff -u -r1.63 -r1.63.2.1 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.40 -r1.40.2.1 src/sys/netbt/hci_socket.c
cvs rdiff -u -r1.31 -r1.31.2.1 src/sys/netbt/l2cap_socket.c
cvs rdiff -u -r1.33 -r1.33.2.1 src/sys/netbt/rfcomm_socket.c \
src/sys/netbt/sco_socket.c
cvs rdiff -u -r1.200.2.3 -r1.200.2.4 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.136.2.3 -r1.136.2.4 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.115 -r1.115.2.1 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.24 -r1.24.2.1 src/sys/netmpls/mpls_proto.c
cvs rdiff -u -r1.45 -r1.45.2.1 src/sys/netnatm/natm.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

2019-01-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 07:57:54 UTC 2019

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

Log Message:
ticket #1676


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.3

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