CVS commit: src/sys/netinet

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 06:33:11 UTC 2017 Modified Files: src/sys/netinet: if_arp.c Log Message: Lookup caches from a CARP interface if the packet is routed to the interface This fixes CARP setups without carpdev (physical interface) having

CVS commit: src/sys/netinet

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 06:33:11 UTC 2017 Modified Files: src/sys/netinet: if_arp.c Log Message: Lookup caches from a CARP interface if the packet is routed to the interface This fixes CARP setups without carpdev (physical interface) having

CVS commit: src/tests/net/carp

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 06:33:49 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Reduce duplicated codes (DRY) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/net/carp/t_basic.sh Please note that

CVS commit: src/tests/net/carp

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 06:33:49 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Reduce duplicated codes (DRY) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/net/carp/t_basic.sh Please note that

CVS commit: src/tests/net/carp

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 06:34:48 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Test CARP handover on setups without having IPs on carpdev (shmif) Note that tests for IPv6 don't pass yet; nd6 needs to handle CARP

CVS commit: src/tests/net/carp

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 06:34:48 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Test CARP handover on setups without having IPs on carpdev (shmif) Note that tests for IPv6 don't pass yet; nd6 needs to handle CARP

CVS commit: [prg-localcount2] src/sys/dev/mscp

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 18 07:35:01 UTC 2017 Modified Files: src/sys/dev/mscp [prg-localcount2]: mscp_disk.c Log Message: Fix previous, make it build again. To generate a diff of this commit: cvs rdiff -u -r1.89.8.4 -r1.89.8.5

CVS commit: [prg-localcount2] src/sys/dev/mscp

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 18 07:35:01 UTC 2017 Modified Files: src/sys/dev/mscp [prg-localcount2]: mscp_disk.c Log Message: Fix previous, make it build again. To generate a diff of this commit: cvs rdiff -u -r1.89.8.4 -r1.89.8.5

CVS commit: src/sys/dev/pci/ixgbe

2017-05-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 18 08:25:37 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a bug that number of input packet counted twice. This bug was added since sys/net/if.c rev.1.368.

CVS commit: src/sys/dev/pci/ixgbe

2017-05-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 18 08:25:37 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a bug that number of input packet counted twice. This bug was added since sys/net/if.c rev.1.368.

CVS commit: src/sys/dev/pci/ixgbe

2017-05-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 18 08:27:20 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: - Count "Total Packets Missed" by evcnt(9) - Call evcnt_attach_dynamic()/detach() for stats->mngpdc (Management Packets

CVS commit: src/sys/dev/pci/ixgbe

2017-05-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 18 08:27:20 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: - Count "Total Packets Missed" by evcnt(9) - Call evcnt_attach_dynamic()/detach() for stats->mngpdc (Management Packets

CVS commit: [bouyer-socketcan] src

2017-05-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 18 11:28:49 UTC 2017 Modified Files: src/distrib/sets/lists/man [bouyer-socketcan]: mi src/share/man/man4 [bouyer-socketcan]: Makefile Added Files: src/share/man/man4 [bouyer-socketcan]: can.4 canloop.4

CVS commit: [bouyer-socketcan] src

2017-05-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 18 11:28:49 UTC 2017 Modified Files: src/distrib/sets/lists/man [bouyer-socketcan]: mi src/share/man/man4 [bouyer-socketcan]: Makefile Added Files: src/share/man/man4 [bouyer-socketcan]: can.4 canloop.4

CVS commit: [bouyer-socketcan] src/lib/libc/sys

2017-05-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 18 11:29:54 UTC 2017 Modified Files: src/lib/libc/sys [bouyer-socketcan]: socket.2 Log Message: add PF_CAN To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.41.16.1 src/lib/libc/sys/socket.2 Please note that

CVS commit: [bouyer-socketcan] src/lib/libc/sys

2017-05-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 18 11:29:54 UTC 2017 Modified Files: src/lib/libc/sys [bouyer-socketcan]: socket.2 Log Message: add PF_CAN To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.41.16.1 src/lib/libc/sys/socket.2 Please note that

CVS commit: src/tests/usr.bin

2017-05-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 18 10:29:47 UTC 2017 Modified Files: src/tests/usr.bin/c++: t_hello.sh src/tests/usr.bin/cc: t_hello.sh Log Message: Add (currently failing) test cases for profiled programs. To generate a diff of this commit:

CVS commit: src/tests/usr.bin

2017-05-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 18 10:29:47 UTC 2017 Modified Files: src/tests/usr.bin/c++: t_hello.sh src/tests/usr.bin/cc: t_hello.sh Log Message: Add (currently failing) test cases for profiled programs. To generate a diff of this commit:

CVS commit: src/sys/arch/pmax/ibus

2017-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 18 16:37:06 UTC 2017 Modified Files: src/sys/arch/pmax/ibus: dz_ibus.c Log Message: PR/52242: Utkarsh Anand: Minimal fix for fallout from moving to the common mips bus_space code. To generate a diff of this commit:

CVS commit: src/sys/arch/pmax/ibus

2017-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 18 16:37:06 UTC 2017 Modified Files: src/sys/arch/pmax/ibus: dz_ibus.c Log Message: PR/52242: Utkarsh Anand: Minimal fix for fallout from moving to the common mips bus_space code. To generate a diff of this commit:

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 15:42:37 UTC 2017 Modified Files: src/bin/sh: show.c Log Message: DEBUG mode only change - mostly to output when option to show shell internal sub-process nesting is enabled, and very deep nesting levels exist. NFC for

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 15:42:37 UTC 2017 Modified Files: src/bin/sh: show.c Log Message: DEBUG mode only change - mostly to output when option to show shell internal sub-process nesting is enabled, and very deep nesting levels exist. NFC for

CVS commit: src/usr.bin/su

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:33:57 UTC 2017 Modified Files: src/usr.bin/su: su.1 Log Message: Correct the man page reference To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/su/su.1 Please note that diffs are not

CVS commit: src/usr.bin/su

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:33:57 UTC 2017 Modified Files: src/usr.bin/su: su.1 Log Message: Correct the man page reference To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/su/su.1 Please note that diffs are not

CVS commit: src/sys/arch/pmax/pmax

2017-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 18 16:34:56 UTC 2017 Modified Files: src/sys/arch/pmax/pmax: bus.c bus_dma.c Log Message: Fix debug (make it compile) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/pmax/pmax/bus.c cvs rdiff

CVS commit: src/sys/arch/pmax/pmax

2017-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 18 16:34:56 UTC 2017 Modified Files: src/sys/arch/pmax/pmax: bus.c bus_dma.c Log Message: Fix debug (make it compile) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/pmax/pmax/bus.c cvs rdiff

CVS commit: src/lib/libcurses

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:41:12 UTC 2017 Modified Files: src/lib/libcurses: curses.3 Log Message: Fix typo in the man page reference To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libcurses/curses.3 Please note

CVS commit: src/lib/libcurses

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:41:12 UTC 2017 Modified Files: src/lib/libcurses: curses.3 Log Message: Fix typo in the man page reference To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libcurses/curses.3 Please note

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:34:17 UTC 2017 Modified Files: src/bin/sh: jobs.c Log Message: DEBUG mode only change - correctly track internal shell sub-shell nesting levels for debug output. This change accidentally omitted earlier (only effect

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:34:17 UTC 2017 Modified Files: src/bin/sh: jobs.c Log Message: DEBUG mode only change - correctly track internal shell sub-shell nesting levels for debug output. This change accidentally omitted earlier (only effect

CVS commit: src/tests/net/ipsec

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 14:43:42 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: Don't check the existence of SA entries eagerly They can be expired at that point if their lifetime is very short. This may fix

CVS commit: src/tests/net/ipsec

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 18 14:43:42 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: Don't check the existence of SA entries eagerly They can be expired at that point if their lifetime is very short. This may fix

CVS commit: src/sys/arch/mips/mips

2017-05-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 18 13:20:37 UTC 2017 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c Log Message: Don't use index cache operations unnecessarily. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:53:18 UTC 2017 Modified Files: src/bin/sh: options.c options.h sh.1 Log Message: Command line, and "set" command options processing cleanup. sh +c "command string" no longer works (it must be -c) sh +o and sh -o

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:53:18 UTC 2017 Modified Files: src/bin/sh: options.c options.h sh.1 Log Message: Command line, and "set" command options processing cleanup. sh +c "command string" no longer works (it must be -c) sh +o and sh -o

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:31:10 UTC 2017 Modified Files: src/bin/sh: output.c Log Message: Added comma and plus to the "don't need quoting" set. This affects output from "sh -x" only (tracing execution), not quoting + is better, as it makes

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:31:10 UTC 2017 Modified Files: src/bin/sh: output.c Log Message: Added comma and plus to the "don't need quoting" set. This affects output from "sh -x" only (tracing execution), not quoting + is better, as it makes

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:56:58 UTC 2017 Modified Files: src/bin/sh: redir.c sh.1 Log Message: Allow abbreviations of option names for the "fdflags -s" command. While documenting that, cleanup markup of the fdflags section of the man page. To

CVS commit: src/sys/arch/mips/mips

2017-05-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 18 13:20:37 UTC 2017 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c Log Message: Don't use index cache operations unnecessarily. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:56:58 UTC 2017 Modified Files: src/bin/sh: redir.c sh.1 Log Message: Allow abbreviations of option names for the "fdflags -s" command. While documenting that, cleanup markup of the fdflags section of the man page. To

CVS commit: src/sys/dev/pci

2017-05-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu May 18 18:33:48 UTC 2017 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: Re-enable RTKQ_IM_HW. Timeout issues appear to be fixed since src/sys/dev/ic/rtl8169.c r1.151 To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2017-05-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu May 18 18:33:48 UTC 2017 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: Re-enable RTKQ_IM_HW. Timeout issues appear to be fixed since src/sys/dev/ic/rtl8169.c r1.151 To generate a diff of this commit: cvs

CVS commit: [prg-localcount2] src

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 00:23:00 UTC 2017 Modified Files: src/bin/sh [prg-localcount2]: Makefile builtins.def eval.c exec.c jobs.c main.c miscbltin.c options.c options.h output.c parser.c redir.c sh.1 shell.h show.c

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

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 18 23:52:01 UTC 2017 Modified Files: src/sys/sys [prg-localcount2]: param.h Log Message: Bump version To generate a diff of this commit: cvs rdiff -u -r1.537.2.1 -r1.537.2.2 src/sys/sys/param.h Please note that diffs

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

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 18 23:52:01 UTC 2017 Modified Files: src/sys/sys [prg-localcount2]: param.h Log Message: Bump version To generate a diff of this commit: cvs rdiff -u -r1.537.2.1 -r1.537.2.2 src/sys/sys/param.h Please note that diffs

CVS commit: src

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 00:01:34 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/doc: CHANGES src/sys/kern: files.kern src/sys/sys: Makefile param.h Added Files: src/share/man/man9: localcount.9

Re: CVS commit: src

2017-05-18 Thread Paul Goyette
Forgot the usual: Welcome to 7.99.72 :) On Fri, 19 May 2017, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Fri May 19 00:01:34 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/doc: CHANGES src/sys/kern:

CVS commit: src

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 00:01:34 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/doc: CHANGES src/sys/kern: files.kern src/sys/sys: Makefile param.h Added Files: src/share/man/man9: localcount.9

CVS commit: src/share/man/man9

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 01:54:50 UTC 2017 Modified Files: src/share/man/man9: localcount.9 Log Message: Minor improvements in wording. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/localcount.9 Please

CVS commit: src/share/man/man9

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 01:54:50 UTC 2017 Modified Files: src/share/man/man9: localcount.9 Log Message: Minor improvements in wording. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/localcount.9 Please

CVS commit: src/sys/kern

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 02:20:24 UTC 2017 Modified Files: src/sys/kern: subr_localcount.c Log Message: Fix a comment - in localcount_fini(), we don't care whether it was the caller or some other code that drained the localcount; all we

CVS commit: src/sys/kern

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 02:20:24 UTC 2017 Modified Files: src/sys/kern: subr_localcount.c Log Message: Fix a comment - in localcount_fini(), we don't care whether it was the caller or some other code that drained the localcount; all we

CVS commit: src/tests/net

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 19 02:56:58 UTC 2017 Modified Files: src/tests/net: net_common.sh Log Message: Enable debug logging of kernels such as ARP and ND if $DEUBG=true To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/tests/net

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 19 02:56:58 UTC 2017 Modified Files: src/tests/net: net_common.sh Log Message: Enable debug logging of kernels such as ARP and ND if $DEUBG=true To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/share/man/man9

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 03:33:31 UTC 2017 Modified Files: src/share/man/man9: Makefile Log Message: Missed this during the localcount(9) import: Add localcount(9) man-page - fix the build To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2017-05-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 19 03:33:31 UTC 2017 Modified Files: src/share/man/man9: Makefile Log Message: Missed this during the localcount(9) import: Add localcount(9) man-page - fix the build To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:28:00 UTC 2017 Modified Files: src/bin/sh: main.c Log Message: NFC: added a minor comment (and enev then, in DEBUG code only) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/bin/sh/main.c Please

CVS commit: src/bin/sh

2017-05-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 18 13:28:00 UTC 2017 Modified Files: src/bin/sh: main.c Log Message: NFC: added a minor comment (and enev then, in DEBUG code only) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/bin/sh/main.c Please

CVS commit: src/sys/dev/usb

2017-05-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri May 19 04:16:06 UTC 2017 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Fix locking botch. Ensure that sc_lock is still held when exiting trigger_[input/output]. To generate a diff of this commit: cvs rdiff -u -r1.148

CVS commit: src/sys/dev/usb

2017-05-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri May 19 04:16:06 UTC 2017 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Fix locking botch. Ensure that sc_lock is still held when exiting trigger_[input/output]. To generate a diff of this commit: cvs rdiff -u -r1.148

CVS commit: src/sys/netipsec

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 19 04:34:09 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c ipsec.h ipsec_input.c ipsec_mbuf.c ipsec_output.c Log Message: Introduce IPSECLOG and replace ipseclog and DPRINTF with it To generate a diff

CVS commit: src/sys/netipsec

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 19 04:34:09 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c ipsec.h ipsec_input.c ipsec_mbuf.c ipsec_output.c Log Message: Introduce IPSECLOG and replace ipseclog and DPRINTF with it To generate a diff

CVS commit: src/sys/dev/usb

2017-05-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri May 19 04:20:45 UTC 2017 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Release sc_intr_lock between successive calls to audio[p/r]int to allow mixing to occur. To generate a diff of this commit: cvs rdiff -u -r1.149

CVS commit: src/sys/dev/usb

2017-05-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri May 19 04:20:45 UTC 2017 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Release sc_intr_lock between successive calls to audio[p/r]int to allow mixing to occur. To generate a diff of this commit: cvs rdiff -u -r1.149

CVS commit: src/sys/netipsec

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 19 04:39:25 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Use kmem_intr_free in key_freesaval which can be called in softint To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/sys/netipsec

2017-05-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri May 19 04:39:25 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: Use kmem_intr_free in key_freesaval which can be called in softint To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133