CVS commit: src/sys/arch/mips/ingenic
Module Name:src Committed By: macallan Date: Wed Mar 25 11:23:26 UTC 2015 Modified Files: src/sys/arch/mips/ingenic: ingenic_regs.h Log Message: more clock and gpio stuff To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/ingenic/ingenic_regs.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/mips/ingenic
Module Name:src Committed By: macallan Date: Wed Mar 25 11:25:10 UTC 2015 Modified Files: src/sys/arch/mips/ingenic: apbus.c ingenic_var.h Log Message: - determine bus clock, pass it to devices - more clock enabling / gpio setup To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/ingenic/apbus.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/ingenic/ingenic_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/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Wed Mar 25 12:53:55 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that vlan setting may not apply to the parent interface correctly. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: msaitoh Date: Wed Mar 25 13:25:05 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Cleanup ticket 545. To generate a diff of this commit: cvs rdiff -u -r1.1.2.235 -r1.1.2.236 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/fortune/datfiles
Module Name:src Committed By: dholland Date: Wed Mar 25 16:23:02 UTC 2015 Modified Files: src/games/fortune/datfiles: fortunes2 Log Message: Avoid runon sentences. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/games/fortune/datfiles/fortunes2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: snj Date: Wed Mar 25 16:44:34 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES Log Message: Apply patch (requested by ast in ticket #128): Mention primes(6) change. To generate a diff of this commit: cvs rdiff -u -r1.1967.2.10 -r1.1967.2.11 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: snj Date: Wed Mar 25 16:45:01 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: amend 128 To generate a diff of this commit: cvs rdiff -u -r1.1.2.236 -r1.1.2.237 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys
Module Name:src Committed By: snj Date: Wed Mar 25 16:54:37 UTC 2015 Modified Files: src/sys/kern [netbsd-7]: kern_malloc.c kern_pmf.c src/sys/rump/librump/rumpkern [netbsd-7]: rump.c src/sys/uvm [netbsd-7]: uvm_extern.h uvm_km.c Log Message: Pull up following revision(s) (requested by maxv in ticket #617): sys/kern/kern_malloc.c: revision 1.144, 1.145 sys/kern/kern_pmf.c: revision 1.37 sys/rump/librump/rumpkern/rump.c: revision 1.316 sys/uvm/uvm_extern.h: revision 1.193 sys/uvm/uvm_km.c: revision 1.139 Don't include -- Kill kmeminit(). -- Remove this MALLOC_DEFINE (M_PMF unused). To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.143.2.1 src/sys/kern/kern_malloc.c cvs rdiff -u -r1.36 -r1.36.12.1 src/sys/kern/kern_pmf.c cvs rdiff -u -r1.308.2.2 -r1.308.2.3 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.191.2.1 -r1.191.2.2 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.138 -r1.138.12.1 src/sys/uvm/uvm_km.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch
Module Name:src Committed By: snj Date: Wed Mar 25 17:01:32 UTC 2015 Modified Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_genfb.c amlogic_vpureg.h src/sys/arch/evbarm/amlogic [netbsd-7]: amlogic_machdep.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #637): sys/arch/arm/amlogic/amlogic_genfb.c: revisions 1.2, 1.3 sys/arch/evbarm/amlogic/amlogic_machdep.c: revision 1.18 sys/arch/arm/amlogic/amlogic_vpureg.h: revision 1.2 Use the hardware scaler to do overscan compensation. You can set the scaling value as a percentage in two ways -- either as a kernel cmdline parameter (fb.scale=) or at runtime with sysctl (hw.genfb0.scale=). Setting scale=100 disables the scaler, any other value enables it. For the cheap TV on my desk, scale=95 gives me a fully visible framebuffer. -- Support interlaced modes. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/arm/amlogic/amlogic_genfb.c \ src/sys/arch/arm/amlogic/amlogic_vpureg.h cvs rdiff -u -r1.17.2.2 -r1.17.2.3 \ src/sys/arch/evbarm/amlogic/amlogic_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: snj Date: Wed Mar 25 17:09:59 UTC 2015 Modified Files: src/doc [netbsd-7]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-7]: Makefile NEWS Theory antarctica asia australasia backward backzone checktab.awk europe leap-seconds.list leapseconds leapseconds.awk northamerica southamerica zone.tab zone1970.tab Log Message: Pull up following revision(s) (requested by apb in ticket #638): doc/3RDPARTY: patch external/public-domain/tz/dist/Makefile: up to revision 1.1.1.7 external/public-domain/tz/dist/NEWS: up to revision 1.1.1.7 external/public-domain/tz/dist/Theory: up to revision 1.1.1.3 external/public-domain/tz/dist/antarctica: up to revision 1.1.1.3 external/public-domain/tz/dist/asia: up to revision 1.1.1.7 external/public-domain/tz/dist/australasia: up to revision 1.1.1.5 external/public-domain/tz/dist/backward: up to revision 1.1.1.3 external/public-domain/tz/dist/backzone: up to revision 1.1.1.6 external/public-domain/tz/dist/checklinks.awk: up to revision 1.1.1.1 external/public-domain/tz/dist/checktab.awk: up to revision 1.1.1.6 external/public-domain/tz/dist/europe: up to revision 1.1.1.7 external/public-domain/tz/dist/leap-seconds.list: up to revision 1.1.1.3 external/public-domain/tz/dist/leapseconds: up to revision 1.1.1.4 external/public-domain/tz/dist/leapseconds.awk: up to revision 1.1.1.4 external/public-domain/tz/dist/northamerica: up to revision 1.1.1.7 external/public-domain/tz/dist/southamerica: up to revision 1.1.1.5 external/public-domain/tz/dist/zone.tab: up to revision 1.1.1.4 external/public-domain/tz/dist/zone1970.tab: up to revision 1.1.1.5 Update tzdata from 2014j to 2015b. Some of the changes are: * Mongolia will start observing DST in 2015. * Changes to Palestine DST dates in 2014 and 2015. * The Mexican state of Quintana Roo, represented by America/Cancun, changed time zone in Feb 2015. * Chile's new standard time from 2015 will be its old DST. * New leap second 2015-06-30 23:59:60 UTC as per IERS Bulletin C 49. * Corrections to historic times in Iceland and Easter Island. * Some more zones have been turned into links, when they differed from existing zones only for times before 1970. To generate a diff of this commit: cvs rdiff -u -r1.1145.2.10 -r1.1145.2.11 src/doc/3RDPARTY cvs rdiff -u -r1.1.1.1.4.2 -r1.1.1.1.4.3 \ src/external/public-domain/tz/dist/Makefile \ src/external/public-domain/tz/dist/NEWS \ src/external/public-domain/tz/dist/asia \ src/external/public-domain/tz/dist/australasia \ src/external/public-domain/tz/dist/europe \ src/external/public-domain/tz/dist/leapseconds \ src/external/public-domain/tz/dist/leapseconds.awk \ src/external/public-domain/tz/dist/northamerica \ src/external/public-domain/tz/dist/southamerica \ src/external/public-domain/tz/dist/zone.tab \ src/external/public-domain/tz/dist/zone1970.tab cvs rdiff -u -r1.1.1.1.2.3 -r1.1.1.1.2.4 \ src/external/public-domain/tz/dist/Theory \ src/external/public-domain/tz/dist/backzone \ src/external/public-domain/tz/dist/checktab.awk cvs rdiff -u -r1.1.1.1.4.1 -r1.1.1.1.4.2 \ src/external/public-domain/tz/dist/antarctica \ src/external/public-domain/tz/dist/backward cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \ src/external/public-domain/tz/dist/leap-seconds.list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch
Module Name:src Committed By: snj Date: Wed Mar 25 17:13:26 UTC 2015 Modified Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_intr.h amlogic_io.c amlogic_reg.h files.amlogic src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1 Added Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_rtc.c amlogic_rtcreg.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #639): sys/arch/arm/amlogic/amlogic_intr.h: revision 1.6 sys/arch/arm/amlogic/amlogic_io.c: revision 1.8 sys/arch/arm/amlogic/amlogic_reg.h: revision 1.10 sys/arch/arm/amlogic/amlogic_rtc.c: revision 1.1 sys/arch/arm/amlogic/amlogic_rtcreg.h: revision 1.1 sys/arch/arm/amlogic/files.amlogic: revision 1.9 sys/arch/evbarm/conf/ODROID-C1: revision 1.13 Add Amlogic RTC driver, from Anon Ymous To generate a diff of this commit: cvs rdiff -u -r1.5.2.2 -r1.5.2.3 src/sys/arch/arm/amlogic/amlogic_intr.h cvs rdiff -u -r1.7.2.2 -r1.7.2.3 src/sys/arch/arm/amlogic/amlogic_io.c cvs rdiff -u -r1.9.2.2 -r1.9.2.3 src/sys/arch/arm/amlogic/amlogic_reg.h cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/arm/amlogic/amlogic_rtc.c \ src/sys/arch/arm/amlogic/amlogic_rtcreg.h cvs rdiff -u -r1.8.2.2 -r1.8.2.3 src/sys/arch/arm/amlogic/files.amlogic cvs rdiff -u -r1.12.2.2 -r1.12.2.3 src/sys/arch/evbarm/conf/ODROID-C1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/include
Module Name:src Committed By: snj Date: Wed Mar 25 17:15:54 UTC 2015 Modified Files: src/include [netbsd-7]: stdio.h unistd.h Log Message: Pull up following revision(s) (requested by wiz in ticket #642): include/stdio.h: revision 1.96 include/unistd.h: revision 1.145 Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace. Ok christos, apb, martin To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.91.2.1 src/include/stdio.h cvs rdiff -u -r1.142.2.1 -r1.142.2.2 src/include/unistd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: snj Date: Wed Mar 25 17:18:11 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: tickets 617, 637-639, and 642 To generate a diff of this commit: cvs rdiff -u -r1.1.2.237 -r1.1.2.238 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/external/public-domain/tz/dist
Module Name:src Committed By: snj Date: Wed Mar 25 17:25:13 UTC 2015 Added Files: src/external/public-domain/tz/dist [netbsd-7]: checklinks.awk Log Message: Pull up following revision(s) (requested by apb in ticket #638): doc/3RDPARTY: patch external/public-domain/tz/dist/Makefile: up to revision 1.1.1.7 external/public-domain/tz/dist/NEWS: up to revision 1.1.1.7 external/public-domain/tz/dist/Theory: up to revision 1.1.1.3 external/public-domain/tz/dist/antarctica: up to revision 1.1.1.3 external/public-domain/tz/dist/asia: up to revision 1.1.1.7 external/public-domain/tz/dist/australasia: up to revision 1.1.1.5 external/public-domain/tz/dist/backward: up to revision 1.1.1.3 external/public-domain/tz/dist/backzone: up to revision 1.1.1.6 external/public-domain/tz/dist/checklinks.awk: up to revision 1.1.1.1 external/public-domain/tz/dist/checktab.awk: up to revision 1.1.1.6 external/public-domain/tz/dist/europe: up to revision 1.1.1.7 external/public-domain/tz/dist/leap-seconds.list: up to revision 1.1.1.3 external/public-domain/tz/dist/leapseconds: up to revision 1.1.1.4 external/public-domain/tz/dist/leapseconds.awk: up to revision 1.1.1.4 external/public-domain/tz/dist/northamerica: up to revision 1.1.1.7 external/public-domain/tz/dist/southamerica: up to revision 1.1.1.5 external/public-domain/tz/dist/zone.tab: up to revision 1.1.1.4 external/public-domain/tz/dist/zone1970.tab: up to revision 1.1.1.5 Update tzdata from 2014j to 2015b. Some of the changes are: * Mongolia will start observing DST in 2015. * Changes to Palestine DST dates in 2014 and 2015. * The Mexican state of Quintana Roo, represented by America/Cancun, changed time zone in Feb 2015. * Chile's new standard time from 2015 will be its old DST. * New leap second 2015-06-30 23:59:60 UTC as per IERS Bulletin C 49. * Corrections to historic times in Iceland and Easter Island. * Some more zones have been turned into links, when they differed from existing zones only for times before 1970. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.1.1.2.2 \ src/external/public-domain/tz/dist/checklinks.awk 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: Thu Mar 26 04:05:58 UTC 2015 Modified Files: src/sys/netinet: ip_input.c Log Message: Tidy up the regular path of ip_forward No functional change is intended. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/sys/netinet/ip_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: ozaki-r Date: Thu Mar 26 04:38:17 UTC 2015 Modified Files: src/sys/net: route.c Log Message: Remove redundant rtcache_invariants It's done in rtcache_getdst. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.