CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 08:35:31 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.h Log Message: Un-wrap two lines. To generate a diff of this commit: cvs rdiff -u -r1.90.4.3 -r1.90.4.4 src/sys/dev/usb/usbdi.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/sys/dev
Module Name:src Committed By: snj Date: Sat Mar 21 08:46:05 UTC 2015 Modified Files: src/sys/dev/wscons [netbsd-7]: wsconsio.h src/sys/dev/wsfb [netbsd-7]: genfb.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #631): sys/dev/wscons/wsconsio.h: revision 1.112 via patch sys/dev/wsfb/genfb.c: revision 1.57 add WSDISPLAY_TYPE_MESON -- support 24bpp framebuffers To generate a diff of this commit: cvs rdiff -u -r1.108.10.1 -r1.108.10.2 src/sys/dev/wscons/wsconsio.h cvs rdiff -u -r1.55.2.1 -r1.55.2.2 src/sys/dev/wsfb/genfb.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: Sat Mar 21 08:51:18 UTC 2015 Modified Files: src/etc/etc.evbarm [netbsd-7]: Makefile.inc src/sys/arch/arm/arm [netbsd-7]: bootconfig.c src/sys/arch/arm/conf [netbsd-7]: files.arm src/sys/arch/arm/cortex [netbsd-7]: a9_mpsubr.S a9tmr.c a9tmr_var.h a9wdt.c armperiph.c pl310.c src/sys/arch/arm/include [netbsd-7]: bootconfig.h Added Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_board.c amlogic_canvasreg.h amlogic_com.c amlogic_comreg.h amlogic_comvar.h amlogic_cpufreq.c amlogic_crureg.h amlogic_dwctwo.c amlogic_genfb.c amlogic_gmac.c amlogic_hdmireg.h amlogic_intr.h amlogic_io.c amlogic_reg.h amlogic_rng.c amlogic_sdhc.c amlogic_sdhcreg.h amlogic_space.c amlogic_var.h amlogic_vpureg.h files.amlogic src/sys/arch/evbarm/amlogic [netbsd-7]: amlogic_machdep.c amlogic_start.S genassym.cf platform.h src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1 ODROID-C1_INSTALL files.amlogic mk.amlogic std.amlogic Log Message: Pull up following revision(s) (requested by jmcneill in ticket #598): sys/arch/arm/amlogic/amlogic_board.c: up to revision 1.9 sys/arch/arm/amlogic/amlogic_canvasreg.h: revision 1.1 sys/arch/arm/amlogic/amlogic_com.c: up to revision 1.4 sys/arch/arm/amlogic/amlogic_comreg.h: up to revision 1.3 sys/arch/arm/amlogic/amlogic_comvar.h: revision 1.1 sys/arch/arm/amlogic/amlogic_cpufreq.c: up to revision 1.2 sys/arch/arm/amlogic/amlogic_crureg.h: up to revision 1.7 sys/arch/arm/amlogic/amlogic_dwctwo.c: up to revision 1.2 sys/arch/arm/amlogic/amlogic_genfb.c: revision 1.1 sys/arch/arm/amlogic/amlogic_gmac.c: up to revision 1.2 sys/arch/arm/amlogic/amlogic_hdmireg.h: revision 1.1 sys/arch/arm/amlogic/amlogic_intr.h: up to revision 1.5 sys/arch/arm/amlogic/amlogic_io.c: up to revision 1.7 sys/arch/arm/amlogic/amlogic_reg.h: up to revision 1.9 sys/arch/arm/amlogic/amlogic_rng.c: revision 1.1 sys/arch/arm/amlogic/amlogic_sdhc.c: up to revision 1.3 sys/arch/arm/amlogic/amlogic_sdhcreg.h: revision 1.1 sys/arch/arm/amlogic/amlogic_space.c: revision 1.1 sys/arch/arm/amlogic/amlogic_var.h: up to revision 1.8 sys/arch/arm/amlogic/amlogic_vpureg.h: revision 1.1 sys/arch/arm/arm/bootconfig.c: revisions 1.7-1.8 sys/arch/arm/conf/files.arm: revision 1.129 sys/arch/arm/cortex/pl310.c: revisions 1.16-1.17 sys/arch/arm/cortex/a9_mpsubr.S: revisions 1.25-1.29 sys/arch/arm/cortex/a9tmr.c: revisions 1.8-1.12 sys/arch/arm/cortex/a9tmr_var.h: revision 1.4 sys/arch/arm/cortex/a9wdt.c: revisions 1.3-1.4 sys/arch/arm/cortex/armperiph.c: revisions 1.5-1.7 sys/arch/arm/arm/cpufunc.c: revision 1.151 sys/arch/arm/include/bootconfig.h: revision 1.7 sys/arch/arm/include/locore.h: revision 1.19 sys/arch/evbarm/amlogic/amlogic_machdep.c: up to revision 1.17 sys/arch/evbarm/amlogic/amlogic_start.S: up to revision 1.2 sys/arch/evbarm/amlogic/genassym.cf: revision 1.1 sys/arch/evbarm/amlogic/platform.h: revision 1.1 sys/arch/evbarm/conf/files.amlogic: up to revision 1.8 sys/arch/evbarm/conf/std.amlogic: up to revision 1.2 sys/arch/evbarm/conf/mk.amlogic: revision 1.1 sys/arch/evbarm/conf/ODROID-C1: up to revision 1.12 sys/arch/evarm/conf/ODROID-C1_INSTALL: revision 1.1 Don't use not as a variable since it's reserved in C++. -- clean the a9 l2 cache before turning it on. -- Add Cortex-A17 support -- Fix CORTEXA17 support -- Let the "cbar" device property override the cbar value, to work around broken bootloaders -- add a helper to update a9tmr frequency -- detach and re-attach timecounter when updating freq, and reinit timer on each cpu -- fix typo -- add BOOTOPT_TYPE_MACADDR for parsing mac address parameters -- make sure we set ACTLR.SMP=1 for CPU_CORTEXA5 in !MP case, ok matt@ -- According to the Cortex-A5 TRM, the CBAR register is not implemented and always reads as 0x. Add ARM_CBAR option to set this in kernel config. -- skip a TLBIALL on Cortex-A5 that stops my odroid-c1 from booting, ok matt -- match on Cortex-A5 -- match on Cortex-A5 -- allow arml2cc to be used on Cortex-A5 if the "offset" property is specified -- print "A5" instead of "A9" at attach time if running on a Cortex-A5 -- Improve inline asm around dsb/dmb/isb: - always use volatile and mark them as memory barrier - use the common version from locore.h in all places not included from userland -- Work-in-progress Odroid-C1 support. -- no need to override ARM_CBAR, remove unused COM_16750 option -- Add basic serial console support. -- add dwctwo and usb devices -- ODROID-C1 SMP support. -- auto-detect RAM size -- ODROID-C1 onboard ethernet
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: snj Date: Sat Mar 21 09:02:12 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 631 & 598 To generate a diff of this commit: cvs rdiff -u -r1.1.2.233 -r1.1.2.234 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: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 09:13:23 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: pseye.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.21.34.5 -r1.21.34.6 src/sys/dev/usb/pseye.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 09:42:37 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uthum.c Log Message: Remove unnecessary attachment arg pointer dance. To generate a diff of this commit: cvs rdiff -u -r1.10.14.4 -r1.10.14.5 src/sys/dev/usb/uthum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 10:07:15 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uyurex.c Log Message: Remove unnecessary attachment arg pointer dance. To generate a diff of this commit: cvs rdiff -u -r1.9.14.2 -r1.9.14.3 src/sys/dev/usb/uyurex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 10:14:46 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: slurm.c uatp.c ubt.c ukyopon.c uyurex.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1.18.2 -r1.1.18.3 src/sys/dev/usb/slurm.c cvs rdiff -u -r1.10.4.1 -r1.10.4.2 src/sys/dev/usb/uatp.c cvs rdiff -u -r1.51.4.3 -r1.51.4.4 src/sys/dev/usb/ubt.c cvs rdiff -u -r1.16.16.2 -r1.16.16.3 src/sys/dev/usb/ukyopon.c cvs rdiff -u -r1.9.14.3 -r1.9.14.4 src/sys/dev/usb/uyurex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys
Module Name:src Committed By: skrll Date: Sat Mar 21 11:33:37 UTC 2015 Modified Files: src/sys/arch/evbmips/loongson [nick-nhusb]: gdium_machdep.c src/sys/dev/usb [nick-nhusb]: aubtfwl.c auvitek.c auvitek_audio.c emdtv.c if_athn_usb.c if_atu.c if_aue.c if_axe.c if_axen.c if_cdce.c if_cue.c if_kue.c if_otus.c if_rum.c if_run.c if_smsc.c if_udav.c if_upgt.c if_upl.c if_ural.c if_url.c if_urndis.c if_urtw.c if_urtwn.c if_zyd.c irmce.c moscom.c pseye.c slurm.c stuirda.c u3g.c uark.c uatp.c uaudio.c uberry.c ubsa.c ubt.c uchcom.c ucycom.c udl.c udsbr.c udsir.c uep.c uftdi.c ugen.c ugensa.c uhidev.c uhidev.h uhmodem.c uhso.c uhub.c uipad.c uipaq.c uirda.c ukbd.c ukyopon.c ulpt.c umass.c umcs.c umct.c umidi.c umodem.c umodem_common.c ums.c uplcom.c urio.c usb_subr.c usbdi.h uscanner.c uslsa.c usscanner.c ustir.c uthum.c utoppy.c uvideo.c uvisor.c uvscom.c uyap.c uyurex.c xinput_rdesc.h Log Message: Add prefixes to attach_arg structure member names. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.14.1 src/sys/arch/evbmips/loongson/gdium_machdep.c cvs rdiff -u -r1.5.10.4 -r1.5.10.5 src/sys/dev/usb/aubtfwl.c cvs rdiff -u -r1.9.4.1 -r1.9.4.2 src/sys/dev/usb/auvitek.c cvs rdiff -u -r1.1.40.2 -r1.1.40.3 src/sys/dev/usb/auvitek_audio.c cvs rdiff -u -r1.9.14.1 -r1.9.14.2 src/sys/dev/usb/emdtv.c cvs rdiff -u -r1.6.8.3 -r1.6.8.4 src/sys/dev/usb/if_athn_usb.c cvs rdiff -u -r1.50.2.7 -r1.50.2.8 src/sys/dev/usb/if_atu.c cvs rdiff -u -r1.132.4.6 -r1.132.4.7 src/sys/dev/usb/if_aue.c cvs rdiff -u -r1.67.4.4 -r1.67.4.5 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.3.6.4 -r1.3.6.5 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.38.14.3 -r1.38.14.4 src/sys/dev/usb/if_cdce.c cvs rdiff -u -r1.68.4.5 -r1.68.4.6 src/sys/dev/usb/if_cue.c cvs rdiff -u -r1.81.4.4 -r1.81.4.5 src/sys/dev/usb/if_kue.c cvs rdiff -u -r1.25.6.3 -r1.25.6.4 src/sys/dev/usb/if_otus.c cvs rdiff -u -r1.48.6.4 -r1.48.6.5 src/sys/dev/usb/if_rum.c cvs rdiff -u -r1.10.6.3 -r1.10.6.4 src/sys/dev/usb/if_run.c cvs rdiff -u -r1.22.2.4 -r1.22.2.5 src/sys/dev/usb/if_smsc.c cvs rdiff -u -r1.43.4.4 -r1.43.4.5 src/sys/dev/usb/if_udav.c cvs rdiff -u -r1.12.4.4 -r1.12.4.5 src/sys/dev/usb/if_upgt.c cvs rdiff -u -r1.47.4.5 -r1.47.4.6 src/sys/dev/usb/if_upl.c cvs rdiff -u -r1.44.14.3 -r1.44.14.4 src/sys/dev/usb/if_ural.c cvs rdiff -u -r1.48.4.4 -r1.48.4.5 src/sys/dev/usb/if_url.c cvs rdiff -u -r1.9.4.3 -r1.9.4.4 src/sys/dev/usb/if_urndis.c cvs rdiff -u -r1.6.6.7 -r1.6.6.8 src/sys/dev/usb/if_urtw.c cvs rdiff -u -r1.34.4.6 -r1.34.4.7 src/sys/dev/usb/if_urtwn.c cvs rdiff -u -r1.36.14.4 -r1.36.14.5 src/sys/dev/usb/if_zyd.c cvs rdiff -u -r1.1.32.3 -r1.1.32.4 src/sys/dev/usb/irmce.c cvs rdiff -u -r1.8.14.5 -r1.8.14.6 src/sys/dev/usb/moscom.c cvs rdiff -u -r1.21.34.6 -r1.21.34.7 src/sys/dev/usb/pseye.c cvs rdiff -u -r1.1.18.3 -r1.1.18.4 src/sys/dev/usb/slurm.c cvs rdiff -u -r1.16.2.5 -r1.16.2.6 src/sys/dev/usb/stuirda.c cvs rdiff -u -r1.31.2.8 -r1.31.2.9 src/sys/dev/usb/u3g.c cvs rdiff -u -r1.6.14.2 -r1.6.14.3 src/sys/dev/usb/uark.c cvs rdiff -u -r1.10.4.2 -r1.10.4.3 src/sys/dev/usb/uatp.c cvs rdiff -u -r1.140.2.6 -r1.140.2.7 src/sys/dev/usb/uaudio.c cvs rdiff -u -r1.9.14.3 -r1.9.14.4 src/sys/dev/usb/uberry.c cvs rdiff -u -r1.30.16.3 -r1.30.16.4 src/sys/dev/usb/ubsa.c cvs rdiff -u -r1.51.4.4 -r1.51.4.5 src/sys/dev/usb/ubt.c cvs rdiff -u -r1.13.6.2 -r1.13.6.3 src/sys/dev/usb/uchcom.c cvs rdiff -u -r1.41.2.5 -r1.41.2.6 src/sys/dev/usb/ucycom.c cvs rdiff -u -r1.11.6.3 -r1.11.6.4 src/sys/dev/usb/udl.c cvs rdiff -u -r1.22.14.5 -r1.22.14.6 src/sys/dev/usb/udsbr.c cvs rdiff -u -r1.1.14.4 -r1.1.14.5 src/sys/dev/usb/udsir.c cvs rdiff -u -r1.19.6.3 -r1.19.6.4 src/sys/dev/usb/uep.c cvs rdiff -u -r1.59.6.6 -r1.59.6.7 src/sys/dev/usb/uftdi.c cvs rdiff -u -r1.126.2.7 -r1.126.2.8 src/sys/dev/usb/ugen.c \ src/sys/dev/usb/uhub.c cvs rdiff -u -r1.31.6.5 -r1.31.6.6 src/sys/dev/usb/ugensa.c cvs rdiff -u -r1.61.4.5 -r1.61.4.6 src/sys/dev/usb/uhidev.c cvs rdiff -u -r1.15.4.3 -r1.15.4.4 src/sys/dev/usb/uhidev.h cvs rdiff -u -r1.13.24.6 -r1.13.24.7 src/sys/dev/usb/uhmodem.c cvs rdiff -u -r1.17.2.2 -r1.17.2.3 src/sys/dev/usb/uhso.c cvs rdiff -u -r1.1.28.3 -r1.1.28.4 src/sys/dev/usb/uipad.c cvs rdiff -u -r1.19.14.5 -r1.19.14.6 src/sys/dev/usb/uipaq.c cvs rdiff -u -r1.38.6.6 -r1.38.6.7 src/sys/dev/usb/uirda.c cvs rdiff -u -r1.129.6.4 -r1.129.6.5 src/sys/dev/usb/ukbd.c cvs rdiff -u -r1.16.16.3 -r1.16.16.4 src/sys/dev/usb/ukyopon.c cvs rdiff -u -r1.95.4.6 -r1.95.4.7 src/sys/dev/usb/ulpt.c cvs rdiff -u -r1.149.2.7 -r1.149.2.8 src/sys/dev/usb/umass.c cvs rdiff -u -r1.8.2.3 -r1.8.2.4 src/sys/dev/usb/umcs.c cvs rdiff -u -r1.32.24.8 -r1.32.24.9 src/sys/dev/usb/umct.c cvs rdiff -u -r1.65.14.4 -r1.65.14.5 src/sys/dev/usb/umidi.c cvs rdiff -u -r1.66.4.3 -r1.66.4.4 src/sys/dev/usb/umodem.c cvs rdiff -u -r1.22.38.4 -r1.22.38.5 src/sys/
CVS commit: src/sys/uvm
Module Name:src Committed By: riastradh Date: Sat Mar 21 13:11:14 UTC 2015 Modified Files: src/sys/uvm: uvm_page.h Log Message: Elaborate on locking scheme and vm_page states. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/uvm/uvm_page.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: riastradh Date: Sat Mar 21 13:28:32 UTC 2015 Modified Files: src/sys/uvm: uvm_page.h Log Message: Address O->A loan case in comments, pointed out by chs@. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/uvm/uvm_page.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/dist/crypto
Module Name:src Committed By: martin Date: Sat Mar 21 13:35:48 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: opensslconf.h Log Message: In a "native" build, this file is postprocessed by a perl script and some lines are changed into either #define SOMETHING or #undef SOMETHING, but in our in-tree build it is installed verbatim - so comment out all #undef parts, to allow our makefile fragments to freely -DSOMETHING and not have it silently canceld here. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: riastradh Date: Sat Mar 21 13:58:31 UTC 2015 Modified Files: src/sys/uvm: uvm_page.h Log Message: No, PQ_ANON is set only if owned by anon, not if loaned to anon. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/uvm/uvm_page.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 15:28:10 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb.c Log Message: Convert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.156.2.5 -r1.156.2.6 src/sys/dev/usb/usb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 15:29:38 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb_mem.c Log Message: COnvert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.65.2.7 -r1.65.2.8 src/sys/dev/usb/usb_mem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 15:30:11 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb_mem.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.65.2.8 -r1.65.2.9 src/sys/dev/usb/usb_mem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/external/public-domain/tz/dist
Module Name:src Committed By: apb Date: Sat Mar 21 15:45:38 UTC 2015 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19405 Log Message: Import tzdata2015b from ftp://ftp.iana.org/tz/releases/tzdata2015b.tar.gz Summary of changes in tzdata2015b (2015-03-19 23:28:11 -0700): * Mongolia will start observing DST again in 2015, from the last Saturday in March at 02:00 to the last Saturday in September at 00:00. * Palestine will start DST on March 28, not March 27, in 2015. * The 1982 zone shift in Pacific/Easter has been corrected, fixing a 2015a regression. * Some more zones have been turned into links, when they differed from existing zones only for older time stamps. * Correct the 1992-2010 DST abbreviation in Volgograd from "MSK" to "MSD". * Changes affecting commentary. Status: Vendor Tag: TZDATA Release Tags: TZDATA2015B U src/external/public-domain/tz/dist/leap-seconds.list U src/external/public-domain/tz/dist/CONTRIBUTING U src/external/public-domain/tz/dist/Makefile U src/external/public-domain/tz/dist/NEWS U src/external/public-domain/tz/dist/README U src/external/public-domain/tz/dist/Theory U src/external/public-domain/tz/dist/africa U src/external/public-domain/tz/dist/antarctica U src/external/public-domain/tz/dist/asia U src/external/public-domain/tz/dist/australasia U src/external/public-domain/tz/dist/europe U src/external/public-domain/tz/dist/northamerica U src/external/public-domain/tz/dist/southamerica U src/external/public-domain/tz/dist/pacificnew U src/external/public-domain/tz/dist/etcetera U src/external/public-domain/tz/dist/backward U src/external/public-domain/tz/dist/systemv U src/external/public-domain/tz/dist/factory U src/external/public-domain/tz/dist/backzone U src/external/public-domain/tz/dist/iso3166.tab U src/external/public-domain/tz/dist/leapseconds U src/external/public-domain/tz/dist/zone1970.tab U src/external/public-domain/tz/dist/zone.tab U src/external/public-domain/tz/dist/yearistype.sh U src/external/public-domain/tz/dist/checklinks.awk U src/external/public-domain/tz/dist/checktab.awk U src/external/public-domain/tz/dist/leapseconds.awk U src/external/public-domain/tz/dist/zoneinfo2tdf.pl No conflicts created by this import
CVS commit: src/external/public-domain/tz
Module Name:src Committed By: apb Date: Sat Mar 21 15:51:21 UTC 2015 Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: Update tzdata2netbsd for tzdata2015b. * Edit version numbers. * Make the script deal better with being re-run multiple times. It now keeps a status file for each non-trivial step, and doesn't repeat the step if the sttaus file exists. * Instead of spawning a subshell to resolve merge conflicts, print a message and exit, with a suggestion to rte-run the script after conflicts are resolved. * Check whether there are any conflicts before trying to do anything about conflicts. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/tz/tzdata2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: apb Date: Sat Mar 21 15:52:19 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: We have tzdata2015b. To generate a diff of this commit: cvs rdiff -u -r1.1209 -r1.1210 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: apb Date: Sat Mar 21 15:54:11 UTC 2015 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2015b. [apb 20150321] Also s/tzdata/tzcode in another line. To generate a diff of this commit: cvs rdiff -u -r1.2054 -r1.2055 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm
Module Name:src Committed By: martin Date: Sat Mar 21 15:56:54 UTC 2015 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: bf.inc bn.inc des.inc rc4.inc Log Message: Make more compile time options the same as the pkgsrc version To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/bf.inc \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/bn.inc \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/rc4.inc cvs rdiff -u -r0 -r1.3 \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/des.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/tz
Module Name:src Committed By: apb Date: Sat Mar 21 16:42:17 UTC 2015 Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: Actually create the "done" files, and test them for existence. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/public-domain/tz/tzdata2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Mar 21 16:42:55 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: G/C unused variable/code To generate a diff of this commit: cvs rdiff -u -r1.234.2.45 -r1.234.2.46 src/sys/dev/usb/ehci.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/dev/mii
Module Name:src Committed By: snj Date: Sat Mar 21 16:58:31 UTC 2015 Modified Files: src/sys/dev/mii [netbsd-7]: rgephy.c rgephyreg.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #624): sys/dev/mii/rgephy.c: revision 1.38 sys/dev/mii/rgephyreg.h: revision 1.7 add RTL8211F support To generate a diff of this commit: cvs rdiff -u -r1.35.4.1 -r1.35.4.2 src/sys/dev/mii/rgephy.c cvs rdiff -u -r1.6 -r1.6.34.1 src/sys/dev/mii/rgephyreg.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
Module Name:src Committed By: snj Date: Sat Mar 21 17:11:35 UTC 2015 Modified Files: src/distrib/sets/lists/modules [netbsd-7]: md.amd64 md.evbppc.powerpc md.i386 mi src/sys/dev/i2c [netbsd-7]: au8522.c cx24227.c dbcool.c hytp14.c i2c_exec.c lg3303.c mt2131.c nxt2k.c sdtemp.c spdmem_i2c.c tvpll.c xc3028.c xc5k.c zl10353.c src/sys/modules [netbsd-7]: Makefile Added Files: src/sys/modules/i2cexec [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by jmcneill in ticket #634): distrib/sets/lists/modules/md.amd64: revision 1.51 distrib/sets/lists/modules/md.evbppc.powerpc: revision 1.5 distrib/sets/lists/modules/md.i386: revision 1.55 distrib/sets/lists/modules/mi: revision 1.71 sys/dev/i2c/au8522.c: revision 1.7 sys/dev/i2c/cx24227.c: revision 1.7 sys/dev/i2c/dbcool.c: revision 1.42 sys/dev/i2c/hytp14.c: revision 1.3 sys/dev/i2c/i2c_exec.c: revision 1.10 sys/dev/i2c/lg3303.c: revision 1.9 sys/dev/i2c/mt2131.c: revision 1.5 sys/dev/i2c/nxt2k.c: revision 1.4 sys/dev/i2c/sdtemp.c: revision 1.24 sys/dev/i2c/spdmem_i2c.c: revision 1.10 sys/dev/i2c/tvpll.c: revision 1.6 sys/dev/i2c/xc3028.c: revision 1.7 sys/dev/i2c/xc5k.c: revision 1.6 sys/dev/i2c/zl10353.c: revision 1.4 sys/modules/Makefile: revision 1.143 sys/modules/i2cexec/Makefile: revision 1.1 i2c devices don't actually have a dependency on "iic" (the bus driver) but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem. To generate a diff of this commit: cvs rdiff -u -r1.41.2.2 -r1.41.2.3 src/distrib/sets/lists/modules/md.amd64 cvs rdiff -u -r1.3 -r1.3.4.1 src/distrib/sets/lists/modules/md.evbppc.powerpc cvs rdiff -u -r1.46.2.1 -r1.46.2.2 src/distrib/sets/lists/modules/md.i386 cvs rdiff -u -r1.69 -r1.69.2.1 src/distrib/sets/lists/modules/mi cvs rdiff -u -r1.6 -r1.6.28.1 src/sys/dev/i2c/au8522.c cvs rdiff -u -r1.6 -r1.6.14.1 src/sys/dev/i2c/cx24227.c cvs rdiff -u -r1.41 -r1.41.2.1 src/sys/dev/i2c/dbcool.c cvs rdiff -u -r1.2 -r1.2.4.1 src/sys/dev/i2c/hytp14.c cvs rdiff -u -r1.9 -r1.9.4.1 src/sys/dev/i2c/i2c_exec.c cvs rdiff -u -r1.8 -r1.8.28.1 src/sys/dev/i2c/lg3303.c cvs rdiff -u -r1.4 -r1.4.28.1 src/sys/dev/i2c/mt2131.c src/sys/dev/i2c/xc5k.c cvs rdiff -u -r1.3 -r1.3.28.1 src/sys/dev/i2c/nxt2k.c \ src/sys/dev/i2c/zl10353.c cvs rdiff -u -r1.23 -r1.23.4.1 src/sys/dev/i2c/sdtemp.c cvs rdiff -u -r1.9 -r1.9.2.1 src/sys/dev/i2c/spdmem_i2c.c cvs rdiff -u -r1.5 -r1.5.4.1 src/sys/dev/i2c/tvpll.c cvs rdiff -u -r1.5 -r1.5.28.1 src/sys/dev/i2c/xc3028.c cvs rdiff -u -r1.140.2.1 -r1.140.2.2 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1.2.2 src/sys/modules/i2cexec/Makefile 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/arm/cortex
Module Name:src Committed By: snj Date: Sat Mar 21 17:24:20 UTC 2015 Modified Files: src/sys/arch/arm/cortex [netbsd-7]: gic.c Log Message: Pull up following revision(s) (requested by skrll in ticket #627): sys/arch/arm/cortex/gic.c: revision 1.16 Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.10.2.3 -r1.10.2.4 src/sys/arch/arm/cortex/gic.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/dev/usb
Module Name:src Committed By: snj Date: Sat Mar 21 17:30:43 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-7]: TODO.usbmp uatp.c ucycom.c uhid.c uhidev.c uhidev.h ukbd.c uyurex.c Log Message: Pull up following revision(s) (requested by mrg in ticket #626): sys/dev/usb/TODO.usbmp: revision 1.9 sys/dev/usb/uatp.c: revision 1.11 sys/dev/usb/ucycom.c: revision 1.42 sys/dev/usb/uhid.c: revision 1.93, 1.94 sys/dev/usb/uhidev.c: revision 1.63 sys/dev/usb/uhidev.h: revision 1.17 sys/dev/usb/ukbd.c: revision 1.130 sys/dev/usb/uyurex.c: revision 1.10 properly protect uhid's sc_q member with sc_lock. should fix PR#49728. while here, remove D_MPSAFE from uhid* and all uhid users, as it really needs all the callers to be safe and they're not. -- don't take the device lock when stopping the uhidev. that calls to abort and close pipes, both of which may take an adaptive lock. fixes a LOCKDEBUG abort see on one particular machine. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.2.1 src/sys/dev/usb/TODO.usbmp cvs rdiff -u -r1.10 -r1.10.2.1 src/sys/dev/usb/uatp.c cvs rdiff -u -r1.39 -r1.39.2.1 src/sys/dev/usb/ucycom.c cvs rdiff -u -r1.92 -r1.92.2.1 src/sys/dev/usb/uhid.c cvs rdiff -u -r1.61.2.1 -r1.61.2.2 src/sys/dev/usb/uhidev.c cvs rdiff -u -r1.15.2.1 -r1.15.2.2 src/sys/dev/usb/uhidev.h cvs rdiff -u -r1.129 -r1.129.4.1 src/sys/dev/usb/ukbd.c cvs rdiff -u -r1.9 -r1.9.12.1 src/sys/dev/usb/uyurex.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/sparc64/sparc64
Module Name:src Committed By: snj Date: Sat Mar 21 17:32:13 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-7]: autoconf.c machdep.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #628): sys/arch/sparc64/sparc64/autoconf.c: revision 1.202 sys/arch/sparc64/sparc64/machdep.c: revision 1.281 Reuse results of "bootpath" and "bootargs" from openfirmware instead of calling openfirmware in each sysctl CPU_BOOT*. This change reduces openfirmware calls from userland since sysctl CPU_BOOTED_KERNEL is used in system commands such as pstat and netstat. To generate a diff of this commit: cvs rdiff -u -r1.198.2.1 -r1.198.2.2 src/sys/arch/sparc64/sparc64/autoconf.c cvs rdiff -u -r1.278.2.2 -r1.278.2.3 src/sys/arch/sparc64/sparc64/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/sys/dev/pckbport
Module Name:src Committed By: snj Date: Sat Mar 21 17:34:21 UTC 2015 Modified Files: src/sys/dev/pckbport [netbsd-7]: synaptics.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #629): sys/dev/pckbport/synaptics.c: revision 1.33 Fix clickpad button detection (From Rhialto) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.32.2.1 src/sys/dev/pckbport/synaptics.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/lib/libc/arch
Module Name:src Committed By: snj Date: Sat Mar 21 17:41:38 UTC 2015 Modified Files: src/lib/libc/arch/arm/gen [netbsd-7]: flt_rounds.c src/lib/libc/arch/mips/gen [netbsd-7]: flt_rounds.c src/lib/libc/arch/powerpc/gen [netbsd-7]: flt_rounds.c src/lib/libc/arch/powerpc64/gen [netbsd-7]: flt_rounds.c src/lib/libc/arch/sh3/gen [netbsd-7]: flt_rounds.c Log Message: Pull up following revision(s) (requested by joerg in ticket #632): lib/libc/arch/arm/gen/flt_rounds.c: revision 1.5 lib/libc/arch/mips/gen/flt_rounds.c: revision 1.9 lib/libc/arch/powerpc/gen/flt_rounds.c: revision 1.12 lib/libc/arch/powerpc64/gen/flt_rounds.c: revision 1.2 lib/libc/arch/sh3/gen/flt_rounds.c: revision 1.6 Call libc's fpgetround. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.10.1 src/lib/libc/arch/arm/gen/flt_rounds.c cvs rdiff -u -r1.7 -r1.7.10.1 src/lib/libc/arch/mips/gen/flt_rounds.c cvs rdiff -u -r1.11 -r1.11.20.1 src/lib/libc/arch/powerpc/gen/flt_rounds.c cvs rdiff -u -r1.1 -r1.1.64.1 src/lib/libc/arch/powerpc64/gen/flt_rounds.c cvs rdiff -u -r1.5 -r1.5.10.1 src/lib/libc/arch/sh3/gen/flt_rounds.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/arm/include
Module Name:src Committed By: snj Date: Sat Mar 21 17:43:27 UTC 2015 Modified Files: src/sys/arch/arm/include [netbsd-7]: mcontext.h Log Message: Pull up following revision(s) (requested by joerg in ticket #633): sys/arch/arm/include/mcontext.h: revision 1.17 Ensure _lwp_setcontext gets consistent language binding. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.16.4.1 src/sys/arch/arm/include/mcontext.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
Module Name:src Committed By: snj Date: Sat Mar 21 17:49:03 UTC 2015 Modified Files: src/sys/net/npf [netbsd-7]: npf_ctl.c npf_ruleset.c src/usr.sbin/npf/npfctl [netbsd-7]: npf_build.c npf_show.c Log Message: Pull up following revision(s) (requested by rmind in ticket #630): sys/net/npf/npf_ctl.c: revision 1.41 sys/net/npf/npf_ruleset.c: revision 1.42 usr.sbin/npf/npfctl/npf_build.c: revision 1.39 usr.sbin/npf/npfctl/npf_show.c: revision 1.18 NPF: replace the TAILQ of the dynamic rules with a linked list and fix the inheriting of the active dynamic rules during the reload; also, fix a bug in the insert path by putting a memory barrier in the right place. -- npfctl: - Fix the filter criteria when to/from is omitted but port used. - Print more user-friendly error if an NPF table has a duplicate entry. To generate a diff of this commit: cvs rdiff -u -r1.38.2.1 -r1.38.2.2 src/sys/net/npf/npf_ctl.c cvs rdiff -u -r1.37.2.3 -r1.37.2.4 src/sys/net/npf/npf_ruleset.c cvs rdiff -u -r1.38 -r1.38.2.1 src/usr.sbin/npf/npfctl/npf_build.c cvs rdiff -u -r1.15.2.1 -r1.15.2.2 src/usr.sbin/npf/npfctl/npf_show.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/arm/vfp
Module Name:src Committed By: snj Date: Sat Mar 21 17:51:21 UTC 2015 Modified Files: src/sys/arch/arm/vfp [netbsd-7]: vfp_init.c Log Message: Pull up following revision(s) (requested by martin in ticket #621): sys/arch/arm/vfp/vfp_init.c: revisions 1.43-1.46 If we own the FPU, don't take anymore undefined faults. Instead generate SIGILLs since we obviously don't understand the instruction. -- Don't try to catch undefined VFP instructions if we own the the FPU. Let them raise SIGILL. -- Not only check to see if we own the VFP but that the VFP is enabled. -- Remove extra ) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.41.2.1 src/sys/arch/arm/vfp/vfp_init.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: snj Date: Sat Mar 21 17:56:02 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: tickets 621, 624, 626-630, 632-634. To generate a diff of this commit: cvs rdiff -u -r1.1.2.234 -r1.1.2.235 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
Module Name:src Committed By: jmcneill Date: Sat Mar 21 19:10:44 UTC 2015 Modified Files: src/distrib/sets/lists/etc: mi src/distrib/sets/lists/man: mi src/etc/defaults: rc.conf src/etc/mtree: special src/etc/rc.d: Makefile src/share/man/man5: Makefile src/usr.sbin/postinstall: postinstall Added Files: src/etc/rc.d: modules src/share/man/man5: modules.conf.5 Log Message: Process /etc/modules.conf (if present) at startup, before securelevel is raised, to allow module loading on ports without a module aware bootloader. To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/distrib/sets/lists/etc/mi cvs rdiff -u -r1.1496 -r1.1497 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.131 -r1.132 src/etc/defaults/rc.conf cvs rdiff -u -r1.151 -r1.152 src/etc/mtree/special cvs rdiff -u -r1.91 -r1.92 src/etc/rc.d/Makefile cvs rdiff -u -r0 -r1.1 src/etc/rc.d/modules cvs rdiff -u -r1.70 -r1.71 src/share/man/man5/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man5/modules.conf.5 cvs rdiff -u -r1.189 -r1.190 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.