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/a

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 rdif

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

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

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 rdi

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 t

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 r

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/e

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

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

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 ca

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-p

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/lib

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 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 rd