CVS commit: src/tests/net/mpls

2014-09-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Sep 1 06:38:35 UTC 2014 Modified Files: src/tests/net/mpls: t_ldp_regen.sh Log Message: The t_ldp_regen test frequently fails under qemu, but reliably passes on real hardware. The failures are hardly surprising given that

CVS commit: src/usr.sbin/pcictl

2014-09-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 1 07:11:19 UTC 2014 Modified Files: src/usr.sbin/pcictl: pcictl.8 pcictl.c Log Message: read and write commands for pcictl, from riastradh@ and wiz@ http://mail-index.netbsd.org/tech-kern/2014/08/26/msg017572.html To

CVS commit: src/sys/lib/libkern/arch/m68k

2014-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 1 07:32:35 UTC 2014 Modified Files: src/sys/lib/libkern/arch/m68k: Makefile.inc Log Message: Make random.S invisible for coldfire too (e.g. anything not m68k) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/lib/libc/arch/m68k/softfloat

2014-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 1 07:33:31 UTC 2014 Modified Files: src/lib/libc/arch/m68k/softfloat: softfloat.h Log Message: float32_is_signalling_nan needs a prototype if SOFTFLOATM68K_FOR_GCC is defined. To generate a diff of this commit: cvs rdiff

CVS commit: src/tools/compat/dev

2014-09-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 1 07:48:16 UTC 2014 Added Files: src/tools/compat/dev: clock_subr.h Log Message: Add a slightly stripped down version of sys/dev/clock/clock_subr.h to make this code available for tools. To generate a diff of this

CVS commit: src/sys/dev

2014-09-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 1 07:49:43 UTC 2014 Modified Files: src/sys/dev: clock_subr.c Log Message: Reformulate an overflow test so it can be used in tool builds (i.e. does not depend on netbsd specific macros). To generate a diff of this

CVS commit: src/sys/arch/m68k/fpsp

2014-09-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 1 08:21:26 UTC 2014 Modified Files: src/sys/arch/m68k/fpsp: setox.sa Log Message: Avoid trigraphs To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/m68k/fpsp/setox.sa Please note that diffs are

CVS commit: src

2014-09-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 1 09:09:47 UTC 2014 Modified Files: src/sys/fs/msdosfs: msdosfs_conv.c src/usr.sbin/makefs/msdos: Makefile.inc Log Message: Make msdosfs time conversion use the y/m/d/h/m/s conversion functions from clock_subr.c

CVS commit: src/tools/compat

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 11:20:06 UTC 2014 Modified Files: src/tools/compat: compat_defs.h Log Message: Copy definitions of __type_min(t), __type_max(t), and some related macros, from sys/cdefs.h, for use when building tools. To generate a diff

CVS commit: src/sys/dev

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 11:21:29 UTC 2014 Modified Files: src/sys/dev: clock_subr.c Log Message: Revert previous; test secs __type_max(time_t) again, now that __type_max is available in tools/compat/compat_defs.h. To generate a diff of this

CVS commit: src/sys/dev

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 12:25:52 UTC 2014 Modified Files: src/sys/dev: clock_subr.c Log Message: If HAVE_NBTOOL_CONFIG_H is set, then include nbtool_config.h, because this file is compiled as part of tools/makefs. To generate a diff of this

CVS commit: src/sys/arch/arm/arm32

2014-09-01 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Sep 1 13:43:32 UTC 2014 Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: Increase the `freqbuf' buffer that holds the result of humanize_number(). Now it prints 1600 Mhz instead of 1 Ghz. Pitty enough

CVS commit: src/tools

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 13:50:15 UTC 2014 Added Files: src/tools: README Log Message: Add tools/README, to collect hints like how to use .if defined(HOSTPROG) and #if HAVE_NBTOOL_CONFIG_H #include nbtool_config.h #endif /*

CVS commit: src/sys/arch/arm/samsung

2014-09-01 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Sep 1 14:19:27 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_soc.c Log Message: Update the cycle counter i.e. our CPU frequency for all CPUs on setting the cpu frequency. To generate a diff of this commit: cvs

CVS commit: src/sys/ufs/chfs

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 16:27:38 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_scan.c Log Message: Plug leak in chfs_scan_eraseblock() of the allocated buffer. Make sure to release it both on success and failure returns. OK'ed by ttoth@ To

CVS commit: src/sys/ufs/chfs

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 16:31:17 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_readinode.c Log Message: Plug memory leak in a corner case in chfs_get_data_nodes(). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/ufs/chfs

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 16:33:20 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_vnode.c Log Message: Plug memory leaks in error returns in chfs_readvnode(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/pci

2014-09-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 1 16:42:27 UTC 2014 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Fix a bug that wm_get_swsm_semaphore() timed out when attaching device on some machines. - Calculate NVM word size correctly. -

CVS commit: src/sys/ufs/chfs

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 16:46:56 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_gc.c Log Message: Plug memory leak in error returns and normal operation in chfs_gcollect_pristine(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/ufs/chfs

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 16:48:42 UTC 2014 Modified Files: src/sys/ufs/chfs: ebh.c Log Message: Plug memory leak in add_peb_to_free() and add_peb_to_in_use() in case there's a duplicate in the tree. To generate a diff of this commit: cvs rdiff

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

2014-09-01 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Sep 1 19:01:55 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: cpu.c Log Message: cpu_boot_secondary_processors() needs a platform independent way to get the cpu id, so use cpu_myid() instead of sun4u specific

CVS commit: src/sys/dev/if_ndis

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 19:46:55 UTC 2014 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: Remove redundant test for rl == NULL, that's already established right after its allocation, and rl isn't re-assigned later. To generate a

CVS commit: src/bin/date

2014-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 1 21:42:21 UTC 2014 Modified Files: src/bin/date: date.c Log Message: Provide real error messages. Inspired by PR 49169 from David H. Gutteridge, but a much broader patch :-) To generate a diff of this commit: cvs