CVS commit: src/sys/ufs/ufs

2012-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 08:49:02 UTC 2012 Modified Files: src/sys/ufs/ufs: ufs_vfsops.c Log Message: Fix errors in !defined(QUOTA) !defined(QUOTA2) case. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/lib/libperfuse

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 29 09:01:31 UTC 2012 Modified Files: src/lib/libperfuse: debug.c Log Message: Fix 32-bit build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libperfuse/debug.c Please note that diffs are not

CVS commit: src/sys/arch/arm/xscale

2012-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 09:08:05 UTC 2012 Modified Files: src/sys/arch/arm/xscale: pxa2x0_dmac.c Log Message: Handle PXA25x specific DMAC constraints. From kiyohara@. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/doc

2012-01-29 Thread Izumi Tsutsui
) and wakeup_one(9). [rmind 20120128] TrouSerS: Import trousers-0.3.8 [christos 20120127] tpm-tools: Import tpm-tools-1.3.7.1 [christos 20120128] + zaurus: Add PXA25x based Zaurus SL-C700/750/760/860 suuport + ported by TOYOKURA Atsushi. [tsutsui 20120129]

CVS commit: src/sys/arch

2012-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 10:29:53 UTC 2012 Modified Files: src/sys/arch: README Log Message: NetBSD/zaurus now supports SL-C7x0/860/1000/3x00. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/README Please note

CVS commit: src/sys/arch

2012-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 10:32:53 UTC 2012 Modified Files: src/sys/arch: README Log Message: OMRON was Tateisi Electronics, not Tateishi Electric. http://www.omron.com/about/corporate/history/chronicle/ To generate a diff of this commit:

CVS commit: src/etc/etc.zaurus

2012-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 10:36:33 UTC 2012 Modified Files: src/etc/etc.zaurus: Makefile.inc Log Message: Build additional C700 kernel (for now). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/etc/etc.zaurus/Makefile.inc

CVS commit: src/sys/dev/pci

2012-01-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jan 29 11:31:38 UTC 2012 Modified Files: src/sys/dev/pci: pci_subr.c pcivar.h ppb.c Log Message: extend the pci_aprint_devinfo slightly to cover the cases commonly used by drivers: a short name for the quiet/naive case and

CVS commit: src/usr.sbin/perfused

2012-01-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 29 11:32:23 UTC 2012 Modified Files: src/usr.sbin/perfused: perfused.8 Log Message: New sentence, new line. Remove trailing whitespace. Bump PKGREVISION for previous. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/arch/x86/x86

2012-01-29 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Jan 29 11:37:08 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Remove apte related shootdowns. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/arch/x86/x86/pmap.c Please note

CVS commit: src/sys/arch/x86/x86

2012-01-29 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Jan 29 11:37:44 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: remove obsolete comment To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/arch/x86/x86/pmap.c Please note that diffs

CVS commit: src/lib/libc/sys

2012-01-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 29 11:44:54 UTC 2012 Modified Files: src/lib/libc/sys: clone.2 Log Message: Add Nm for __clone, man page is already linked to that name. Noted by Abhinav Upadhyay. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/arch/x86/x86

2012-01-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jan 29 11:45:37 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: don't mess with the PDP pool cache before it is initialized, prevents at least LOCKDEBUG panics To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-01-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jan 29 11:49:02 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: remove incomplete conversion to kmem_alloc -- inconsistent use leads at least to diagnostic panics To generate a

CVS commit: src/sys/arch/sparc/sparc

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 11:49:58 UTC 2012 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: fix sparc after kmem_map is gone To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 src/sys/arch/sparc/sparc/pmap.c Please

CVS commit: src/sys/ufs/ufs

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 11:59:14 UTC 2012 Modified Files: src/sys/ufs/ufs: ufs_quota.c Log Message: sprinkel some #ifdef QUOTA2 to avoid unused variables To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/sys/uvm

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 12:37:01 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c Log Message: size kmem_arena more sanely for small memory machines To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/uvm/uvm_km.c Please

CVS commit: src/sys/arch/x68k/x68k

2012-01-29 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jan 29 12:43:00 UTC 2012 Modified Files: src/sys/arch/x68k/x68k: machdep.c Log Message: Make it compile with EM_DEBUG (..here, EM_ is EXTENDED_MEMORY). To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/kern

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 13:38:15 UTC 2012 Modified Files: src/sys/kern: subr_vmem.c Log Message: move condvar calls under interlock protection call uvm_kick_pdaemon in case we can sleep and no space in arena To generate a diff of this commit:

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

2012-01-29 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Jan 29 14:57:32 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: rump.c vm.c Log Message: Move pool subsystem init from rump__init() to uvm_init(), following kernel code. Fix RUMP_LOCKDEBUG early panic. To generate a

CVS commit: src/sys/arch/amiga/pci

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 15:32:52 UTC 2012 Modified Files: src/sys/arch/amiga/pci: mppb.c p5pb.c Log Message: adapt to extent(9) changes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/pci/mppb.c cvs rdiff -u

CVS commit: src/distrib/notes

2012-01-29 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 29 15:54:36 UTC 2012 Modified Files: src/distrib/notes: Makefile Added Files: src/distrib/notes/ofppc: Makefile contents hardware install legal prep upgrade xfer Log Message: Introduce some initial

CVS commit: src/distrib/utils/sysinst/arch/ofppc

2012-01-29 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 29 16:01:37 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/ofppc: md.c md.h Log Message: Add support for RDB-partitioned disks. When an RDB block was found on the disk we cannot change the disk layout, and

CVS commit: src/sys/arch/sun3/sun3

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 16:24:01 UTC 2012 Modified Files: src/sys/arch/sun3/sun3: dvma.c Log Message: adapt to recent changes in uvm To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sun3/sun3/dvma.c Please note that

CVS commit: src/sys/arch/sun3/sun3

2012-01-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Jan 29 16:24:51 UTC 2012 Modified Files: src/sys/arch/sun3/sun3: pmap.c Log Message: convert from malloc(9) to kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/arch/sun3/sun3/pmap.c Please note

CVS commit: src/sys/kern

2012-01-29 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jan 29 17:27:37 UTC 2012 Modified Files: src/sys/kern: subr_vmem.c Log Message: - vmem_xalloc: remove call to uvm_kick_pdaemon() as it is not right. - Reduce some #ifdefs. Misc. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/i386/conf

2012-01-29 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jan 29 18:29:12 UTC 2012 Modified Files: src/sys/arch/i386/conf: INSTALL_FLOPPY Log Message: Add virtio driver to INSTALL_FLOPPY. Requested by Matthias Scheler t...@netbsd.org for particular cases like

CVS commit: src/sys/sys

2012-01-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Jan 29 18:33:07 UTC 2012 Modified Files: src/sys/sys: socket.h Log Message: Allow using CMSG_NXTHDR with -Wcast-align. If various checks are omitted, the CMSG_NXTHDR macro expands to (struct cmsghdr *)((char *)(cmsg) + \

CVS commit: src/sys/arch/i386/conf

2012-01-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 29 18:55:13 UTC 2012 Modified Files: src/sys/arch/i386/conf: ALL Log Message: options MALLOC_DEBUG is no longer expected to compile, but has not yet been removed. Avoid compiling it here. To generate a diff of this

CVS commit: src/sys

2012-01-29 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jan 29 19:08:26 UTC 2012 Modified Files: src/sys/kern: subr_kcpuset.c src/sys/sys: kcpuset.h Log Message: - Add kcpuset_isotherset() and kcpuset_countset(). - Fix KC_NFIELDS_EARLY. Make kcpuset_isset() return bool.

CVS commit: src/sys/sys

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 29 19:36:15 UTC 2012 Modified Files: src/sys/sys: quota.h quotactl.h Log Message: Move the semantic restriction codes from sys/quotactl.h to sys/quota.h; they're meant to be used by applications and were stuffed into

CVS commit: src/sys/arch/arm/arm32

2012-01-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jan 29 20:16:17 UTC 2012 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Only declare helper variable which is only used in KASSERT() if DIAGNOSTIC is defined, to avoid variable defined but never used warning if

CVS commit: src/sys/kern

2012-01-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Jan 29 20:20:18 UTC 2012 Modified Files: src/sys/kern: subr_pool.c Log Message: Use the same style for initialization of pool_allocator_kmem under POOL_SUBPAGE as all the other poll_allocator structs. Fixes build problem for

CVS commit: src/sys

2012-01-29 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jan 29 22:55:40 UTC 2012 Modified Files: src/sys/kern: init_main.c kern_cpu.c kern_idle.c subr_pserialize.c sys_sched.c src/sys/sys: cpu.h cpu_data.h Log Message: - Add mi_cpu_init() and initialise cpu_lock

CVS commit: src/lib/csu/arch/sh3

2012-01-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 29 23:27:24 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crt0.S Log Message: Since it's in a separate file now, we cannot use direct branch to label. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src

2012-01-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 29 23:29:01 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64

CVS commit: src/sys/sys

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 00:56:20 UTC 2012 Modified Files: src/sys/sys: quota.h Log Message: Add QUOTA_RESTRICT_READONLY, for the nfs quota access code. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/sys/quota.h

CVS commit: src/sys/dev/wscons

2012-01-29 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jan 30 01:54:08 UTC 2012 Modified Files: src/sys/dev/wscons: wsmux.c Log Message: wsmux_getmux: do not increment nwsmux if allocation fails (might cause buffer overflow). Simplify slightly. To generate a diff of this

CVS commit: src/sys/kern

2012-01-29 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jan 30 01:56:48 UTC 2012 Modified Files: src/sys/kern: kern_malloc.c Log Message: - kern_realloc: fix a recent regression, use correct size of current allocation. - kern_malloc: constify. To generate a diff of this commit:

CVS commit: src/sys/arch

2012-01-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 30 04:25:15 UTC 2012 Modified Files: src/sys/arch/sparc/dev: ebus.c sbus.c src/sys/arch/sparc64/dev: ebus.c sbus.c Log Message: avoid writing 1 byte beyond the end of the string promlib.c has given us. instead of

CVS commit: src/sys/kern

2012-01-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 30 05:42:54 UTC 2012 Modified Files: src/sys/kern: kern_malloc.c Log Message: make sure that the 'struct malloc' header on allocations is properly aligned to (ALIGNBYTES+1). this ensures that the memory that malloc(9)

CVS commit: src

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:00:49 UTC 2012 Modified Files: src/lib/libquota: quota_proplib.c src/usr.bin/quota: quota.c Log Message: Remove an old, no longer necessary hack from libquota and handle the relevant case properly in

CVS commit: src/usr.bin/quota

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:02:12 UTC 2012 Modified Files: src/usr.bin/quota: quotautil.c Log Message: Don't strlcpy from a string buffer to itself; the behavior is not defined. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2012-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 30 06:04:32 UTC 2012 Modified Files: src/sys/arch/powerpc/include: param.h Log Message: PowerPC wants 16-byte aligned stacks (for AltiVec). To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/usr.bin/quota

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:14:43 UTC 2012 Modified Files: src/usr.bin/quota: quotautil.c quotautil.h Log Message: Remove stray p in identifier name. This has (as far as I can tell) prevented quotacheck and other old-style quota bits from

CVS commit: src/lib/libquota

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:15:22 UTC 2012 Modified Files: src/lib/libquota: quota_oldfiles.c Log Message: Fix silly bug reading fstab. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/quota_oldfiles.c Please

CVS commit: src/lib/libquota

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:39:26 UTC 2012 Modified Files: src/lib/libquota: quota_nfs.c Log Message: Remove redundant break statement. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libquota/quota_nfs.c Please note