CVS commit: src/lib/libc/time

2014-10-07 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Oct  8 05:44:03 UTC 2014

Modified Files:
src/lib/libc/time: Makefile.inc

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/Makefile.inc

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

2014-10-07 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Oct  8 03:34:44 UTC 2014

Modified Files:
src/sys/dev/pci: if_vioif.c

Log Message:
Add missing semicolon


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_vioif.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/pci

2014-10-07 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Oct  8 01:45:14 UTC 2014

Modified Files:
src/sys/dev/pci: if_vioif.c

Log Message:
Don't turn promisc off in vioif_deferred_init if already configured as promisc


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_vioif.c

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



CVS commit: src/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct  7 22:39:32 UTC 2014

Modified Files:
src/lib/libutil: parsedate.3

Log Message:
Document that years in ISO 8601 dates are taken literally.
"69-09-10" is in the year 69, not 2069.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/parsedate.3

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



CVS commit: src/tests/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct  7 22:33:52 UTC 2014

Modified Files:
src/tests/lib/libutil: t_parsedate.c

Log Message:
Adapt to a recent change in parsedate().
"9/10/69" still refers to 2069, and "9/10/70" still refers to 1970,
but "69-09-10" and "70-09-10" now refer to the years 69 and 70.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libutil/t_parsedate.c

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



CVS commit: src/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct  7 22:27:14 UTC 2014

Modified Files:
src/lib/libutil: parsedate.y

Log Message:
Some years don't need the "maybe add 1900 or 2000" adjustment
that was designed for handling two-digit abbreviated years.
For example, "1/2/70" still refers to the year 1970, as before,
but "70-01-02" now refers to the year 70.

* Add a new yyHaveFullYear member to struct dateinfo, to record whether
  or not the year needs to be adjusted.
* Code that parses years sets yyHaveFullYear=1 if they know that the
  year should not be adjusted (as is the case for ISO 8601 dates), or if
  they perform their own adjustment (as is the case for CVS timestamps).
* Move the year adjustment code into a new function, AdjustYear,
  instead of inline in Convert().
* Make Convert() assume the year doesn't need to be adjusted,
  and make Convert's callers first call AdjustYear() if appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libutil/parsedate.y

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



CVS commit: src/usr.sbin/zdump

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 22:20:02 UTC 2014

Modified Files:
src/usr.sbin/zdump: Makefile

Log Message:
add defines


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/zdump/Makefile

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

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 22:20:33 UTC 2014

Modified Files:
src/lib/libc/time: private.h

Log Message:
don't define functions we define in our own headers


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/private.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

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 22:20:17 UTC 2014

Modified Files:
src/lib/libc/time: Makefile.inc

Log Message:
Fix backslashes


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/time/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/libc/time

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 22:14:46 UTC 2014

Modified Files:
src/lib/libc/time: zdump.c zic.c

Log Message:
remove version stuff


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/zdump.c
cvs rdiff -u -r1.51 -r1.52 src/lib/libc/time/zic.c

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



CVS commit: src/usr.sbin/zic

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 22:14:06 UTC 2014

Modified Files:
src/usr.sbin/zic: Makefile

Log Message:
set some variables we need


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/zic/Makefile

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



CVS commit: src/doc

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 21:52:41 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
mention new tzcode.


To generate a diff of this commit:
cvs rdiff -u -r1.1155 -r1.1156 src/doc/3RDPARTY
cvs rdiff -u -r1.1989 -r1.1990 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/lib/libc/time

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 21:51:03 UTC 2014

Modified Files:
src/lib/libc/time: Makefile Makefile.inc NEWS README Theory ctime.3
localtime.c private.h strftime.c time2posix.3 tz-art.htm
tz-link.htm tzfile.5 tzfile.h tzselect.ksh tzset.3 zdump.8 zdump.c
zic.8 zic.c

Log Message:
Sync with tzcode2014h


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/time/Makefile
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/time/Makefile.inc \
src/lib/libc/time/time2posix.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/time/NEWS
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/time/README
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/time/Theory \
src/lib/libc/time/tzfile.h
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/time/ctime.3 src/lib/libc/time/zic.c
cvs rdiff -u -r1.86 -r1.87 src/lib/libc/time/localtime.c
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/time/private.h \
src/lib/libc/time/zdump.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/time/strftime.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/time/tz-art.htm
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/time/tz-link.htm
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/tzfile.5
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/time/tzselect.ksh
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/time/tzset.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/time/zdump.8
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/time/zic.8

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



CVS commit: src/include

2014-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  7 21:50:36 UTC 2014

Modified Files:
src/include: time.h

Log Message:
sync function signatures with tzcode


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/include/time.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/i2c

2014-10-07 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Oct  7 21:32:10 UTC 2014

Modified Files:
src/sys/dev/i2c: motoi2creg.h

Log Message:
fix some c&p bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/motoi2creg.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/libutil

2014-10-07 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct  7 19:26:31 UTC 2014

Modified Files:
src/tests/lib/libutil: t_parsedate.c

Log Message:
Add comments for some non-obvious cases.
Also add a test with year=70, which is documented to be treated as 1970.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libutil/t_parsedate.c

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



CVS commit: src/tests/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct  7 19:20:29 UTC 2014

Modified Files:
src/tests/lib/libutil: t_parsedate.c

Log Message:
Add local parsecheck() function and use it for several tests.

Instead of just checking that parsedate(3) does not return an error,
also pass the result through localtime_r(3) or gmtime_r(3) and check the
year/month/day/hour/minute/second fields in the resulting struct tm.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libutil/t_parsedate.c

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



CVS commit: src/etc

2014-10-07 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Oct  7 19:09:45 UTC 2014

Modified Files:
src/etc: rc.subr

Log Message:
sleep for 0.05 seconds instead of 2 seconds when checking if the pids
are still alive for a much faster exit.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/etc/rc.subr

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



CVS commit: src/tests/lib/libm

2014-10-07 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Tue Oct  7 16:53:44 UTC 2014

Modified Files:
src/tests/lib/libm: t_exp.c

Log Message:
In the exp2_values test case, provide separate expected return values
for the float case, reflecting the actual exp2f() argument value after
rounding to float precision.  Fixes PR lib/49256.  Thanks to Makoto
Kamada and Tetsuya Isaki for the analysis.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_exp.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

2014-10-07 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Oct  7 15:34:06 UTC 2014

Modified Files:
src/sys/arch/amd64/amd64: db_disasm.c
src/sys/arch/i386/i386: db_disasm.c

Log Message:
No functional change.
- 0 -> NULL
- Don't use cast.
- Style fix.
- Fix typos in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amd64/amd64/db_disasm.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/i386/i386/db_disasm.c

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



CVS commit: src/sys/fs/puffs

2014-10-07 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Tue Oct  7 12:58:10 UTC 2014

Modified Files:
src/sys/fs/puffs: puffs_vnops.c

Log Message:
Do the previous correctly...


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/fs/puffs/puffs_vnops.c

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



CVS commit: src/lib/librumpuser

2014-10-07 Thread Justin Cormack
Module Name:src
Committed By:   justin
Date:   Tue Oct  7 12:48:02 UTC 2014

Modified Files:
src/lib/librumpuser: rumpuser_port.h

Log Message:
Canonical Minix check as pointed out by Marc


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/librumpuser/rumpuser_port.h

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



CVS commit: src/sys/fs/puffs

2014-10-07 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Tue Oct  7 11:37:07 UTC 2014

Modified Files:
src/sys/fs/puffs: puffs_vnops.c

Log Message:
As is evidenced by several of our 32-bit MIPS ports, it's wrong to
print vsize_t with PRIx64 -- instead use our own PRIxVSIZE macro.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/fs/puffs/puffs_vnops.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/imx

2014-10-07 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Tue Oct  7 09:36:09 UTC 2014

Modified Files:
src/sys/arch/arm/imx: files.imx6 imx6_ccm.c imx6_ccmvar.h
Added Files:
src/sys/arch/arm/imx: imx6_i2c.c

Log Message:
add support imx6 I2C Controller


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/files.imx6
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/imx/imx6_ccm.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imx6_ccmvar.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/imx/imx6_i2c.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/imx

2014-10-07 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Tue Oct  7 09:32:47 UTC 2014

Modified Files:
src/sys/arch/arm/imx: imx6var.h

Log Message:
forgot to commit about changes of ccm


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imx6var.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/pci

2014-10-07 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Oct  7 08:45:02 UTC 2014

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
Tidy up locking in wm_ioctl


To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/dev/pci/if_wm.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/rpi

2014-10-07 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Tue Oct  7 08:37:18 UTC 2014

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
fwrev is a timestamp, print in decimal.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/rpi/rpi_machdep.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/broadcom

2014-10-07 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Oct  7 08:30:05 UTC 2014

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_mbox.c bcm2835_mbox.h
bcm2835_mbox_subr.c bcm2835_obio.c

Log Message:
Mailbox improvements from mlelstv@

Serialise access to the mailbox and use interrupts.

XXX if (cold) should go


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/broadcom/bcm2835_mbox.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/bcm2835_mbox.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/broadcom/bcm2835_mbox_subr.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/broadcom/bcm2835_obio.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/pci

2014-10-07 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Oct  7 07:04:35 UTC 2014

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
Don't call ifmedia_ioctl with holding locks


To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/sys/dev/pci/if_wm.c

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