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

2011-10-30 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Oct 30 08:33:43 UTC 2011

Modified Files:
src/sys/arch/amiga/amiga: amiga_bus_simple_4.c

Log Message:
Update comment (mention added 32-bit methods).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amiga/amiga/amiga_bus_simple_4.c

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



CVS commit: src/share/mk

2011-10-30 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 30 08:50:14 UTC 2011

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch powerpc64 to GCC 4.5 and GDB 7.  untested, but it builds which
is a step forward from a week ago.


To generate a diff of this commit:
cvs rdiff -u -r1.686 -r1.687 src/share/mk/bsd.own.mk

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



CVS commit: src

2011-10-30 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Oct 30 11:10:43 UTC 2011

Modified Files:
src/share/man/man4/man4.amiga: efa.4
src/sys/arch/amiga/dev: efa.c

Log Message:
Improve probe procedure in efa(4). Update man apge to reflect this.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.amiga/efa.4
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/dev/efa.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/amiga/conf

2011-10-30 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Oct 30 11:16:05 UTC 2011

Modified Files:
src/sys/arch/amiga/conf: GENERIC.in

Log Message:
Enable efa in GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/amiga/conf/GENERIC.in

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



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

2011-10-30 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Oct 30 11:19:56 UTC 2011

Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL

Log Message:
regen kernel configs


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.273 -r1.274 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/amiga/conf/INSTALL

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



CVS commit: src/sys/nfs

2011-10-30 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Oct 30 12:00:28 UTC 2011

Modified Files:
src/sys/nfs: nfs_serv.c

Log Message:
VOP_GETATTR() needs a shared lock at least.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/nfs/nfs_serv.c

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



CVS commit: src/sys

2011-10-30 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Oct 30 12:12:21 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtio.c virtioreg.h
virtiovar.h

Log Message:
Import of the virtio driver written by MINOURA Makoto 
with minor changes to make it compile an run on -current.  This driver
speeds up disk and network access in virtual environments like KVM.

Enabled on i386 and amd64.  Tested with a CentOS 5.7 x86_64 host.

See http://ozlabs.org/~rusty/virtio-spec/virtio.pdf for the specification.


To generate a diff of this commit:
cvs rdiff -u -r1.337 -r1.338 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.324 -r1.325 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1054 -r1.1055 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.349 -r1.350 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_vioif.c src/sys/dev/pci/ld_virtio.c \
src/sys/dev/pci/viomb.c src/sys/dev/pci/virtio.c \
src/sys/dev/pci/virtioreg.h src/sys/dev/pci/virtiovar.h

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



CVS commit: src/sys/fs/puffs

2011-10-30 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Oct 30 13:24:13 UTC 2011

Modified Files:
src/sys/fs/puffs: puffs_vnops.c

Log Message:
Add a comment that pn_sizemtx should be useless as VOP_GETATTR now
needs a shared lock at least.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/fs/puffs/puffs_vnops.c

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



CVS commit: src/share/man/man4/man4.amiga

2011-10-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct 30 14:31:05 UTC 2011

Modified Files:
src/share/man/man4/man4.amiga: efa.4

Log Message:
Improve wording. Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.amiga/efa.4

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



CVS commit: src/libexec/rshd

2011-10-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct 30 16:54:58 UTC 2011

Modified Files:
src/libexec/rshd: rshd.c

Log Message:
PR/45542: Henning Petersen: Misplaced parenthesis in rshd.c


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/libexec/rshd/rshd.c

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



CVS commit: src/sbin/iscsictl

2011-10-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct 30 18:40:06 UTC 2011

Modified Files:
src/sbin/iscsictl: iscsic_daemonif.c iscsic_driverif.c iscsic_globals.h
iscsic_main.c iscsic_parse.c

Log Message:
remove some lint


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/iscsictl/iscsic_daemonif.c \
src/sbin/iscsictl/iscsic_driverif.c src/sbin/iscsictl/iscsic_parse.c
cvs rdiff -u -r1.2 -r1.3 src/sbin/iscsictl/iscsic_globals.h \
src/sbin/iscsictl/iscsic_main.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/sandpoint/stand/altboot

2011-10-30 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Oct 30 20:42:09 UTC 2011

Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile entry.S
Added Files:
src/sys/arch/sandpoint/stand/altboot: exception.c

Log Message:
Make sure to disable interrupts, as U-Boot may call us with interrupts
enabled, causing quite unpleasant effects (e.g. by decrementer interrupts).

When DEBUG is defined, an exception handler will be installed, which reports
about all exceptions while altboot is running, including register dump and
stack frame backtrace.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sandpoint/stand/altboot/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/stand/altboot/entry.S
cvs rdiff -u -r0 -r1.1 src/sys/arch/sandpoint/stand/altboot/exception.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/sandpoint/stand/altboot

2011-10-30 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Oct 30 21:08:33 UTC 2011

Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c entry.S fxp.c
globals.h nvt.c rge.c skg.c stg.c vge.c

Log Message:
Added in8() and out8() to access a byte with reorder-protection.
Use it in all drivers instead of (volatile uint8_t *).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sandpoint/stand/altboot/brdsetup.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/stand/altboot/dsk.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/stand/altboot/entry.S
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/stand/altboot/fxp.c \
src/sys/arch/sandpoint/stand/altboot/nvt.c \
src/sys/arch/sandpoint/stand/altboot/vge.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sandpoint/stand/altboot/globals.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/stand/altboot/rge.c \
src/sys/arch/sandpoint/stand/altboot/stg.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/stand/altboot/skg.c

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



CVS commit: src/external/gpl3/gdb/lib/libgdb/arch

2011-10-30 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 30 21:33:40 UTC 2011

Modified Files:
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb: config.h defs.mk init.c
src/external/gpl3/gdb/lib/libgdb/arch/mips64el: config.h defs.mk init.c
src/external/gpl3/gdb/lib/libgdb/arch/mipseb: config.h defs.mk init.c
src/external/gpl3/gdb/lib/libgdb/arch/mipsel: config.h defs.mk init.c

Log Message:
regenerate without sim support for now.  (the rest isn't setup.)

mips64el can't debug n32 at all and n64 can't "run" any app.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/init.c
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/init.c
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/mipseb/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/mipseb/init.c
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/mipsel/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/mipsel/init.c

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



CVS commit: src/lib/libc/citrus/modules

2011-10-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct 30 21:48:27 UTC 2011

Modified Files:
src/lib/libc/citrus/modules: citrus_mapper_std.c

Log Message:
Use boolean AND instead of bitwise one in _DIAGASSERT.
>From Henning Petersen in PR 45518.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/citrus/modules/citrus_mapper_std.c

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



CVS commit: src/lib/libc/gen

2011-10-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct 30 21:53:43 UTC 2011

Modified Files:
src/lib/libc/gen: glob.c

Log Message:
PR/45517: Henning Petersen: Add restrict keywords in the definition of glob
to match the declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gen/glob.c

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