Module Name:src
Committed By: knakahara
Date: Fri Mar 3 07:57:49 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
implement AIM(Adaptive Interrupt Moderation), but not enable yet.
Currently, it causes performance degration if enabled.
More ITR calcuration t
Module Name:src
Committed By: knakahara
Date: Fri Mar 3 07:38:53 UTC 2017
Modified Files:
src/sys/dev/pci: files.pci if_wm.c
Log Message:
make kernel config option WM_RX_PROCESS_LIMIT_DEFAULT and
WM_RX_INTR_PROCESS_LIMIT_DEFAULT
e.g. if
- WM_RX_PROCESS_LIMIT_DEFAULT
Module Name:src
Committed By: ozaki-r
Date: Fri Mar 3 07:34:04 UTC 2017
Modified Files:
src/tests/net: net_common.sh
src/tests/net/ndp: t_ndp.sh t_ra.sh
Log Message:
Provide a more robust regexp for time formats of 1day-ish
To generate a diff of this commit:
cvs
Module Name:src
Committed By: knakahara
Date: Fri Mar 3 07:32:36 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
implement polling mode for multiqueue. It can suppress performance degration at
high load.
e.g. I354 IP forwarding throughput performance
Module Name:src
Committed By: ozaki-r
Date: Fri Mar 3 07:13:06 UTC 2017
Modified Files:
src/sys/netinet: dccp_usrreq.c ip_output.c ip_var.h raw_ip.c
sctp_output.c tcp_input.c tcp_output.c tcp_subr.c udp_usrreq.c
src/sys/netinet6: ip6_output.c ip6_var.h
Module Name:src
Committed By: kamil
Date: Fri Mar 3 07:11:49 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
TODO.ptrace: Remove entry about addition of TRAP_SCE and TRAP_SCX
These siginfo(2) codes have been committed.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: kamil
Date: Fri Mar 3 07:03:11 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry in TODO.ptrace about QPassSignals
Added:
support QPassSignals (PT_SET_SIGPASS/PT_GET_SIGPASS) in the kernel, a way to
stop routing
Module Name:src
Committed By: msaitoh
Date: Fri Mar 3 06:27:20 UTC 2017
Modified Files:
src/sys/dev/usb: if_axe.c
src/sys/net: if_llatbl.c
src/sys/netinet6: nd6_rtr.c
Log Message:
Add missing opt_net_mpsafe.h.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: msaitoh
Date: Fri Mar 3 04:37:05 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
Set PCI_INTR_MPSAFE, SOFTINT_MPSAFE, CALLOUT_MPSAFE and IFEF_START_MPSAFE
if NET_MPSAFE is defined.
To generate a diff of this comm
Module Name:src
Committed By: knakahara
Date: Fri Mar 3 03:33:44 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
IFEF_START_MPSAFE flag should be set only if WM_MPSAFE defined. some refactor.
pointed out and suggested by msaitoh@n.o, thanks.
To generate
Module Name:src
Committed By: mrg
Date: Thu Mar 2 20:11:19 UTC 2017
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
avoid using %s in UVMHIST.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/uvm/pmap/pmap.c
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Thu Mar 2 15:43:14 UTC 2017
Modified Files:
src/external/bsd/libevent/dist: evthread.c
Log Message:
remove debugging abort that makes tests fail.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bs
Module Name:src
Committed By: kamil
Date: Thu Mar 2 14:25:41 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry in TODO.ptrace about PT_STEP with a signal
Added:
GDB Remote Protocol expects a case with a step with a signal to be sent,
this is cu
Module Name:src
Committed By: hannken
Date: Thu Mar 2 10:41:27 UTC 2017
Modified Files:
src/sys/kern: vfs_trans.c
Log Message:
Add an operation to test a mount for fstrans support and use it for
_fstrans_start(), fstrans_done(), fstrans_is_owner(), vfs_suspend()
and vfs_r
Module Name:src
Committed By: ozaki-r
Date: Thu Mar 2 09:48:20 UTC 2017
Modified Files:
src/sys/netinet6: in6.c in6_var.h mld6.c
Log Message:
Plug a race condition on accessing i6mm_maddr
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/netinet6/i
Module Name:src
Committed By: ozaki-r
Date: Thu Mar 2 09:16:46 UTC 2017
Modified Files:
src/sys/netinet6: in6.c in6_var.h mld6.c
Log Message:
Fix racy in6m_sol
Relook up the entry instead of reusing it, which makes locking simple.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: snj
Date: Thu Mar 2 08:03:23 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1374
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-7.1
Please note that diffs are not public domai
17 matches
Mail list logo