CVS commit: src/lib/librumphijack

2012-04-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 18 10:37:37 UTC 2012

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

Log Message:
poll(), pollts() and select() all return int values, but in the hijack
emulation of them these get passed as exit values from a pthread as
a void* (c.f. pthread_join(), pthread_exit()).
Do not use the address of an int variable for these, but provide the address
of a void* and assign the value afterwards.
Fixes hijacking of pollts/select on 64bit big endian hosts.
Spotted by and fix from pooka.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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/tools

2012-04-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Apr 18 11:28:30 UTC 2012

Modified Files:
src/tools: Makefile.gnuhost

Log Message:
Replace not only space but also '(' and ')' on generating BUILD_PLATFORM
strings to appease shell's echo.
Cygwin's uname -r returns "1.7.9(0.237/5/3)" etc.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/tools/Makefile.gnuhost

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



CVS commit: src/sys/ufs/chfs

2012-04-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr 18 13:31:10 UTC 2012

Modified Files:
src/sys/ufs/chfs: chfs_inode.h chfs_vnops.c

Log Message:
Don't depend on implicit enum casts, be explicit.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/chfs/chfs_inode.h
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/chfs/chfs_vnops.c

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



CVS commit: [yamt-pagecache] src/sys/arch/x86/pci

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:38:27 UTC 2012

Modified Files:
src/sys/arch/x86/pci [yamt-pagecache]: amdnb_misc.c pchb.c pchbvar.h

Log Message:
pull following revisions from trunk so that the kernel at least boot
on my system.
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/pci/pchb.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/pci/pchbvar.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/pci/amdnb_misc.c


To generate a diff of this commit:
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/arch/x86/pci/amdnb_misc.c
cvs rdiff -u -r1.32.2.1 -r1.32.2.2 src/sys/arch/x86/pci/pchb.c
cvs rdiff -u -r1.8 -r1.8.2.1 src/sys/arch/x86/pci/pchbvar.h

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



CVS commit: [yamt-pagecache] src/sys/uvm

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:39:28 UTC 2012

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_page_array.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/uvm/uvm_page_array.h

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



CVS commit: [yamt-pagecache] src/sys/uvm

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:40:06 UTC 2012

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_km.c

Log Message:
byebye VM_MAP_INTRSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.111.2.2 -r1.111.2.3 src/sys/uvm/uvm_km.c

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



CVS commit: [yamt-pagecache] src/sys/uvm

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:40:44 UTC 2012

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_page_array.c

Log Message:
fix DEBUG code


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/uvm/uvm_page_array.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

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:42:11 UTC 2012

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

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/pcu.h

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



CVS commit: src/sys/kern

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:43:13 UTC 2012

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

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_pcu.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

2012-04-18 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Apr 18 13:44:19 UTC 2012

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

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/sys/kern/kern_synch.c

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



CVS commit: src/lib/libpuffs

2012-04-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Apr 18 14:24:26 UTC 2012

Modified Files:
src/lib/libpuffs: puffs.3 puffs_ops.3

Log Message:
Bump date for previous.
New sentence, new line; remove trailing whitespace; fix typos;
punctuation nits.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/lib/libpuffs/puffs.3
cvs rdiff -u -r1.30 -r1.31 src/lib/libpuffs/puffs_ops.3

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



CVS commit: src/external/gpl3/gcc/lib/libmudflap

2012-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 18 19:21:26 UTC 2012

Modified Files:
src/external/gpl3/gcc/lib/libmudflap: Makefile

Log Message:
move include to the gcc-4.5 subdir.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libmudflap/Makefile

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



CVS commit: src/external/gpl3/gcc/lib

2012-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 18 19:22:03 UTC 2012

Modified Files:
src/external/gpl3/gcc/lib: Makefile

Log Message:
add the mudflap include and libraries


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/Makefile

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

2012-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 18 19:29:03 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: mi shl.mi

Log Message:
add mudflap


To generate a diff of this commit:
cvs rdiff -u -r1.1753 -r1.1754 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.217 -r1.218 src/distrib/sets/lists/comp/shl.mi

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



CVS commit: src/include

2012-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 18 19:30:15 UTC 2012

Modified Files:
src/include: stdio.h

Log Message:
specify size of the array to help -fmudflap


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

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



CVS commit: [netbsd-6] src/sys/arch/xen/xen

2012-04-18 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Apr 18 19:53:28 UTC 2012

Modified Files:
src/sys/arch/xen/xen [netbsd-6]: hypervisor.c

Log Message:
Pull up following revision(s) (requested by riz in ticket #184):
sys/arch/xen/xen/hypervisor.c: revision 1.62
Retrive and print the hypervisor "extra" (teeny) version.
>From Manuel Bouyer.


To generate a diff of this commit:
cvs rdiff -u -r1.60.2.1 -r1.60.2.2 src/sys/arch/xen/xen/hypervisor.c

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



CVS commit: [netbsd-6] src/doc

2012-04-18 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Apr 18 19:56:34 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
ticket 184


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-6.0

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



CVS commit: src/sys/dev/scsipi

2012-04-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Apr 18 20:37:49 UTC 2012

Modified Files:
src/sys/dev/scsipi: scsipi_base.c

Log Message:
Fix KASSERT(): autoconf doesn't run under the KERNEL_LOCK


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/sys/dev/scsipi/scsipi_base.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

2012-04-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Apr 18 21:21:59 UTC 2012

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

Log Message:
Add various newer LSI RAID/SAS controllers, from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1115 -r1.1116 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/dev/pci

2012-04-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Apr 18 21:22:28 UTC 2012

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

Log Message:
Regen: Add various newer LSI RAID/SAS controllers


To generate a diff of this commit:
cvs rdiff -u -r1.1109 -r1.1110 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1108 -r1.1109 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/external/gpl3/gcc/lib/libmudflapth

2012-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 18 22:42:21 UTC 2012

Modified Files:
src/external/gpl3/gcc/lib/libmudflapth: Makefile

Log Message:
bad name


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libmudflapth/Makefile

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

2012-04-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 18 22:44:44 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: shl.mi

Log Message:
add _pic files


To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/distrib/sets/lists/comp/shl.mi

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



CVS commit: src/sys/dev/rasops

2012-04-18 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Apr 19 06:57:39 UTC 2012

Modified Files:
src/sys/dev/rasops: rasops.c rasops.h

Log Message:
add another convenience function:
rasops_get_cmap() which returns either the ANSI map or an R3G3B2 map,
depending on the rasops_info handed to it so drivers don't have to
duplicate this particular code snippet


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/rasops/rasops.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

2012-04-18 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Apr 19 06:58:55 UTC 2012

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

Log Message:
use rasops_get_cmap()


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

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