CVS commit: src/sys/fs/udf
Module Name:src Committed By: hannken Date: Tue Oct 6 08:57:34 UTC 2015 Modified Files: src/sys/fs/udf: udf_strat_direct.c udf_strat_rmw.c udf_strat_sequential.c Log Message: Remove dubious vhold()/holdrele() from write_logvol_dscr strategies. The udf_node already gets locked with UDF_LOCK_NODE() and udf_reclaim() will wait for the lock to clear. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/fs/udf/udf_strat_direct.c cvs rdiff -u -r1.26 -r1.27 src/sys/fs/udf/udf_strat_rmw.c cvs rdiff -u -r1.13 -r1.14 src/sys/fs/udf/udf_strat_sequential.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/x86/x86
Module Name:src Committed By: knakahara Date: Tue Oct 6 09:44:31 UTC 2015 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: quick hack for shared IRQ issue. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/x86/x86/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/ipf/netinet
Module Name:src Committed By: prlw1 Date: Tue Oct 6 10:21:08 UTC 2015 Modified Files: src/sys/external/bsd/ipf/netinet: ip_nat.c ip_nat6.c Log Message: Update comments to match previous change (avoid panic in SIOCGNATL) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/ipf/netinet/ip_nat.c cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/ipf/netinet/ip_nat6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/dkwedge
Module Name:src Committed By: jmcneill Date: Tue Oct 6 11:22:40 UTC 2015 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: print wedge announcement in one line instead of two To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/dkwedge/dk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: mlelstv Date: Tue Oct 6 14:32:51 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c sdmmc_io.c sdmmc_mem.c sdmmcvar.h Log Message: support hiding command timeout messages with a new command flag and use this when probing for cards. Should fix PR 50302. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/sdmmc/sdmmc_io.c cvs rdiff -u -r1.46 -r1.47 src/sys/dev/sdmmc/sdmmc_mem.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/sdmmc/sdmmcvar.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
Module Name:src Committed By: christos Date: Tue Oct 6 15:03:34 UTC 2015 Modified Files: src/sys/kern: kern_time.c Log Message: CID/1325753: remove extra return. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/kern/kern_time.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/x86/acpi
Module Name:src Committed By: christos Date: Tue Oct 6 15:06:05 UTC 2015 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: CID/1325751: Avoid possible 32 bit overflow. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/acpi/acpi_machdep.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
Module Name:src Committed By: martin Date: Tue Oct 6 16:40:37 UTC 2015 Modified Files: src/sys/arch/sparc64/conf: files.sparc64 src/sys/arch/sparc64/dev: auxio.c auxiovar.h Added Files: src/sys/arch/sparc64/dev: auxio_ebus.c auxio_sbus.c Log Message: Split auxio at ebus and auxio at sbus properly, so we can build kernels without sbus support. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/arch/sparc64/conf/files.sparc64 cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc64/dev/auxio.c cvs rdiff -u -r0 -r1.6 src/sys/arch/sparc64/dev/auxio_ebus.c cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/dev/auxio_sbus.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/dev/auxiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: christos Date: Tue Oct 6 17:36:25 UTC 2015 Modified Files: src/usr.bin/make: var.c Log Message: don't check for NULL before free() (Tilman Sauerbeck) To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 src/usr.bin/make/var.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/sparc/include
Module Name:src Committed By: martin Date: Tue Oct 6 20:03:06 UTC 2015 Modified Files: src/sys/arch/sparc/include: frame.h openfirm.h types.h Log Message: Do not use #ifdef SUN4U when testing for cpu features of post-v8 CPUs, it is not good for SUN4V-only kernels. Instead use __sparc_v9__ (which is also defined by the sparc compiler when called with cpu=ultrasparc). ok: mrg@ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/include/frame.h \ src/sys/arch/sparc/include/openfirm.h cvs rdiff -u -r1.63 -r1.64 src/sys/arch/sparc/include/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Tue Oct 6 21:32:15 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: aubtfwl.c auvitek.c auvitek_dtv.c auvitek_video.c emdtv_dtv.c if_athn_usb.c if_atu.c if_aue.c if_axe.c if_axen.c if_cdce.c if_cue.c if_kue.c if_otus.c if_rum.c if_run.c if_smsc.c if_udav.c if_upgt.c if_upl.c if_ural.c if_url.c if_urndis.c if_urtw.c if_urtwn.c if_urtwnvar.h if_urtwreg.h if_zyd.c irmce.c pseye.c stuirda.c u3g.c uaudio.c ubt.c ucom.c ucycom.c udl.c udsir.c ugen.c uhidev.c uhidev.h uhso.c uirda.c ulpt.c umass.c umassvar.h umidi.c urio.c usbdi.c usbdi.h usbdi_util.c uscanner.c usscanner.c ustir.c utoppy.c uvideo.c Log Message: Move from usbd_{alloc,free}_xfer and usbd_{alloc,free}_buffer to usbd_{create,destroy}_xfer. The API change will allow future changes to HCDs to simplify the transfer resource allocation and activation. Several devices tested including ucom, umass, smsc, uvideo, and uaudio. To generate a diff of this commit: cvs rdiff -u -r1.5.10.7 -r1.5.10.8 src/sys/dev/usb/aubtfwl.c cvs rdiff -u -r1.9.4.2 -r1.9.4.3 src/sys/dev/usb/auvitek.c cvs rdiff -u -r1.6.14.3 -r1.6.14.4 src/sys/dev/usb/auvitek_dtv.c cvs rdiff -u -r1.6.32.3 -r1.6.32.4 src/sys/dev/usb/auvitek_video.c cvs rdiff -u -r1.10.14.3 -r1.10.14.4 src/sys/dev/usb/emdtv_dtv.c cvs rdiff -u -r1.6.8.5 -r1.6.8.6 src/sys/dev/usb/if_athn_usb.c cvs rdiff -u -r1.50.2.8 -r1.50.2.9 src/sys/dev/usb/if_atu.c cvs rdiff -u -r1.132.4.8 -r1.132.4.9 src/sys/dev/usb/if_aue.c cvs rdiff -u -r1.67.4.6 -r1.67.4.7 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.3.6.7 -r1.3.6.8 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.38.14.5 -r1.38.14.6 src/sys/dev/usb/if_cdce.c cvs rdiff -u -r1.68.4.7 -r1.68.4.8 src/sys/dev/usb/if_cue.c cvs rdiff -u -r1.81.4.6 -r1.81.4.7 src/sys/dev/usb/if_kue.c cvs rdiff -u -r1.25.6.4 -r1.25.6.5 src/sys/dev/usb/if_otus.c cvs rdiff -u -r1.48.6.9 -r1.48.6.10 src/sys/dev/usb/if_rum.c cvs rdiff -u -r1.10.6.6 -r1.10.6.7 src/sys/dev/usb/if_run.c cvs rdiff -u -r1.22.2.7 -r1.22.2.8 src/sys/dev/usb/if_smsc.c cvs rdiff -u -r1.43.4.6 -r1.43.4.7 src/sys/dev/usb/if_udav.c cvs rdiff -u -r1.12.4.6 -r1.12.4.7 src/sys/dev/usb/if_upgt.c cvs rdiff -u -r1.47.4.7 -r1.47.4.8 src/sys/dev/usb/if_upl.c cvs rdiff -u -r1.44.14.6 -r1.44.14.7 src/sys/dev/usb/if_ural.c cvs rdiff -u -r1.48.4.6 -r1.48.4.7 src/sys/dev/usb/if_url.c cvs rdiff -u -r1.9.4.5 -r1.9.4.6 src/sys/dev/usb/if_urndis.c cvs rdiff -u -r1.6.6.9 -r1.6.6.10 src/sys/dev/usb/if_urtw.c cvs rdiff -u -r1.34.4.8 -r1.34.4.9 src/sys/dev/usb/if_urtwn.c cvs rdiff -u -r1.8.4.1 -r1.8.4.2 src/sys/dev/usb/if_urtwnvar.h cvs rdiff -u -r1.1.22.1 -r1.1.22.2 src/sys/dev/usb/if_urtwreg.h cvs rdiff -u -r1.36.14.7 -r1.36.14.8 src/sys/dev/usb/if_zyd.c cvs rdiff -u -r1.1.32.4 -r1.1.32.5 src/sys/dev/usb/irmce.c cvs rdiff -u -r1.21.34.7 -r1.21.34.8 src/sys/dev/usb/pseye.c cvs rdiff -u -r1.16.2.6 -r1.16.2.7 src/sys/dev/usb/stuirda.c cvs rdiff -u -r1.31.2.9 -r1.31.2.10 src/sys/dev/usb/u3g.c cvs rdiff -u -r1.140.2.10 -r1.140.2.11 src/sys/dev/usb/uaudio.c cvs rdiff -u -r1.51.4.5 -r1.51.4.6 src/sys/dev/usb/ubt.c cvs rdiff -u -r1.108.2.8 -r1.108.2.9 src/sys/dev/usb/ucom.c cvs rdiff -u -r1.41.2.7 -r1.41.2.8 src/sys/dev/usb/ucycom.c cvs rdiff -u -r1.11.6.5 -r1.11.6.6 src/sys/dev/usb/udl.c cvs rdiff -u -r1.1.14.5 -r1.1.14.6 src/sys/dev/usb/udsir.c cvs rdiff -u -r1.126.2.10 -r1.126.2.11 src/sys/dev/usb/ugen.c cvs rdiff -u -r1.61.4.9 -r1.61.4.10 src/sys/dev/usb/uhidev.c cvs rdiff -u -r1.15.4.6 -r1.15.4.7 src/sys/dev/usb/uhidev.h cvs rdiff -u -r1.17.2.4 -r1.17.2.5 src/sys/dev/usb/uhso.c cvs rdiff -u -r1.38.6.7 -r1.38.6.8 src/sys/dev/usb/uirda.c cvs rdiff -u -r1.95.4.7 -r1.95.4.8 src/sys/dev/usb/ulpt.c cvs rdiff -u -r1.149.2.8 -r1.149.2.9 src/sys/dev/usb/umass.c cvs rdiff -u -r1.35.6.2 -r1.35.6.3 src/sys/dev/usb/umassvar.h cvs rdiff -u -r1.65.14.7 -r1.65.14.8 src/sys/dev/usb/umidi.c cvs rdiff -u -r1.42.4.7 -r1.42.4.8 src/sys/dev/usb/urio.c cvs rdiff -u -r1.162.2.28 -r1.162.2.29 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.90.4.7 -r1.90.4.8 src/sys/dev/usb/usbdi.h cvs rdiff -u -r1.63.2.11 -r1.63.2.12 src/sys/dev/usb/usbdi_util.c cvs rdiff -u -r1.75.4.7 -r1.75.4.8 src/sys/dev/usb/uscanner.c cvs rdiff -u -r1.38.6.9 -r1.38.6.10 src/sys/dev/usb/usscanner.c cvs rdiff -u -r1.33.10.8 -r1.33.10.9 src/sys/dev/usb/ustir.c cvs rdiff -u -r1.24.4.8 -r1.24.4.9 src/sys/dev/usb/utoppy.c cvs rdiff -u -r1.41.2.8 -r1.41.2.9 src/sys/dev/usb/uvideo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/lib/libdtrace
Module Name:src Committed By: christos Date: Tue Oct 6 22:12:09 UTC 2015 Modified Files: src/external/cddl/osnet/lib/libdtrace: psinfo.d Log Message: almost fixed... Need to figure out what to do with curlwp. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/lib/libdtrace/psinfo.d Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: christos Date: Tue Oct 6 22:13:39 UTC 2015 Modified Files: src/sys/conf: debugsyms.c src/sys/kern: kern_auth.c src/sys/sys: kauth.h Log Message: Expose struct kauth_cred for the benefit of the debugger. I can't convince gcc to produce debug info for the structure if it does not appear in more than one source file. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/conf/debugsyms.c cvs rdiff -u -r1.74 -r1.75 src/sys/kern/kern_auth.c cvs rdiff -u -r1.72 -r1.73 src/sys/sys/kauth.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
Module Name:src Committed By: christos Date: Wed Oct 7 00:32:34 UTC 2015 Modified Files: src/sys/kern: kern_runq.c Log Message: provide curthread for dtrace To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/kern/kern_runq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Wed Oct 7 00:33:28 UTC 2015 Modified Files: src/sys/netinet: if_arp.c Log Message: Create an llentry after fixing an interface to store In case of RTF_LOCAL routes, we change an output interface of a route from original one to lo0ifp. An llentry also has to be stored to lo0ifp in such cases. Problem reported by roy@ To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
Module Name:src Committed By: christos Date: Wed Oct 7 00:34:37 UTC 2015 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: Adjust for NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/lib/libdtrace
Module Name:src Committed By: christos Date: Wed Oct 7 00:35:23 UTC 2015 Modified Files: src/external/cddl/osnet/lib/libdtrace: psinfo.d Log Message: fix the remaining problem with pcinfo; the dtracetoolkit execsnoop script works. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/lib/libdtrace/psinfo.d Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: snj Date: Wed Oct 7 00:44:25 UTC 2015 Modified Files: src/share/man/man4: malo.4 Log Message: fix formatting To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/malo.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/dtracetoolkit/dist
Module Name:src Committed By: christos Date: Wed Oct 7 02:22:29 UTC 2015 Modified Files: src/external/cddl/dtracetoolkit/dist: statsnoop Log Message: make this kind of work. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/cddl/dtracetoolkit/dist/statsnoop Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: ozaki-r Date: Wed Oct 7 05:24:41 UTC 2015 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net/net: Makefile Added Files: src/tests/net/net: t_ipaddress.sh Log Message: Add tests for assigining/deleting IP addresses The tests help to find defects related to creation/deletion of routes/llentries and assigning/deleting of IP addresses. To generate a diff of this commit: cvs rdiff -u -r1.648 -r1.649 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.12 -r1.13 src/tests/net/net/Makefile cvs rdiff -u -r0 -r1.1 src/tests/net/net/t_ipaddress.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.