CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 13 08:13:42 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h locore.h src/sys/arch/mips/mips [matt-nb5-mips64]: mips_emul.c mips_machdep.c trap.c Log Message: Fix emulation to

CVS commit: src/tests

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 08:55:20 UTC 2012 Modified Files: src/tests: README Log Message: Add RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/README Please note that diffs are not public domain; they are subject

CVS commit: src/distrib/sets/lists/comp

2012-02-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Feb 13 12:49:27 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: No need for quotadump.debug. quotadump is a link to repquota, and will use its debug file. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 12:49:35 UTC 2012 Modified Files: src/share/man/man9: vnodeops.9 Log Message: Add locking description to some functions. Add FILES section referencing source code. From Julian Fagir in PR 45988. To generate a diff of

CVS commit: src/external/cddl/osnet/lib/libdtrace

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 12:52:54 UTC 2012 Modified Files: src/external/cddl/osnet/lib/libdtrace: Makefile Log Message: Use the correct MACHINE_ARCH for amd64. Remove temporary hack while here. From Henning Petersen in PR 46001. To generate a

CVS commit: src/bin/ps

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 12:55:28 UTC 2012 Modified Files: src/bin/ps: print.c Log Message: Remove unused variable. From cppcheck via Henning Petersen in PR 46002. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sbin/newfs

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 12:59:56 UTC 2012 Modified Files: src/sbin/newfs: mkfs.c newfs.c Log Message: Remove unused variables. From cppcheck via Henning Petersen in PR 46004. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112

CVS commit: src/share/man/man9

2012-02-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Feb 13 13:01:39 UTC 2012 Modified Files: src/share/man/man9: vfsops.9 Log Message: Fix copyin/copyout sections in xrefs. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/vfsops.9 Please note

CVS commit: src/crypto/dist/ipsec-tools/src/libipsec

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 13:03:06 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec: pfkey.c Log Message: Use the correct constant. From FreeBSD via Henning Petersen in PR 46005. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 13:05:36 UTC 2012 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_module.c Log Message: Use the correct path in dt_module.c. From clang via Henning Petersen in PR 46009. To generate a diff of this

CVS commit: src/lib/libc/sys

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 13:22:09 UTC 2012 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: Merge descriptions for same error code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/sys/__quotactl.2 Please

CVS commit: src/share/man/man9

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 13:24:18 UTC 2012 Modified Files: src/share/man/man9: vfsops.9 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/share/man/man9/vfsops.9 Please note that diffs are

CVS commit: src/usr.sbin/repquota

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 13:37:45 UTC 2012 Modified Files: src/usr.sbin/repquota: repquota.8 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/repquota/repquota.8 Please note that

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

2012-02-13 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Feb 13 13:44:14 UTC 2012 Modified Files: src/sys/arch/powerpc/powerpc: vm_machdep.c Log Message: Allow all physical addresses from 0 to 0x in cpu_uarea_alloc(). This fixes a panic with amigappc, which has RAM starting at

CVS commit: src/sys/dev/usb

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 14:36:39 UTC 2012 Modified Files: src/sys/dev/usb: files.usb Log Message: Add missing dependency for uts. From Pierre Pronchery khor...@defora.org in PR 45872. To generate a diff of this commit: cvs rdiff -u -r1.119

CVS commit: othersrc/usr.bin/protoz

2012-02-13 Thread Alan Barrett
Module Name:othersrc Committed By: apb Date: Mon Feb 13 15:04:49 UTC 2012 Modified Files: othersrc/usr.bin/protoz: protoz Log Message: Move the sed script into a shell function, and add command line argument processing code to filter stdin to stdout when invoked without

CVS commit: src/lib/libc/gen

2012-02-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Feb 13 16:35:59 UTC 2012 Modified Files: src/lib/libc/gen: posix_spawn.3 Log Message: Fix sched_set{param,scheduler} sections. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/posix_spawn.3

CVS commit: xsrc/external/mit

2012-02-13 Thread Matt Thomas
Module Name:xsrc Committed By: matt Date: Mon Feb 13 16:59:52 UTC 2012 Modified Files: xsrc/external/mit/MesaLib/dist/include/GL: glu.h xsrc/external/mit/MesaLib/dist/src/mesa/math: m_norm_tmp.h xsrc/external/mit/fontconfig/dist/src: fcmatch.c

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

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 13 17:07:45 UTC 2012 Modified Files: src/sys/arch/arm/include: mcontext.h Log Message: Modify __lwp_getprivate_fast to call _lwp_getprivate if the mrc instruction returns 0 (some ARM cores are broken and don't raise an

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

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 13 17:34:21 UTC 2012 Modified Files: src/sys/arch/arm/omap: obio_ohci.c Log Message: Make this compilable again. Use the new defines and switcht to CFATTACH_DECL_NEW. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/dev/usb

2012-02-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 13 17:36:18 UTC 2012 Modified Files: src/sys/dev/usb: umidi.c Log Message: revert prior change to unbind_jacks_from_mididev(), it's wrong. slightly clean up free_all_jacks(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/ffs

2012-02-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 13 17:55:12 UTC 2012 Modified Files: src/tests/fs/ffs: t_miscquota.sh Log Message: Update reference output to match yesterday's fix. ok martin@ for releng To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 13 18:20:26 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h locore.h src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c mem.c mips_machdep.c pmap.c pmap_segtab.c vm_machdep.c

CVS commit: src/share/man/man8/man8.evbarm

2012-02-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Feb 13 18:30:44 UTC 2012 Modified Files: src/share/man/man8/man8.evbarm: bootmini2440.8 Log Message: Small typo in macro (.xr - .Xr). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/doc

2012-02-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 13 19:15:31 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Note removal of quotactl(8) and addition of quotadump(8)/quotarestore(8) for backup purposes. While here, also improve the earlier quota-related

CVS commit: src/sys/arch/usermode/usermode

2012-02-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Feb 13 19:15:59 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: syscall.c Log Message: Add cpu_spawn_return() as per other archs to make it compile. No tests done yet. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/sys

2012-02-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 13 19:50:15 UTC 2012 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: Fix wrong xref; wrote quotactl(8), meant quotacheck(8). ok riz@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src

2012-02-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 13 19:53:26 UTC 2012 Modified Files: src/lib/libc/sys: getrlimit.2 src/share/man/man5: fstab.5 src/usr.bin/quota: quota.1 src/usr.sbin/edquota: edquota.8 src/usr.sbin/quotacheck:

CVS commit: src/sys/arch/atari

2012-02-13 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Feb 13 20:00:00 UTC 2012 Modified Files: src/sys/arch/atari/isa: isa_dma.c src/sys/arch/atari/pci: pci_hades.c Log Message: Build fix - convert to new-style definitions. OK by releng. To generate a diff of this commit:

CVS commit: src

2012-02-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 13 21:03:08 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/kernel: Makefile src/tests/lib/libc/gen: Makefile Added Files:

CVS commit: src/tests/fs/nfs

2012-02-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Feb 13 22:40:43 UTC 2012 Modified Files: src/tests/fs/nfs: Makefile t_rquotad.sh Log Message: When I split non-quota-specific functions out from ../ffs/quotas_common.sh I forgot to ajust this test. Fix PR bin/46015 To

CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 13 23:07:31 UTC 2012 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_page.h uvm_pdaemon.c Log Message: Use separate pending and paging tailq entries. Add a queue check routine to validate the queues aren't corrupt. To

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

2012-02-13 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Feb 13 23:54:58 UTC 2012 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: PAT flags are not under control of Xen domains currently, so there is no point in enabling them. Avoids: - a warning logged by hypervisor when a

CVS commit: src/tests/lib/libc/gen/posix_spawn

2012-02-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 14 00:13:54 UTC 2012 Modified Files: src/tests/lib/libc/gen/posix_spawn: Makefile t_fileactions.c Log Message: Add a few more posix_spawn testcases, which should detect everything that was wrong in the initial version,

CVS commit: src/distrib/sets/lists/tests

2012-02-13 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Feb 14 00:39:09 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Fix the build after ipfilter tests were added. To generate a diff of this commit: cvs rdiff -u -r1.436 -r1.437

CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 14 01:12:43 UTC 2012 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_anon.c uvm_km.c uvm_page.c uvm_pager.c uvm_pdaemon.c uvm_pglist.c Log Message: Add more KASSERTs (more! more! more!). When returning page

CVS commit: [matt-nb5-mips64] src/sys/arch

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 14 01:25:53 UTC 2012 Modified Files: src/sys/arch/algor/algor [matt-nb5-mips64]: machdep.c src/sys/arch/arc/arc [matt-nb5-mips64]: machdep.c src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: machdep.c

CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2012-02-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 14 01:51:12 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: locore.h src/sys/arch/mips/mips [matt-nb5-mips64]: mem.c mips_machdep.c pmap.c vm_machdep.c Log Message: Fix various LP64