CVS commit: src/sys
Module Name:src Committed By: skrll Date: Thu Jun 23 07:32:12 UTC 2016 Modified Files: src/sys/conf: files src/sys/dev/usb: files.usb src/sys/kern: kern_history.c Log Message: Fix UVMHIST builds for kernels that don't include usb To generate a diff of this commit: cvs rdiff -u -r1.1159 -r1.1160 src/sys/conf/files cvs rdiff -u -r1.139 -r1.140 src/sys/dev/usb/files.usb cvs rdiff -u -r1.5 -r1.6 src/sys/kern/kern_history.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/include
Module Name:src Committed By: palle Date: Thu Jun 23 20:32:40 UTC 2016 Modified Files: src/sys/arch/sparc64/include: cpu.h Log Message: sun4v: Fix build issue introduced in previous commit - bus stuff is kernel only, so protect this with _KERNEL To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/arch/sparc64/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: knakahara Date: Fri Jun 24 04:38:12 UTC 2016 Modified Files: src/sys/net: if_gif.c if_gif.h Log Message: eliminate gif(4) Tx softint - remove gif_si from struct gif_softc - directly call gifintr() from gif_output() - rename gifintr() to gif_start() - remove Tx softint processing from gif_set_tunnel() and gif_delete_tunnel() To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/net/if_gif.c cvs rdiff -u -r1.23 -r1.24 src/sys/net/if_gif.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: knakahara Date: Fri Jun 24 06:32:47 UTC 2016 Modified Files: src/sys/net: if_gif.c Log Message: eliminate unused softint for gif(4) Rx To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/net/if_gif.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.