CVS commit: src/sys/dev/usb

2012-06-19 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Jun 19 07:15:42 UTC 2012

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

Log Message:
Typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/sys/dev/usb/ehci.c

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



CVS commit: src/doc

2012-06-19 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Jun 19 10:05:54 UTC 2012

Modified Files:
src/doc: CHANGES CHANGES.prev

Log Message:
Postfix 2.8.11 will be in NetBSD 6.0.


To generate a diff of this commit:
cvs rdiff -u -r1.1710 -r1.1711 src/doc/CHANGES
cvs rdiff -u -r1.107 -r1.108 src/doc/CHANGES.prev

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



CVS commit: src/sys/arch/x68k/stand/libsa

2012-06-19 Thread Minoura Makoto
Module Name:src
Committed By:   minoura
Date:   Tue Jun 19 12:59:17 UTC 2012

Modified Files:
src/sys/arch/x68k/stand/libsa: sdcd.c

Log Message:
Fix CD support (again!).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/stand/libsa/sdcd.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/x68k/stand

2012-06-19 Thread Minoura Makoto
Module Name:src
Committed By:   minoura
Date:   Tue Jun 19 12:59:51 UTC 2012

Modified Files:
src/sys/arch/x68k/stand: Makefile

Log Message:
Descend to xxboot.


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

2012-06-19 Thread Minoura Makoto
Module Name:src
Committed By:   minoura
Date:   Tue Jun 19 13:00:56 UTC 2012

Modified Files:
src/distrib/sets/lists/base: md.x68k

Log Message:
Add xxboot_?fsv?.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/base/md.x68k

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



CVS commit: src/distrib/x68k/cdroms/installcd

2012-06-19 Thread Minoura Makoto
Module Name:src
Committed By:   minoura
Date:   Tue Jun 19 13:01:53 UTC 2012

Modified Files:
src/distrib/x68k/cdroms/installcd: Makefile

Log Message:
The x68k installcd is now bootable.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/x68k/cdroms/installcd/Makefile

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



CVS commit: src/distrib/x68k/floppies/ramdisk

2012-06-19 Thread Minoura Makoto
Module Name:src
Committed By:   minoura
Date:   Tue Jun 19 13:02:48 UTC 2012

Modified Files:
src/distrib/x68k/floppies/ramdisk: list

Log Message:
Recent sysinst seems to require chroot.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/distrib/x68k/floppies/ramdisk/list

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



CVS commit: src/usr.sbin/syslogd

2012-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun 19 13:44:35 UTC 2012

Modified Files:
src/usr.sbin/syslogd: syslogd.c

Log Message:
- fix writev1() to pre-decrement count.
- always open ttys with O_NDELAY.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/usr.sbin/syslogd/syslogd.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/iscsi

2012-06-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun 19 14:19:46 UTC 2012

Modified Files:
src/sys/dev/iscsi: iscsi_send.c

Log Message:
assemble_login_parameters() has a strange error reporting convention:
errors are positive numbers, so <= 0 is good, not >= ...
This makes CHAP authenticated iscsi logins work.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/iscsi/iscsi_send.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/arm/marvell

2012-06-19 Thread Hans Rosenfeld
Module Name:src
Committed By:   hans
Date:   Tue Jun 19 16:50:44 UTC 2012

Modified Files:
src/sys/arch/arm/marvell: files.marvell mvsoctmr.c

Log Message:
Add support for the watchdog timer in mvsoctmr.
Tested on DreamPlug system.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/marvell/files.marvell
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/marvell/mvsoctmr.c

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



CVS commit: src/external/cddl/osnet/sys/kern

2012-06-19 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Jun 19 21:25:26 UTC 2012

Modified Files:
src/external/cddl/osnet/sys/kern: kstat.c

Log Message:
Use CTLTYPE_QUAD for uint64_t type in sysctl_createv.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/sys/kern/kstat.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-06-19 Thread Hans Rosenfeld
Module Name:src
Committed By:   hans
Date:   Tue Jun 19 21:48:34 UTC 2012

Modified Files:
src/tools: Makefile.gnuhost

Log Message:
Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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/share/man/man4

2012-06-19 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Jun 19 22:12:03 UTC 2012

Modified Files:
src/share/man/man4: urtwn.4

Log Message:
Remove extra Ed macro.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/urtwn.4

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/unit-tests

2012-06-19 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Tue Jun 19 23:25:53 UTC 2012

Modified Files:
src/usr.bin/make/unit-tests: Makefile test.exp
Added Files:
src/usr.bin/make/unit-tests: forloop

Log Message:
Add unit-tests for .for


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/forloop
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/make/unit-tests/test.exp

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



CVS commit: src/usr.sbin/syslogd

2012-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 20 01:39:35 UTC 2012

Modified Files:
src/usr.sbin/syslogd: syslogd.c

Log Message:
remove dup O_NDELAY.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/usr.sbin/syslogd/syslogd.c

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



CVS commit: src/share/man/man4

2012-06-19 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Jun 20 04:57:56 UTC 2012

Modified Files:
src/share/man/man4: wm.4

Log Message:
Modify about PCH*.

It seems that 82579 with Intel 7 series chipset is the same as
82579 with Intel 6 series chipset.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/wm.4

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



CVS commit: src/share/man/man4

2012-06-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jun 20 06:49:34 UTC 2012

Modified Files:
src/share/man/man4: wm.4

Log Message:
Fix date string (use full month name)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/wm.4

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