CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sun Jan 24 05:39:57 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c rmixl_subr.S Log Message: - cpu_rmixl_attach calls cpu_setup_trampoline to get control of subordinate CPUs from firmware by using the 'wakeup' callback method and into cpu_wakeup_trampoline where they just spin pending further work. - the callback requires re-basing the stack pointer to be in KSEG0, done in asm subroutine rmixlfw_wakeup_cpu To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/rmi/rmixl_cpu.c \ src/sys/arch/mips/rmi/rmixl_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl
Module Name:src Committed By: cliff Date: Sun Jan 24 05:34:20 UTC 2010 Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c Log Message: - move firmware info stuff into struct rmixl_config To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/sys/arch/evbmips/rmixl/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sun Jan 24 05:32:36 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlvar.h Log Message: - move firmware info stuff into struct rmixl_config To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/mips/rmi/rmixlvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf
Module Name:src Committed By: cliff Date: Sun Jan 24 05:27:47 UTC 2010 Added Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX64.MP Log Message: add MP config wrapper for XLSATX64 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbmips/conf/XLSATX64.MP Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sun Jan 24 04:38:28 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obio.c Log Message: remove include of "obio.h" To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/arch/mips/rmi/rmixl_obio.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: haad Date: Sun Jan 24 04:06:31 UTC 2010 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Finaly fix problems with using WEDGE like devices as xen backend devices. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/xen/xen/xbdback_xenbus.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/gumstix
Module Name:src Committed By: kiyohara Date: Sun Jan 24 03:46:48 UTC 2010 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: Please calculate KERNEL_PT_KERNEL_NUM from KERNEL_VM_BASE. Moreover, can define KERNEL_VM_BASE somewhere. (ex. in conf/YOUR_GUMSTIX) For instance, allow miniroot.fs over 16Mbytes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/gumstix/gumstix_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/sparc64/sparc64
Module Name:src Committed By: mrg Date: Sat Jan 23 23:39:27 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: remove the final uses of DATA_START. now we can remove the 16KB space reserved at the start of the data segment, and i now understand why i wrote this now removed comment 3.5 years ago: "this shouldn't be needed... but kernel usually hangs without it" To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/sys/arch/sparc64/sparc64/locore.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/sparc64/sparc64
Module Name:src Committed By: mrg Date: Sat Jan 23 23:06:28 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: remove most of the code that writes debugging info DATA_START + offset. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304 src/sys/arch/sparc64/sparc64/locore.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/sparc64/sparc64
Module Name:src Committed By: mrg Date: Sat Jan 23 22:55:04 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: remove CHKPT() macro and uses. it's likely wrong in SMP land and probably should be replaced with KTR-style uses if necessary. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/sys/arch/sparc64/sparc64/locore.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/xen
Module Name:src Committed By: cegger Date: Sat Jan 23 22:32:42 UTC 2010 Modified Files: src/sys/arch/xen/x86: xen_bus_dma.c src/sys/arch/xen/xen: xengnt.c xennetback_xenbus.c Log Message: fix address overflow with 32bit PAE. Reported and tested by Mark Davies on port-...@. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/xen/x86/xen_bus_dma.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/xen/xen/xengnt.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/xen/xen/xennetback_xenbus.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/sparc64/sparc64
Module Name:src Committed By: mrg Date: Sat Jan 23 21:46:59 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 src/sys/arch/sparc64/sparc64/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/doc
Module Name:src Committed By: bouyer Date: Sat Jan 23 20:37:34 UTC 2010 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Ticket 1249 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-5.0.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/libexec/ld.elf_so
Module Name:src Committed By: bouyer Date: Sat Jan 23 20:37:01 UTC 2010 Modified Files: src/libexec/ld.elf_so [netbsd-5-0]: rtld.h Log Message: Pull up following revision(s) (requested by skrll in ticket #1249): libexec/ld.elf_so/rtld.h: revision 1.88 Restore backwards compatibility for binaries referencing the main Obj_Entry. To generate a diff of this commit: cvs rdiff -u -r1.79.8.2 -r1.79.8.3 src/libexec/ld.elf_so/rtld.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/uvm
Module Name:src Committed By: matt Date: Sat Jan 23 20:03:28 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c Log Message: Use roundup2 instead of roundup when doing alignment rounding since all alignments must be a power of 2. (thanks to rmind for suggesting it). To generate a diff of this commit: cvs rdiff -u -r1.42.16.4 -r1.42.16.5 src/sys/uvm/uvm_pglist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/uvm
Module Name:src Committed By: matt Date: Sat Jan 23 19:54:04 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_page.h uvm_pglist.c Log Message: Add a start_hint to vm_physseg so when allocating pages, we can skip forward over pages that are probably still allocated. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.55.14.1 src/sys/uvm/uvm_page.h cvs rdiff -u -r1.42.16.3 -r1.42.16.4 src/sys/uvm/uvm_pglist.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/ata
Module Name:src Committed By: bouyer Date: Sat Jan 23 18:54:53 UTC 2010 Modified Files: src/sys/dev/ata: wd.c Log Message: struct buf::b_iodone is not called at splbio() any more. Make sure non-MPsafe iodone callbacks raise the SPL as appropriate. To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/sys/dev/ata/wd.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
Module Name:src Committed By: bouyer Date: Sat Jan 23 18:31:04 UTC 2010 Modified Files: src/sys/dev: cgd.c vnd.c src/sys/dev/dkwedge: dk.c Log Message: struct buf::b_iodone is not called at splbio() any more. Make sure non-MPsafe iodone callbacks raise the SPL as appropriate. Fix buffer corruption issue I noticed in dk(4), and probable similar issues in vnd(4) and cgd(4). To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/cgd.c cvs rdiff -u -r1.205 -r1.206 src/sys/dev/vnd.c cvs rdiff -u -r1.52 -r1.53 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/xen/xen
Module Name:src Committed By: bouyer Date: Sat Jan 23 18:26:37 UTC 2010 Modified Files: src/sys/arch/xen/xen: privcmd.c Log Message: Use paddr_t to store physical address and cast mfn values to paddr_t before shift. Fix overflow issue preventing xend from working as reported by Mark Davies on port-xen@ To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/xen/xen/privcmd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: bouyer Date: Sat Jan 23 18:20:31 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1260 To generate a diff of this commit: cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: bouyer Date: Sat Jan 23 18:03:37 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 1249-1251, 1254, 1255, 1259, 1261 To generate a diff of this commit: cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/lib/libm/src
Module Name:src Committed By: bouyer Date: Sat Jan 23 18:02:33 UTC 2010 Modified Files: src/lib/libm/src [netbsd-5]: k_standard.c Log Message: Pull up following revision(s) (requested by tnozaki in ticket #1261): lib/libm/src/k_standard.c: revision 1.13, 1.14 PR/42630 asin(2.0) and acos(2.0) doesn't return NaN. reported by NARUSE, Yui -san, Thanks! let the previous fix apply to acos rather than atan2, and get rid of #ifdef vax To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.26.1 src/lib/libm/src/k_standard.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/lib/libevent
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:59:31 UTC 2010 Modified Files: src/lib/libevent [netbsd-5]: Makefile Log Message: Apply patch, requested by tron in ticket 1259: lib/libevent/Makefile: patch Make sure that the automatically generated file "event-config.h" gets removed by the "cleandir" target. To generate a diff of this commit: cvs rdiff -u -r1.4.4.3 -r1.4.4.4 src/lib/libevent/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/dev/pci
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:56:17 UTC 2010 Modified Files: src/sys/dev/pci [netbsd-5]: pucdata.c Log Message: Pull up following revision(s) (requested by mbalmer in ticket #1255): sys/dev/pci/pucdata.c: revision 1.59 Add the IBM 481033H SCC To generate a diff of this commit: cvs rdiff -u -r1.55.4.1 -r1.55.4.2 src/sys/dev/pci/pucdata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/dev/pci
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:54:44 UTC 2010 Modified Files: src/sys/dev/pci [netbsd-5]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket 1254 To generate a diff of this commit: cvs rdiff -u -r1.963.4.7 -r1.963.4.8 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.962.4.7 -r1.962.4.8 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/dev/pci
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:50:43 UTC 2010 Modified Files: src/sys/dev/pci [netbsd-5]: pcidevs Log Message: Pull up following revision(s) (requested by mbalmer in ticket #1254): sys/dev/pci/pcidevs: revision 1.1015 sys/dev/pci/pcidevs.h: regen sys/dev/pci/pcidevs_data.h: regen Add two IBM RSS devices. To generate a diff of this commit: cvs rdiff -u -r1.962.4.7 -r1.962.4.8 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:47:37 UTC 2010 Modified Files: src/distrib/sparc/miniroot [netbsd-5]: Makefile.inc src/distrib/sparc/ramdisk [netbsd-5]: dot.profile src/sys/arch/sparc/dev [netbsd-5]: audioamd.c fd.c src/sys/arch/sparc/sparc [netbsd-5]: auxreg.h src/sys/arch/sparc/stand/common [netbsd-5]: promdev.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1251): sys/arch/sparc/sparc/auxreg.h: revision 1.13 distrib/sparc/ramdisk/dot.profile: revision 1.20 sys/arch/sparc/dev/audioamd.c: revision 1.25 sys/arch/sparc/dev/fd.c: revision 1.147 sys/arch/sparc/stand/common/promdev.c: revision 1.23 distrib/sparc/miniroot/Makefile.inc: revision 1.16 Build miniroot binaries for sparc with -Os to shrink instfs.tgz for the second boot floppy which use miniroot objects. This is workaround for PR install/42146, and ok'ed by m...@. Don't try to read disklabel to check FS_RAID on floppy boot since reopening floppy could cause Data Access Exception later. Fixes PR port-sparc/42186, ok'ed by m...@. Disable "fast trap" handlers which invoke software interrupts in sparc/amd7930intr.s and sparc/bsd_fdintr.s until they are rewritten to adapt new MI softint(9) API. No particular comments on PR port-sparc/42192, but this fixes timeout problem on floppy access on my SPARCstation 1+. XXX: floppy support on sun4m seems to have another problem (data overrun). Use /dev/fd0a rather than /dev/rfd0a to read instfs.tgz image from floppy. It looks newer (appearred after 1.6) gzip tries to read less than DEV_BSIZE (to check header?) so we can't use raw device directly. (note sparc bootfs ramdisk doesn't have dd(1)) Workaround for PR port-sparc/42193, and would also fix PR install/28734. Explicitly clear AUXIO4M_FTC bit in FTC_FLIP macro used on pseudo-dma for floppy, as well as AUXIO4C_FTC bit for sun4c. A comment in the macro says AUXIO4M_FTC bit is auto-clear, but my two SS20s (including compatible) with 150MHz hyperSPARCs get data_overrun without it, and no bad side effect on SS5 (works with and without this change). Closes PR port-sparc/42516, which is the last one of a bunch of floppy issue on NetBSD/sparc since NetBSD 2.0 days. See http://mail-index.NetBSD.org/port-sparc/2009/12/20/msg000484.html for details. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.34.1 src/distrib/sparc/miniroot/Makefile.inc cvs rdiff -u -r1.19 -r1.19.4.1 src/distrib/sparc/ramdisk/dot.profile cvs rdiff -u -r1.23 -r1.23.28.1 src/sys/arch/sparc/dev/audioamd.c cvs rdiff -u -r1.141 -r1.141.6.1 src/sys/arch/sparc/dev/fd.c cvs rdiff -u -r1.12 -r1.12.88.1 src/sys/arch/sparc/sparc/auxreg.h cvs rdiff -u -r1.21 -r1.21.14.1 src/sys/arch/sparc/stand/common/promdev.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: drochner Date: Sat Jan 23 17:44:44 UTC 2010 Modified Files: src/etc/rc.d: mdnsd Log Message: fix an obvious typo in directory check To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/mdnsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/games/fortune/strfile
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:43:04 UTC 2010 Modified Files: src/games/fortune/strfile [netbsd-5]: strfile.8 Log Message: Pull up following revision(s) (requested by mbalmer in ticket #1250): games/fortune/strfile/strfile.8: revision 1.13 The default output file extension is '.dat', not '.out'. >From Lars Nooden via OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.32.1 src/games/fortune/strfile/strfile.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/libexec/ld.elf_so
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:39:11 UTC 2010 Modified Files: src/libexec/ld.elf_so [netbsd-5-0]: rtld.h Log Message: Back out ticket 1249 for now, it may not be needed on netbsd-5-0. To generate a diff of this commit: cvs rdiff -u -r1.79.8.1 -r1.79.8.2 src/libexec/ld.elf_so/rtld.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/libexec/ld.elf_so
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:34:16 UTC 2010 Modified Files: src/libexec/ld.elf_so [netbsd-5]: reloc.c rtld.h Log Message: Pull up following revision(s) (requested by skrll in ticket #1249): libexec/ld.elf_so/rtld.h: revisions 1.87, 1.88 libexec/ld.elf_so/reloc.c: revision 1.101 Restore backwards compatibility for binaries referencing the main Obj_Entry. To generate a diff of this commit: cvs rdiff -u -r1.96.4.1 -r1.96.4.2 src/libexec/ld.elf_so/reloc.c cvs rdiff -u -r1.79.4.1 -r1.79.4.2 src/libexec/ld.elf_so/rtld.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/libexec/ld.elf_so
Module Name:src Committed By: bouyer Date: Sat Jan 23 17:34:12 UTC 2010 Modified Files: src/libexec/ld.elf_so [netbsd-5-0]: rtld.h Log Message: Pull up following revision(s) (requested by skrll in ticket #1249): libexec/ld.elf_so/rtld.h: revisions 1.87, 1.88 libexec/ld.elf_so/reloc.c: revision 1.101 Restore backwards compatibility for binaries referencing the main Obj_Entry. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.79.8.1 src/libexec/ld.elf_so/rtld.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/isa
Module Name:src Committed By: cegger Date: Sat Jan 23 17:22:05 UTC 2010 Modified Files: src/sys/dev/isa: ess.c Log Message: essattach: printf -> aprint_* To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/isa/ess.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/sparc/sparc
Module Name:src Committed By: mrg Date: Sat Jan 23 16:06:57 UTC 2010 Modified Files: src/sys/arch/sparc/sparc: cpu.c cpuvar.h Log Message: rename cpu_info{}::cpu_name member to cpu_longname, to avoid a potential conflict with . To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/arch/sparc/sparc/cpu.c cvs rdiff -u -r1.82 -r1.83 src/sys/arch/sparc/sparc/cpuvar.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/arm32
Module Name:src Committed By: mrg Date: Sat Jan 23 15:58:13 UTC 2010 Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: rename a local cpu_name structure member to avoid potential conflict with 's. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/arm/arm32/cpu.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/mips
Module Name:src Committed By: mrg Date: Sat Jan 23 15:55:54 UTC 2010 Modified Files: src/sys/arch/mips/include: cpu.h src/sys/arch/mips/mips: mips_machdep.c Log Message: rename pridtab{}::cpu_name to cpu_displayname. should fix a build error reported by h...@. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/mips/include/cpu.h cvs rdiff -u -r1.224 -r1.225 src/sys/arch/mips/mips/mips_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/i386/conf
Module Name:src Committed By: jruoho Date: Sat Jan 23 15:40:14 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: ACPI_BAT_DEBUG is no more. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sys/arch/i386/conf/ALL 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: Sat Jan 23 15:06:47 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: Cleanup: * Remove ACPI_BAT_DEBUG. * Reduce the amount of error reporting. * Remove the internal bookkeeping flags. * Remove the debugging functions used to print status and information changes. This information is fully conveyed in the output of envstat(8). * Always evaluate _STA. If it fails or the battery is not present, mark all remaining sensors as invalid. This will eliminate the convoluted update routine. * Semantics. Over 200 LOC was eliminated, but functional change should again be minimal. ok jmcneill@, pgoyette@ To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/acpi/acpi_bat.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/acpi
Module Name:src Committed By: jruoho Date: Sat Jan 23 13:32:45 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c Log Message: Correct the type also in the WMI write method. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/wmi_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/acpi
Module Name:src Committed By: jruoho Date: Sat Jan 23 12:48:19 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c Log Message: * Fix the type of the input buffer in the WMI method call. * Do not error out if the flags field is is 0x00. Observed by ceg...@. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/wmi_acpi.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/wpa/wpa_supplicant
Module Name:src Committed By: wiz Date: Sat Jan 23 10:47:04 UTC 2010 Modified Files: src/usr.sbin/wpa/wpa_supplicant: wpa_supplicant.8 Log Message: -f is not mandatory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 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: wiz Date: Sat Jan 23 10:41:42 UTC 2010 Modified Files: src/share/man/man4: ddb.4 Log Message: Bump date for PowerPC descriptions. Make HTML-ready. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/share/man/man4/ddb.4 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/comp
Module Name:src Committed By: wiz Date: Sat Jan 23 10:40:58 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add obsolete entries for percpu_init{,_cpu}(9). As the comment on top says, entries shouldn't be removed, but marked as obsolete instead. Hi rmind! To generate a diff of this commit: cvs rdiff -u -r1.1371 -r1.1372 src/distrib/sets/lists/comp/mi 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: Sat Jan 23 10:38:17 UTC 2010 Modified Files: src/share/man/man9: edid.9 Log Message: Remove xref to itself from SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/edid.9 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: Sat Jan 23 10:37:21 UTC 2010 Modified Files: src/share/man/man9: percpu.9 Log Message: Remove trailing whitespace, fix xref to xcall. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/percpu.9 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: Sat Jan 23 10:37:02 UTC 2010 Modified Files: src/share/man/man9: pool_cache.9 Log Message: Whitespace fix. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pool_cache.9 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: Sat Jan 23 10:36:42 UTC 2010 Modified Files: src/share/man/man9: xcall.9 Log Message: Fix Dt, remove trailing whitespace, sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/xcall.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.