CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: snj Date: Sat Apr 24 07:03:21 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Mention the last couple changes. To generate a diff of this commit: cvs rdiff -u -r1.1.2.227 -r1.1.2.228 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
Module Name:src Committed By: snj Date: Sat Apr 24 06:59:48 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac [netbsd-5]: mdoc.local src/sys/sys [netbsd-5]: param.h Log Message: Welcome to 5.1_RC1! To generate a diff of this commit: cvs rdiff -u -r1.43.4.10 -r1.43.4.11 src/gnu/usr.bin/groff/tmac/mdoc.local cvs rdiff -u -r1.330.4.10 -r1.330.4.11 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: lukem Date: Sat Apr 24 07:57:04 UTC 2010 Modified Files: src/share/mk: bsd.prog.mk Log Message: When extracting separate debug symbols with MKDEBUG, there's no need to leave the original file unstripped... To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/share/mk/bsd.prog.mk 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: lukem Date: Sat Apr 24 08:00:03 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: add missing .debug suffix To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/distrib/sets/lists/tests/mi 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: kiyohara Date: Sat Apr 24 09:39:57 UTC 2010 Modified Files: src/sys/arch/bebox/include: intr.h src/sys/arch/ibmnws/include: intr.h src/sys/arch/mvmeppc/include: intr.h src/sys/arch/ofppc/include: intr.h src/sys/arch/powerpc/include: cpu.h src/sys/arch/powerpc/pic: intr.c picvar.h src/sys/arch/powerpc/powerpc: clock.c src/sys/arch/prep/include: intr.h src/sys/arch/sandpoint/include: intr.h Log Message: Support 64-bit imask for powerpc/pic. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/bebox/include/intr.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ibmnws/include/intr.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mvmeppc/include/intr.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ofppc/include/intr.h cvs rdiff -u -r1.69 -r1.70 src/sys/arch/powerpc/include/cpu.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/pic/intr.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/powerpc/pic/picvar.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/powerpc/clock.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/prep/include/intr.h cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sandpoint/include/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/powerpc/include/ibm4xx
Module Name:src Committed By: kiyohara Date: Sat Apr 24 09:46:22 UTC 2010 Modified Files: src/sys/arch/powerpc/include/ibm4xx: ibm4xx_intr.h Log Message: Support 64-bit imask for powerpc/pic. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/include/ibm4xx/ibm4xx_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/hp700/dev
Module Name:src Committed By: skrll Date: Sat Apr 24 10:41:22 UTC 2010 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: Only post EOI once for shared interrupts. From Mark Kettenis. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/dev/apic.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/pci
Module Name:src Committed By: kiyohara Date: Sat Apr 24 11:26:15 UTC 2010 Modified Files: src/sys/dev/pci: fwohci_pci.c Log Message: Support detach by drvctl(8). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/fwohci_pci.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 Apr 24 13:42:19 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Fix a bug involving acpitz(4) accidentally attaching to the _TZ_ scope. This in turn was caused by a bug in ACPICA, which reports the types of _SB_ and _TZ_ scopes incorrectly for its own internal reasons (utglobal.c): /* * Predefined ACPI Names (Built-in to the Interpreter) * * NOTES: * 1) _SB_ is defined to be a device to allow \_SB_._INI to be run *during the initialization sequence. * 2) _TZ_ is defined to be a thermal zone in order to allow ASL code to *perform a Notify() operation on it. */ Thanks to cegger@ for noticing the bug and testing a fix. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/dev/acpi/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.bin/crunch/crunchgen
Module Name:src Committed By: christos Date: Sat Apr 24 17:58:40 UTC 2010 Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: pass LDSTATIC to recursive makes. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/usr.bin/crunch/crunchgen/crunchgen.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 Apr 24 19:11:48 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Some purely cosmetic editing in the name of readability: clean up the softc and remove unused variables therein, remove unused constants, use ACPI_DEBUG_PRINT, add more detailed comments, et cetera. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/acpi/acpi_tz.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 Apr 24 19:16:10 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Remove retrieving the zone name via something called "REGN". We really should not add code that aims to satisfy some oddball firmware, not in the generic drivers that aim to comply with the specifications. In the long-term this is even worse than quirk tables. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/dev/acpi/acpi_tz.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 Apr 24 19:36:15 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_power.c dalb_acpi.c Log Message: Do not use __func__ with ACPI_DEBUG_PRINT (it already adds it). To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/acpi_power.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/acpi/dalb_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 Apr 24 19:51:15 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Embarrassing typos: _PI_ -> _SI_, _PB_ -> _SB_. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/sys/dev/acpi/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
Module Name:src Committed By: dbj Date: Sat Apr 24 19:58:13 UTC 2010 Modified Files: src/sys/arch/next68k/dev: if_xe.c if_xevar.h mb8795.c mb8795reg.h mb8795var.h nextcons.c nextdma.c nextdmareg.h nextdmavar.h src/sys/arch/next68k/next68k: clock.c nextrom.c nextrom.h src/sys/ufs/ffs: ffs_appleufs.c Log Message: switch from 4 clause to 2 clause BSD license. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/next68k/dev/if_xe.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/next68k/dev/if_xevar.h cvs rdiff -u -r1.48 -r1.49 src/sys/arch/next68k/dev/mb8795.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/next68k/dev/mb8795reg.h cvs rdiff -u -r1.10 -r1.11 src/sys/arch/next68k/dev/mb8795var.h \ src/sys/arch/next68k/dev/nextcons.c cvs rdiff -u -r1.45 -r1.46 src/sys/arch/next68k/dev/nextdma.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/next68k/dev/nextdmareg.h cvs rdiff -u -r1.14 -r1.15 src/sys/arch/next68k/dev/nextdmavar.h cvs rdiff -u -r1.11 -r1.12 src/sys/arch/next68k/next68k/clock.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/next68k/next68k/nextrom.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/next68k/next68k/nextrom.h cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/ffs/ffs_appleufs.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: Sat Apr 24 20:44:33 UTC 2010 Modified Files: src/include: paths.h src/usr.sbin/powerd: powerd.c Log Message: Define _PATH_POWER and use it. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/include/paths.h cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/powerd/powerd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/common
Module Name:src Committed By: snj Date: Sat Apr 24 20:56:19 UTC 2010 Modified Files: src/distrib/notes/common: legal.common Log Message: Another one bites the dust. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/distrib/notes/common/legal.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpcarm/dev
Module Name:src Committed By: nonaka Date: Sat Apr 24 21:21:28 UTC 2010 Modified Files: src/sys/arch/hpcarm/dev: wzero3_kbd.c Log Message: nuke sc_stable_count. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcarm/dev/wzero3_kbd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [rmind-uvmplock] src/sys/uvm
Module Name:src Committed By: rmind Date: Sat Apr 24 21:24:03 UTC 2010 Modified Files: src/sys/uvm [rmind-uvmplock]: uvm_object.c Log Message: Amend previous. To generate a diff of this commit: cvs rdiff -u -r1.7.4.2 -r1.7.4.3 src/sys/uvm/uvm_object.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/ieee1394
Module Name:src Committed By: cegger Date: Sat Apr 24 21:34:29 UTC 2010 Modified Files: src/sys/dev/ieee1394: fwcrom.c Log Message: ANSIfy, KNF To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ieee1394/fwcrom.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/hpcarm/dev
Module Name:src Committed By: nonaka Date: Sat Apr 24 21:51:56 UTC 2010 Modified Files: src/sys/arch/hpcarm/dev: wzero3_kbd.c Log Message: Oops, the direction of the shift is opposite. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hpcarm/dev/wzero3_kbd.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/hpcarm
Module Name:src Committed By: nonaka Date: Sat Apr 24 21:52:34 UTC 2010 Modified Files: src/sys/arch/hpcarm/conf: WZERO3 src/sys/arch/hpcarm/hpcarm: pxa2x0_hpc_machdep.c Log Message: The capacity of RAM is decided according to the model. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcarm/conf/WZERO3 cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_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/dev/i2c
Module Name:src Committed By: tsutsui Date: Sun Apr 25 00:35:58 UTC 2010 Modified Files: src/sys/dev/i2c: i2c_bitbang.c Log Message: Fix typo in comments. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/i2c/i2c_bitbang.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: joerg Date: Sun Apr 25 00:54:46 UTC 2010 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/include: Makefile netdb.h src/lib/libc: Makefile shlib_version src/lib/libc/include: namespace.h src/lib/libc/net: getservbyname_r.c getservbyport_r.c getservent_r.c servent.h src/usr.sbin/services_mkdb: Makefile services_mkdb.8 services_mkdb.c uniq.c Added Files: src/include: cdbr.h cdbw.h src/lib/libc/cdb: Makefile.inc cdb.5 cdbr.3 cdbr.c cdbw.3 cdbw.c src/usr.sbin/services_mkdb: extern.h output_cdb.c output_db.c Log Message: Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). They implement a space efficent write-once database with fast access path. Switch the services(5) database to use cdb. The size of the database file decreases from 2.1MB disk space to 307KB. Access performance is about the same if setservent(0) is used and about an order of magnitude faster otherwise. services_mkdb defaults to the new format, but can optionally create the old db(3) format as well for statically linked legacy applications. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/base/ad.mips64eb \ src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.534 -r1.535 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1435 -r1.1436 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.1204 -r1.1205 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.131 -r1.132 src/include/Makefile cvs rdiff -u -r0 -r1.1 src/include/cdbr.h src/include/cdbw.h cvs rdiff -u -r1.62 -r1.63 src/include/netdb.h cvs rdiff -u -r1.140 -r1.141 src/lib/libc/Makefile cvs rdiff -u -r1.216 -r1.217 src/lib/libc/shlib_version cvs rdiff -u -r0 -r1.1 src/lib/libc/cdb/Makefile.inc src/lib/libc/cdb/cdb.5 \ src/lib/libc/cdb/cdbr.3 src/lib/libc/cdb/cdbr.c src/lib/libc/cdb/cdbw.3 \ src/lib/libc/cdb/cdbw.c cvs rdiff -u -r1.141 -r1.142 src/lib/libc/include/namespace.h cvs rdiff -u -r1.6 -r1.7 src/lib/libc/net/getservbyname_r.c \ src/lib/libc/net/getservbyport_r.c cvs rdiff -u -r1.9 -r1.10 src/lib/libc/net/getservent_r.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/net/servent.h cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/services_mkdb/Makefile cvs rdiff -u -r0 -r1.1 src/usr.sbin/services_mkdb/extern.h \ src/usr.sbin/services_mkdb/output_cdb.c \ src/usr.sbin/services_mkdb/output_db.c cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/services_mkdb/services_mkdb.8 cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/services_mkdb/services_mkdb.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/services_mkdb/uniq.c 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: joerg Date: Sun Apr 25 00:57:12 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Added entry about cdb To generate a diff of this commit: cvs rdiff -u -r1.1382 -r1.1383 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: jruoho Date: Sun Apr 25 06:04:59 UTC 2010 Modified Files: src/share/man/man4: acpitz.4 Log Message: Update this. Remove the nonsense about passive cooling. As there is no known bugs, speak about CAVEATS instead, and add few items to this section as a TODO. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/acpitz.4 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: jruoho Date: Sun Apr 25 06:24:38 UTC 2010 Modified Files: src/share/man/man4: acpilid.4 Log Message: Update this too. As the page was so laconic, and as there is little to write about the driver, add an example on howto put the system into sleep when the lid is closed. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/acpilid.4 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: jruoho Date: Sun Apr 25 06:54:40 UTC 2010 Modified Files: src/share/man/man4: acpitz.4 Log Message: Add also a paragraph about the platform-specific nature of the thermal management. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/acpitz.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.