CVS commit: src/sys/rump

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 11:15:23 UTC 2013

Modified Files:
src/sys/rump: Makefile.rump

Log Message:
Use "-isysroot ${DESTDIR}" for RUMPCOMP_USER when run as part of build.sh
so as to catch the necessary headers, which, unlike in the buildrump.sh
case, are not supposed to be intermingled with the ones provided by
the host.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/rump/Makefile.rump

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



CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 11:30:23 UTC 2013

Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile if_virt.c

Log Message:
Rerevert to preprevious now that this builds with build.sh


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/net/lib/libvirtif/Makefile
cvs rdiff -u -r1.29 -r1.30 src/sys/rump/net/lib/libvirtif/if_virt.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/librump

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 12:09:59 UTC 2013

Modified Files:
src/sys/rump/librump/rumpdev: Makefile.rumpdev
src/sys/rump/librump/rumpkern: Makefile.rumpkern
src/sys/rump/librump/rumpnet: Makefile.rumpnet
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
Allow Makefile.rump to append to SRCS.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/librump/rumpdev/Makefile.rumpdev
cvs rdiff -u -r1.123 -r1.124 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.12 -r1.13 src/sys/rump/librump/rumpnet/Makefile.rumpnet
cvs rdiff -u -r1.35 -r1.36 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

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



CVS commit: src/sys/rump

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 12:12:16 UTC 2013

Added Files:
src/sys/rump: sunldgen.sh

Log Message:
Support generating support for Sun ld.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/sunldgen.sh

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



CVS commit: src/sys/rump

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 12:13:07 UTC 2013

Added Files:
src/sys/rump: ldscript_sun.rump linksyms_sun.c

Log Message:
Generate support for sun ld.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/ldscript_sun.rump \
src/sys/rump/linksyms_sun.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

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 12:15:52 UTC 2013

Modified Files:
src/sys/rump: Makefile.rump

Log Message:
Use correct ldscript etc. for Sun ld.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/rump/Makefile.rump

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



CVS commit: src/sys/rump

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 12:18:41 UTC 2013

Modified Files:
src/sys/rump: Makefile.rump

Log Message:
On second thought, let's use make syntax in makefiles ...


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/rump/Makefile.rump

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



CVS commit: src/sys/rump

2013-03-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 15 12:42:18 UTC 2013

Modified Files:
src/sys/rump: Makefile.rump

Log Message:
one more typofix


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/rump/Makefile.rump

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



CVS commit: src/lib/libterminfo

2013-03-15 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Mar 15 14:27:41 UTC 2013

Modified Files:
src/lib/libterminfo: term.h

Log Message:
Fix c&p error in string descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libterminfo/term.h

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

2013-03-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar 15 16:14:13 UTC 2013

Modified Files:
src/sys/rump/dev/lib/libscsitest: scsitest.c

Log Message:
For the MMC GET_CONFIGURATION command, return a nulled feature header.
Fixes PR kern/47646.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/lib/libscsitest/scsitest.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/scsipi

2013-03-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar 15 16:16:12 UTC 2013

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

Log Message:
Prompted by PR kern/47646, zero the value buffer before running the
GET_CONFIGURATION command and check for an unexpectedly large feature
length answer afterwards.


To generate a diff of this commit:
cvs rdiff -u -r1.309 -r1.310 src/sys/dev/scsipi/cd.c

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



CVS commit: src/tests/dev/scsipi

2013-03-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar 15 16:18:50 UTC 2013

Modified Files:
src/tests/dev/scsipi: t_cd.c

Log Message:
The CD emulator has been fixed, no longer expect the test to die.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/dev/scsipi/t_cd.c

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



CVS commit: [netbsd-5] src/share/zoneinfo

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:48:08 UTC 2013

Modified Files:
src/share/zoneinfo [netbsd-5]: africa antarctica asia australasia
europe northamerica southamerica zone.tab

Log Message:
Apply changes (requested by apb in ticket #1854):

Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Merge tzdata2013b from ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz

Changes from tzdata2012j to tzdata2013a:

   Change affecting binary data format:

 The zone offset at the end of version-2-format zone files is now
 allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)

   Changes affecting current and future time stamps:

 Chile's 2013 rules, and we guess rules for 2014 and later, will be
 the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC.
 (Thanks to Steffen Thorsen and Robert Elz.)

 New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
 (Thanks to Tobias Conradi and Arthur David Olson.)

   Many changes affect historical time stamps before 1940.
   These were deduced from: Milne J. Civil time. Geogr J. 1899
   Feb;13(2):173-94 .

Changes from tzdata2012j to tzdata2013a:

   Changes affecting current and future time stamps:

 Haiti uses US daylight-saving rules this year, and presumably future years.
 This changes time stamps starting today.  (Thanks to Steffen Thorsen.)

 Paraguay will end DST on March 24 this year.
 (Thanks to Steffen Thorsen.)  For now, assume it's just this year.

 Morocco does not observe DST during Ramadan;
 try to predict Ramadan in Morocco as best we can.
 (Thanks to Erik Homoet for the heads-up.)

   Changes affecting commentary:

 Update URLs in tz-link page.  Add URLs for webOS, BB10, iOS.
 Update URL for Solaris.  Mention Internet RFC 6557.
 Update Internet RFCs 2445->5545, 2822->5322.
 Switch from FTP to HTTP for Internet RFCs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.27.2.4 -r1.1.1.27.2.5 src/share/zoneinfo/africa
cvs rdiff -u -r1.1.1.17.12.3 -r1.1.1.17.12.4 src/share/zoneinfo/antarctica
cvs rdiff -u -r1.1.1.44.2.7 -r1.1.1.44.2.8 src/share/zoneinfo/asia
cvs rdiff -u -r1.17.2.6 -r1.17.2.7 src/share/zoneinfo/australasia
cvs rdiff -u -r1.1.1.38.2.4 -r1.1.1.38.2.5 src/share/zoneinfo/europe
cvs rdiff -u -r1.1.1.42.2.7 -r1.1.1.42.2.8 src/share/zoneinfo/northamerica
cvs rdiff -u -r1.1.1.42.2.6 -r1.1.1.42.2.7 src/share/zoneinfo/southamerica
cvs rdiff -u -r1.1.1.33.2.4 -r1.1.1.33.2.5 src/share/zoneinfo/zone.tab

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



CVS commit: [netbsd-5-1] src/share/zoneinfo

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:48:46 UTC 2013

Modified Files:
src/share/zoneinfo [netbsd-5-1]: africa antarctica asia australasia
europe northamerica southamerica zone.tab

Log Message:
Apply changes (requested by apb in ticket #1854):

Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Merge tzdata2013b from ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz

Changes from tzdata2012j to tzdata2013a:

   Change affecting binary data format:

 The zone offset at the end of version-2-format zone files is now
 allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)

   Changes affecting current and future time stamps:

 Chile's 2013 rules, and we guess rules for 2014 and later, will be
 the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC.
 (Thanks to Steffen Thorsen and Robert Elz.)

 New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
 (Thanks to Tobias Conradi and Arthur David Olson.)

   Many changes affect historical time stamps before 1940.
   These were deduced from: Milne J. Civil time. Geogr J. 1899
   Feb;13(2):173-94 .

Changes from tzdata2012j to tzdata2013a:

   Changes affecting current and future time stamps:

 Haiti uses US daylight-saving rules this year, and presumably future years.
 This changes time stamps starting today.  (Thanks to Steffen Thorsen.)

 Paraguay will end DST on March 24 this year.
 (Thanks to Steffen Thorsen.)  For now, assume it's just this year.

 Morocco does not observe DST during Ramadan;
 try to predict Ramadan in Morocco as best we can.
 (Thanks to Erik Homoet for the heads-up.)

   Changes affecting commentary:

 Update URLs in tz-link page.  Add URLs for webOS, BB10, iOS.
 Update URL for Solaris.  Mention Internet RFC 6557.
 Update Internet RFCs 2445->5545, 2822->5322.
 Switch from FTP to HTTP for Internet RFCs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.27.10.4 -r1.1.1.27.10.5 src/share/zoneinfo/africa
cvs rdiff -u -r1.1.1.17.20.3 -r1.1.1.17.20.4 src/share/zoneinfo/antarctica
cvs rdiff -u -r1.1.1.44.10.7 -r1.1.1.44.10.8 src/share/zoneinfo/asia
cvs rdiff -u -r1.17.10.6 -r1.17.10.7 src/share/zoneinfo/australasia
cvs rdiff -u -r1.1.1.38.10.4 -r1.1.1.38.10.5 src/share/zoneinfo/europe
cvs rdiff -u -r1.1.1.42.10.7 -r1.1.1.42.10.8 src/share/zoneinfo/northamerica
cvs rdiff -u -r1.1.1.42.10.6 -r1.1.1.42.10.7 src/share/zoneinfo/southamerica
cvs rdiff -u -r1.1.1.33.10.4 -r1.1.1.33.10.5 src/share/zoneinfo/zone.tab

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



CVS commit: [netbsd-5-2] src/share/zoneinfo

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:49:09 UTC 2013

Modified Files:
src/share/zoneinfo [netbsd-5-2]: africa antarctica asia australasia
europe northamerica southamerica zone.tab

Log Message:
Apply changes (requested by apb in ticket #1854):

Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Merge tzdata2013b from ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz

Changes from tzdata2012j to tzdata2013a:

   Change affecting binary data format:

 The zone offset at the end of version-2-format zone files is now
 allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)

   Changes affecting current and future time stamps:

 Chile's 2013 rules, and we guess rules for 2014 and later, will be
 the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC.
 (Thanks to Steffen Thorsen and Robert Elz.)

 New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
 (Thanks to Tobias Conradi and Arthur David Olson.)

   Many changes affect historical time stamps before 1940.
   These were deduced from: Milne J. Civil time. Geogr J. 1899
   Feb;13(2):173-94 .

Changes from tzdata2012j to tzdata2013a:

   Changes affecting current and future time stamps:

 Haiti uses US daylight-saving rules this year, and presumably future years.
 This changes time stamps starting today.  (Thanks to Steffen Thorsen.)

 Paraguay will end DST on March 24 this year.
 (Thanks to Steffen Thorsen.)  For now, assume it's just this year.

 Morocco does not observe DST during Ramadan;
 try to predict Ramadan in Morocco as best we can.
 (Thanks to Erik Homoet for the heads-up.)

   Changes affecting commentary:

 Update URLs in tz-link page.  Add URLs for webOS, BB10, iOS.
 Update URL for Solaris.  Mention Internet RFC 6557.
 Update Internet RFCs 2445->5545, 2822->5322.
 Switch from FTP to HTTP for Internet RFCs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.27.2.3.2.1 -r1.1.1.27.2.3.2.2 src/share/zoneinfo/africa
cvs rdiff -u -r1.1.1.17.12.3 -r1.1.1.17.12.3.2.1 \
src/share/zoneinfo/antarctica
cvs rdiff -u -r1.1.1.44.2.7 -r1.1.1.44.2.7.2.1 src/share/zoneinfo/asia
cvs rdiff -u -r1.17.2.6 -r1.17.2.6.2.1 src/share/zoneinfo/australasia
cvs rdiff -u -r1.1.1.38.2.4 -r1.1.1.38.2.4.2.1 src/share/zoneinfo/europe
cvs rdiff -u -r1.1.1.42.2.6.2.1 -r1.1.1.42.2.6.2.2 \
src/share/zoneinfo/northamerica
cvs rdiff -u -r1.1.1.42.2.5.2.1 -r1.1.1.42.2.5.2.2 \
src/share/zoneinfo/southamerica
cvs rdiff -u -r1.1.1.33.2.4 -r1.1.1.33.2.4.2.1 src/share/zoneinfo/zone.tab

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



CVS commit: [netbsd-6] src/share/zoneinfo

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:49:53 UTC 2013

Modified Files:
src/share/zoneinfo [netbsd-6]: africa antarctica asia australasia
europe northamerica southamerica zone.tab

Log Message:
Apply changes (requested by apb in ticket #845):

Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Merge tzdata2013b from ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz

Changes from tzdata2012j to tzdata2013a:

   Change affecting binary data format:

 The zone offset at the end of version-2-format zone files is now
 allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)

   Changes affecting current and future time stamps:

 Chile's 2013 rules, and we guess rules for 2014 and later, will be
 the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC.
 (Thanks to Steffen Thorsen and Robert Elz.)

 New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
 (Thanks to Tobias Conradi and Arthur David Olson.)

   Many changes affect historical time stamps before 1940.
   These were deduced from: Milne J. Civil time. Geogr J. 1899
   Feb;13(2):173-94 .

Changes from tzdata2012j to tzdata2013a:

   Changes affecting current and future time stamps:

 Haiti uses US daylight-saving rules this year, and presumably future years.
 This changes time stamps starting today.  (Thanks to Steffen Thorsen.)

 Paraguay will end DST on March 24 this year.
 (Thanks to Steffen Thorsen.)  For now, assume it's just this year.

 Morocco does not observe DST during Ramadan;
 try to predict Ramadan in Morocco as best we can.
 (Thanks to Erik Homoet for the heads-up.)

   Changes affecting commentary:

 Update URLs in tz-link page.  Add URLs for webOS, BB10, iOS.
 Update URL for Solaris.  Mention Internet RFC 6557.
 Update Internet RFCs 2445->5545, 2822->5322.
 Switch from FTP to HTTP for Internet RFCs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.30.4.3 -r1.1.1.30.4.4 src/share/zoneinfo/africa
cvs rdiff -u -r1.1.1.19.4.2 -r1.1.1.19.4.3 src/share/zoneinfo/antarctica
cvs rdiff -u -r1.1.1.50.4.6 -r1.1.1.50.4.7 src/share/zoneinfo/asia
cvs rdiff -u -r1.23.4.6 -r1.23.4.7 src/share/zoneinfo/australasia
cvs rdiff -u -r1.1.1.44.4.4 -r1.1.1.44.4.5 src/share/zoneinfo/europe
cvs rdiff -u -r1.1.1.49.4.6 -r1.1.1.49.4.7 src/share/zoneinfo/northamerica
cvs rdiff -u -r1.1.1.46.4.6 -r1.1.1.46.4.7 src/share/zoneinfo/southamerica
cvs rdiff -u -r1.1.1.39.4.3 -r1.1.1.39.4.4 src/share/zoneinfo/zone.tab

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



CVS commit: [netbsd-6-0] src/share/zoneinfo

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:50:19 UTC 2013

Modified Files:
src/share/zoneinfo [netbsd-6-0]: africa antarctica asia australasia
europe northamerica southamerica zone.tab

Log Message:
Apply changes (requested by apb in ticket #845):

Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Merge tzdata2013b from ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz

Changes from tzdata2012j to tzdata2013a:

   Change affecting binary data format:

 The zone offset at the end of version-2-format zone files is now
 allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)

   Changes affecting current and future time stamps:

 Chile's 2013 rules, and we guess rules for 2014 and later, will be
 the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC.
 (Thanks to Steffen Thorsen and Robert Elz.)

 New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
 (Thanks to Tobias Conradi and Arthur David Olson.)

   Many changes affect historical time stamps before 1940.
   These were deduced from: Milne J. Civil time. Geogr J. 1899
   Feb;13(2):173-94 .

Changes from tzdata2012j to tzdata2013a:

   Changes affecting current and future time stamps:

 Haiti uses US daylight-saving rules this year, and presumably future years.
 This changes time stamps starting today.  (Thanks to Steffen Thorsen.)

 Paraguay will end DST on March 24 this year.
 (Thanks to Steffen Thorsen.)  For now, assume it's just this year.

 Morocco does not observe DST during Ramadan;
 try to predict Ramadan in Morocco as best we can.
 (Thanks to Erik Homoet for the heads-up.)

   Changes affecting commentary:

 Update URLs in tz-link page.  Add URLs for webOS, BB10, iOS.
 Update URL for Solaris.  Mention Internet RFC 6557.
 Update Internet RFCs 2445->5545, 2822->5322.
 Switch from FTP to HTTP for Internet RFCs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.30.4.1.4.2 -r1.1.1.30.4.1.4.3 src/share/zoneinfo/africa
cvs rdiff -u -r1.1.1.19.4.2 -r1.1.1.19.4.2.4.1 src/share/zoneinfo/antarctica
cvs rdiff -u -r1.1.1.50.4.3.4.3 -r1.1.1.50.4.3.4.4 src/share/zoneinfo/asia
cvs rdiff -u -r1.23.4.4.2.2 -r1.23.4.4.2.3 src/share/zoneinfo/australasia
cvs rdiff -u -r1.1.1.44.4.3.4.1 -r1.1.1.44.4.3.4.2 src/share/zoneinfo/europe
cvs rdiff -u -r1.1.1.49.4.4.4.2 -r1.1.1.49.4.4.4.3 \
src/share/zoneinfo/northamerica
cvs rdiff -u -r1.1.1.46.4.3.4.3 -r1.1.1.46.4.3.4.4 \
src/share/zoneinfo/southamerica
cvs rdiff -u -r1.1.1.39.4.3 -r1.1.1.39.4.3.4.1 src/share/zoneinfo/zone.tab

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



CVS commit: [netbsd-6-0] src/doc

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:52:54 UTC 2013

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

Log Message:
Update changelist for ticket 845.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-6.0.2

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-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:53:30 UTC 2013

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

Log Message:
Update changelist for ticket 845.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.111 -r1.1.2.112 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: [netbsd-5] src/doc

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:54:06 UTC 2013

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Update changelist for ticket 1854.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-5.3

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



CVS commit: [netbsd-5-1] src/doc

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:54:45 UTC 2013

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3

Log Message:
Update changelist for ticket 1854.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-5.1.3

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



CVS commit: [netbsd-5-2] src/doc

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 18:55:18 UTC 2013

Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.1

Log Message:
Update changelist for ticket 1854.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.2.1

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



CVS commit: src/share/man

2013-03-15 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Mar 15 19:32:32 UTC 2013

Modified Files:
src/share/man/man4/man4.x86: coretemp.4
src/share/man/man5: floppytab.5 netconfig.5 rpc.5
src/share/man/man7: security.7
src/share/man/man9: mca.9 sysmon_envsys.9

Log Message:
Fix a few file system paths to use Pa macro.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/coretemp.4
cvs rdiff -u -r1.3 -r1.4 src/share/man/man5/floppytab.5
cvs rdiff -u -r1.8 -r1.9 src/share/man/man5/netconfig.5
cvs rdiff -u -r1.10 -r1.11 src/share/man/man5/rpc.5
cvs rdiff -u -r1.8 -r1.9 src/share/man/man7/security.7
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/mca.9
cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/sysmon_envsys.9

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



CVS commit: src/usr.sbin/eeprom

2013-03-15 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Fri Mar 15 20:22:44 UTC 2013

Modified Files:
src/usr.sbin/eeprom: Makefile defs.h eehandlers.c main.c ophandlers.c

Log Message:
Use explicitly defined macros in Makefile to determine to use
eeprom and/or openprom handlers, instead of predefined compiler
macros (__sun__, __sparc__ ...).


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/eeprom/Makefile
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/eeprom/defs.h
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/eeprom/eehandlers.c
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/eeprom/main.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/eeprom/ophandlers.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

2013-03-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar 15 23:26:27 UTC 2013

Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
src/sys/sys [netbsd-6]: param.h

Log Message:
Welcome to 6.1_RC2!


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-6.1
cvs rdiff -u -r1.408.2.8 -r1.408.2.9 src/sys/sys/param.h

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



CVS commit: src/lib/libc/time

2013-03-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 16 00:59:15 UTC 2013

Modified Files:
src/lib/libc/time: Makefile tz-link.htm

Log Message:
apply 2013b


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/time/Makefile
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/time/tz-link.htm

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



CVS commit: src/doc

2013-03-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 16 01:00:18 UTC 2013

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
mention new tzcode


To generate a diff of this commit:
cvs rdiff -u -r1.1011 -r1.1012 src/doc/3RDPARTY
cvs rdiff -u -r1.1801 -r1.1802 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

2013-03-15 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Mar 16 01:26:53 UTC 2013

Modified Files:
src/doc: CHANGES
src/share/man/man4/man4.x86: vmt.4
src/sys/arch/x86/x86: vmt.c

Log Message:
Synchronize the clock periodically in vmt(4).

Add periodic clock synchronization to vmt(4) so that the guest clock
remains synchronized even when the host is suspended (which is a very
typical situation in a laptop).

Do this by default once per minute, but provide a sysctl to tune this
value (machdep.vmt0.clock_sync.period).

Sent to tech-kern@ for review and addressed a couple of issues.


To generate a diff of this commit:
cvs rdiff -u -r1.1802 -r1.1803 src/doc/CHANGES
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/vmt.4
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/x86/vmt.c

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



CVS commit: src/tools/binstall

2013-03-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 16 02:51:25 UTC 2013

Modified Files:
src/tools/binstall: Makefile

Log Message:
Fix the real problem, Makefile.host was included before the HOST_MKDEP
setup so it prevented correct CPPFLAGS from being used.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tools/binstall/Makefile

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



CVS commit: src/tools/host-mkdep

2013-03-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 16 02:51:56 UTC 2013

Modified Files:
src/tools/host-mkdep: host-mkdep.in

Log Message:
Put back error checking in a simpler form thanks to uwe


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/tools/host-mkdep/host-mkdep.in

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

2013-03-15 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Mar 16 04:21:19 UTC 2013

Modified Files:
src/external/bsd/atf/dist/atf-c: pkg_config_test.sh
src/external/bsd/atf/dist/atf-c++: pkg_config_test.sh

Log Message:
Mark the atf/atf-{c,c++}/pkg_config_test:version tests as needing atf-version.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
src/external/bsd/atf/dist/atf-c/pkg_config_test.sh
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/atf/dist/atf-c++/pkg_config_test.sh

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



CVS commit: src/tests/fs/common

2013-03-15 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Mar 16 05:25:00 UTC 2013

Modified Files:
src/tests/fs/common: h_fsmacros.h

Log Message:
Mark the zfs tests as requiring root.

This is wrong.  The zfs tests already use rump so they should not require
root.  However, I've already spent much more time than I wanted trying to
figure out why that's the case without much luck.  If you can find why,
just remove this hack.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/fs/common/h_fsmacros.h

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



CVS commit: src/tests/fs/vfs

2013-03-15 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Mar 16 05:45:37 UTC 2013

Modified Files:
src/tests/fs/vfs: t_full.c t_unpriv.c t_vnops.c

Log Message:
Mark a bunch of routinely-broken ZFS tests as expected failures.  Point
them at PR kern/47656.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/vfs/t_full.c
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/vfs/t_unpriv.c
cvs rdiff -u -r1.33 -r1.34 src/tests/fs/vfs/t_vnops.c

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