CVS commit: src/sbin/gpt

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 30 02:12:55 UTC 2014

Modified Files:
src/sbin/gpt: add.c backup.c create.c gpt.c gpt.h label.c migrate.c
remove.c resize.c resizedisk.c restore.c set.c show.c type.c
unset.c

Log Message:
remove compat defines.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/gpt/add.c
cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/backup.c
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/create.c
cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/gpt.h src/sbin/gpt/remove.c
cvs rdiff -u -r1.16 -r1.17 src/sbin/gpt/label.c
cvs rdiff -u -r1.17 -r1.18 src/sbin/gpt/migrate.c src/sbin/gpt/show.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/resize.c
cvs rdiff -u -r1.3 -r1.4 src/sbin/gpt/resizedisk.c src/sbin/gpt/set.c \
src/sbin/gpt/type.c src/sbin/gpt/unset.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/gpt/restore.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

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Sep 30 00:30:00 UTC 2014

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

Log Message:
Ticket 1119-1120, 1122-1127 and 1129-1130.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.134 -r1.1.2.135 src/doc/CHANGES-6.2

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



CVS commit: src/lib/libperfuse

2014-09-29 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Tue Sep 30 00:06:19 UTC 2014

Modified Files:
src/lib/libperfuse: ops.c

Log Message:
Do not trust the filesystem's readdir to give us nul-terminated file names


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/lib/libperfuse/ops.c

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



CVS commit: src/sbin/gpt

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 22:22:03 UTC 2014

Modified Files:
src/sbin/gpt: backup.c gpt.h migrate.c show.c

Log Message:
more toolification changes


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/backup.c
cvs rdiff -u -r1.13 -r1.14 src/sbin/gpt/gpt.h
cvs rdiff -u -r1.16 -r1.17 src/sbin/gpt/migrate.c src/sbin/gpt/show.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-09-29 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Mon Sep 29 21:45:15 UTC 2014

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

Log Message:
shut up gcc warning
while there, do some magic number reduction


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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/tools/gpt

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 21:05:11 UTC 2014

Modified Files:
src/tools/gpt: Makefile
Added Files:
src/tools/gpt: opendisk.h

Log Message:
add opendisk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/gpt/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/gpt/opendisk.h

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-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 21:04:52 UTC 2014

Modified Files:
src/lib/libutil: opendisk.c

Log Message:
toolify opendisk


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

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



CVS commit: src/sbin/gpt

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 21:04:34 UTC 2014

Modified Files:
src/sbin/gpt: Makefile backup.c biosboot.c destroy.c gpt.c migrate.c

Log Message:
more toolification


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/Makefile src/sbin/gpt/biosboot.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/gpt/backup.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/destroy.c
cvs rdiff -u -r1.31 -r1.32 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/migrate.c

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



CVS commit: src/tools/gpt

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 20:29:44 UTC 2014

Added Files:
src/tools/gpt: Makefile

Log Message:
Not ready for prime time, needs at least proplib.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/gpt/Makefile

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



CVS commit: src/sbin/gpt

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 20:28:57 UTC 2014

Modified Files:
src/sbin/gpt: add.c backup.c biosboot.c create.c destroy.c gpt.c
label.c map.c migrate.c recover.c remove.c resize.c resizedisk.c
restore.c set.c show.c type.c unset.c

Log Message:
minor toolification: need libprop...


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/gpt/add.c
cvs rdiff -u -r1.3 -r1.4 src/sbin/gpt/backup.c src/sbin/gpt/restore.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/biosboot.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/create.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/gpt/destroy.c src/sbin/gpt/recover.c
cvs rdiff -u -r1.30 -r1.31 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/label.c src/sbin/gpt/show.c
cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/map.c
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/migrate.c
cvs rdiff -u -r1.13 -r1.14 src/sbin/gpt/remove.c
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/resize.c
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/resizedisk.c src/sbin/gpt/set.c \
src/sbin/gpt/type.c src/sbin/gpt/unset.c

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

2014-09-29 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep 29 18:48:10 UTC 2014

Modified Files:
src/doc [netbsd-6-0]: LAST_MINUTE README.files
src/gnu/usr.bin/groff/tmac [netbsd-6-0]: mdoc.local
src/sys/sys [netbsd-6-0]: param.h
Added Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
6.0.6_PATCH


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/doc/CHANGES-6.0.7
cvs rdiff -u -r1.2.40.1.4.6 -r1.2.40.1.4.7 src/doc/LAST_MINUTE
cvs rdiff -u -r1.4.20.1.2.7 -r1.4.20.1.2.8 src/doc/README.files
cvs rdiff -u -r1.66.2.1.4.6 -r1.66.2.1.4.7 \
src/gnu/usr.bin/groff/tmac/mdoc.local
cvs rdiff -u -r1.408.2.6.2.12 -r1.408.2.6.2.13 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: [netbsd-6] src/sys/dev

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:46:27 UTC 2014

Modified Files:
src/sys/dev/pci [netbsd-6]: radeonfb.c
src/sys/dev/wsfb [netbsd-6]: genfb.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1120):
sys/dev/pci/radeonfb.c: revision 1.84
sys/dev/wsfb/genfb.c: revision 1.54
Do not printf(foobar()).  Bad bad bad bad bad!


To generate a diff of this commit:
cvs rdiff -u -r1.53.2.1 -r1.53.2.2 src/sys/dev/pci/radeonfb.c
cvs rdiff -u -r1.47.2.1 -r1.47.2.2 src/sys/dev/wsfb/genfb.c

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



CVS commit: [netbsd-6-1] src

2014-09-29 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep 29 18:44:42 UTC 2014

Modified Files:
src/doc [netbsd-6-1]: LAST_MINUTE README.files
src/gnu/usr.bin/groff/tmac [netbsd-6-1]: mdoc.local
src/sys/sys [netbsd-6-1]: param.h
Added Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6

Log Message:
6.1.5_PATCH


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/doc/CHANGES-6.1.6
cvs rdiff -u -r1.2.40.2.2.5 -r1.2.40.2.2.6 src/doc/LAST_MINUTE
cvs rdiff -u -r1.4.20.2.2.7 -r1.4.20.2.2.8 src/doc/README.files
cvs rdiff -u -r1.66.2.2.2.5 -r1.66.2.2.2.6 \
src/gnu/usr.bin/groff/tmac/mdoc.local
cvs rdiff -u -r1.408.2.12.2.11 -r1.408.2.12.2.12 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: [netbsd-6] src/share/man/man9

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:41:51 UTC 2014

Modified Files:
src/share/man/man9 [netbsd-6]: iic.9

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1130):
share/man/man9/iic.9: revision 1.10
Correct return type of iic_release_bus.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.4.1 src/share/man/man9/iic.9

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/amd64/conf

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:40:43 UTC 2014

Modified Files:
src/sys/arch/amd64/conf [netbsd-6]: GENERIC

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1129):
sys/arch/amd64/conf/GENERIC: revision 1.385
Enable options VND_COMPRESSION in amd64/GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.348.2.6 -r1.348.2.7 src/sys/arch/amd64/conf/GENERIC

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/man/man3

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:39:02 UTC 2014

Modified Files:
src/share/man/man3 [netbsd-6]: attribute.3

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1127):
share/man/man3/attribute.3: revision 1.16
Fix note on __predict_true: predicts nonzero, not 1 specifically.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.4.1 src/share/man/man3/attribute.3

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/man/man9

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:38:09 UTC 2014

Modified Files:
src/share/man/man9 [netbsd-6]: uvm_km.9

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1126):
share/man/man9/uvm_km.9: revision 1.3
Fix typo in uvm_km(9): there is no struct vm_map_kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/share/man/man9/uvm_km.9

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/man/man9

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:35:30 UTC 2014

Modified Files:
src/share/man/man9 [netbsd-6]: uvm_map.9

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1125):
share/man/man9/uvm_map.9: revision 1.3
share/man/man9/uvm_map.9: revision 1.4
share/man/man9/uvm_map.9: revision 1.5
Split large paragraph about uobj/uoffset into a bulleted list.
Mention that uvm_map doesn't add a reference to uobj.  Evidently this
information is important, since I just wasted countless hours over
the past months investigating kernel memory corruption arising from a
failure to notice this fact.
Miscellaneous markup, speling and grammar fix.
Bump date for previous. Americanize a spelling.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/share/man/man9/uvm_map.9

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/dev/pci

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:33:21 UTC 2014

Modified Files:
src/sys/dev/pci [netbsd-6]: ichsmb.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1123):
sys/dev/pci/ichsmb.c: revision 1.37
Register a null pmf handler even if we failed to attach.
Keeps ichsmb(4) from preventing suspend even if it's broken because
of ichlpcib(4) grodiness.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.2.1 src/sys/dev/pci/ichsmb.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/sys/dev/acpi

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:28:15 UTC 2014

Modified Files:
src/sys/dev/acpi [netbsd-6]: acpi_ec.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1122):
sys/dev/acpi/acpi_ec.c: revision 1.73
Register a null power handler if acpiec fails to attach.
On one of my machines, there's no _GPE method, so
acpiec_parse_gpe_package fails, and the only function acpiec(4)
serves is to inhibit suspend/resume.
XXX We should really put the power handlers in the cfattach so that
it's not necessary to register a null power handler in every error
branch of every device's attach routine...


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.71.8.1 src/sys/dev/acpi/acpi_ec.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/share/man/man9

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:00:39 UTC 2014

Modified Files:
src/share/man/man9 [netbsd-6]: callout.9

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1119):
share/man/man9/callout.9: revision 1.27
callout_ack returns void, not bool.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.10.1 src/share/man/man9/callout.9

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

2014-09-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Sep 29 17:54:13 UTC 2014

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

Log Message:
escape $ in $board so this will boot on beaglebone too


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

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 16:21:56 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Ticket 118-120.


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

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



CVS commit: [netbsd-7] src

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 16:15:59 UTC 2014

Modified Files:
src/share/man/man4 [netbsd-7]: bio.4 mpt.4
src/sys/dev/ic [netbsd-7]: mpt.c mpt.h mpt_netbsd.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #120):
sys/dev/ic/mpt_netbsd.c: revision 1.28
sys/dev/ic/mpt_netbsd.c: revision 1.29
sys/dev/ic/mpt.c: revision 1.17
sys/dev/ic/mpt_netbsd.c: revision 1.30
sys/dev/ic/mpt_netbsd.c: revision 1.31
share/man/man4/bio.4: revision 1.12
share/man/man4/mpt.4: revision 1.6
sys/dev/ic/mpt.h: revision 1.8
sys/dev/ic/mpt_netbsd.c: revision 1.26
sys/dev/ic/mpt_netbsd.c: revision 1.27
- Add bio(4) support.
- xref mpt(4) in bio(4).
- xref bio(4) in mpt(4).
- show "sd0" instead of "mpt0" for volume device name
- include vendor/product/rev info for volumes and their disks.
- implement BIOCDISK_NOVOL
- for BIOCDISK_NOVOL, set bd_disknovol=true for any disk not associated with a
  volume for BIOCDISK_NOVOL, when setting bd_disknovol=false, also set
  bv_volid


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.4.1 src/share/man/man4/bio.4
cvs rdiff -u -r1.5 -r1.5.26.1 src/share/man/man4/mpt.4
cvs rdiff -u -r1.16 -r1.16.14.1 src/sys/dev/ic/mpt.c
cvs rdiff -u -r1.7 -r1.7.34.1 src/sys/dev/ic/mpt.h
cvs rdiff -u -r1.25 -r1.25.2.1 src/sys/dev/ic/mpt_netbsd.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-09-29 Thread Justin Cormack
Module Name:src
Committed By:   justin
Date:   Mon Sep 29 15:54:28 UTC 2014

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

Log Message:
Minix also has getenv_r support


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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: [netbsd-7] src/sys/dev/iscsi

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 15:45:36 UTC 2014

Modified Files:
src/sys/dev/iscsi [netbsd-7]: iscsi_send.c

Log Message:
Pull up following revision(s) (requested by tls in ticket #119):
sys/dev/iscsi/iscsi_send.c: revision 1.10
The "throttling" code in the in-kernel iSCSI initiator is very questionable;
it sleeps on a ccb that appears highly unlikely to wake up, since it seems
to be waiting to _submit_ that very ccb!  This is doubtless why someone tried
to disable it in the default case via several #defines.
Unfortunately one of those #defines is later tested backwards.  Fix that.
The in-kernel initiator now seems to survive a system build without hanging.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.12.1 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: [netbsd-7] src/common/lib/libc/arch/i386/string/small

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 15:31:01 UTC 2014

Modified Files:
src/common/lib/libc/arch/i386/string/small [netbsd-7]: strchr.S

Log Message:
Pull up following revision(s) (requested by khorben in ticket #118):
common/lib/libc/arch/i386/string/small/strchr.S: revision 1.3
Look for the character to locate before checking for the NUL character
As documented in PR port-i386/49208, this fixes strchr(s, '\0'), as used by
the FAT first-stage bootloader on x86 (bootxx_msdos).
strchr(s, '\0') is otherwise equivalent to strlen(string), which would
probably look nicer in the original file, dosfs.c from libsa.
Confirmed working in qemu and on real hardware.
ok joerg@
XXX pull-up to netbsd-6 and netbsd-7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 \
src/common/lib/libc/arch/i386/string/small/strchr.S

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



CVS commit: src

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 15:02:56 UTC 2014

Modified Files:
src/distrib/cobalt/ramdisk: Makefile
src/sys/arch/cobalt/conf: RAMDISK

Log Message:
Increase ramdisk size.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/cobalt/ramdisk/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/cobalt/conf/RAMDISK

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



CVS commit: src/lib/libc/stdio

2014-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 29 14:58:33 UTC 2014

Modified Files:
src/lib/libc/stdio: printf.3 vsnprintf.c vsnprintf_ss.c

Log Message:
Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX
(well FreeBSD documents INT_MAX + 1, but in the code it is INT_MAX).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libc/stdio/printf.3
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdio/vsnprintf.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/vsnprintf_ss.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/samsung

2014-09-29 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Mon Sep 29 14:47:53 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_reg.h exynos_soc.c exynos_var.h
exynos_wdt.c

Log Message:
Phase 2 of samsung/exynos_* cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/samsung/exynos_reg.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/samsung/exynos_soc.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/samsung/exynos_var.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/samsung/exynos_wdt.c

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