CVS commit: src/sys/kern

2013-02-09 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Feb  9 11:04:33 UTC 2013

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

Log Message:
Fix LOCKDEBUG build.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/kern/subr_lockdebug.c

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



CVS commit: src/distrib/utils/embedded/conf

2013-02-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb  9 11:07:26 UTC 2013

Modified Files:
src/distrib/utils/embedded/conf: rpi.conf

Log Message:
add missing }


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/utils/embedded/conf/rpi.conf

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



CVS commit: src/distrib/utils/embedded

2013-02-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb  9 11:15:14 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
fix usage


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/utils/embedded/mkimage

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



CVS commit: src/distrib/utils/embedded/conf

2013-02-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb  9 11:19:55 UTC 2013

Modified Files:
src/distrib/utils/embedded/conf: beagleboard.conf

Log Message:
keep beagleboard conf in sync with rpi


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/utils/embedded/conf/beagleboard.conf

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



CVS commit: src/distrib/utils/embedded

2013-02-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb  9 11:20:56 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
fix usage again -- -D specifies destdir not releasedir
include conf/${h}.conf not conf/rpi.conf
fix ./mkimage: line 110: "7" - 1 : syntax error: operand expected (error token 
is ""7" - 1 ")


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/utils/embedded/mkimage

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

2013-02-09 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Feb  9 11:22:51 UTC 2013

Modified Files:
src/sys/arch/powerpc/ibm4xx: trap_subr.S

Log Message:
Fix KASSERT(l == curlwp)ed in mi_switch().  Don't use INTSTK of cpu_info in
INTR_PROLOG when user-mode.  Interrupted user context switches to newlwp, if
sched tick.  This context must save to USPACE.
When use our INTSTK?


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/powerpc/ibm4xx/trap_subr.S

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



CVS commit: src/share/mk

2013-02-09 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sat Feb  9 12:17:21 UTC 2013

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

Log Message:
typo in a MKDEBUGLIB part


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 src/share/mk/bsd.lib.mk

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



CVS commit: src/sys/arch/arm/omap

2013-02-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb  9 13:29:00 UTC 2013

Modified Files:
src/sys/arch/arm/omap: omapfb.c

Log Message:
attach a wsdisplay even if this is not the console device


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/omap/omapfb.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/evbarm/conf

2013-02-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb  9 13:29:36 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBOARD

Log Message:
console device selection is done at runtime now


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/conf/BEAGLEBOARD

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



CVS commit: src/usr.sbin/pf/ftp-proxy

2013-02-09 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Feb  9 15:36:40 UTC 2013

Modified Files:
src/usr.sbin/pf/ftp-proxy: Makefile

Log Message:
Disable -DWITH_NPF for now; will be converted to BPF mechanism.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/pf/ftp-proxy/Makefile

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

2013-02-09 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Feb  9 16:42:45 UTC 2013

Modified Files:
src/sys/dev/usb: if_smscreg.h if_smscvar.h

Log Message:
RCSId police


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/if_smscreg.h \
src/sys/dev/usb/if_smscvar.h

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

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 17:17:36 UTC 2013

Modified Files:
src/distrib/sets/lists/xdebug: shl.mi
src/distrib/sets/lists/xserver: mi

Log Message:
libmesa needs the lib prefix because it is used in LIBDPLIBS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/xdebug/shl.mi
cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/xserver/mi

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



CVS commit: src/external/mit/xorg/lib/dri/libmesa

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 17:18:01 UTC 2013

Modified Files:
src/external/mit/xorg/lib/dri/libmesa: Makefile

Log Message:
explicitly set the prefix here.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/lib/dri/libmesa/Makefile

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



CVS commit: src/share/mk

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 17:18:18 UTC 2013

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

Log Message:
Allow setting _LIB_PREFIX externally.


To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 src/share/mk/bsd.lib.mk

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



CVS commit: src/sys/arch

2013-02-09 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Sat Feb  9 17:42:35 UTC 2013

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

Log Message:
Added wpi(4) to the XEN3_DOM0 kernel for both amd64 and i386
Tested on a Lenovo ThinkPad T60 2007 (amd64)


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/i386/conf/XEN3_DOM0

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/arm/arm32

2013-02-09 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Feb  9 18:29:03 UTC 2013

Modified Files:
src/sys/arch/arm/arm32 [netbsd-6]: pmap.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #803):


revision 1.251
date: 2013/02/01 15:02:31;  author: matt;  state: Exp;  lines: +45 -24
cleanup PVF_WRITE & pvh_attrs interaction.

revision 1.250
date: 2013/01/31 22:01:49;  author: skrll;  state: Exp;  lines: +3 -3
Another typo in a comment.

revision 1.249
date: 2013/01/31 21:57:39;  author: skrll;  state: Exp;  lines: +3 -3
Typo in comment.

revision 1.247
date: 2013/01/11 12:04:00;  author: matt;  state: Exp;  lines: +13 -5
Fix a bug in pmap_modify_pv where we didnt set PVF_WRITE on a page after
changing its mapping to writeable.
Add more KASSERTS
Dont go into DDB by default in pmap_fixup.

revision 1.243
date: 2012/12/10 06:54:23;  author: matt;  state: Exp;  lines: +5 -3
Change a KASSERT to a KASSERTMSG

revision 1.233
date: 2012/08/29 17:08:41;  author: matt;  state: Exp;  lines: +4 -4
Support PMAP_NOCACHE in pmap_kenter_pa

revision 1.232
date: 2012/08/29 05:51:30;  author: matt;  state: Exp;  lines: +3 -3
Use the correct prot mask in vector_page_setprot



To generate a diff of this commit:
cvs rdiff -u -r1.228.2.1 -r1.228.2.2 src/sys/arch/arm/arm32/pmap.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

2013-02-09 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Feb  9 18:32:10 UTC 2013

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

Log Message:
Ticket 803.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-6.1

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



CVS commit: src/etc/etc.evbarm

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 18:49:56 UTC 2013

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
hook image building for rpi.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: src/distrib/utils/embedded

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 18:50:11 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
add tool hooks.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/embedded/mkimage

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



CVS commit: src/etc/etc.evbarm

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 18:59:19 UTC 2013

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
merge back changes I undid


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: src/lib/libm/src

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 19:37:48 UTC 2013

Added Files:
src/lib/libm/src: s_nan.c s_nearbyint.c

Log Message:
add FreeBSD implementations.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/src/s_nan.c \
src/lib/libm/src/s_nearbyint.c

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



CVS commit: src/lib/libm/src

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 19:39:01 UTC 2013

Added Files:
src/lib/libm/src: s_nexttowardf.c

Log Message:
one more


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/src/s_nexttowardf.c

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



CVS commit: src/lib/libm

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 20:19:14 UTC 2013

Modified Files:
src/lib/libm: Makefile
src/lib/libm/src: s_nan.c s_nexttowardf.c

Log Message:
Make this work for NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/lib/libm/Makefile
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_nan.c \
src/lib/libm/src/s_nexttowardf.c

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



CVS commit: src/etc/etc.evbarm

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 20:47:07 UTC 2013

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
get the kernel from the release directory.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: src/distrib/utils/embedded/conf

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 20:47:46 UTC 2013

Modified Files:
src/distrib/utils/embedded/conf: rpi.conf

Log Message:
handle renaming and uncompressing the kernel


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/embedded/conf/rpi.conf

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



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

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 20:48:38 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: mk.rpi

Log Message:
name the kernel like other evbarms


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/mk.rpi

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



CVS commit: src/sys/arch/evbarm/beagle

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 22:11:29 UTC 2013

Modified Files:
src/sys/arch/evbarm/beagle: beagle_machdep.c

Log Message:
fix BEAGLEBONEXM linking


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/beagle/beagle_machdep.c

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



CVS commit: src/lib/libm/src

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 22:32:47 UTC 2013

Added Files:
src/lib/libm/src: s_rintl.c

Log Message:
FreeBSD version


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/src/s_rintl.c

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



CVS commit: src/lib/libm

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 22:33:13 UTC 2013

Modified Files:
src/lib/libm: Makefile
src/lib/libm/src: s_rintl.c

Log Message:
Hook to the build.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/lib/libm/Makefile
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_rintl.c

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



CVS commit: src/lib/libm/src

2013-02-09 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb  9 22:56:00 UTC 2013

Modified Files:
src/lib/libm/src: s_ilogb.c s_ilogbf.c s_ilogbl.c

Log Message:
Use FP_ILOGB0 and FP_ILOGBNAN


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libm/src/s_ilogb.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/src/s_ilogbf.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_ilogbl.c

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



CVS commit: src/include

2013-02-09 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb  9 22:56:20 UTC 2013

Modified Files:
src/include: math.h

Log Message:
Define FP_ILOGB0 and FP_ILOGBNAN


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/include/math.h

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



CVS commit: src/lib/libm/src

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 23:14:44 UTC 2013

Modified Files:
src/lib/libm/src: s_nearbyint.c s_nexttowardf.c s_rintl.c

Log Message:
make these only work for things that have EXT_ foo definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_nearbyint.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/src/s_nexttowardf.c \
src/lib/libm/src/s_rintl.c

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



CVS commit: src/etc/etc.evbarm

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 10 01:24:41 UTC 2013

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
Follow a different approach to install the kernel and compress the image.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: src/distrib/utils/embedded

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 10 01:28:43 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
add compression support.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/utils/embedded/mkimage

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



CVS commit: src/distrib/utils/embedded

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 10 02:09:47 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
- remove dup trap
- compare size to 0 for autosizing
- remove .gz file before compressing.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/utils/embedded/mkimage

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



CVS commit: src/distrib/utils/embedded

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 10 03:09:08 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
really calling disklabel with the arguments of fdisk does not work.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/embedded/mkimage

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