CVS commit: src/lib/libperfuse
Module Name:src Committed By: manu Date: Fri Aug 29 04:58:40 UTC 2014 Modified Files: src/lib/libperfuse: ops.c Log Message: We used to remove the trailing zeros in FUSE readlink replies, but it seems it does not always happen. Just remove them if present. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/lib/libperfuse/ops.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/drm2/dist/drm/radeon
Module Name:src Committed By: mrg Date: Thu Aug 28 20:40:57 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: atombios_dp.c Log Message: hack around an evergreen attach crash for now: provide a hard coded name for the i2c. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/dist/drm/radeon/atombios_dp.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: snj Date: Thu Aug 28 20:29:05 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_soc.c mct.c Log Message: tyop police To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/samsung/exynos_soc.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/samsung/mct.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/make
Module Name:src Committed By: sjg Date: Thu Aug 28 19:55:00 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: Enter/leave flag is -w not -dw To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/usr.bin/make/make.1 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: riastradh Date: Thu Aug 28 19:37:46 UTC 2014 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Make dk(4) discard from partition start, not from disk start. Otherwise, anything mounted with `-o discard' will pretty quickly munch itself up and barf up an unrecoverably corrupted file system! XXX pullup to netbsd-7 To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 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/arch
Module Name:src Committed By: reinoud Date: Thu Aug 28 18:02:37 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_io.c exynos_soc.c exynos_var.h src/sys/arch/evbarm/odroid: odroid_machdep.c Log Message: Implement CPU speed control for Exynos4 and Exynos5 CPUs using APLL frequency adjustment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/samsung/exynos_io.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/samsung/exynos_soc.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/samsung/exynos_var.h cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/odroid/odroid_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/arm/samsung
Module Name:src Committed By: reinoud Date: Thu Aug 28 17:59:46 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_reg.h exynos5_reg.h Log Message: Add comments to Exynos4 PLL registers and add Exynos5 PLL registers To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/samsung/exynos4_reg.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/samsung/exynos5_reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Thu Aug 28 16:22:59 UTC 2014 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add Internal SERDES mode support newer than or equal to 82575. Currently, it supports fiber device only. If you use 1000BaseT SFP module, it won't work. We have to write code to read SFP ROM and set SGMII mode if the module is copper. To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/sys/dev/pci/if_wm.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/make
Module Name:src Committed By: christos Date: Thu Aug 28 14:39:13 UTC 2014 Modified Files: src/usr.bin/make: parse.c Log Message: don't leave trailing backlashes on commands, just like gmake does. What does POSIX have to say? To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/usr.bin/make/parse.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/drm2/include/linux
Module Name:src Committed By: riastradh Date: Thu Aug 28 13:45:59 UTC 2014 Modified Files: src/sys/external/bsd/drm2/include/linux: io-mapping.h Log Message: Make Linux io_mapping actually work. Can't use bus_space_map/bus_space_unmap in interrupt context, where Linux uses this io_mapping abstraction. Instead, do uvm_km_alloc up front and then use bus_space_mmap/pmap_kenter_pa to map it. XXX Should bus_space_reserve the region (but that's x86-only for now). XXX Should use direct map if possible. XXX Should set an MTRR WC too in case of direct map or no PAT. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/include/linux/io-mapping.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/ldd/elf64
Module Name:src Committed By: joerg Date: Thu Aug 28 12:23:29 UTC 2014 Modified Files: src/usr.bin/ldd/elf64: Makefile Log Message: Fix ldd on LP64 platforms by splitting the symbol versioning stuff for elf64 as well. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ldd/elf64/Makefile 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: reinoud Date: Thu Aug 28 12:00:59 UTC 2014 Modified Files: src/sys/arch/arm/samsung: mct.c Log Message: Substract just one each time instead of the periods missed. This will create a more even representation of missed interrupts. Also fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/samsung/mct.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: reinoud Date: Thu Aug 28 11:51:02 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_reg.h Log Message: Add PLL registers and PLL conversion macros To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/exynos_reg.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: reinoud Date: Thu Aug 28 11:48:22 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_reg.h Log Message: Add CMU PLL offsets To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/exynos4_reg.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: reinoud Date: Thu Aug 28 11:38:15 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_loc.c Log Message: Move the mct's interrupt from a shared SPI interrupt to a private PPI interrupt so all possible cpus get them. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/samsung/exynos4_loc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/puffs
Module Name:src Committed By: hannken Date: Thu Aug 28 08:29:50 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_msgif.c puffs_node.c puffs_sys.h puffs_vfsops.c puffs_vnops.c Log Message: Change puffs from hashlist to vcache. - field "pa_nhashbuckets" of struct "puffs_kargs" becomes a no-op. and should be removed on the next protocol version bump. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/fs/puffs/puffs_msgif.c cvs rdiff -u -r1.31 -r1.32 src/sys/fs/puffs/puffs_node.c cvs rdiff -u -r1.85 -r1.86 src/sys/fs/puffs/puffs_sys.h cvs rdiff -u -r1.113 -r1.114 src/sys/fs/puffs/puffs_vfsops.c cvs rdiff -u -r1.183 -r1.184 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.