CVS commit: src/distrib/sets/lists/tests

2012-03-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar 24 07:03:13 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Mark ipf entries with ipfilter so that MKIPFILTER=no works.


To generate a diff of this commit:
cvs rdiff -u -r1.454 -r1.455 src/distrib/sets/lists/tests/mi

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



CVS commit: src/sbin/newfs_ext2fs

2012-03-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Mar 24 08:22:24 UTC 2012

Modified Files:
src/sbin/newfs_ext2fs: Makefile mke2fs.c

Log Message:
Avoid non-literal format string. Raise WARNS to 4 and disable
sign warnings instead.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/newfs_ext2fs/Makefile
cvs rdiff -u -r1.15 -r1.16 src/sbin/newfs_ext2fs/mke2fs.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

2012-03-24 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 24 16:55:31 UTC 2012

Modified Files:
src/distrib/sparc/bootfs [netbsd-6]: Makefile
src/etc/etc.sparc [netbsd-6]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by martin in ticket #139):
distrib/sparc/bootfs/Makefile: revision 1.40
etc/etc.sparc/Makefile.inc: revision 1.43
Disable generation of boot floppy images for sparc, which do not fit on
floppy disks anymore, to unbreak the build (for now).
If someone feels like adding and testing ustarfs support in the floppy
/boot, please reenable again.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.58.1 src/distrib/sparc/bootfs/Makefile
cvs rdiff -u -r1.42 -r1.42.2.1 src/etc/etc.sparc/Makefile.inc

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-03-24 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 24 16:55:54 UTC 2012

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

Log Message:
Ticket 139


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 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/arch/powerpc/powerpc

2012-03-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar 24 17:52:35 UTC 2012

Modified Files:
src/sys/arch/powerpc/powerpc: vm_machdep.c

Log Message:
When a stack is specified, make sure the stack has enough for a previous
callframe in which the LR can be stored.  (atf test t_clone:clone_basic
now passes).


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/powerpc/powerpc/vm_machdep.c

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



CVS commit: src/external/bsd/ipf/bin

2012-03-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 24 18:27:16 UTC 2012

Modified Files:
src/external/bsd/ipf/bin: Makefile.inc

Log Message:
Set "BINDIR" to get binaries installed in the correct directory.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ipf/bin/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/sets/lists/tests

2012-03-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 24 18:27:53 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Update entries for IPFilter regression tests.


To generate a diff of this commit:
cvs rdiff -u -r1.455 -r1.456 src/distrib/sets/lists/tests/mi

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



CVS commit: src/doc

2012-03-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Mar 24 19:04:06 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
mdocml-1.12.1 out.


To generate a diff of this commit:
cvs rdiff -u -r1.923 -r1.924 src/doc/3RDPARTY

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



CVS commit: src/lib/libedit

2012-03-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 24 20:08:44 UTC 2012

Modified Files:
src/lib/libedit: common.c

Log Message:
>From Jilles Tjoelker:
Do not move the cursor for ed-delete-next-char in emacs mode.
This makes ed-delete-next-char suitable for mapping to the  key.
Behaviour in vi mode is unchanged (for 'x').


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libedit/common.c

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



CVS commit: src/lib/libedit

2012-03-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 24 20:09:30 UTC 2012

Modified Files:
src/lib/libedit: terminal.c terminal.h

Log Message:
From: Jilles Tjoelker: Add a mapping for the cursor delete key


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libedit/terminal.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libedit/terminal.h

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



CVS commit: src/usr.bin/make

2012-03-24 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Sat Mar 24 20:28:42 UTC 2012

Modified Files:
src/usr.bin/make: parse.c

Log Message:
Avoid the need to escape the # in :[#] when parsing conditionals.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/usr.bin/make/parse.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/fstat

2012-03-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 24 21:51:23 UTC 2012

Modified Files:
src/usr.bin/fstat: fstat.c

Log Message:
byte swap the inet6 ports.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/usr.bin/fstat/fstat.c

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



CVS commit: src

2012-03-24 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sun Mar 25 00:11:18 UTC 2012

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/etc/mtree: NetBSD.dist.base
src/share/man/man4: Makefile usb.4
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
src/sys/dev/usb: files.usb usbdevices.config
Added Files:
src/share/man/man4: urtwn.4
src/sys/dev/usb: if_urtwn.c if_urtwn_data.h if_urtwnreg.h if_urtwnvar.h
src/sys/modules/if_urtwn: Makefile if_urtwn.ioconf

Log Message:
Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n 
wireless network devices.


To generate a diff of this commit:
cvs rdiff -u -r1.988 -r1.989 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1384 -r1.1385 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.98 -r1.99 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.582 -r1.583 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/urtwn.4
cvs rdiff -u -r1.96 -r1.97 src/share/man/man4/usb.4
cvs rdiff -u -r1.350 -r1.351 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1067 -r1.1068 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/usb/files.usb
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_urtwn.c \
src/sys/dev/usb/if_urtwn_data.h src/sys/dev/usb/if_urtwnreg.h \
src/sys/dev/usb/if_urtwnvar.h
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/usbdevices.config
cvs rdiff -u -r0 -r1.1 src/sys/modules/if_urtwn/Makefile \
src/sys/modules/if_urtwn/if_urtwn.ioconf

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



CVS commit: src/doc

2012-03-24 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sun Mar 25 00:16:30 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
Mention about urtwn(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1687 -r1.1688 src/doc/CHANGES

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



CVS commit: src/sys/arch/sparc64/sparc64

2012-03-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 25 01:41:04 UTC 2012

Modified Files:
src/sys/arch/sparc64/sparc64: trap.c

Log Message:
print %i7 for data faults


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/sys/arch/sparc64/sparc64/trap.c

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



CVS commit: src/sys/conf

2012-03-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Mar 25 01:56:02 UTC 2012

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
Don't print blank lines when !CTFCONVERT.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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/sys/arch/sparc64/sparc64

2012-03-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 25 02:31:00 UTC 2012

Modified Files:
src/sys/arch/sparc64/sparc64: pmap.c

Log Message:
reduce the #ifdef DEBUG usage by using the optimiser.


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/sys/arch/sparc64/sparc64/pmap.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/sparc64/dev

2012-03-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 25 03:13:08 UTC 2012

Modified Files:
src/sys/arch/sparc64/dev: schizo.c schizoreg.h schizovar.h

Log Message:
- save the "version#" in the softc, we will want it later
- enable some more things in the schizo CSR:
- tomatillo: DMA arbitration enable:
- tomatillo: prefetch read multiple / one / line
- schizo: enable parking unless "no-bus-parking" is set
- schizo: enable streaming buffer interrupts
- schizo: enable bus arbitration for schizo, not these reseved
  bits for tomatillo

partly from and entirely inspired by freebsd schizo_attach().


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc64/dev/schizoreg.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc64/dev/schizovar.h

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



CVS commit: src/sys/arch/sparc64/dev

2012-03-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 25 03:51:33 UTC 2012

Modified Files:
src/sys/arch/sparc64/dev: iommu.c iommuvar.h

Log Message:
replace splhigh() usage with an IPL_HIGH mutex.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/sparc64/dev/iommu.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sparc64/dev/iommuvar.h

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



CVS commit: src/tests/lib/librt

2012-03-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 04:11:42 UTC 2012

Modified Files:
src/tests/lib/librt: t_sched.c

Log Message:
use check_eq instead of require.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librt/t_sched.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/passwd

2012-03-24 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Mar 25 05:55:07 UTC 2012

Modified Files:
src/usr.bin/passwd: local_passwd.c yp_passwd.c

Log Message:
fix non-PAM build


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/passwd/local_passwd.c
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/passwd/yp_passwd.c

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



CVS commit: xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64

2012-03-24 Thread Joerg Sonnenberger
Module Name:xsrc
Committed By:   joerg
Date:   Sun Mar 25 06:52:42 UTC 2012

Modified Files:
xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64: mach64_dd.c

Log Message:
Be UTF8 clean with the source code.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.c

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



CVS commit: src/tests/include

2012-03-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Mar 25 06:54:04 UTC 2012

Modified Files:
src/tests/include: t_bitstring.c

Log Message:
Use array access


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/include/t_bitstring.c

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



CVS commit: src

2012-03-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Mar 25 06:55:20 UTC 2012

Modified Files:
src/lib/csu/common: Makefile.inc
src/sys/conf: Makefile.kern.inc
src/sys/modules: Makefile.assym

Log Message:
Don't pass assembler flags to genassym, it doesn't compile.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/csu/common/Makefile.inc
cvs rdiff -u -r1.154 -r1.155 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/Makefile.assym

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