CVS commit: src/sys/net

2019-08-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 2 01:55:01 UTC 2019 Modified Files: src/sys/net: raw_usrreq.c Log Message: Fix typo (s/m_free/m_freem/) This fixes PR kern/54419 "mbuf leak when deleting route" from sc dying. To generate a diff of this commit: cvs

CVS commit: src/tests/net/ipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:31:25 UTC 2019 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: tests: add tests for getspi and udpate To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:30:32 UTC 2019 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: parse.y token.l Log Message: setkey: enable to use the getspi API If a specified SPI is not zero, tell the kernel to use the SPI by using

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:30:32 UTC 2019 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: parse.y token.l Log Message: setkey: enable to use the getspi API If a specified SPI is not zero, tell the kernel to use the SPI by using

CVS commit: src/sys/netipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:29:27 UTC 2019 Modified Files: src/sys/netipsec: key.c Log Message: ipsec: fix a regression of the update API The update API updates an SA by creating a new SA and removing an existing SA. The previous change

CVS commit: src/sys/netipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:29:27 UTC 2019 Modified Files: src/sys/netipsec: key.c Log Message: ipsec: fix a regression of the update API The update API updates an SA by creating a new SA and removing an existing SA. The previous change

CVS commit: src/sys/net

2019-07-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 18 06:47:10 UTC 2019 Modified Files: src/sys/net: if_llatbl.h Log Message: Show pointers of llentries on trace logs of LLE_REF_TRACE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/net/if_llatbl.h

CVS commit: src/sys/net

2019-07-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 18 06:47:10 UTC 2019 Modified Files: src/sys/net: if_llatbl.h Log Message: Show pointers of llentries on trace logs of LLE_REF_TRACE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/net/if_llatbl.h

CVS commit: src/tests/net

2019-07-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 18 04:22:22 UTC 2019 Modified Files: src/tests/net: net_common.sh Log Message: tests: extract all kernel logs, not just a panic message, from rump_server.core To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/tests/net

2019-07-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 18 04:22:22 UTC 2019 Modified Files: src/tests/net: net_common.sh Log Message: tests: extract all kernel logs, not just a panic message, from rump_server.core To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/tests/net/ndp

2019-07-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 18 04:00:09 UTC 2019 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: shorten the expire time of neighbor caches to reduce the runtime of the tests To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/tests/net/ndp

2019-07-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 18 04:00:09 UTC 2019 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: shorten the expire time of neighbor caches to reduce the runtime of the tests To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/sys/netipsec

2019-07-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 17 07:07:59 UTC 2019 Modified Files: src/sys/netipsec: key.c Log Message: Avoid a race condition between SA (sav) manipulations An sav can be removed from belonging list(s) twice resulting in an assertion failure of

CVS commit: src/sys/netipsec

2019-07-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 17 07:07:59 UTC 2019 Modified Files: src/sys/netipsec: key.c Log Message: Avoid a race condition between SA (sav) manipulations An sav can be removed from belonging list(s) twice resulting in an assertion failure of

CVS commit: src/tests/net/if_bridge

2019-07-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 9 02:50:25 UTC 2019 Modified Files: src/tests/net/if_bridge: t_rtable.sh Log Message: tests: check that a new cache is not created over the limit To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/net/if_bridge

2019-07-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 9 02:50:25 UTC 2019 Modified Files: src/tests/net/if_bridge: t_rtable.sh Log Message: tests: check that a new cache is not created over the limit To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/sys

2019-07-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 4 02:49:30 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Bump the version for if_description Welcome to 8.99.50 To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.598 src/sys/sys/param.h Please

CVS commit: src/sys/sys

2019-07-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 4 02:49:30 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Bump the version for if_description Welcome to 8.99.50 To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.598 src/sys/sys/param.h Please

CVS commit: src/tests/net/if

2019-07-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 4 02:46:40 UTC 2019 Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Add ATF test for a description. >From t-kusaba@IIJ To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sbin/ifconfig

2019-07-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 4 02:45:46 UTC 2019 Modified Files: src/sbin/ifconfig: ifconfig.8 ifconfig.c Log Message: Add descr,description/-descr,-description commands to ifconfig(8) to handle a description. >From t-kusaba@IIJ To generate a

CVS commit: src/sys

2019-07-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 4 02:44:25 UTC 2019 Modified Files: src/sys/net: if.c if.h src/sys/sys: sockio.h Log Message: Add support for a network interface description. ioctl(2): - Add SIOCGIFDESCR/SIOCSIFDESCR commands to get/set the

CVS commit: src/sys

2019-07-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 4 02:44:25 UTC 2019 Modified Files: src/sys/net: if.c if.h src/sys/sys: sockio.h Log Message: Add support for a network interface description. ioctl(2): - Add SIOCGIFDESCR/SIOCSIFDESCR commands to get/set the

CVS commit: src/sys/netinet6

2019-06-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jun 28 06:45:16 UTC 2019 Modified Files: src/sys/netinet6: nd6.c Log Message: nd6: restore a missing reachability confirmation On sending a packet over a STALE cache, the cache should be tried a reachability confirmation,

CVS commit: src/tests/net/ndp

2019-06-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jun 28 06:46:04 UTC 2019 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: test state transitions of neighbor caches To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/tests/net/ndp/t_ndp.sh

CVS commit: src/tests/net/ndp

2019-06-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jun 28 06:46:04 UTC 2019 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: test state transitions of neighbor caches To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/tests/net/ndp/t_ndp.sh

Re: CVS commit: src/sys/dev/usb

2019-06-25 Thread Ryota Ozaki
On Tue, Jun 25, 2019 at 4:03 PM Nick Hudson wrote: > > On 24/06/2019 10:40, Ryota Ozaki wrote: > > On Mon, Jun 24, 2019 at 6:27 PM matthew green wrote: > >> > >>> Only KERNEL_LOCK (and some splsoftnet) is required for the network stack > >>> no

Re: CVS commit: src/sys/dev/usb

2019-06-24 Thread Ryota Ozaki
On Mon, Jun 24, 2019 at 6:27 PM matthew green wrote: > > > Only KERNEL_LOCK (and some splsoftnet) is required for the network stack > > now. Remaining splnets are for network drivers. (softnet_lock is also > > required > > in some cases but it's another story...) > > great! i studied the code

Re: CVS commit: src/sys/dev/usb

2019-06-24 Thread Ryota Ozaki
On Mon, Jun 24, 2019 at 5:26 PM Manuel Bouyer wrote: > > On Mon, Jun 24, 2019 at 08:39:08AM +0100, Nick Hudson wrote: > > > > > > On 24/06/2019 04:30, matthew green wrote: > > > > > splnet is obsolete in modern USB network drivers. > > > > > all the code runs at softipl. > > > > > > > > > >

CVS commit: src/usr.sbin/puffs/mount_9p

2019-06-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jun 7 05:34:34 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 nineproto.c ninepuffs.h node.c subr.c Log Message: Handle Rerror and return errno correctly (only for 9P2000.u for now) To

CVS commit: src/usr.sbin/puffs/mount_9p

2019-06-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jun 7 05:34:34 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 nineproto.c ninepuffs.h node.c subr.c Log Message: Handle Rerror and return errno correctly (only for 9P2000.u for now) To

CVS commit: src/sys/net

2019-05-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 27 05:33:48 UTC 2019 Modified Files: src/sys/net: rtsock.c Log Message: Don't take softnet_lock in sysctl_rtable Taking softnet_lock there can cause a deadlock with nfs sosend, so we don't. Having only KERNEL_LOCK is

CVS commit: src/doc

2019-05-21 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 22 02:25:28 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Note initial 9P2000.u support To generate a diff of this commit: cvs rdiff -u -r1.2537 -r1.2538 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 20 08:55:31 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: ninepuffs.c Log Message: mount_9p: add missing -u option to the help message To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 20 08:55:31 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: ninepuffs.c Log Message: mount_9p: add missing -u option to the help message To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 08:48:04 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: fs.c mount_9p.8 nineproto.c nineproto.h ninepuffs.c ninepuffs.h node.c Log Message: mount_9p: add initial support for 9P2000.u The

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 08:48:04 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: fs.c mount_9p.8 nineproto.c nineproto.h ninepuffs.c ninepuffs.h node.c Log Message: mount_9p: add initial support for 9P2000.u The

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 07:50:49 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Refer the current official page To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 07:50:09 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Document the -s option To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/mount_9p/mount_9p.8

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 07:50:09 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Document the -s option To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/mount_9p/mount_9p.8

CVS commit: src/usr.sbin/puffs/mount_9p

2019-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 07:50:49 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Refer the current official page To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys

2019-05-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 03:34:27 UTC 2019 Modified Files: src/sys/conf: files src/sys/kern: init_main.c kern_exit.c kern_lwp.c kern_softint.c subr_lwp_specificdata.c subr_psref.c src/sys/net: if.c route.c

CVS commit: src/sys

2019-05-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 17 03:34:27 UTC 2019 Modified Files: src/sys/conf: files src/sys/kern: init_main.c kern_exit.c kern_lwp.c kern_softint.c subr_lwp_specificdata.c subr_psref.c src/sys/net: if.c route.c

CVS commit: src/sys

2019-05-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 15 02:56:48 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c src/sys/dev/pci: if_wm.c src/sys/dev/pci/ixgbe: ixgbe.c src/sys/net: if.c if_ether.h if_ethersubr.c Log Message: Store IFF_ALLMULTI

CVS commit: src/sys

2019-05-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 15 02:59:19 UTC 2019 Modified Files: src/sys/net: if_vlan.c src/sys/netinet: in_pcb.c ip_output.c src/sys/netinet6: in6_pcb.c ip6_output.c Log Message: Get rid of IFNET_LOCK for if_mcast_op to avoid a

CVS commit: src/sys

2019-05-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 15 02:59:19 UTC 2019 Modified Files: src/sys/net: if_vlan.c src/sys/netinet: in_pcb.c ip_output.c src/sys/netinet6: in6_pcb.c ip6_output.c Log Message: Get rid of IFNET_LOCK for if_mcast_op to avoid a

CVS commit: src/sys

2019-05-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 15 02:56:48 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c src/sys/dev/pci: if_wm.c src/sys/dev/pci/ixgbe: ixgbe.c src/sys/net: if.c if_ether.h if_ethersubr.c Log Message: Store IFF_ALLMULTI

Re: CVS commit: src/sys

2019-05-14 Thread Ryota Ozaki
On Tue, May 14, 2019 at 10:54 PM Greg Troxel wrote: > > Ryota Ozaki writes: > > > On Tue, May 14, 2019 at 2:31 AM Jason Thorpe wrote: > >> > >> > >> > >> > On May 13, 2019, at 7:17 AM, Greg Troxel wrote: > >>

CVS commit: src/sys/dev/pci

2019-05-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 14 09:43:55 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove unnecessary checks of IFF_ALLMULTI IFF_ALLMULTI is changed by only driver itself, so we don't need

CVS commit: src/sys/dev/pci

2019-05-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 14 09:43:55 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove unnecessary checks of IFF_ALLMULTI IFF_ALLMULTI is changed by only driver itself, so we don't need

Re: CVS commit: src/sys

2019-05-13 Thread Ryota Ozaki
On Tue, May 14, 2019 at 2:31 AM Jason Thorpe wrote: > > > > > On May 13, 2019, at 7:17 AM, Greg Troxel wrote: > > > > 2) Your option 2 seems to involve two things at once: > > > > - migration to lwp_specificadata > > - using DEBUG instead of DIAGNOSTIC to control the leak check feature > > > >

CVS commit: src/sys/sys

2019-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 13 07:54:52 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Bump the version for entry additions to IP_STAT and IP6_STAT Welcome to 8.99.40 To generate a diff of this commit: cvs rdiff -u -r1.587 -r1.588

CVS commit: src/sys/sys

2019-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 13 07:54:52 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Bump the version for entry additions to IP_STAT and IP6_STAT Welcome to 8.99.40 To generate a diff of this commit: cvs rdiff -u -r1.587 -r1.588

CVS commit: src/usr.bin/netstat

2019-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 13 07:48:42 UTC 2019 Modified Files: src/usr.bin/netstat: inet.c inet6.c Log Message: Show the number of packets dropped by pfil To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/usr.bin/netstat

2019-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 13 07:48:42 UTC 2019 Modified Files: src/usr.bin/netstat: inet.c inet6.c Log Message: Show the number of packets dropped by pfil To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/sys

2019-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 13 07:48:00 UTC 2019 Modified Files: src/sys/netinet: ip_input.c ip_output.c ip_var.h src/sys/netinet6: ip6_forward.c ip6_input.c ip6_output.c ip6_var.h Log Message: Count packets dropped by pfil To generate a

Re: CVS commit: src/sys

2019-05-13 Thread Ryota Ozaki
On Sat, May 11, 2019 at 10:49 AM Greg Troxel wrote: > > Kamil Rytarowski writes: > > > On 08.05.2019 11:34, Ryota Ozaki wrote: > >> On Sat, Apr 20, 2019 at 6:45 PM Ryota Ozaki wrote: > >>> > >>> On Fri, Apr 19, 2019 at 6:49 PM Kamil Rytarow

CVS commit: src/sys

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 05:00:32 UTC 2019 Modified Files: src/sys/external/bsd/drm2/linux: linux_ww_mutex.c src/sys/kern: kern_lock.c kern_mutex.c kern_rwlock.c subr_lockdebug.c src/sys/sys: lockdebug.h Log Message: Avoid

CVS commit: src/sys

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 05:00:32 UTC 2019 Modified Files: src/sys/external/bsd/drm2/linux: linux_ww_mutex.c src/sys/kern: kern_lock.c kern_mutex.c kern_rwlock.c subr_lockdebug.c src/sys/sys: lockdebug.h Log Message: Avoid

CVS commit: src/sys/kern

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 04:53:52 UTC 2019 Modified Files: src/sys/kern: kern_lock.c Log Message: Make _kernel_lock_dump static To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/kern/kern_lock.c Please note that diffs

CVS commit: src/sys/kern

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 04:53:52 UTC 2019 Modified Files: src/sys/kern: kern_lock.c Log Message: Make _kernel_lock_dump static To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/kern/kern_lock.c Please note that diffs

CVS commit: src/sys/kern

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 04:53:00 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c Log Message: Add missing "static" declaration To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/kern/kern_mutex.c Please note that

CVS commit: src/sys/kern

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 04:53:00 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c Log Message: Add missing "static" declaration To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/kern/kern_mutex.c Please note that

CVS commit: src/sys/arch/arm/sunxi

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 01:46:37 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_emac.c Log Message: Protect ether_multi list The list can be racy if NET_MPSAFE is enabled and the driver is executed without KERNEL_LOCK. Fix PR 54153

CVS commit: src/sys/arch/arm/sunxi

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 9 01:46:37 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_emac.c Log Message: Protect ether_multi list The list can be racy if NET_MPSAFE is enabled and the driver is executed without KERNEL_LOCK. Fix PR 54153

CVS commit: src/sys/arch/arm/sunxi

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 8 09:53:43 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun4i_emac.c Log Message: Protect ether_multi list PR 54153 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/sunxi/sun4i_emac.c

CVS commit: src/sys/arch/arm/sunxi

2019-05-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed May 8 09:53:43 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun4i_emac.c Log Message: Protect ether_multi list PR 54153 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/sunxi/sun4i_emac.c

Re: CVS commit: src/sys

2019-04-20 Thread Ryota Ozaki
On Fri, Apr 19, 2019 at 6:49 PM Kamil Rytarowski wrote: > > On 19.04.2019 11:41, J. Hannken-Illjes wrote: > >> On 19. Apr 2019, at 03:52, Ryota Ozaki wrote: > >> > >> Module Name: src > >> Committed By:ozaki-r > >> Date:

CVS commit: src/sys

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Apr 19 01:52:56 UTC 2019 Modified Files: src/sys/kern: kern_lwp.c kern_softint.c subr_psref.c src/sys/rump/kern/lib/libsysproxy: sysproxy.c src/sys/sys: lwp.h userret.h Log Message: Implement a simple psref

CVS commit: src/sys

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Apr 19 01:52:56 UTC 2019 Modified Files: src/sys/kern: kern_lwp.c kern_softint.c subr_psref.c src/sys/rump/kern/lib/libsysproxy: sysproxy.c src/sys/sys: lwp.h userret.h Log Message: Implement a simple psref

CVS commit: src/sys/rump/kern/lib/libsysproxy

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 18 08:31:44 UTC 2019 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c Log Message: rump: add missing sanity checks at the end of syscalls To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump/kern/lib/libsysproxy

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 18 08:31:44 UTC 2019 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c Log Message: rump: add missing sanity checks at the end of syscalls To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/net/route

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 18 07:56:54 UTC 2019 Modified Files: src/tests/net/route: t_change.sh Log Message: tests: dump kernel stats on cleanup To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/net/route/t_change.sh

CVS commit: src/tests/net/route

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 18 07:56:54 UTC 2019 Modified Files: src/tests/net/route: t_change.sh Log Message: tests: dump kernel stats on cleanup To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/net/route/t_change.sh

CVS commit: src/tests/net

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 18 07:56:05 UTC 2019 Modified Files: src/tests/net: net_common.sh Log Message: tests: make utility funtions easy to use for tests that don't use the framework To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/tests/net

2019-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Apr 18 07:56:05 UTC 2019 Modified Files: src/tests/net: net_common.sh Log Message: tests: make utility funtions easy to use for tests that don't use the framework To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/sys/kern

2019-04-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 17 02:29:43 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c kern_rwlock.c Log Message: Don't check pserialize_not_in_read_section after panic It can cause a false positive assertion failure. To generate a diff of

CVS commit: src/sys/kern

2019-04-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 17 02:29:43 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c kern_rwlock.c Log Message: Don't check pserialize_not_in_read_section after panic It can cause a false positive assertion failure. To generate a diff of

Re: CVS commit: src/sys/net

2019-04-15 Thread Ryota Ozaki
On Tue, Apr 16, 2019 at 5:51 AM Christos Zoulas wrote: > > Module Name:src > Committed By: christos > Date: Mon Apr 15 20:51:46 UTC 2019 > > Modified Files: > src/sys/net: if.c > > Log Message: > Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack >

CVS commit: src/sys/dev/ic

2019-04-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Apr 15 06:00:04 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Protect ether_multi list Fix this driver because it can set IFEF_MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/ic

2019-04-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Apr 15 06:00:04 UTC 2019 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Protect ether_multi list Fix this driver because it can set IFEF_MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/doc

2019-03-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Mar 27 06:56:38 UTC 2019 Modified Files: src/doc: TODO.smpnet Log Message: Add another known issue (if_flags) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/doc/TODO.smpnet Please note that diffs are

CVS commit: src/doc

2019-03-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Mar 27 06:56:38 UTC 2019 Modified Files: src/doc: TODO.smpnet Log Message: Add another known issue (if_flags) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/doc/TODO.smpnet Please note that diffs are

CVS commit: src/doc

2019-03-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 26 05:17:17 UTC 2019 Modified Files: src/doc: TODO.smpnet Log Message: Add another known issue To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/doc/TODO.smpnet Please note that diffs are not public

CVS commit: src/doc

2019-03-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 26 05:17:17 UTC 2019 Modified Files: src/doc: TODO.smpnet Log Message: Add another known issue To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/doc/TODO.smpnet Please note that diffs are not public

CVS commit: src/sys/netinet

2019-03-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Mar 14 07:05:07 UTC 2019 Modified Files: src/sys/netinet: ip_carp.c Log Message: carp: don't skip pserialize_read_enter and ifa_release To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sys/netinet

2019-03-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Mar 14 07:05:07 UTC 2019 Modified Files: src/sys/netinet: ip_carp.c Log Message: carp: don't skip pserialize_read_enter and ifa_release To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sys/net

2019-03-10 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Mar 11 03:00:41 UTC 2019 Modified Files: src/sys/net: route.c Log Message: Add missing ifa_release on error paths To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/net/route.c Please note that diffs

CVS commit: src/sys/net

2019-03-10 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Mar 11 03:00:41 UTC 2019 Modified Files: src/sys/net: route.c Log Message: Add missing ifa_release on error paths To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/net/route.c Please note that diffs

CVS commit: src/sys/net

2019-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Feb 27 04:03:06 UTC 2019 Modified Files: src/sys/net: rtsock.c Log Message: Protect sysctl_rtable with KERNEL_LOCK and softnet_lock In the function the routing table could be accessed without any locks, which was unsafe.

CVS commit: src/sys/net

2019-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Feb 27 04:03:06 UTC 2019 Modified Files: src/sys/net: rtsock.c Log Message: Protect sysctl_rtable with KERNEL_LOCK and softnet_lock In the function the routing table could be accessed without any locks, which was unsafe.

CVS commit: src/tests/net/if_vlan

2018-12-10 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Dec 11 03:47:51 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: add missing $af To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/tests/net/if_vlan/t_vlan.sh Please note that

CVS commit: src/tests/net/if_vlan

2018-12-10 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Dec 11 03:47:51 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: add missing $af To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/tests/net/if_vlan/t_vlan.sh Please note that

CVS commit: src/tests/net/if_vlan

2018-12-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Dec 7 09:29:01 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: check error messages strictly To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/net/if_vlan/t_vlan.sh

CVS commit: src/tests/net/if_vlan

2018-12-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Dec 7 09:29:01 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: check error messages strictly To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/net/if_vlan/t_vlan.sh

CVS commit: src/tests/net/if_vlan

2018-12-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Dec 7 09:28:31 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: reduce repeated phrases... (NFC) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/net/if_vlan/t_vlan.sh

CVS commit: src/tests/net/if_vlan

2018-12-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Dec 7 09:28:31 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: reduce repeated phrases... (NFC) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/net/if_vlan/t_vlan.sh

CVS commit: src/sys/netinet6

2018-11-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 29 10:02:52 UTC 2018 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Don't validate the source address of forwarding IPv6 packets (same as IPv4) To generate a diff of this commit: cvs rdiff -u -r1.212

CVS commit: src/sys/netinet6

2018-11-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 29 10:02:52 UTC 2018 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Don't validate the source address of forwarding IPv6 packets (same as IPv4) To generate a diff of this commit: cvs rdiff -u -r1.212

CVS commit: src/sys

2018-11-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 29 09:54:23 UTC 2018 Modified Files: src/sys/netinet: in.c src/sys/netinet6: in6.c Log Message: Don't run DAD on link-up if it's explicitly disabled To generate a diff of this commit: cvs rdiff -u -r1.232

CVS commit: src/sys

2018-11-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 29 09:54:23 UTC 2018 Modified Files: src/sys/netinet: in.c src/sys/netinet6: in6.c Log Message: Don't run DAD on link-up if it's explicitly disabled To generate a diff of this commit: cvs rdiff -u -r1.232

<    1   2   3   4   5   6   7   8   9   10   >