CVS commit: src/sys/arch/powerpc/booke
Module Name:src Committed By: nonaka Date: Fri Dec 26 11:13:05 UTC 2014 Modified Files: src/sys/arch/powerpc/booke: e500_tlb.c Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/booke/e500_tlb.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/evbppc/conf
Module Name:src Committed By: nonaka Date: Fri Dec 26 11:56:14 UTC 2014 Modified Files: src/sys/arch/evbppc/conf: TWRP1025 Log Message: Uncommented out INET6. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbppc/conf/TWRP1025 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/finger
Module Name:src Committed By: christos Date: Fri Dec 26 12:45:57 UTC 2014 Modified Files: src/usr.bin/finger: finger.1 Log Message: And correct it. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/finger/finger.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Fri Dec 26 14:15:18 UTC 2014 Modified Files: src/share/man/man9: clock.9 Log Message: Fix description of days_in_month. Based on email from Kamil Rytarowski. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/clock.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/xdebug
Module Name:src Committed By: christos Date: Fri Dec 26 14:19:20 UTC 2014 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.evbarm md.i386 shl.mi Log Message: move mi debug files into shl.mi To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/xdebug/md.amd64 cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xdebug/md.evbarm cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xdebug/md.i386 cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/lists/xdebug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/sysvbfs
Module Name:src Committed By: hannken Date: Fri Dec 26 15:22:15 UTC 2014 Modified Files: src/sys/fs/sysvbfs: bfs.c sysvbfs_vnops.c Log Message: Sysvbfs_rename: Call bfs_file_delete(bfs, to_name, true) before calling bfs_file_rename() and remove the bfs_file_delete() from bfs_file_rename(). After calling bfs_file_rename() it was too late to set "tnode->removed" as the inode already disappeared. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/fs/sysvbfs/bfs.c cvs rdiff -u -r1.54 -r1.55 src/sys/fs/sysvbfs/sysvbfs_vnops.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/sysvbfs
Module Name:src Committed By: hannken Date: Fri Dec 26 15:23:21 UTC 2014 Modified Files: src/sys/fs/sysvbfs: sysvbfs.c sysvbfs.h sysvbfs_vfsops.c sysvbfs_vnops.c Log Message: Change sysvbfs to vcache. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/fs/sysvbfs/sysvbfs.c cvs rdiff -u -r1.9 -r1.10 src/sys/fs/sysvbfs/sysvbfs.h cvs rdiff -u -r1.44 -r1.45 src/sys/fs/sysvbfs/sysvbfs_vfsops.c cvs rdiff -u -r1.55 -r1.56 src/sys/fs/sysvbfs/sysvbfs_vnops.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: jmcneill Date: Fri Dec 26 16:53:33 UTC 2014 Added Files: src/sys/arch/arm/rockchip: files.rockchip obio.c obio_com.c rockchip_dma.c rockchip_dwctwo.c rockchip_intr.h rockchip_reg.h rockchip_space.c rockchip_var.h src/sys/arch/evbarm/conf: ROCKCHIP files.rockchip mk.rockchip std.rockchip src/sys/arch/evbarm/rockchip: genassym.cf platform.h rockchip_machdep.c rockchip_start.S Log Message: Initial support for Rockchip RK3066 / RK3188 SoCs, from Hiroshi Tokuda on port-arm: http://mail-index.netbsd.org/port-arm/2014/10/09/msg002651.html To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/rockchip/files.rockchip \ src/sys/arch/arm/rockchip/obio.c src/sys/arch/arm/rockchip/obio_com.c \ src/sys/arch/arm/rockchip/rockchip_dma.c \ src/sys/arch/arm/rockchip/rockchip_dwctwo.c \ src/sys/arch/arm/rockchip/rockchip_intr.h \ src/sys/arch/arm/rockchip/rockchip_reg.h \ src/sys/arch/arm/rockchip/rockchip_space.c \ src/sys/arch/arm/rockchip/rockchip_var.h cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/ROCKCHIP \ src/sys/arch/evbarm/conf/files.rockchip \ src/sys/arch/evbarm/conf/mk.rockchip \ src/sys/arch/evbarm/conf/std.rockchip cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/rockchip/genassym.cf \ src/sys/arch/evbarm/rockchip/platform.h \ src/sys/arch/evbarm/rockchip/rockchip_machdep.c \ src/sys/arch/evbarm/rockchip/rockchip_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbmips/ingenic
Module Name:src Committed By: macallan Date: Fri Dec 26 17:43:32 UTC 2014 Modified Files: src/sys/arch/evbmips/ingenic: clock.c Log Message: use #ifdef USE_OST to switch between OS Timer and timer 5 always enable interrupts, not just with INGENIC_CLOCK_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/ingenic/clock.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/evbmips/conf
Module Name:src Committed By: macallan Date: Fri Dec 26 17:45:27 UTC 2014 Modified Files: src/sys/arch/evbmips/conf: files.ingenic Log Message: use generic subr_disk_mbr.c To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/conf/files.ingenic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbmips/ingenic
Module Name:src Committed By: macallan Date: Fri Dec 26 18:06:52 UTC 2014 Modified Files: src/sys/arch/evbmips/ingenic: intr.c Log Message: make interrupt names part of the handler struct so event counters will show up correctly also reshuffle debug code a bit To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/ingenic/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/arch/evbmips/evbmips
Module Name:src Committed By: macallan Date: Fri Dec 26 18:08:52 UTC 2014 Modified Files: src/sys/arch/evbmips/evbmips: interrupt.c Log Message: put #ifdef MIPS3_ENABLE_CLOCK_INTR around special handling of INT5 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbmips/evbmips/interrupt.c 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: dholland Date: Fri Dec 26 19:15:04 UTC 2014 Modified Files: src/share/man/man4: options.4 Log Message: typo in previous To generate a diff of this commit: cvs rdiff -u -r1.443 -r1.444 src/share/man/man4/options.4 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: jmcneill Date: Fri Dec 26 19:44:48 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: files.rockchip obio.c obio_com.c rockchip_dwctwo.c rockchip_reg.h rockchip_var.h src/sys/arch/evbarm/rockchip: rockchip_machdep.c Added Files: src/sys/arch/arm/rockchip: rockchip_board.c Log Message: Map all of core0 and core1 space and let drivers use bus_space_subregion instead of bus_space_map. Fill in rockchip_reset. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/files.rockchip \ src/sys/arch/arm/rockchip/obio.c src/sys/arch/arm/rockchip/obio_com.c \ src/sys/arch/arm/rockchip/rockchip_dwctwo.c \ src/sys/arch/arm/rockchip/rockchip_reg.h \ src/sys/arch/arm/rockchip/rockchip_var.h cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/rockchip/rockchip_board.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/rockchip/rockchip_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: mrg Date: Fri Dec 26 19:48:52 UTC 2014 Modified Files: src/libexec/httpd: auth-bozo.c Log Message: properly handle ilen = 0 case, which could lead to array underflow. pointed out by Maxime Villard. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/libexec/httpd/auth-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: mrg Date: Fri Dec 26 19:52:00 UTC 2014 Modified Files: src/libexec/httpd: auth-bozo.c Log Message: more for the previous: make sure [i - 1] can never go negative. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/libexec/httpd/auth-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: rmind Date: Fri Dec 26 20:44:38 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: npfctl(8): attempt to preload bpfjit kernel module and print the warning on failure. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/npf/npfctl/npfctl.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/awin
Module Name:src Committed By: martin Date: Fri Dec 26 21:45:17 UTC 2014 Modified Files: src/sys/arch/evbarm/awin: awin_start.S Log Message: "Jared broke my kernel by adding comments!" - make it compile again To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/awin/awin_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: christos Date: Fri Dec 26 22:44:54 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_parse.y npf_scan.l npfctl.c npfctl.h Log Message: allow turning off the bpf jit loading. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/npf/npfctl/npf.conf.5 cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/npf/npfctl/npf_parse.y cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/npf/npfctl/npf_scan.l cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/npf/npfctl/npfctl.c cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/npf/npfctl/npfctl.h 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: jmcneill Date: Sat Dec 27 01:18:48 UTC 2014 Modified Files: src/sys/conf: files Added Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_reg.h dwc_mmc_var.h Log Message: add DesignWare SD/MMC controller driver To generate a diff of this commit: cvs rdiff -u -r1.1121 -r1.1122 src/sys/conf/files cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/dwc_mmc.c src/sys/dev/ic/dwc_mmc_reg.h \ src/sys/dev/ic/dwc_mmc_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/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 01:20:31 UTC 2014 Added Files: src/sys/arch/arm/rockchip: rockchip_crureg.h Log Message: add CRU reg definitions To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/rockchip/rockchip_crureg.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/evbarm/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 01:21:02 UTC 2014 Modified Files: src/sys/arch/evbarm/rockchip: rockchip_machdep.c Log Message: use rockchip_crureg.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/rockchip/rockchip_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/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 01:21:21 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: rockchip_board.c rockchip_var.h Log Message: add helpers to get gpll and ahb clock rates To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rockchip_board.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/rockchip/rockchip_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/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 01:22:07 UTC 2014 Added Files: src/sys/arch/arm/rockchip: rockchip_dwcmmc.c Log Message: add dwcmmc glue, doesnt work yet To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/rockchip/rockchip_dwcmmc.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: Sat Dec 27 01:29:13 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: ROCKCHIP Log Message: add dwcmmc To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/ROCKCHIP 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/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 02:12:30 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: rockchip_board.c rockchip_crureg.h rockchip_var.h Log Message: add functions to get apll and cpu rates To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/rockchip/rockchip_board.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rockchip_crureg.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/rockchip/rockchip_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/evbarm/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 02:40:23 UTC 2014 Modified Files: src/sys/arch/evbarm/rockchip: rockchip_machdep.c Log Message: dont hard-code cpu_cc_freq To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/rockchip/rockchip_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/evbarm/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 03:58:52 UTC 2014 Modified Files: src/sys/arch/evbarm/rockchip: rockchip_machdep.c Log Message: use correct bs tag for arml2cc_init To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/rockchip/rockchip_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/evbarm/rockchip
Module Name:src Committed By: jmcneill Date: Sat Dec 27 04:20:39 UTC 2014 Modified Files: src/sys/arch/evbarm/rockchip: rockchip_machdep.c Log Message: timer_clk is 24MHz To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/rockchip/rockchip_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.