CVS commit: src/sys/arch/hp700/hp700

2011-12-19 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 19 10:57:00 UTC 2011

Modified Files:
src/sys/arch/hp700/hp700: locore.S

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/hp700/hp700/locore.S

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



CVS commit: src/sys/dev

2011-12-19 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon Dec 19 11:10:08 UTC 2011

Modified Files:
src/sys/dev: rndpseudo.c

Log Message:
make this build with RND_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/rndpseudo.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-12-19 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon Dec 19 11:47:17 UTC 2011

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

Log Message:
as in netkey/key.c, just use cprng_fast() to get a random number
(which is used to choose an SPI), kill the dummy seeding code


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/netipsec/key.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-12-19 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon Dec 19 11:59:59 UTC 2011

Modified Files:
src/sys/netinet: in_pcb.c in_proto.c ip_icmp.c ip_input.c ip_mroute.c
ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c
tcp_usrreq.c udp_usrreq.c
src/sys/netinet6: files.ipsec icmp6.c in6_pcb.c in6_proto.c
ip6_forward.c ip6_input.c ip6_output.c ipsec.c nd6.c nd6_nbr.c
raw_ip6.c
src/sys/netipsec: files.netipsec

Log Message:
rename the IPSEC in-kernel CPP variable and config(8) option to
KAME_IPSEC, and make IPSEC define it so that existing kernel
config files work as before
Now the default can be easily be changed to FAST_IPSEC just by
setting the IPSEC alias to FAST_IPSEC.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.101 -r1.102 src/sys/netinet/in_proto.c
cvs rdiff -u -r1.125 -r1.126 src/sys/netinet/ip_icmp.c
cvs rdiff -u -r1.296 -r1.297 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.121 -r1.122 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.210 -r1.211 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.112 -r1.113 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.318 -r1.319 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.171 -r1.172 src/sys/netinet/tcp_output.c
cvs rdiff -u -r1.244 -r1.245 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.160 -r1.161 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.183 -r1.184 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.6 -r1.7 src/sys/netinet6/files.ipsec
cvs rdiff -u -r1.157 -r1.158 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.116 -r1.117 src/sys/netinet6/in6_pcb.c
cvs rdiff -u -r1.93 -r1.94 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.68 -r1.69 src/sys/netinet6/ip6_forward.c
cvs rdiff -u -r1.133 -r1.134 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.140 -r1.141 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.143 -r1.144 src/sys/netinet6/ipsec.c
cvs rdiff -u -r1.138 -r1.139 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.94 -r1.95 src/sys/netinet6/nd6_nbr.c
cvs rdiff -u -r1.108 -r1.109 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netipsec/files.netipsec

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

2011-12-19 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 19 12:19:27 UTC 2011

Modified Files:
src/sys/dev/pci/hdaudio: hdafg.c

Log Message:
for analog devices codecs, mark the analog beeper pin as a beep generator
to help the parser. makes pcppi beep work again.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/hdaudio/hdafg.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/comp

2011-12-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Dec 19 14:04:56 UTC 2011

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

Log Message:
libgcc_pic is still needed for GCC 4.1.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 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

2011-12-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Dec 19 14:06:17 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
src/sys/arch/i386/conf: Makefile.i386
src/sys/arch/xen/conf: Makefile.xen
src/sys/conf: Makefile.kern.inc

Log Message:
Move Clang-warning flags for ah_regdomain.c into sys/conf, they are
platform independent. Use the selective -Wno-* flags instead of
-Wno-error.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/amd64/conf/Makefile.amd64
cvs rdiff -u -r1.175 -r1.176 src/sys/arch/i386/conf/Makefile.i386
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/xen/conf/Makefile.xen
cvs rdiff -u -r1.149 -r1.150 src/sys/conf/Makefile.kern.inc

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



CVS commit: src/external/bsd/llvm

2011-12-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Dec 19 14:07:40 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMTarget: Makefile
src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile
src/external/bsd/llvm/lib/libclangDriver: Makefile
src/external/bsd/llvm/lib/libclangFrontend: Makefile

Log Message:
Update LLVM/Clang snapshot to r146851. Most noticable, this fixes the
vfork issues with RUMP depending on inlining certain functions and a bad
stdio simplification.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMTarget/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangDriver/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libclangFrontend/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

2011-12-19 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Dec 19 15:09:52 UTC 2011

Modified Files:
src/distrib/sets/lists/comp: md.shark

Log Message:
Add eeprom.debug, and while here sort list.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/sets/lists/comp/md.shark

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



CVS commit: src

2011-12-19 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Mon Dec 19 15:36:27 UTC 2011

Modified Files:
src/lib/libpuffs: framebuf.c
src/sbin/mount_portal: puffs_portal.c

Log Message:
Fix error reporting in puffs_framev_enqueue_waitevent and callers.

ok christos


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libpuffs/framebuf.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/mount_portal/puffs_portal.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-12-19 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Mon Dec 19 16:10:08 UTC 2011

Modified Files:
src/sys/conf: files
src/sys/dist/ipf/netinet: ip_fil_netbsd.c
src/sys/dist/pf/net: if_pfsync.c pf.c

Log Message:
do missing ipsec->kame_ipsec renames


To generate a diff of this commit:
cvs rdiff -u -r1.1033 -r1.1034 src/sys/conf/files
cvs rdiff -u -r1.56 -r1.57 src/sys/dist/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dist/pf/net/if_pfsync.c
cvs rdiff -u -r1.67 -r1.68 src/sys/dist/pf/net/pf.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/xlint/lint1

2011-12-19 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Dec 19 16:52:27 UTC 2011

Modified Files:
src/usr.bin/xlint/lint1: cgram.y

Log Message:
c99: do not warn about trailing comma in enum declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/lint1/cgram.y

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-12-19 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Dec 19 19:09:16 UTC 2011

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

Log Message:
Add knob to turn MULTIPROCESSOR build on for XEN


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/i386/conf/XEN3_DOMU

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



CVS commit: src/sys/dev/usb

2011-12-19 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Dec 19 19:30:12 UTC 2011

Modified Files:
src/sys/dev/usb: ucom.c

Log Message:
Make commented-out code in ucomstop() compilable.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/usb/ucom.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/usb

2011-12-19 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Dec 19 19:34:52 UTC 2011

Modified Files:
src/sys/dev/usb: ucom.c ucomvar.h

Log Message:
const-ify struct ucom_methods pointer within ucom(4).


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/usb/ucom.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/ucomvar.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/usb

2011-12-19 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Dec 19 19:39:51 UTC 2011

Modified Files:
src/sys/dev/usb: ucom.c

Log Message:
It's tp->t_dev, not tp->tp_dev.  Corrects commit prior to previous.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/usb/ucom.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

2011-12-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Dec 19 21:44:08 UTC 2011

Modified Files:
src/sys/dev: rndpseudo.c

Log Message:
Return ENOTTY, not EINVAL, when the ioctl command is unrecognised.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/rndpseudo.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-12-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Dec 19 21:53:52 UTC 2011

Modified Files:
src/sys/compat/common: Makefile
src/sys/dev: rndpseudo.c
Added Files:
src/sys/compat/common: rndpseudo_50.c
src/sys/compat/sys: rnd.h

Log Message:
Add COMPAT_50 and COMPAT_NETBSD32 compatibility code for rnd(4)
ioctl commands.

Tested with "rndctl -ls" using an old 32-bit version of rndctl(8)
(built for NetBSD-5.99.56/i386) and a new 64-bit kernel
(NetBSD-5.99.59/amd64).


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/compat/common/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/compat/common/rndpseudo_50.c
cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/rnd.h
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/rndpseudo.c

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



CVS commit: src/sys/rump/dev/lib/librnd

2011-12-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Dec 19 21:56:18 UTC 2011

Modified Files:
src/sys/rump/dev/lib/librnd: Makefile

Log Message:
SRCS += ${.CURDIR}/../../../../compat/common/rndpseudo_50.c
to fix build errors like this:

DESTDIR/usr/lib/librumpdev_rnd.so: undefined reference to
`rumpns_compat_50_rnd_ioctl'


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/librnd/Makefile

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



CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 19 21:59:46 UTC 2011

Modified Files:
src/external/bsd/atf/dist/atf-run: timer.cpp

Log Message:
Put back setitimer based code for the have-nots: (OS/X Lion)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-run/timer.cpp

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



CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 19 22:25:46 UTC 2011

Modified Files:
src/external/bsd/atf/dist/atf-run: timer.cpp

Log Message:
- make all the ifdefs match
- make it compile, and test


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/atf/dist/atf-run/timer.cpp

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