CVS commit: src/sys/external/bsd/ipf/netinet
Module Name:src Committed By: christos Date: Tue Dec 15 12:30:34 UTC 2015 Modified Files: src/sys/external/bsd/ipf/netinet: radix_ipf.c Log Message: PR/50559: David Binderman: Add missing free()'s after calls to randomize(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/ipf/netinet/radix_ipf.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/drm/dist/libdrm
Module Name:src Committed By: christos Date: Tue Dec 15 12:33:03 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/libdrm: xf86drm.c Log Message: PR/50560: David Binderman: fix memory leaks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm/dist/libdrm/xf86drm.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/gnu-efi/dist/lib
Module Name:src Committed By: christos Date: Tue Dec 15 12:36:10 UTC 2015 Modified Files: src/sys/external/bsd/gnu-efi/dist/lib: hand.c Log Message: PR/50561: David Binderman: Add missing va_end calls. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/external/bsd/gnu-efi/dist/lib/hand.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/arm/nvidia
Module Name:src Committed By: jmcneill Date: Tue Dec 15 15:33:19 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: fdtbus_gpio_read handles pin polarity, so fix inverted test in tegra_sdhc_card_detect To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/nvidia/tegra_sdhc.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/evbarm/conf
Module Name:src Committed By: jmcneill Date: Tue Dec 15 15:34:04 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: wire down ldN to sdmmcN, so disk numbers dont jump around between boots To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/TEGRA Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: jmcneill Date: Tue Dec 15 15:35:10 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: remove some commented out entries for static i2c device instances To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/TEGRA Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ftp
Module Name:src Committed By: christos Date: Tue Dec 15 20:49:50 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Try to factor out some code, this is completely out of control. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/usr.bin/ftp/fetch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ftp
Module Name:src Committed By: christos Date: Tue Dec 15 21:01:27 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Separate no_proxy handling. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/usr.bin/ftp/fetch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ftp
Module Name:src Committed By: christos Date: Tue Dec 15 21:45:21 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Factor the proxy handling code out. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/usr.bin/ftp/fetch.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/arm/samsung
Module Name:src Committed By: marty Date: Tue Dec 15 23:13:51 UTC 2015 Modified Files: src/sys/arch/arm/samsung: exynos_fdt.c exynos_var.h Log Message: XU4 FDT -- fix bus tags I got away with not having the generic bus tags for getting minimum fdt to work; but for real drivers have to actually have them. Make necessary corrections. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_fdt.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/samsung/exynos_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/samsung
Module Name:src Committed By: marty Date: Tue Dec 15 23:15:53 UTC 2015 Modified Files: src/sys/arch/arm/samsung: exynos_wdt.c files.exynos Log Message: XU4 FDT WDT - convert driver to FDT The watchdog timer is the most trivial driver in exynos, from the POV of converting to FDT, so go ahead and do it first. NOTE: There's a hack in the driver that needs to eventually be fixed -- the clock frequency is hardwired when it should be gotten from the clock in the device tree. I'll come back and fix this when I'm more comfortable with the api. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/exynos_wdt.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/samsung/files.exynos Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ftp
Module Name:src Committed By: nonaka Date: Wed Dec 16 01:20:06 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c Log Message: Fix compile failure without WITH_SSL. >/tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c: In > function 'fetch_url': > > /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c:823:18: > error: 'HTTPS_URL_T' undeclared (first use in this function) > urltype == HTTPS_URL_T ? &ssl : NULL); To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/usr.bin/ftp/fetch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/if_gif
Module Name:src Committed By: knakahara Date: Wed Dec 16 03:24:29 UTC 2015 Modified Files: src/tests/net/if_gif: t_gif.sh Log Message: Refactor. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/net/if_gif/t_gif.sh 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: ozaki-r Date: Wed Dec 16 05:44:59 UTC 2015 Modified Files: src/sys/net: if_token.h if_tokensubr.c src/sys/netinet: if_arp.c Log Message: Fix token_rif extractions from llentry To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/net/if_token.h cvs rdiff -u -r1.71 -r1.72 src/sys/net/if_tokensubr.c cvs rdiff -u -r1.196 -r1.197 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/sys/dev/i2c
Module Name:src Committed By: jdc Date: Wed Dec 16 07:56:48 UTC 2015 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: adm1026.c adm1026reg.h Log Message: Add a driver for the ADM1026 Thermal System Management Fan Controller i2c chip. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/adm1026.c src/sys/dev/i2c/adm1026reg.h cvs rdiff -u -r1.68 -r1.69 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.