CVS commit: src/sys/kern

2010-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 6 07:46:18 UTC 2010 Modified Files: src/sys/kern: sys_lwp.c Log Message: Follow the correct locking protocol when creating an LWP and the process is stopping. Problem found by running the gdb testsuite (gdb didn't have pt

CVS commit: src

2010-06-06 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 6 08:01:32 UTC 2010 Modified Files: src/doc: CHANGES src/share/man/man9: vnode.9 src/sys/fs/udf: udf_subr.c src/sys/fs/union: union_subr.c src/sys/fs/unionfs: unionfs_subr.c src/sys

CVS commit: src/sys/arch

2010-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 6 09:12:39 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: machdep.c src/sys/arch/hppa/hppa: vm_machdep.c Log Message: Pullup across/adapt fix from OpenBSD: Properly initialize the members of `struct mdproc' th

CVS commit: src/sys/arch/hp700

2010-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 6 10:15:51 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: machdep.c src/sys/arch/hp700/include: cpu.h To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/hp700/hp700/machdep.c cvs rdiff

CVS commit: src/sys/arch/hp700/include

2010-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 6 10:22:43 UTC 2010 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Fix CPU_INFO_FOREACH in previous. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/hp700/include/cpu.h Please

CVS commit: src/sys/dev/acpi

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 10:44:41 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Although sysmon_pswitch_unregister(9) does not currently do anything, in order to be ready for possible future API changes, call it if we failed to

CVS commit: src/sys/arch/m68k/include

2010-06-06 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jun 6 11:41:06 UTC 2010 Modified Files: src/sys/arch/m68k/include: pmap_motorola.h Log Message: Only include opt_m68k_arch.h if _KERNEL_OPT is defined, so that librump builds again. OK'ed by m...@. To generate a diff of this c

CVS commit: src/sys/arch

2010-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 6 12:13:36 UTC 2010 Modified Files: src/sys/arch/hp700/dev: cpu.c src/sys/arch/hp700/hp700: locore.S machdep.c src/sys/arch/hp700/include: cpu.h src/sys/arch/hppa/hppa: copy.S trap.S src/sys/

CVS commit: src/etc

2010-06-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 6 12:37:57 UTC 2010 Modified Files: src/etc: rc.subr Log Message: fix conditional, from dholland. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/etc/rc.subr Please note that diffs are not public do

CVS commit: src/usr.bin/make

2010-06-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 6 17:28:48 UTC 2010 Modified Files: src/usr.bin/make: make.1 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/usr.bin/make/make.1 Please note that diffs are not publ

CVS commit: src/sys/external/intel-public/acpica/dist

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 18:18:09 UTC 2010 Update of /cvsroot/src/sys/external/intel-public/acpica/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11458 Log Message: Import ACPICA 20100528. Status: Vendor Tag: intel Release Tags: acpica-2010

CVS commit: src/sys/external/intel-public/acpica/dist

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 18:28:36 UTC 2010 Modified Files: src/sys/external/intel-public/acpica/dist/common: dmtbinfo.c src/sys/external/intel-public/acpica/dist/debugger: dbcmds.c dbexec.c dbinput.c dbutils.c src/sys

CVS commit: src/sys/external/intel-public/acpica/dist

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 18:33:15 UTC 2010 Modified Files: src/sys/external/intel-public/acpica/dist/debugger: dbdisply.c src/sys/external/intel-public/acpica/dist/include: acutils.h src/sys/external/intel-public/acpica/dist/util

CVS commit: src/sys/external/intel-public/acpica/conf

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 18:34:45 UTC 2010 Modified Files: src/sys/external/intel-public/acpica/conf: files.acpica Log Message: Add new files from ACPICA 20100528. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/exte

CVS commit: src/sys/dev/acpi

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 18:40:51 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_ec.c acpi_wakedev.c Log Message: ACPICA 20100331: Completed a major update for the GPE support in order to improve support for shared GPEs and to

CVS commit: src/sys/dev/acpi

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 18:56:10 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_ec.c Log Message: We can no longer explicitly clear a GPE by calling AcpiClearGpe() in the interrupt handler. However, all edge-triggered GPEs should already be c

CVS commit: src/sys/dev/mii

2010-06-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 6 18:58:22 UTC 2010 Modified Files: src/sys/dev/mii: mii_physubr.c mii_verbose.c mii_verbose.h ukphy.c Log Message: Update miiverbose module to use module_autoload() rather than module_load(). Load the module right befo

CVS commit: src/sys/dev/pci

2010-06-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 6 18:58:24 UTC 2010 Modified Files: src/sys/dev/pci: pci.c pci_subr.c pci_verbose.c pci_verbose.h Log Message: Update pciverbose module to use module_autoload() rather than module_load(). Load the module right before ea

CVS commit: src/sys/dev/usb

2010-06-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 6 18:58:26 UTC 2010 Modified Files: src/sys/dev/usb: ohci.c usb.c usb_subr.c usb_verbose.c usb_verbose.h Log Message: Update usbverbose module to use module_autoload() rather than module_load(). Load the module right be

CVS commit: src/doc

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 19:19:58 UTC 2010 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note the ACPICA update to 20100528. To generate a diff of this commit: cvs rdiff -u -r1.763 -r1.764 src/doc/3RDPARTY cvs rdiff -u -r1.1400 -r1.1

CVS commit: src/external/intel-public/acpica/bin/iasl

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 19:35:39 UTC 2010 Modified Files: src/external/intel-public/acpica/bin/iasl: Makefile Log Message: Add missing files required for iASL from ACPICA 20100528. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/external/intel-public/acpica/dist/common

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 6 19:42:16 UTC 2010 Modified Files: src/sys/external/intel-public/acpica/dist/common: dmtbinfo.c Log Message: Fix a build failure. Apparently upstream does not bother to test-build their own releases. To generate a dif

CVS commit: src/sys/rump/librump/rumpkern

2010-06-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Jun 6 20:09:38 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Make vers.c depend on sys/param.h too, to ensure that this file is regenerated for on kernel version bump. Avoids __NetBSD_V

CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/glint

2010-06-06 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Jun 6 20:10:03 UTC 2010 Modified Files: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/glint: glint.man Log Message: Kill empty .TP. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 \ xsrc/xfree/xc/pro

CVS commit: src/lib/libpuffs

2010-06-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 6 22:44:54 UTC 2010 Modified Files: src/lib/libpuffs: puffs.c Log Message: signal pathconf in the vector of supported ops To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/lib/libpuffs/puffs.c Please n

CVS commit: src/lib/libp2k

2010-06-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 6 22:46:17 UTC 2010 Modified Files: src/lib/libp2k: p2k.c Log Message: Pass VOP_PATHCONF to backend file server. inspired by njoly. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libp2k/p2k.c Ple

CVS commit: src/sys/dev/usb

2010-06-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 6 22:56:48 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs Log Message: Sort Sigmatel products. To generate a diff of this commit: cvs rdiff -u -r1.550 -r1.551 src/sys/dev/usb/usbdevs Please note that diffs are not

CVS commit: src/sys/dev/usb

2010-06-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 6 23:01:05 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Philips SA235 Digital Audio Player. This USB Mass Storage Class device stops responding after a SCSI PREVENT ALLOW MEDIUM REMOVAL command.

CVS commit: src/sys/dev/usb

2010-06-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 6 23:02:32 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regenerate. To generate a diff of this commit: cvs rdiff -u -r1.545 -r1.546 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.546 -r1

CVS commit: src/lib/libpuffs

2010-06-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 6 23:11:05 UTC 2010 Modified Files: src/lib/libpuffs: puffs.c Log Message: Actually, disable pathconf for a while longer: the retval needs a little finetuning (not that everyone is jumping right to using it, but fixing wil

CVS commit: src/sys/dev/scsipi

2010-06-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 7 01:41:40 UTC 2010 Modified Files: src/sys/dev/scsipi: atapiconf.c scsiconf.c scsipi_base.c scsipi_verbose.c scsipiconf.c scsipiconf.h Log Message: Update scsiverbose module to use module_autoload() rather

CVS commit: src/sys/dev/acpi

2010-06-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 7 01:45:28 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_verbose.c acpivar.h Log Message: Update acpiverbose module to use module_autoload() rather than module_load(). Load the module right before each attempt

CVS commit: src/sys/dev/usb

2010-06-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 7 01:56:51 UTC 2010 Modified Files: src/sys/dev/usb: umass_quirks.c Log Message: Four more quirky umass(4)es. These include the Philips SA235, and iRiver iFP-series audio players. Mostly from PR#25440 and PR#43264. To

CVS commit: src/tests/fs/tmpfs

2010-06-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Jun 7 03:39:41 UTC 2010 Modified Files: src/tests/fs/tmpfs: t_create.sh t_mkdir.sh Log Message: Use atf_check to su in a couple cases, to make the test failure easier to understand when the unprivileged user has /sbin/nologin fo

CVS commit: src

2010-06-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Jun 7 03:43:51 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/tests/fs/tmpfs: Atffile Makefile Removed Files: src/tests/fs/tmpfs: t_id_gen.sh Log Message: Remove a test (that a created directory ha

CVS commit: src/sys/dev/acpi

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 04:08:26 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_wakedev.c Log Message: Instead of disabling all GPEs for non-wakedevs, set both runtime and wake GPEs, but unset only wake GPEs. The old behavior was questionable

CVS commit: src/lib/libpthread

2010-06-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 7 04:36:34 UTC 2010 Modified Files: src/lib/libpthread: pthread_create.3 Log Message: Improve wording describing the behavior of the attributes argument, and add reference to pthread_attr(3), as requested in PR 42871. T

CVS commit: src/etc/mtree

2010-06-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 04:48:47 UTC 2010 Modified Files: src/etc/mtree: special Log Message: Add "optional" keyword to rc.d/xdm and rc.d/xfs. Fixes PR misc/43307. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/etc/mtree