CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: christos Date: Sun Dec 20 16:22:39 UTC 2015 Modified Files: src/distrib/sets/lists/comp: ad.powerpc md.amigappc md.bebox md.evbppc md.ibmnws md.macppc md.mvmeppc md.ofppc md.prep md.rs6000 md.sandpoint Log Message: Add fenv for powerpc. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/comp/ad.powerpc cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/comp/md.amigappc \ src/distrib/sets/lists/comp/md.ibmnws cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/comp/md.bebox cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/comp/md.evbppc cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/comp/md.macppc cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/comp/md.mvmeppc \ src/distrib/sets/lists/comp/md.ofppc cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/comp/md.prep cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/comp/md.rs6000 cvs rdiff -u -r1.19 -r1.20 src/distrib/sets/lists/comp/md.sandpoint Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/include
Module Name:src Committed By: christos Date: Sun Dec 20 16:23:14 UTC 2015 Added Files: src/sys/arch/powerpc/include: fenv.h Log Message: Add fenv.h for powerpc (from FreeBSD) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/powerpc/include/fenv.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
Module Name:src Committed By: christos Date: Sun Dec 20 16:23:39 UTC 2015 Added Files: src/sys/arch/amigappc/include: fenv.h src/sys/arch/bebox/include: fenv.h src/sys/arch/evbppc/include: fenv.h src/sys/arch/ibmnws/include: fenv.h src/sys/arch/macppc/include: fenv.h src/sys/arch/mvmeppc/include: fenv.h src/sys/arch/ofppc/include: fenv.h src/sys/arch/prep/include: fenv.h src/sys/arch/rs6000/include: fenv.h src/sys/arch/sandpoint/include: fenv.h Log Message: new powerpc fenv.h To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/amigappc/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/bebox/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/evbppc/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/ibmnws/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/macppc/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/mvmeppc/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/ofppc/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/prep/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/rs6000/include/fenv.h cvs rdiff -u -r0 -r1.1 src/sys/arch/sandpoint/include/fenv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm
Module Name:src Committed By: christos Date: Sun Dec 20 16:24:25 UTC 2015 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/powerpc: fenv.c Log Message: Powerpc fenv.c from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/lib/libm/Makefile cvs rdiff -u -r0 -r1.1 src/lib/libm/arch/powerpc/fenv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Sun Dec 20 16:24:45 UTC 2015 Modified Files: src/include: fenv.h Log Message: Powerpc now has fenv.h To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/include/fenv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makemandb
Module Name:src Committed By: christos Date: Sun Dec 20 19:45:29 UTC 2015 Modified Files: src/usr.sbin/makemandb: apropos.c Log Message: if we only asked for stopwords, use the original query. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/makemandb/apropos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/common
Module Name:src Committed By: christos Date: Sun Dec 20 22:42:04 UTC 2015 Modified Files: src/distrib/common: Makefile.bootcd Log Message: Use MKREPRO_TIMESTAMP To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/distrib/common/Makefile.bootcd 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: sjg Date: Sun Dec 20 22:44:10 UTC 2015 Modified Files: src/usr.bin/make: suff.c Log Message: Suff_ClearSuffixes() needs to re-initialize suffNull, otherwise its children retain old suffixes. Have Suff_Init() call Suff_ClearSuffixes() for consistency. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/common
Module Name:src Committed By: christos Date: Sun Dec 20 22:48:00 UTC 2015 Modified Files: src/distrib/common: Makefile.image Log Message: Add MKREPRO_TIMESTAMP support to the makefs invocation. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/common/Makefile.image Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: christos Date: Sun Dec 20 22:54:44 UTC 2015 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: Add timestamp support to the ffs image creation; needed for in kernel memory images MKREPRO. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/makefs/ffs.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
Module Name:src Committed By: marty Date: Mon Dec 21 00:52:51 UTC 2015 Modified Files: src/sys/arch/arm/samsung: exynos_i2c.c files.exynos src/sys/arch/evbarm/conf: EXYNOS Added Files: src/sys/arch/arm/samsung: exynos_chipid.c exynos_combiner.c exynos_rtc.c Log Message: XU4 FDT checkpoint It is rather amazing that XU4 gets as far as it does, given how much of this code simply doesn't work. Focusing now on getting everything converted to FDT. Next up USB and clocks. After that nuke everything that's not needed and start the port in earnest. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/samsung/exynos_chipid.c \ src/sys/arch/arm/samsung/exynos_combiner.c \ src/sys/arch/arm/samsung/exynos_rtc.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/samsung/exynos_i2c.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/samsung/files.exynos cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/EXYNOS 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: Mon Dec 21 00:54:35 UTC 2015 Modified Files: src/sys/arch/arm/samsung: exynos_pinctrl.c exynos_sscom.c mct.c mct_var.h Log Message: XU4 FDT missed files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_pinctrl.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/samsung/exynos_sscom.c \ src/sys/arch/arm/samsung/mct.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/samsung/mct_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: christos Date: Mon Dec 21 00:58:08 UTC 2015 Modified Files: src/usr.sbin/makefs: ffs.c src/usr.sbin/makefs/ffs: mkfs.c newfs_extern.h Log Message: more deterministic ffs for reproducible builds. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/makefs/ffs/mkfs.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makefs/ffs/newfs_extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: christos Date: Mon Dec 21 03:19:17 UTC 2015 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Fix some more MKREPRO issues in cdrom creation. Now amd64 passes MKREPRO. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/makefs/cd9660.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
Module Name:src Committed By: marty Date: Mon Dec 21 03:34:34 UTC 2015 Modified Files: src/sys/arch/arm/samsung: exynos5422_clock.c exynos_usb.c files.exynos src/sys/arch/evbarm/conf: EXYNOS Log Message: XU4 FDT Last drivers converted There is a minimum conversion on the clock driver. The USB driver needs reordering and is broken, but it was broken before. Next up: tactical nuclear weapons To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos5422_clock.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/samsung/exynos_usb.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/samsung/files.exynos cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/EXYNOS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: hkenken Date: Mon Dec 21 04:26:29 UTC 2015 Modified Files: src/sys/arch/arm/imx: files.imx51 imx51_ipuv3.c imx51_ipuv3var.h imx51var.h src/sys/arch/evbarm/conf: NETWALKER files.netwalker src/sys/arch/evbarm/netwalker: netwalker_backlight.c netwalker_backlightvar.h netwalker_lcd.c netwalker_machdep.c Added Files: src/sys/arch/arm/imx: imx_genfb.c Log Message: Rewritten to take advantage of genfb(4). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/imx/files.imx51 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/imx51_ipuv3.c \ src/sys/arch/arm/imx/imx51var.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/imx/imx51_ipuv3var.h cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/imx/imx_genfb.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/conf/NETWALKER cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/files.netwalker cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/netwalker/netwalker_backlight.c \ src/sys/arch/evbarm/netwalker/netwalker_backlightvar.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/netwalker/netwalker_lcd.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/netwalker/netwalker_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
Module Name:src Committed By: marty Date: Mon Dec 21 04:58:50 UTC 2015 Modified Files: src/sys/arch/arm/samsung: exynos_chipid.c exynos_combiner.c exynos_gpio.c exynos_i2c.c exynos_pinctrl.c exynos_rtc.c exynos_soc.c exynos_usb.c exynos_wdt.c files.exynos src/sys/arch/evbarm/conf: EXYNOS src/sys/arch/evbarm/exynos: exynos_machdep.c Removed Files: src/sys/arch/arm/samsung: exynos4_loc.c exynos4_reg.h exynos5_loc.c exynos_dma.c exynos_io.c exynos_io.h exynos_space.c Log Message: XU4 FDT final checkpoint step N of N: get rid of baggage by removing whole files. What's left is in approximately the same shape as when the FDT update started, that is mostly broken. What's missing is most of the 76 devices recognized in the dtd. In other words, This is barely the start of a port. Next up, gpio then i2c, followed either by straightening out usb or getting the sdhc driver to work -- both probably require getting the interrupt combiner to work first. A large chunk of work is left to do on the clocks. I barely got them attaching to fdt and didn't do anything to take advantage of the information in the dtd. None of the other existing drivers, such as they are, properly request gpios, i2c or clocks, and, of course power domains are off the table. To generate a diff of this commit: cvs rdiff -u -r1.11 -r0 src/sys/arch/arm/samsung/exynos4_loc.c cvs rdiff -u -r1.13 -r0 src/sys/arch/arm/samsung/exynos4_reg.h \ src/sys/arch/arm/samsung/exynos5_loc.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_chipid.c \ src/sys/arch/arm/samsung/exynos_combiner.c \ src/sys/arch/arm/samsung/exynos_rtc.c cvs rdiff -u -r1.1 -r0 src/sys/arch/arm/samsung/exynos_dma.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/samsung/exynos_gpio.c \ src/sys/arch/arm/samsung/exynos_usb.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/samsung/exynos_i2c.c cvs rdiff -u -r1.8 -r0 src/sys/arch/arm/samsung/exynos_io.c cvs rdiff -u -r1.6 -r0 src/sys/arch/arm/samsung/exynos_io.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_pinctrl.c cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/samsung/exynos_soc.c cvs rdiff -u -r1.2 -r0 src/sys/arch/arm/samsung/exynos_space.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/exynos_wdt.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/samsung/files.exynos cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/EXYNOS cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/exynos/exynos_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.