Re: CVS commit: src/sys/arch/sandpoint/sandpoint

2012-01-30 Thread Frank Wille
David Young wrote: You should be able to detach it so that you know that the driver can return the hardware to initial conditions, and so that in a modular universe you can unload the old driver software and load new. Ok, you're right. I forgot about the modules. I have reverted my changes.

Re: CVS commit: src

2012-01-30 Thread YAMAMOTO Takashi
hi, is the change in conf/std still necessary? YAMAMOTO Takashi Module Name: src Committed By: tls Date: Sat Dec 17 20:05:40 UTC 2011 Modified Files: src/share/man/man4: rnd.4 src/share/man/man9: cprng.9 rnd.9 src/sys/conf: files

Re: CVS commit: src/sys/kern

2012-01-30 Thread YAMAMOTO Takashi
hi, Module Name: src Committed By: rmind Date: Mon Jan 30 21:05:40 UTC 2012 Modified Files: src/sys/kern: subr_kmem.c Log Message: Fix for KMEM_GUARD; do not use it from interrupt context. kmem_zalloc still seems broken and anyway the test looks too fragile. how about

CVS commit: src/etc/etc.evbarm

2012-01-30 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Jan 30 09:48:12 UTC 2012 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: add the missing backslash. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/etc/etc.evbarm/Makefile.inc Please note

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

2012-01-30 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jan 30 10:33:05 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: On xen, prevent cached PDP objects from being reused by pool_cache(9), since they are pinned on the hypervisor and thus R/O for the domU.

CVS commit: src/sys/arch

2012-01-30 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jan 30 10:55:25 UTC 2012 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message: switch on NetBSD/Xen MULTIPROCESSOR support for domUs as default, for wider testing To

CVS commit: src/sys/arch/sparc64/sparc64

2012-01-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 30 12:19:46 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: Set up cache line sizes early in the MULTIPROCESSOR case (where we already pass by all the notes anyway), and default them to

CVS commit: src/tests/rump/rumpkern

2012-01-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 30 13:05:52 UTC 2012 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: Adjust MEMFREE expected output to recent kmem(9) changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/doc

2012-01-30 Thread Thomas Klausner
/750/760/860 support ported by TOYOKURA Atsushi. [tsutsui 20120129] - evbarm: Add FrindlyARM Mini2440 support. Code was written by Paul - Fleisher. [nisimura 20120130] + evbarm: Add FriendlyARM Mini2440 support. Code was written by Paul + Fleischer. [nisimura 20120130]

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-01-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 30 15:47:01 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: flash_cfi.c Log Message: Revert my last modification. The detach function might make sense to unload and replace a driver module.

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:04:14 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv11061 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U

CVS commit: src/sys/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:05:36 UTC 2012 Update of /cvsroot/src/sys/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv15716 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 C

CVS commit: src/regress/sys/kern/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:06:52 UTC 2012 Update of /cvsroot/src/regress/sys/kern/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv20794 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 C

CVS commit: src/sys/dist/ipf/netinet

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:12:50 UTC 2012 Modified Files: src/sys/dist/ipf/netinet: fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.h ip_fil_compat.c ip_fil_netbsd.c ip_frag.c ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c

CVS commit: src/usr.sbin/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:13:21 UTC 2012 Modified Files: src/usr.sbin/ipf/ipftest: Makefile src/usr.sbin/ipf/libipf: Makefile Log Message: New files imported from IPFilter 5.1.1 need to be added. To generate a diff of this commit:

CVS commit: src/sys/netinet

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:13:44 UTC 2012 Modified Files: src/sys/netinet: files.ipfilter Log Message: New files required to build ipfilter into the kernel To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/dist/pf/usr.sbin/ftp-proxy

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:14:27 UTC 2012 Modified Files: src/dist/pf/usr.sbin/ftp-proxy: ipf.c Log Message: Update ftp-proxy for changes to ipnat_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2012-01-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 30 16:17:14 UTC 2012 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Add permissions support to rump_vop_access(), to be used by rump_vop_lookup(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:44:09 UTC 2012 Modified Files: src/include: quota.h src/lib/libquota: quota_proplib.c quota_schema.c quotapvt.h Log Message: Add quota_getrestrictions() to report the semantic restrictions associated with

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

2012-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 30 16:44:23 UTC 2012 Modified Files: src/sys/arch/x86/x86: ioapic.c Log Message: Mask all i8259 interrupts in ioapic_enable(). Should fix PR kern/45160. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2012-01-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 30 16:44:32 UTC 2012 Update of /cvsroot/src/external/bsd/mdocml/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21577 Log Message: Merge mdocml state from 2012-01-30 for various relaxed checks in the parser to allow it to pass

CVS commit: src

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:45:13 UTC 2012 Modified Files: src/include: quota.h src/lib/libquota: quota_oldfiles.c quota_open.c quota_proplib.c quotapvt.h src/usr.sbin/quotaon: Makefile quotaon.c Log Message: Add

CVS commit: src/usr.bin/quota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:46:30 UTC 2012 Modified Files: src/usr.bin/quota: quota.c Log Message: Remove unused include. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/quota/quota.c Please note that diffs are

CVS commit: src/lib/libquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:52:15 UTC 2012 Modified Files: src/lib/libquota: shlib_version Log Message: Bump libquota minor version (version is now 0.2) because I added some stuff. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/distrib/sets/lists

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:54:47 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

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

2012-01-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 30 17:03:01 UTC 2012 Modified Files: src/external/bsd/mdocml/dist: arch.in compat_fgetln.c lib.in man_term.c mdoc_term.c mdoc_validate.c msec.in read.c roff.c tbl_data.c Log Message: Merge for mdocml 1.20.1pre

CVS commit: src/sys/arch/acorn26/acorn26

2012-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jan 30 17:03:58 UTC 2012 Modified Files: src/sys/arch/acorn26/acorn26: pmap.c Log Message: Convert from malloc()/free() to kmem_* family of functions. Discussed with and some guidance from para@. To generate a diff of this

CVS commit: src/sys/uvm

2012-01-30 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Jan 30 17:22:01 UTC 2012 Modified Files: src/sys/uvm: uvm_pdpolicy_clock.c Log Message: removed code from uvmpdpol_needsscan_p that got there by mistake pointed out by yamt@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2012-01-30 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Jan 30 17:35:18 UTC 2012 Modified Files: src/sys/kern: subr_vmem.c Log Message: do the bookkeeping right To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/subr_vmem.c Please note that diffs are not

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:43:34 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv6771 Log Message: Add the licence file back in. Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U

CVS commit: src/sys/dev/ic

2012-01-30 Thread Michael L. Hitch
Module Name:src Committed By: mhitch Date: Mon Jan 30 17:45:17 UTC 2012 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Allow adapters with SAS/SATA or FC devices to use tagged queuing by the scsipi layer. Can improve write performance on SAS adapters under

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

2012-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 30 17:45:37 UTC 2012 Modified Files: src/sys/arch/x86/x86: ioapic.c Log Message: Need i8259.h for previous. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/ioapic.c Please note that

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:54:34 UTC 2012 Added Files: src/dist/ipf: IPFILTER.LICENCE Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/IPFILTER.LICENCE Please note that diffs are not

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

2012-01-30 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jan 30 17:56:27 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.161 -r1.162 src/sys/arch/x86/x86/pmap.c Please note that diffs

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

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 18:50:45 UTC 2012 Modified Files: src/external/bsd/mdocml/dist: roff.c Log Message: Fix broken build by laundering const. hi joerg To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:16:36 UTC 2012 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: Don't use the old getvfsquota() here. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:17:30 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.8 Log Message: Remove references to -D option. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/edquota/edquota.8 Please

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:18:36 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Rely on libquota for fallback to direct access of old-style quota files. Keep the code around in #if 0 blocks for now, just in case some

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:19:20 UTC 2012 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: Remove dependence on quotaprop.h, also quotautil.c (no longer used). Like repquota, compile in the number of object types for

CVS commit: src/lib/libquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:19:55 UTC 2012 Modified Files: src/lib/libquota: getufsquota.c Log Message: This will need its own compat copy of some of the strings from quotaprop.h even after the latter goes away. To generate a diff of this

CVS commit: src/share/man/man9

2012-01-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Jan 30 19:20:14 UTC 2012 Modified Files: src/share/man/man9: pci.9 Log Message: document pci_aprint_devinfo(9) (not the _fancy variant yet because it is still experimental) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/quota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:21:37 UTC 2012 Removed Files: src/usr.bin/quota: getvfsquota.c getvfsquota.h Log Message: Remove this material, which is no longer used. To generate a diff of this commit: cvs rdiff -u -r1.9 -r0

CVS commit: src/usr.sbin/quotactl

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:23:49 UTC 2012 Added Files: src/usr.sbin/quotactl: proplib-interpreter.c Log Message: Add a copy of the proplib interpreter here so this program will continue to work after it's removed from the kernel. This copy

CVS commit: src/usr.sbin/quotactl

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:28:11 UTC 2012 Modified Files: src/usr.sbin/quotactl: Makefile proplib-interpreter.c quotactl.c Added Files: src/usr.sbin/quotactl: proplib-interpreter.h Log Message: Make it build in userlevel and hook it

CVS commit: src/usr.sbin/quotactl

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:31:31 UTC 2012 Modified Files: src/usr.sbin/quotactl: Makefile proplib-interpreter.c quotactl.c Added Files: src/usr.sbin/quotactl: quotaprop.c quotaprop.h Log Message: Needs its own copy of quotaprop.[ch]

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 19:34:57 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv22439 Log Message: Lost on import of 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 C

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 19:38:45 UTC 2012 Added Files: src/dist/ipf: bpf_filter.c Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/bpf_filter.c Please note that diffs are not public

CVS commit: src/sys/net

2012-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 30 20:01:09 UTC 2012 Modified Files: src/sys/net: route.c Log Message: Count length from the beginning of the structure not the sa_data portion. From skrll@ To generate a diff of this commit: cvs rdiff -u -r1.125

CVS commit: src/sys/net

2012-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 30 20:02:55 UTC 2012 Modified Files: src/sys/net: rtsock.c Log Message: - don't copy past the end of sockaddr if we are rounding, zero it out instead, from mlelstv@ - put a comment explaining the 6 nuls. To generate

CVS commit: src/dist/ipf/tools

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:08:31 UTC 2012 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: Merge error - stale code from HEAD not removed. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipmon.c

CVS commit: src/dist/ipf/ipsend

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:10:27 UTC 2012 Modified Files: src/dist/ipf/ipsend: sbpf.c Log Message: Correct merge error from import. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/ipsend/sbpf.c Please note that

CVS commit: src/sys/dist/ipf/netinet

2012-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 30 20:51:50 UTC 2012 Modified Files: src/sys/dist/ipf/netinet: ip_dns_pxy.c ip_sync.c Log Message: fix printf formats To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/sys/netinet

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 21:10:30 UTC 2012 Modified Files: src/sys/netinet: Makefile Log Message: Patch to include ipf_rb.h missed from merge. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/netinet/Makefile Please

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

2012-01-30 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jan 30 21:35:22 UTC 2012 Modified Files: src/sys/arch/i386/i386: pmc.c Log Message: pmc_init: check ncpu instead of cpus_attached. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/i386/pmc.c

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

2012-01-30 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jan 30 21:47:24 UTC 2012 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: acpi_md_ncpus: use kcpuset_attached instead. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/perfused

2012-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 30 22:49:03 UTC 2012 Modified Files: src/usr.sbin/perfused: debug.c msg.c perfused.c perfused.h Log Message: - remove dup included files - use intptr_t instead of long where appropriate - use perfused_ instead of

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

2012-01-30 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Mon Jan 30 22:51:52 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add ipf_rb.h to setlist -- missed in earlier commits in ipf 5.1.1 import. To generate a diff of this commit: cvs rdiff -u -r1.1727 -r1.1728

CVS commit: src/sys

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 30 23:31:28 UTC 2012 Modified Files: src/sys/arch/powerpc/marvell: pic_discovery.c src/sys/dev/marvell: gtidmac.c src/sys/kern: subr_autoconf.c src/sys/net: bpf_stub.c src/sys/netinet:

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

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 30 23:34:15 UTC 2012 Modified Files: src/sys/arch/powerpc/powerpc: bus_dma.c Log Message: Use ANSI prototype for _bus_dmamem_alloc_range. Caught when compiling with -Wold-style-definition To generate a diff of this

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

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 30 23:34:58 UTC 2012 Modified Files: src/sys/arch/powerpc/include: pio.h Log Message: Switch to using ANSI prototypes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/powerpc/include/pio.h Please

CVS commit: src/sys/uvm

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 31 00:30:52 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c Log Message: Deal with case when kmembase == kmemstart. Use KASSERTMSG for a few KASSERTs Make sure to match the color of the VA when we are allocating a physical

CVS commit: src/sys/dev/rcons

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 31 04:28:03 UTC 2012 Modified Files: src/sys/dev/rcons: raster_op.c raster_text.c Log Message: ANSIfy the prototypes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/rcons/raster_op.c cvs rdiff -u

CVS commit: src/sys/arch/shark

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 31 04:28:50 UTC 2012 Modified Files: src/sys/arch/shark/isa: isa_io.c isadma_machdep.c src/sys/arch/shark/shark: scr.c Log Message: Convert stragglers to use real C89 prototypes. To generate a diff of this commit:

CVS commit: src/sys/arch/arm

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 31 04:31:38 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/omap: omap2_prcm.c Log Message: Convert stragglers to use real C89 prototypes. To generate a diff of this commit: cvs rdiff -u

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

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 31 04:32:08 UTC 2012 Modified Files: src/sys/arch/arm/ofw: openfirm.c Log Message: Use a typedef to cleanup OF_set_callback. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/ofw/openfirm.c

CVS commit: src/sys/conf

2012-01-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 31 05:08:14 UTC 2012 Modified Files: src/sys/conf: files Log Message: igsfb doesn't use rcons, no need to pull it in To generate a diff of this commit: cvs rdiff -u -r1.1041 -r1.1042 src/sys/conf/files Please note

CVS commit: src/etc/etc.evbarm

2012-01-30 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Jan 30 09:48:12 UTC 2012 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: add the missing backslash. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/etc/etc.evbarm/Makefile.inc Please note

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

2012-01-30 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jan 30 10:33:05 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: On xen, prevent cached PDP objects from being reused by pool_cache(9), since they are pinned on the hypervisor and thus R/O for the domU.

CVS commit: src/sys/arch

2012-01-30 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jan 30 10:55:25 UTC 2012 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message: switch on NetBSD/Xen MULTIPROCESSOR support for domUs as default, for wider testing To

CVS commit: src/tests/rump/rumpkern

2012-01-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 30 13:05:52 UTC 2012 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: Adjust MEMFREE expected output to recent kmem(9) changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/doc

2012-01-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 30 13:57:43 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Fix two typos. To generate a diff of this commit: cvs rdiff -u -r1.1661 -r1.1662 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-01-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 30 15:47:01 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: flash_cfi.c Log Message: Revert my last modification. The detach function might make sense to unload and replace a driver module.

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:04:14 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv11061 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U

CVS commit: src/sys/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:05:36 UTC 2012 Update of /cvsroot/src/sys/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv15716 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 C

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:12:05 UTC 2012 Modified Files: src/dist/ipf: HISTORY ip_fil.c ip_lookup.c ip_lookup.h ip_scan.c ipf.h ipt.h kmem.h snoop.h todo src/dist/ipf/etc: protocols services src/dist/ipf/iplang:

CVS commit: src/sys/dist/ipf/netinet

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:12:50 UTC 2012 Modified Files: src/sys/dist/ipf/netinet: fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.h ip_fil_compat.c ip_fil_netbsd.c ip_frag.c ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c

CVS commit: src/usr.sbin/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:13:21 UTC 2012 Modified Files: src/usr.sbin/ipf/ipftest: Makefile src/usr.sbin/ipf/libipf: Makefile Log Message: New files imported from IPFilter 5.1.1 need to be added. To generate a diff of this commit:

CVS commit: src/sys/netinet

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:13:44 UTC 2012 Modified Files: src/sys/netinet: files.ipfilter Log Message: New files required to build ipfilter into the kernel To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/dist/pf/usr.sbin/ftp-proxy

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:14:27 UTC 2012 Modified Files: src/dist/pf/usr.sbin/ftp-proxy: ipf.c Log Message: Update ftp-proxy for changes to ipnat_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2012-01-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 30 16:17:14 UTC 2012 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Add permissions support to rump_vop_access(), to be used by rump_vop_lookup(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:44:09 UTC 2012 Modified Files: src/include: quota.h src/lib/libquota: quota_proplib.c quota_schema.c quotapvt.h Log Message: Add quota_getrestrictions() to report the semantic restrictions associated with

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

2012-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 30 16:44:23 UTC 2012 Modified Files: src/sys/arch/x86/x86: ioapic.c Log Message: Mask all i8259 interrupts in ioapic_enable(). Should fix PR kern/45160. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2012-01-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 30 16:44:32 UTC 2012 Update of /cvsroot/src/external/bsd/mdocml/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21577 Log Message: Merge mdocml state from 2012-01-30 for various relaxed checks in the parser to allow it to pass

CVS commit: src

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:45:13 UTC 2012 Modified Files: src/include: quota.h src/lib/libquota: quota_oldfiles.c quota_open.c quota_proplib.c quotapvt.h src/usr.sbin/quotaon: Makefile quotaon.c Log Message: Add

CVS commit: src/usr.bin/quota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:46:30 UTC 2012 Modified Files: src/usr.bin/quota: quota.c Log Message: Remove unused include. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/quota/quota.c Please note that diffs are

CVS commit: src/lib/libquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:52:15 UTC 2012 Modified Files: src/lib/libquota: shlib_version Log Message: Bump libquota minor version (version is now 0.2) because I added some stuff. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2012-01-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 30 17:03:01 UTC 2012 Modified Files: src/external/bsd/mdocml/dist: arch.in compat_fgetln.c lib.in man_term.c mdoc_term.c mdoc_validate.c msec.in read.c roff.c tbl_data.c Log Message: Merge for mdocml 1.20.1pre

CVS commit: src/sys/arch/acorn26/acorn26

2012-01-30 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jan 30 17:03:58 UTC 2012 Modified Files: src/sys/arch/acorn26/acorn26: pmap.c Log Message: Convert from malloc()/free() to kmem_* family of functions. Discussed with and some guidance from para@. To generate a diff of this

CVS commit: src/sys/uvm

2012-01-30 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Jan 30 17:22:01 UTC 2012 Modified Files: src/sys/uvm: uvm_pdpolicy_clock.c Log Message: removed code from uvmpdpol_needsscan_p that got there by mistake pointed out by yamt@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2012-01-30 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Jan 30 17:35:18 UTC 2012 Modified Files: src/sys/kern: subr_vmem.c Log Message: do the bookkeeping right To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/subr_vmem.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2012-01-30 Thread Michael L. Hitch
Module Name:src Committed By: mhitch Date: Mon Jan 30 17:45:17 UTC 2012 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Allow adapters with SAS/SATA or FC devices to use tagged queuing by the scsipi layer. Can improve write performance on SAS adapters under

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

2012-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 30 17:45:37 UTC 2012 Modified Files: src/sys/arch/x86/x86: ioapic.c Log Message: Need i8259.h for previous. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/ioapic.c Please note that

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:54:34 UTC 2012 Added Files: src/dist/ipf: IPFILTER.LICENCE Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/IPFILTER.LICENCE Please note that diffs are not

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

2012-01-30 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Jan 30 17:56:27 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.161 -r1.162 src/sys/arch/x86/x86/pmap.c Please note that diffs

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

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 18:50:45 UTC 2012 Modified Files: src/external/bsd/mdocml/dist: roff.c Log Message: Fix broken build by laundering const. hi joerg To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:16:36 UTC 2012 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: Don't use the old getvfsquota() here. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:17:30 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.8 Log Message: Remove references to -D option. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/edquota/edquota.8 Please

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:18:36 UTC 2012 Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Rely on libquota for fallback to direct access of old-style quota files. Keep the code around in #if 0 blocks for now, just in case some

CVS commit: src/usr.sbin/edquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:19:20 UTC 2012 Modified Files: src/usr.sbin/edquota: Makefile edquota.c Log Message: Remove dependence on quotaprop.h, also quotautil.c (no longer used). Like repquota, compile in the number of object types for

CVS commit: src/lib/libquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:19:55 UTC 2012 Modified Files: src/lib/libquota: getufsquota.c Log Message: This will need its own compat copy of some of the strings from quotaprop.h even after the latter goes away. To generate a diff of this

  1   2   >