CVS commit: src/tests/lib/libc/net/getaddrinfo
Module Name:src Committed By: jmmv Date: Wed Jun 15 07:54:33 UTC 2011 Modified Files: src/tests/lib/libc/net/getaddrinfo: t_getaddrinfo.sh Log Message: Fix obvious typo in test case name. Uncovered by atf 0.14. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/net/getaddrinfo/t_getaddrinfo.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/util/sort
Module Name:src Committed By: jmmv Date: Wed Jun 15 07:58:03 UTC 2011 Modified Files: src/tests/util/sort: t_sort.sh Log Message: Fix definition of the plus_tflag test case. Uncovered by atf 0.14. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/util/sort/t_sort.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Jun 15 08:04:50 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_resource.c Log Message: Remove printouts that mess with the autoconf(9). To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/acpi/acpi_resource.c 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: jruoho Date: Wed Jun 15 08:19:44 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/arch/x86/pci: amdpcib_hpet.c ichlpcib_hpet.c src/sys/dev/acpi: hpet_acpi.c src/sys/modules: Makefile Added Files: src/sys/modules/hpet: Makefile hpet.ioconf Log Message: Modularize hpet(4). Works nicely with the multiple bus locations. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/modules/md.amd64 cvs rdiff -u -r1.25 -r1.26 src/distrib/sets/lists/modules/md.i386 cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/pci/amdpcib_hpet.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/pci/ichlpcib_hpet.c cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/hpet_acpi.c cvs rdiff -u -r1.71 -r1.72 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/hpet/Makefile \ src/sys/modules/hpet/hpet.ioconf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/atf/dist
Module Name:src Committed By: jmmv Date: Wed Jun 15 08:48:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: process.c src/external/bsd/atf/dist/atf-run: test-program.cpp src/external/bsd/atf/dist/atf-sh: atf-check_test.sh Log Message: Pull up part of revision f621bc0489ac3e4ef364f840a852a6a5290e8e12: - Only silence stdin for test programs atf-check is expected to accept data in its stdin, and a previous change broke this behavior. - This should fix a few tests that broke during the 0.14 import. In particularly, the tests in libc/stdlib and libc/ssp that redirect stuff to atf_check. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-c/detail/process.c cvs rdiff -u -r1.9 -r1.10 src/external/bsd/atf/dist/atf-run/test-program.cpp cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-sh/atf-check_test.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Jun 15 09:02:38 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_resource.c acpivar.h hpet_acpi.c Log Message: Do not entirely bypass the printfs during resource parsing, as many drivers rely on those for their autoconf(9) messages. Instead add a "quiet" option. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/acpi/acpi_resource.c cvs rdiff -u -r1.70 -r1.71 src/sys/dev/acpi/acpivar.h cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/hpet_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: jruoho Date: Wed Jun 15 09:09:48 UTC 2011 Modified Files: src/sys/dev/ic: hpet.c Log Message: Modularize hpet(4). Works nicely with the multiple bus locations. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/hpet.c 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: mrg Date: Wed Jun 15 09:46:00 UTC 2011 Modified Files: src: Makefile src/share/mk: bsd.own.mk src/sys: Makefile src/sys/modules: Makefile Added Files: src/distrib/sets/lists/modules: md.evbppc src/sys/modules/arch: Makefile archdirs.mk compatsubdir.mk src/sys/modules/arch/dirshack: Makefile src/sys/modules/arch/powerpc/powerpc-4xx: Makefile bsd.powerpc-4xx.mk src/sys/modules/arch/powerpc/powerpc-booke: Makefile bsd.powerpc-booke.mk Log Message: build evbppc modules in 3 different flavours: - oea (default) - ibm4xx - booke this, together with earlier machine_module[] work, should allow evbppc platforms to use modules. To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 src/Makefile cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/modules/md.evbppc cvs rdiff -u -r1.669 -r1.670 src/share/mk/bsd.own.mk cvs rdiff -u -r1.76 -r1.77 src/sys/Makefile cvs rdiff -u -r1.72 -r1.73 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/Makefile \ src/sys/modules/arch/archdirs.mk src/sys/modules/arch/compatsubdir.mk cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/dirshack/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/powerpc/powerpc-4xx/Makefile \ src/sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/powerpc/powerpc-booke/Makefile \ src/sys/modules/arch/powerpc/powerpc-booke/bsd.powerpc-booke.mk 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: mrg Date: Wed Jun 15 10:02:25 UTC 2011 Modified Files: src/doc: CHANGES Log Message: note about evbppc modules. To generate a diff of this commit: cvs rdiff -u -r1.1563 -r1.1564 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/sys/ufs/ufs
Module Name:src Committed By: manu Date: Wed Jun 15 12:54:32 UTC 2011 Modified Files: src/sys/ufs/ufs: ufs_extattr.c Log Message: Improve UFS1 extended attributes usability - autocreate attribute backing file for new attributes - autoload attributes when issuing extattrctl start - when autoloading attributes, do not display garbage warning when looking up entries that got ENOENT To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/ufs/ufs/ufs_extattr.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/ldpd
Module Name:src Committed By: kefren Date: Wed Jun 15 13:24:48 UTC 2011 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: simplify the rtsock read sequence apply a little bit of KNF To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/ldpd/socketops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sysmon
Module Name:src Committed By: pgoyette Date: Wed Jun 15 13:34:13 UTC 2011 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: Previous fix broke the setting of current value for Indicator and Battery-Charge sensors. Fix this. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/dev/sysmon/sysmon_envsys.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/rc.d
Module Name:src Committed By: hans Date: Wed Jun 15 13:42:46 UTC 2011 Modified Files: src/etc/rc.d: fccache.in Log Message: remove -q argument, it is useless with Xorg and fails with XFree To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/fccache.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/emips/miniroot
Module Name:src Committed By: tsutsui Date: Wed Jun 15 14:47:43 UTC 2011 Modified Files: src/distrib/emips/miniroot: Makefile.inc Log Message: Remove more ecoff leftover. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/emips/miniroot/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/acorn26/acorn26
Module Name:src Committed By: tsutsui Date: Wed Jun 15 15:03:51 UTC 2011 Modified Files: src/sys/arch/acorn26/acorn26: machdep.c Log Message: Put proper casts to address range checks. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/acorn26/acorn26/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/powerpc
Module Name:src Committed By: matt Date: Wed Jun 15 15:11:50 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: e500_intr.c src/sys/arch/powerpc/include/booke: intr.h Log Message: Add IST_PULSE and intr_typename (converts IST_* to a name). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/booke/e500_intr.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/booke/intr.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: matt Date: Wed Jun 15 15:18:20 UTC 2011 Modified Files: src/sys/arch/evbppc/mpc85xx: machdep.c src/sys/arch/powerpc/include: cpu.h src/sys/arch/powerpc/include/booke: cpuvar.h src/sys/arch/powerpc/powerpc: fixup.c Log Message: Move booke_fixup_stubs() to fixup.c and rename it to cpu_fixup_stubs(). This makes it easier for other PPC variants to use it. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbppc/mpc85xx/machdep.c cvs rdiff -u -r1.80 -r1.81 src/sys/arch/powerpc/include/cpu.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/include/booke/cpuvar.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/powerpc/fixup.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/powerpc
Module Name:src Committed By: matt Date: Wed Jun 15 15:22:56 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: booke_machdep.c booke_stubs.c src/sys/arch/powerpc/conf: files.powerpc Added Files: src/sys/arch/powerpc/powerpc: intr_stubs.c Log Message: Move the interrupt stub from booke_stubs.c into its own intr_stubs.c. Move the "null" intrsw (used in startup) to intr_stubs.c as well. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/booke/booke_machdep.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/booke/booke_stubs.c cvs rdiff -u -r1.79 -r1.80 src/sys/arch/powerpc/conf/files.powerpc cvs rdiff -u -r0 -r1.1 src/sys/arch/powerpc/powerpc/intr_stubs.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: ober Date: Wed Jun 15 17:17:38 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: Revert symspace back to 3 megs so that beagleboards boots again. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/BEAGLEBOARD 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
Module Name:src Committed By: matt Date: Wed Jun 15 17:47:45 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: genassym.cf trap_subr.S src/sys/arch/powerpc/powerpc: db_trace.c intr_stubs.c Log Message: Now that the generic fixup code exists, there's no to patch the interrupts directly since the stub fixup will do that automatically. Just need to add stubs for the interrupt vectors and they get fixed automagically. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/booke/genassym.cf \ src/sys/arch/powerpc/booke/trap_subr.S cvs rdiff -u -r1.54 -r1.55 src/sys/arch/powerpc/powerpc/db_trace.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/powerpc/powerpc/intr_stubs.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/ldpd
Module Name:src Committed By: kefren Date: Wed Jun 15 18:16:48 UTC 2011 Modified Files: src/usr.sbin/ldpd: tlv_stack.c Log Message: we need to add mapping even if there is no route for the prefix To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ldpd/tlv_stack.c 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: rmind Date: Wed Jun 15 19:46:11 UTC 2011 Modified Files: src/sys/uvm: uvm_page.c Log Message: uvm_pagealloc_strat: fix diagnostic assert. Reported by drochner@. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/uvm/uvm_page.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/xen/xen
Module Name:src Committed By: rmind Date: Wed Jun 15 19:51:50 UTC 2011 Modified Files: src/sys/arch/xen/xen: privcmd.c xengnt.c Log Message: - privpgop_fault: call pmap_update() before uvmfault_unlockall(). - privcmd_ioctl, xengnt_more_entries: add missing pmap_update(). To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/xen/xen/privcmd.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/xen/xengnt.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/xen/x86
Module Name:src Committed By: rmind Date: Wed Jun 15 19:54:17 UTC 2011 Modified Files: src/sys/arch/xen/x86: cpu.c x86_xpmap.c Log Message: - cpu_hatch: call tlbflushg(), just to make sure that TLB is clean. - xen_bootstrap_tables: call xpq_queue_tlb_flush() for safety. - Initialise cpus_attached and ci_cpumask for primary CPU. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/xen/x86/cpu.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/xen/x86/x86_xpmap.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: rmind Date: Wed Jun 15 20:50:02 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap_tlb.c src/sys/arch/xen/x86: cpu.c x86_xpmap.c Log Message: Few XEN fixes: - cpu_load_pmap: perform tlbflush() after xen_set_user_pgd(). - xen_pmap_bootstrap: perform xpq_queue_tlb_flush() in the end. - pmap_tlb_shootdown: do not check PG_G for Xen. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/pmap_tlb.c cvs rdiff -u -r1.58 -r1.59 src/sys/arch/xen/x86/cpu.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/xen/x86/x86_xpmap.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/powerpc/booke
Module Name:src Committed By: matt Date: Wed Jun 15 22:46:40 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: booke_cache.c Log Message: Rework to get the inlining working right. Also make slightly more portable among powerpc variants. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/booke/booke_cache.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests
Module Name:src Committed By: mrg Date: Wed Jun 15 23:45:45 UTC 2011 Modified Files: src/tests: Makefile Log Message: evbppc can do modules now. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/tests/Makefile 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/tests
Module Name:src Committed By: matt Date: Thu Jun 16 01:04:15 UTC 2011 Removed Files: src/distrib/sets/lists/tests: md.evbppc Log Message: Now that evbppc has modules this file is no longer needed To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/distrib/sets/lists/tests/md.evbppc 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
Module Name:src Committed By: macallan Date: Thu Jun 16 02:43:43 UTC 2011 Modified Files: src/sys/arch/powerpc/include: intr.h src/sys/arch/powerpc/oea: genassym.cf src/sys/arch/powerpc/pic: files.pic intr.c src/sys/arch/powerpc/powerpc: clock.c Added Files: src/sys/arch/powerpc/pic: pic_subr.c Log Message: enable FAST_SOFTINTR support for all ports that use powerpc/pic/ This has been successfully tested on macppc TODO: - ibm4xx needs to be adapted - SMP doesn't work yet, 2nd CPU crashes when trying to leave the idle loop To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/include/intr.h cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/oea/genassym.cf cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/pic/files.pic cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/pic/intr.c cvs rdiff -u -r0 -r1.1 src/sys/arch/powerpc/pic/pic_subr.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/powerpc/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/macppc/macppc
Module Name:src Committed By: macallan Date: Thu Jun 16 02:44:38 UTC 2011 Modified Files: src/sys/arch/macppc/macppc: locore.S Log Message: we need powerpc/intr.h n order to see __HAVE_FAST_SOFTINTS To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/macppc/macppc/locore.S 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: macallan Date: Thu Jun 16 03:03:08 UTC 2011 Modified Files: src/doc: CHANGES Log Message: mention fast softintrs for powerpc To generate a diff of this commit: cvs rdiff -u -r1.1564 -r1.1565 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/share/man/man4
Module Name:src Committed By: yamt Date: Thu Jun 16 03:23:08 UTC 2011 Modified Files: src/share/man/man4: mpls.4 Log Message: pseudo-interface -> pseudo-device To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/mpls.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: matt Date: Thu Jun 16 03:54:40 UTC 2011 Modified Files: src/sys/arch/macppc/macppc: locore.S src/sys/arch/powerpc/oea: genassym.cf Log Message: Make __HAVE_FAST_SOFTINTS appear in assym.h so all oeas don't need to include XXX should be To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/macppc/macppc/locore.S cvs rdiff -u -r1.19 -r1.20 src/sys/arch/powerpc/oea/genassym.cf 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/oea
Module Name:src Committed By: matt Date: Thu Jun 16 04:25:13 UTC 2011 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Make sure to set curlwp (aka r13) in cpu_hatch To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/powerpc/oea/cpu_subr.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/powerpc/pic
Module Name:src Committed By: matt Date: Thu Jun 16 04:37:48 UTC 2011 Modified Files: src/sys/arch/powerpc/pic: intr.c Log Message: Make sure OEA ports without __HAVE_FAST_SOFTINTS still compile. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/pic/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/powerpc/oea
Module Name:src Committed By: matt Date: Thu Jun 16 04:38:21 UTC 2011 Modified Files: src/sys/arch/powerpc/oea: genassym.cf Log Message: ifdef / define / endif can't be the first thing. So move that block down. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/oea/genassym.cf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: kefren Date: Thu Jun 16 06:05:48 UTC 2011 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: clear the error condition KNF a little bit To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/ldpd/socketops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.