CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 07:04:18 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Make the ACPIVERBOSE output even prettier by removing cruft. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/sys/dev/acpi/acp

CVS commit: src/share/misc

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 09:57:40 UTC 2010 Modified Files: src/share/misc: acronyms.comp Log Message: Add some common ones. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/share/misc/acronyms.comp Please note that diffs are

CVS commit: src/share/misc

2010-04-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 23 11:00:27 UTC 2010 Modified Files: src/share/misc: acronyms.comp Log Message: Uppercase some proper names and abbreviations (probably more to do here). To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sha

CVS commit: src/external/cddl/osnet

2010-04-23 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Fri Apr 23 11:39:53 UTC 2010 Modified Files: src/external/cddl/osnet/dev/dtrace: dtrace_sysctl.c dtrace_unload.c src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c src/external/cddl/osnet/dev/dtrace/i386: dtrace

CVS commit: src/distrib

2010-04-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Apr 23 14:10:19 UTC 2010 Modified Files: src/distrib/i386/cdroms: Makefile.cdrom src/distrib/sparc64/cdroms/installcd: Makefile Log Message: Um, as has been noted, INSTALL_FILE records what's installed if it's done unprive

CVS commit: src/sys/arch/hp700

2010-04-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 23 15:04:09 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: mainbus.c src/sys/arch/hp700/include: iomod.h Log Message: Don't round the bus space map/unmap requests to page size, but keep track of the exact region

CVS commit: src/sys

2010-04-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Apr 23 15:19:21 UTC 2010 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_10.c netbsd32_compat_20.c netbsd32_compat_30.c netbsd32_compat_43.c netbsd32_compat_50.c netbsd32_event.c netbsd32_exec_ao

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 15:20:35 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c Log Message: When setting the power, always mark the state as invalid on failure, even if going to D0. Also fix a potential NULL pointer dereference in an

CVS commit: src/usr.sbin/route6d

2010-04-23 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Apr 23 15:30:30 UTC 2010 Modified Files: src/usr.sbin/route6d: route6d.c Log Message: no [longer?] need to define _KERNEL when including To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/route6d/rou

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 15:37:01 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c Log Message: Cosmetics: be pedantic and use AE_CTRL_TERMINATE instead of AE_ABORT_METHOD as a condition to break out of a loop. To generate a diff of th

CVS commit: src/sys

2010-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 23 15:38:47 UTC 2010 Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c src/sys/fs/smbfs: smbfs_io.c src/sys/fs/tmpfs: tmpfs_vnops.c src/sys/kern: vfs_vnops.c src/sys/nfs: nfs_bio.c s

CVS commit: src/usr.bin/make/unit-tests

2010-04-23 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Apr 23 15:43:28 UTC 2010 Modified Files: src/usr.bin/make/unit-tests: modmisc test.exp Log Message: PR: 42850 Reviewed by: Reduced the "expected to exist" dirs in path to just / /bin and /tmp and change the "not expected to exis

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 15:46:59 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_pci.c acpi_pci.h Log Message: Simplify acpi_pcidev_find(): directly return a pointer to the device node. To generate a diff of this commit: cvs rdiff -u -r1.9 -

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 15:52:27 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_pci_link.c Log Message: One malloc(9) type is enough for ACPI; use M_ACPI. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/acpi/acpi_p

CVS commit: src/sys

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 16:07:33 UTC 2010 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/i386/include: pcb.h src/sys/arch/x86/x86: sys_machdep.c vm_machdep.c src/sys/compat/linux/arch/i386: linux_exec_mach

CVS commit: src/share/man/man9

2010-04-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Apr 23 16:24:05 UTC 2010 Modified Files: src/share/man/man9: kmem.9 Log Message: Mention that kmem_free(9) may block, just in a case it is not clear. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/m

CVS commit: src/external/cddl/osnet/dev/dtrace

2010-04-23 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Fri Apr 23 16:44:10 UTC 2010 Modified Files: src/external/cddl/osnet/dev/dtrace: dtrace_unload.c Log Message: Add a missing parentheses. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dev/dtra

CVS commit: src/share/misc

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Apr 23 17:34:48 UTC 2010 Modified Files: src/share/misc: acronyms.comp Log Message: minor edits, mostly capitalization. remove FUD since it's in the main acronyms file already. Don't use {a,b} notation for semantically unrel

CVS commit: src/share/misc

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Apr 23 17:43:45 UTC 2010 Modified Files: src/share/misc: acronyms.comp Log Message: + JBOD, NAS, OQL, OWL, RDF, SPARQL, TOS (type of service), UUID To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/share/mi

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 18:51:31 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_power.c acpi_power.h Log Message: Add hw.acpi.power sysctl-node. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/sys/dev/acpi/acpi.c

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 23 19:00:58 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c Log Message: Forgot that the firmware may change the power state behind our back, so actively query the state when the sysctl(8) is invoked. To generate

CVS commit: src/lib/libc/compat/gen

2010-04-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Apr 23 19:04:54 UTC 2010 Modified Files: src/lib/libc/compat/gen: Makefile.inc compat_frexp_ieee754.c compat_ldexp_ieee754.c compat_modf_ieee754.c Log Message: use the local versions of ldexp/frexp/modf again rat

CVS commit: src/sys

2010-04-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Apr 23 19:09:15 UTC 2010 Modified Files: src/sys/kern: kern_malloc_stdtype.c src/sys/sys: malloc.h Log Message: Remove M_IOV (missed in previous commit) and M_1394DATA types. To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libm

2010-04-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Apr 23 19:17:07 UTC 2010 Modified Files: src/lib/libm: Makefile src/lib/libm/arch/i387: s_scalbn.S s_scalbnf.S src/lib/libm/arch/mc68881: s_scalbn.S src/lib/libm/src: e_pow.c e_powf.c e_scalb.c e_scalb

CVS commit: src/sys

2010-04-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Apr 23 19:18:10 UTC 2010 Modified Files: src/sys/arch/alpha/alpha: trap.c src/sys/arch/amd64/amd64: netbsd32_machdep.c trap.c src/sys/arch/arm/arm: arm_machdep.c src/sys/arch/hppa/hppa: trap.c src

CVS commit: src

2010-04-23 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Apr 23 19:21:08 UTC 2010 Modified Files: src/etc/mtree: Makefile src/usr.sbin/postinstall: postinstall Log Message: Do not try in postinstall(8) to replicate the code in etc/mtree/Makefile that assembles /etc/mtree/Net

CVS commit: src/sys/dev/pci/bktr

2010-04-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 23 19:27:35 UTC 2010 Modified Files: src/sys/dev/pci/bktr: bktr_os.c Log Message: don't try to print a bus_space_handle_t now this at least compiles on sparc64 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1

CVS commit: src/sys/kern

2010-04-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Apr 23 19:29:23 UTC 2010 Modified Files: src/sys/kern: subr_time.c Log Message: mq_timed{send,receive}: as required by POSIX, return EINVAL on invalid timeout and thread would have blocked, instead of ETIMEDOUT. Change is to a

CVS commit: src

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 19:41:03 UTC 2010 Modified Files: src/bin/pax: Makefile src/external/bsd/libarchive/bin: Makefile src/external/bsd/libarchive/bin/cpio: Makefile src/external/bsd/libarchive/bin/tar: Makefile

CVS commit: src/external/bsd/pkg_install/dist

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 20:54:17 UTC 2010 Update of /cvsroot/src/external/bsd/pkg_install/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8316 Log Message: pkg_install-20100421: Fix an off-by-one in the check for properly sized pkgdb entries. It reje

CVS commit: src/external/bsd/pkg_install/dist/lib

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 20:55:31 UTC 2010 Modified Files: src/external/bsd/pkg_install/dist/lib: lib.h version.h Removed Files: src/external/bsd/pkg_install/dist/lib: decompress.c Log Message: Merge pkg_install-20100421 To generate a

CVS commit: src/external/bsd/pkg_install/lib

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 20:56:01 UTC 2010 Modified Files: src/external/bsd/pkg_install/lib: Makefile config.h Log Message: Update build glue for pkg_install-20100421 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd

CVS commit: src/sys/dev/pci

2010-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 23 20:56:20 UTC 2010 Modified Files: src/sys/dev/pci: if_iwn.c if_iwnvar.h Log Message: Align usage of *free and *alloc and clean up the firmware read code. This fixes two panics that occur for kernels compiled with DIAG

CVS commit: [rmind-uvmplock] src/sys

2010-04-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Apr 23 21:18:00 UTC 2010 Modified Files: src/sys/kern [rmind-uvmplock]: sysv_shm.c src/sys/uvm [rmind-uvmplock]: uvm_extern.h uvm_object.c Log Message: Use consistent naming - uvm_obj_*(). To generate a diff of this c

CVS commit: src/usr.bin/window

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 22:04:37 UTC 2010 Modified Files: src/usr.bin/window: window.1 Log Message: \\ -> \e Drop redundant .Ic. Add explicit empty argument for intentionally empty bracket and parenthesis. To generate a diff of this commit: c

CVS commit: src/sys/compat/netbsd32

2010-04-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 23 23:05:40 UTC 2010 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_43.c Log Message: Fix compilation. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/compat/netbsd32/netbsd32_compat_43.c

CVS commit: src/games/battlestar

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 00:38:30 UTC 2010 Modified Files: src/games/battlestar: command6.c Log Message: fflush the score file while signals are blocked to decrease the chance of it getting corrupted. To generate a diff of this commit: cvs

CVS commit: src/share/misc

2010-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 24 00:54:07 UTC 2010 Modified Files: src/share/misc: style Log Message: Be explicit about sizeof(*var) being preferred over sizeof(type). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/share/misc/sty

CVS commit: src/games/larn

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 00:56:14 UTC 2010 Modified Files: src/games/larn: scores.c Log Message: Handle the "diedtime" field of the player log (which is not the high scores file, the append-only log of all games) as int32_t instead of time_t.

CVS commit: src/games/larn

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 01:13:37 UTC 2010 Modified Files: src/games/larn: larn.6 Log Message: Document the options that actually exist, instead of some other completely unrelated set. Bump date. (first time since 1993!) To generate a diff

CVS commit: src/lib/libc/gen

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 01:35:51 UTC 2010 Modified Files: src/lib/libc/gen: time.3 Log Message: Edit previous HISTORY patch for style; note our 64-bit time_t change. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/rump/include/rump

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 01:47:34 UTC 2010 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Remove trailing comma in enum, per PR kern/43200. (trailing commas in enums are allowed in C99, but not C89, and possibly not in C++, s

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Apr 24 06:31:44 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c acpi_power.h acpi_tz.c Log Message: Now that we are able to remove references to power resources, provide a detachment routine for acpitz(4). Add comments

CVS commit: src/sys/dev/acpi

2010-04-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Apr 24 06:57:11 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c acpi_util.c acpi_util.h Log Message: Add utility function acpi_get_node(). This retrieves a struct acpi_devnode from a handle. Since this requires access

CVS commit: [netbsd-5] src

2010-04-23 Thread Soren Jacobsen
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