CVS commit: src

2011-02-18 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Sat Feb 19 07:11:10 UTC 2011

Modified Files:
src/sbin/raidctl: raidctl.c
src/sys/dev/raidframe: raidframevar.h rf_copyback.c rf_disks.c
rf_netbsdkintf.c rf_reconstruct.c

Log Message:
Define accessors for number of blocks and partition size in the
component label and use them where appropriate.  Disscussed on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sbin/raidctl/raidctl.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/raidframe/raidframevar.h
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/raidframe/rf_copyback.c
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/raidframe/rf_disks.c
cvs rdiff -u -r1.281 -r1.282 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -u -r1.110 -r1.111 src/sys/dev/raidframe/rf_reconstruct.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 19 05:41:38 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: diodevs.h diodevs_data.h

Log Message:
Regen from diodevs rev 1.14:
> Move recently supported framebuffers out of the "unsupported" list.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp300/dev/diodevs.h \
src/sys/arch/hp300/dev/diodevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 19 05:40:59 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: diodevs

Log Message:
Move recently supported framebuffers out of the "unsupported" list.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp300/dev/diodevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 19 05:37:55 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: dnkbdmap.c dnkbdmap.h

Log Message:
u_int8_t -> uint8_t


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp300/dev/dnkbdmap.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp300/dev/dnkbdmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 19 05:36:50 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: hil_intio.c

Log Message:
Actually check that the configured console device is a wsdisplay.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp300/dev/hil_intio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 19 05:35:00 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: hil_intio.c

Log Message:
- make local functions static
- use aprint_erorr(9)
- some KNF


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp300/dev/hil_intio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2011-02-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 19 04:10:47 UTC 2011

Modified Files:
src/sys/net: bpf_filter.c

Log Message:
Use kmem instead of malloc. Requested by rmind.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/net/bpf_filter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb 19 02:22:27 UTC 2011

Modified Files:
src/sys/net: bpf_filter.c

Log Message:
Use __CTASSERT


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/net/bpf_filter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb 19 02:21:21 UTC 2011

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Make __CTASSERT use __COUNTER__ instead of __LINE__ if the cpp supports it.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/lib/libkern

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb 19 02:02:14 UTC 2011

Modified Files:
src/sys/lib/libkern: libkern.h

Log Message:
Define CTASSERT in terms of __CTASSERT


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/lib/libkern/libkern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb 19 02:01:46 UTC 2011

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Add __CTASSERT(x)


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2011-02-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 19 01:12:40 UTC 2011

Modified Files:
src/sys/net: bpf_filter.c

Log Message:
Avoid stack memory disclosure by keeping track during filter validation time
of initialized memory. Idea taken from linux.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/net/bpf_filter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2011-02-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sat Feb 19 00:22:50 UTC 2011

Modified Files:
src/sys/sys: lwp.h

Log Message:
Move lwp_getpcb() into a (_KERNEL || _KMEMUSER) ifdef.  Unbreaks crash(8).


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/sys/lwp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 19 00:13:56 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC

Log Message:
add VCONS_DRAW_INTR


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1016 -r1.1017 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/net

2011-02-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 18 23:41:57 UTC 2011

Modified Files:
src/lib/libc/net: nsdispatch.c

Log Message:
Support the different weakref semantic in GCC 4.2 and clang.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/net/nsdispatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 18 23:38:58 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC

Log Message:
add ifmpls since MPLS was added


To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/csu/common

2011-02-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 18 23:37:36 UTC 2011

Modified Files:
src/lib/csu/common: crt0-common.c

Log Message:
Allow building with the changed weakref semantic in GCC 4.2 and clang.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/common/crt0-common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/pmppc

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 23:13:49 UTC 2011

Modified Files:
src/sys/arch/evbppc/pmppc [matt-nb5-pq3]: machdep.c

Log Message:
Add a call to cpu_model_init() after bss is cleared.


To generate a diff of this commit:
cvs rdiff -u -r1.3.18.1 -r1.3.18.2 src/sys/arch/evbppc/pmppc/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 22:54:27 UTC 2011

Modified Files:
src/sys/dev/pci: aac_pci.c

Log Message:
add Adaptec RAID 3405


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/aac_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 22:53:39 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1054 -r1.1055 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1053 -r1.1054 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 22:52:54 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
add Adaptec RAID 3405


To generate a diff of this commit:
cvs rdiff -u -r1.1057 -r1.1058 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/conf

2011-02-18 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri Feb 18 22:49:03 UTC 2011

Modified Files:
src/sys/conf: files

Log Message:
Compile subr_pcu.c under option PCU.


To generate a diff of this commit:
cvs rdiff -u -r1.999 -r1.1000 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2011-02-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Feb 18 22:45:46 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
pkg_install is now at 20110215


To generate a diff of this commit:
cvs rdiff -u -r1.812 -r1.813 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Feb 18 22:36:00 UTC 2011

Modified Files:
src/external/bsd/pkg_install/dist/lib: version.h

Log Message:
merge pkg_install 20110215


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pkg_install/dist/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Feb 18 22:32:34 UTC 2011

Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29353

Log Message:
Import pkg_install 20110215.

--- 20110215:
Fix audit-history subcommand to include patterns making use of [x-y] notation.

--- 20101212:
Don't warn about _ALPHA, _BETA, _PATCH, _RC, _STABLE mismatches when
pkg_add'ing on NetBSD.

--- 20101122:
Fix crash in pkg_info -X on hand-written packages.

--- 20100915:
Allow https URLs.

--- 20100914:
Add -D flag to pkg_install, to override the "pkg_add -U" check that
all depending packages have their dependencies satisfied by the new
package.  Essentially, split off this particular behavior as a special
case of -f, so that -f works as before, unforced works as before, and
one can give -D to override exactly this check, leaving all other
checks intact.

The -D flag is in support of make replace, as the workflow for make
replace is that inter-package dependencies are sometimes violated (but
then one must replace the depending packages, which is what
pkg_rolling-replace does via the unsafe_depends flags).

Add missing break statement in option parsing of "pkg_add -C", riding
the version bump.

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20110215

U src/external/bsd/pkg_install/dist/add/add.h
U src/external/bsd/pkg_install/dist/add/main.c
U src/external/bsd/pkg_install/dist/add/perform.c
U src/external/bsd/pkg_install/dist/add/pkg_add.1
U src/external/bsd/pkg_install/dist/bpm/bpm.sh.in
U src/external/bsd/pkg_install/dist/bpm/bpm.1
U src/external/bsd/pkg_install/dist/admin/admin.h
U src/external/bsd/pkg_install/dist/admin/audit-packages.8
U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in
U src/external/bsd/pkg_install/dist/admin/audit.c
U src/external/bsd/pkg_install/dist/admin/check.c
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
U src/external/bsd/pkg_install/dist/admin/main.c
U src/external/bsd/pkg_install/dist/admin/pkg_admin.1
U src/external/bsd/pkg_install/dist/create/build.c
U src/external/bsd/pkg_install/dist/create/create.h
U src/external/bsd/pkg_install/dist/create/main.c
U src/external/bsd/pkg_install/dist/create/perform.c
U src/external/bsd/pkg_install/dist/create/pkg_create.1
U src/external/bsd/pkg_install/dist/create/pl.c
U src/external/bsd/pkg_install/dist/create/util.c
U src/external/bsd/pkg_install/dist/delete/pkg_delete.1
U src/external/bsd/pkg_install/dist/delete/pkg_delete.c
U src/external/bsd/pkg_install/dist/info/info.h
U src/external/bsd/pkg_install/dist/info/main.c
U src/external/bsd/pkg_install/dist/info/perform.c
U src/external/bsd/pkg_install/dist/info/pkg_info.1
U src/external/bsd/pkg_install/dist/info/show.c
U src/external/bsd/pkg_install/dist/lib/automatic.c
U src/external/bsd/pkg_install/dist/lib/config.h.in
U src/external/bsd/pkg_install/dist/lib/conflicts.c
U src/external/bsd/pkg_install/dist/lib/defs.h
U src/external/bsd/pkg_install/dist/lib/dewey.c
U src/external/bsd/pkg_install/dist/lib/dewey.h
U src/external/bsd/pkg_install/dist/lib/fexec.c
U src/external/bsd/pkg_install/dist/lib/file.c
U src/external/bsd/pkg_install/dist/lib/global.c
U src/external/bsd/pkg_install/dist/lib/gpgsig.c
U src/external/bsd/pkg_install/dist/lib/iterate.c
U src/external/bsd/pkg_install/dist/lib/lib.h
U src/external/bsd/pkg_install/dist/lib/license.c
U src/external/bsd/pkg_install/dist/lib/lpkg.c
U src/external/bsd/pkg_install/dist/lib/opattern.c
U src/external/bsd/pkg_install/dist/lib/parse-config.c
U src/external/bsd/pkg_install/dist/lib/pkcs7.c
U src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
U src/external/bsd/pkg_install/dist/lib/pkg_io.c
U src/external/bsd/pkg_install/dist/lib/pkg_signature.c
U src/external/bsd/pkg_install/dist/lib/pkg_summary.5
U src/external/bsd/pkg_install/dist/lib/pkgdb.c
U src/external/bsd/pkg_install/dist/lib/pkgsrc.7
U src/external/bsd/pkg_install/dist/lib/plist.c
U src/external/bsd/pkg_install/dist/lib/remove.c
U src/external/bsd/pkg_install/dist/lib/str.c
U src/external/bsd/pkg_install/dist/lib/var.c
U src/external/bsd/pkg_install/dist/lib/version.c
C src/external/bsd/pkg_install/dist/lib/version.h
U src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
U src/external/bsd/pkg_install/dist/lib/xwrapper.c
U src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf
U src/external/bsd/pkg_install/dist/x509/pkgsrc.sh
U src/external/bsd/pkg_install/dist/x509/signing.txt

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jPKGSRC:yesterday -jPKGSRC 
src/external/bsd/pkg_install/dist



CVS commit: src/gnu/usr.bin/gdb6/libgdb

2011-02-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 18 22:27:51 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
bsd-kvm.c needs -D_KMEMUSER now.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/gdb6/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/opencrypto

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 22:02:09 UTC 2011

Modified Files:
src/sys/opencrypto: deflate.c

Log Message:
redo result buffer allocation, to avoid dynamic allocations:
-use exponentially growing buffer sizes instead of just linear extension
-drop the dynamic allocation of buffer metadata introduced in rev.1.8 --
 if the initial array is not sufficient something is wrong
-apply some (arbitrary, heuristic) limit so that compressed data
 which extract into insane amounts of constant data don't kill the system
This addresses PR kern/36864 by Wolfgang Stukenbrock. Some tuning
might be useful, but hopefully this is an improvement already.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/opencrypto/deflate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ppbus

2011-02-18 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Fri Feb 18 21:38:17 UTC 2011

Modified Files:
src/sys/dev/ppbus: ppbus_conf.h

Log Message:
Include  for GPIOMAXNAME to make it compile again when a gpio(4)
device is attached.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ppbus/ppbus_conf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/include

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 21:37:47 UTC 2011

Modified Files:
src/sys/arch/powerpc/include [matt-nb5-pq3]: profile.h

Log Message:
For BookE, PSL_DR/PSL_IR will never be set so we need our own MCOUNT_ENTER
MCOUNT_EXIT.  And if we need to do that, might as well use wrtee to the work
(which will emit the right wrtee/wrteei instructions).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.88.1 src/sys/arch/powerpc/include/profile.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/bind/include/isc

2011-02-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 18 21:25:06 UTC 2011

Modified Files:
src/external/bsd/bind/include/isc: platform.h

Log Message:
undo the thread and atomic lossage of the import.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/bind/include/isc/platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/booke

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 21:17:23 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke [matt-nb5-pq3]: booke_stubs.c

Log Message:
Mark splhigh as __noprofile.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/powerpc/booke/booke_stubs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-pq3] src/sys

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 21:12:17 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke [matt-nb5-pq3]: booke_stubs.c
src/sys/sys [matt-nb5-pq3]: cdefs.h

Log Message:
Add __noprofile attribute and use it to prevent stubs from being profiled.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/booke/booke_stubs.c
cvs rdiff -u -r1.69 -r1.69.14.1 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/powerpc

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 21:08:19 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke: booke_stubs.c
src/sys/arch/powerpc/oea: pmap_kernel.c

Log Message:
Make sure stub routines are not profiled.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/booke/booke_stubs.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/oea/pmap_kernel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 21:06:12 UTC 2011

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Add a __noprofile keyword to disable the profiling of a function.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libedit

2011-02-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 18 20:53:05 UTC 2011

Modified Files:
src/lib/libedit: read.c

Log Message:
PR/44599: Steven Vernon: libedit acts as if no data read if editmode is turned
off because nread is uninitialized in the edit disabled case.
>Confidential:   no
>Severity:   serious
>Priority:   medium
>Responsible:lib-bug-people
>State:  open
>Class:  sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 18 19:35:00 + 2011
>Release:sources as of 2011/02/04
>Organization:


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libedit/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 20:40:58 UTC 2011

Modified Files:
src/sys/netipsec: key.c keydb.h xform.h xform_ah.c xform_esp.c
xform_ipcomp.c xform_ipip.c xform_tcp.c

Log Message:
more "const"


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/netipsec/key.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netipsec/keydb.h
cvs rdiff -u -r1.5 -r1.6 src/sys/netipsec/xform.h
cvs rdiff -u -r1.30 -r1.31 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.27 -r1.28 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.23 -r1.24 src/sys/netipsec/xform_ipcomp.c
cvs rdiff -u -r1.25 -r1.26 src/sys/netipsec/xform_ipip.c
cvs rdiff -u -r1.6 -r1.7 src/sys/netipsec/xform_tcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/opencrypto

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 19:56:02 UTC 2011

Modified Files:
src/sys/opencrypto: cryptodev.c cryptosoft_xform.c

Log Message:
more "const"


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/opencrypto/cryptodev.c
cvs rdiff -u -r1.12 -r1.13 src/sys/opencrypto/cryptosoft_xform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [bouyer-quota2] src/sys

2011-02-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Feb 18 19:54:45 UTC 2011

Modified Files:
src/sys/sys [bouyer-quota2]: stat.h
src/sys/ufs/ffs [bouyer-quota2]: ffs_snapshot.c
src/sys/ufs/ufs [bouyer-quota2]: ufs_bmap.c ufs_readwrite.c ufs_vnops.c

Log Message:
Add a new inode flag, SF_SNAPINVAL, to be set on SF_SNAPSHOT inodes when
the snapshot is invalid.
Set SF_SNAPSHOT | SF_SNAPINVAL early when initializing a snapshot indode,
so that quota are bypassed for allocations on this inode.
Set SF_SNAPSHOT | SF_SNAPINVAL (instead of clearing SF_SNAPSHOT) when
expuge()ing a snapshot inode, so that userland tools working on the
snapshot (e.g. fsck or dump) can properly handle this inode.

The main point at this time is to have fsck_ffs -X properly compute quotas;
as a bonus persistent snapshots files won't show up in a dump(8) from a
snapshot.

This may also help speeding up taking snapshots, by bypassing expuge()
for snapshot inodes completely (but this needs more thoughs).

Briefly discussed with hannken@ in private mail.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.59.8.1 src/sys/sys/stat.h
cvs rdiff -u -r1.102.4.6 -r1.102.4.7 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -u -r1.48 -r1.48.34.1 src/sys/ufs/ufs/ufs_bmap.c
cvs rdiff -u -r1.95 -r1.95.4.1 src/sys/ufs/ufs/ufs_readwrite.c
cvs rdiff -u -r1.186.4.1 -r1.186.4.2 src/sys/ufs/ufs/ufs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 19:27:07 UTC 2011

Modified Files:
src/lib/librumphijack: hijack.c

Log Message:
hijack libc-internal name for lseek so that libc-internal callers
go to the right kernel too.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb 18 19:15:44 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: diofb.c dnkbd.c dvbox.c gbox.c hyper.c rbox.c
topcat.c tvrx.c

Log Message:
Use aprint_normal(9) and variants.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp300/dev/diofb.c \
src/sys/arch/hp300/dev/dvbox.c src/sys/arch/hp300/dev/gbox.c \
src/sys/arch/hp300/dev/hyper.c src/sys/arch/hp300/dev/rbox.c \
src/sys/arch/hp300/dev/tvrx.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp300/dev/dnkbd.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hp300/dev/topcat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb 18 19:15:06 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: sgc.c

Log Message:
Make local functions static.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp300/dev/sgc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 19:06:45 UTC 2011

Modified Files:
src/sys/netipsec: ipsec.c ipsec.h xform.h xform_ah.c xform_esp.c
xform_ipcomp.c xform_ipip.c xform_tcp.c

Log Message:
sprinkle some "const", documenting that the SA is not supposed to
change during an xform operation


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.24 -r1.25 src/sys/netipsec/ipsec.h \
src/sys/netipsec/xform_ipip.c
cvs rdiff -u -r1.4 -r1.5 src/sys/netipsec/xform.h
cvs rdiff -u -r1.29 -r1.30 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.26 -r1.27 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.22 -r1.23 src/sys/netipsec/xform_ipcomp.c
cvs rdiff -u -r1.5 -r1.6 src/sys/netipsec/xform_tcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [bouyer-quota2] src/external/bsd/acpica/bin/iasl

2011-02-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Feb 18 19:05:45 UTC 2011

Modified Files:
src/external/bsd/acpica/bin/iasl [bouyer-quota2]: Makefile

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/external/bsd/acpica/bin/iasl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amd64/amd64

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 18:00:52 UTC 2011

Modified Files:
src/sys/arch/amd64/amd64: db_disasm.c

Log Message:
fix misinterpretation of REX prefixes where use of the accumulator
as operand is hardwired into the instruction code,
mostly from Wolfgang Stukenbrock per PR port-amd64/44405


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/amd64/db_disasm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/acpica/bin/iasl

2011-02-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Feb 18 17:34:22 UTC 2011

Modified Files:
src/external/bsd/acpica/bin/iasl: Makefile

Log Message:
Build this for NetBSD, not Linux. Thanks to Takahiro HAYASHI
for pointing this out.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/acpica/bin/iasl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/acpica/dist/include/platform

2011-02-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Feb 18 17:31:14 UTC 2011

Modified Files:
src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h

Log Message:
Provide ACPI_CAST_PTHREAD_T(x).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/acpica/dist

2011-02-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Feb 18 17:26:08 UTC 2011

Modified Files:
src/sys/external/bsd/acpica/dist: osunixxf.c

Log Message:
Revert previous.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/acpica/dist/osunixxf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 18 16:40:51 UTC 2011

Modified Files:
src/sys/arch/powerpc/oea: pmap.c pmap_kernel.c

Log Message:
Move powerpc_mmap_flags since pmap.c can get compiled multiple time resulting
in multiple defintions of powerpc_mmap_flags.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/powerpc/oea/pmap.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/oea/pmap_kernel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumpclient

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 16:22:10 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.c

Log Message:
I think I skipped the class where they taught that multiplication
is done before addition...


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/librumpclient/rumpclient.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 16:12:26 UTC 2011

Modified Files:
src/sys/netipsec: ipsec_output.c

Log Message:
do proper statistics counting for outbound packets, fixes PR kern/30182
by Gilles Roy


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/netipsec/ipsec_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 16:10:11 UTC 2011

Modified Files:
src/sys/netipsec: ipsec_input.c

Log Message:
deal with IPv6 address scope, so that SA lookup for
link-local addresses works
(PR kern/43071 is related, but refers to KAME IPSEC)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/netipsec/ipsec_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librmt

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 16:10:10 UTC 2011

Modified Files:
src/lib/librmt: rmtlib.c

Log Message:
Improve isrmt() check: it cannot be a rmt fd if there are no pipes
open for the fd.  Prevents collision with rumphijack.

Also, prevent potential hyperspace memory access.

Does someone want to write tests for this facility?


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/librmt/rmtlib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb 18 16:06:20 UTC 2011

Modified Files:
src/sys/arch/hp300/conf: files.hp300

Log Message:
sgc takes slot, not scode.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hp300/conf/files.hp300

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb 18 16:05:22 UTC 2011

Modified Files:
src/sys/arch/hp300/include: bus.h

Log Message:
Add definitions for stream methods.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp300/include/bus.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300/dev

2011-02-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb 18 16:02:48 UTC 2011

Modified Files:
src/sys/arch/hp300/dev: topcat.c

Log Message:
Make local functions and variables static.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp300/dev/topcat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/ffs

2011-02-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Feb 18 14:48:54 UTC 2011

Modified Files:
src/sys/ufs/ffs: ffs_snapshot.c

Log Message:
Initialize error in snapshot_expunge(); if the list is empty error would
be returned uninitialized. t_snapshot_v2 was failing for me when
librumpffs was compiled DGB=-g.
No idea why gcc didn't catch this ...


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/ufs/ffs/ffs_snapshot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [bouyer-quota2] src/sys

2011-02-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Feb 18 14:45:59 UTC 2011

Modified Files:
src/sys/rump/fs/lib/libffs [bouyer-quota2]: Makefile
src/sys/rump/librump/rumpvfs [bouyer-quota2]: Makefile.rumpvfs
src/sys/ufs [bouyer-quota2]: files.ufs

Log Message:
quota2_subr.c is not used outside of ufs_quota2.c in kernel, so make it
compiled conditionally on QUOTA2 again


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.2 -r1.12.4.3 src/sys/rump/fs/lib/libffs/Makefile
cvs rdiff -u -r1.28.4.1 -r1.28.4.2 \
src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
cvs rdiff -u -r1.24.6.4 -r1.24.6.5 src/sys/ufs/files.ufs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 14:44:46 UTC 2011

Modified Files:
src/lib/librumphijack: hijack.c

Log Message:
block cross-kernel rename in the other direction also


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 14:33:11 UTC 2011

Modified Files:
src/lib/librumphijack: hijack.c

Log Message:
fix rename


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules/viadrm

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 14:26:52 UTC 2011

Modified Files:
src/sys/modules/viadrm: Makefile

Log Message:
add via_dmablit


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/viadrm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules/drm

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 14:26:40 UTC 2011

Modified Files:
src/sys/modules/drm: Makefile

Log Message:
add drm_sman, drm_mm, drm_hashtab


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/drm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/drm

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 14:26:10 UTC 2011

Modified Files:
src/sys/external/bsd/drm/conf: files.drm
src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_linux_list.h
drm_memory.c via_drv.c
src/sys/external/bsd/drm/dist/shared-core: via_dma.c via_drm.h
via_drv.h via_irq.c via_map.c via_mm.c via_verifier.c
via_verifier.h via_video.c
Added Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_hashtab.c drm_hashtab.h
drm_mm.c drm_mm.h drm_sman.c drm_sman.h via_dmablit.c via_dmablit.h

Log Message:
sync viadrm with FreeBSD, big new feature is AGP DMA and PCI DMA support


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm/conf/files.drm
cvs rdiff -u -r1.19 -r1.20 src/sys/external/bsd/drm/dist/bsd-core/drmP.h
cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm/dist/bsd-core/drm_hashtab.c \
src/sys/external/bsd/drm/dist/bsd-core/drm_hashtab.h \
src/sys/external/bsd/drm/dist/bsd-core/drm_mm.c \
src/sys/external/bsd/drm/dist/bsd-core/drm_mm.h \
src/sys/external/bsd/drm/dist/bsd-core/drm_sman.c \
src/sys/external/bsd/drm/dist/bsd-core/drm_sman.h \
src/sys/external/bsd/drm/dist/bsd-core/via_dmablit.c \
src/sys/external/bsd/drm/dist/bsd-core/via_dmablit.h
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/sys/external/bsd/drm/dist/bsd-core/drm_linux_list.h
cvs rdiff -u -r1.10 -r1.11 \
src/sys/external/bsd/drm/dist/bsd-core/drm_memory.c
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm/dist/bsd-core/via_drv.c
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm/dist/shared-core/via_dma.c \
src/sys/external/bsd/drm/dist/shared-core/via_drv.h \
src/sys/external/bsd/drm/dist/shared-core/via_irq.c \
src/sys/external/bsd/drm/dist/shared-core/via_map.c \
src/sys/external/bsd/drm/dist/shared-core/via_mm.c \
src/sys/external/bsd/drm/dist/shared-core/via_verifier.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/drm/dist/shared-core/via_drm.h \
src/sys/external/bsd/drm/dist/shared-core/via_verifier.h \
src/sys/external/bsd/drm/dist/shared-core/via_video.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 14:25:04 UTC 2011

Modified Files:
src/lib/librumphijack: hijack.c

Log Message:
uhm, put PF_LOCAL on the socketlist


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/wsfb

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 13:56:59 UTC 2011

Modified Files:
src/sys/dev/wsfb: genfb.c

Log Message:
call vcons_hard_switch to switch to the console screen when entering polling
mode, makes ddb-from-X work with genfb on x86


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/wsfb/genfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/wscons

2011-02-18 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Feb 18 13:56:11 UTC 2011

Modified Files:
src/sys/dev/wscons: wsdisplay_vcons.c wsdisplay_vconsvar.h

Log Message:
add vcons_hard_switch, for switching w/o callouts (eg. entering ddb)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/wscons/wsdisplay_vcons.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/wscons/wsdisplay_vconsvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2011-02-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Feb 18 13:56:03 UTC 2011

Modified Files:
src/sys/dev/acpi: acpi_wakedev.c

Log Message:
A small cleanup for the previous; use kmem(9), add assertions, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/acpi/acpi_wakedev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2011-02-18 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Fri Feb 18 13:24:40 UTC 2011

Modified Files:
src/sys/kern: vfs_wapbl.c

Log Message:
Adjust previous: set the dealloc soft limit to half hard limit.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/vfs_wapbl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 13:10:04 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
hfs


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 13:08:41 UTC 2011

Modified Files:
src/etc/mtree: NetBSD.dist.tests

Log Message:
hfs


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/etc/mtree/NetBSD.dist.tests

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 13:07:54 UTC 2011

Modified Files:
src/tests/fs: Makefile
Added Files:
src/tests/fs/hfs: Makefile colon.hfs.bz2.uue t_pathconvert.c

Log Message:
Add test case for /->: conversion from PR kern/44523 by
Taylor R Campbell.

I adjusted the test to uudecode + bunzip2 the supplied image, and
removed the "null-finder" from the dirent code, since it had an
off-by-one which made the test fail.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/fs/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/fs/hfs/Makefile \
src/tests/fs/hfs/colon.hfs.bz2.uue src/tests/fs/hfs/t_pathconvert.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 13:04:52 UTC 2011

Modified Files:
src/lib/librumphijack: hijack.c

Log Message:
give the signmonkey a banana


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/acpica/dist

2011-02-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Feb 18 13:01:22 UTC 2011

Modified Files:
src/sys/external/bsd/acpica/dist: osunixxf.c

Log Message:
Cast pthread_self(3) to uintptr_t. ACPICA 20100915:

The ACPI_THREAD_ID type is no longer configurable, internally it is now
always UINT64.  This simplifies the ACPICA code, especially any printf
output.  UINT64 is the only common data type for all thread_id types across
all operating systems.  It is now up to the host OSL to cast the native
thread_id type to UINT64 before returning the value to ACPICA (via
AcpiOsGetThreadId).  Lin Ming, Bob Moore.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/sys/external/bsd/acpica/dist/osunixxf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 12:22:46 UTC 2011

Modified Files:
src/lib/librumphijack: rumphijack.3

Log Message:
Document .Ev RUMPHIJACK


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librumphijack/rumphijack.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [bouyer-quota2] src/sys/ufs/ufs

2011-02-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Feb 18 11:46:43 UTC 2011

Modified Files:
src/sys/ufs/ufs [bouyer-quota2]: ufs_quota2.c

Log Message:
Only use B_MODIFY when needed, avoid unecessery copy on write when using
snapshots.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/ufs/ufs/ufs_quota2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 11:41:33 UTC 2011

Modified Files:
src/lib/librumphijack: hijack.c

Log Message:
Use the env variable RUMPHIJACK to specify what facilities should
be hijacked.  If it's not specified, the default is
"path=/rump,socket=all:nolocal".

So, if you're moof and want to relive your domain/os days (??),
you can do this:

pain-rustique:51:~> setenv RUMPHIJACK 'path=//'
pain-rustique:52:~> df //dev
Filesystem   1K-blocks   Used  Avail %Cap Mounted on
rumpfs1  1  0 100% /
pain-rustique:53:~> df /dev
Filesystem   1K-blocks   Used  Avail %Cap Mounted on
/dev/wd0a   1019864 280640 688232  28% /


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/opencrypto

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 10:50:57 UTC 2011

Modified Files:
src/sys/opencrypto: deflate.c

Log Message:
address the obvious byteorder and alignment problems in gzip size/crc
tail, should fix PR kern/44210 by Wolfgang Stukenbrock
being here, fix a bug in crc calculation of decompressed data, and
actually verify the crc


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/opencrypto/deflate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/uvm

2011-02-18 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Feb 18 10:43:53 UTC 2011

Modified Files:
src/sys/uvm: uvm_glue.c

Log Message:
make this build w/o HAVE_CPU_UAREA_ROUTINES


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/uvm/uvm_glue.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/rump_allserver

2011-02-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 18 09:54:03 UTC 2011

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.1 rump_allserver.c

Log Message:
Use "host" instead of the slightly more cryptic "e" to indicate
that the size of the mapping should be taken from the host file
size.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/rump_allserver/rump_allserver.1
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/rump_allserver/rump_allserver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [bouyer-quota2] src/sys/ufs/ffs

2011-02-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Feb 18 09:51:16 UTC 2011

Modified Files:
src/sys/ufs/ffs [bouyer-quota2]: ffs_snapshot.c

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.102.4.5 -r1.102.4.6 src/sys/ufs/ffs/ffs_snapshot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/ffs

2011-02-18 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Fri Feb 18 08:39:13 UTC 2011

Modified Files:
src/sys/ufs/ffs: ffs_snapshot.c

Log Message:
Revert rev. 1.101.  Dead snapshots would hang around until unmount.

Adresses PR #44568 (WAPBL doens't play nice with snapshots).


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/ufs/ffs/ffs_snapshot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.