CVS commit: src/sys/fs/efs

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:27:01 UTC 2013 Modified Files: src/sys/fs/efs: efs_subr.c Log Message: use __diagused where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/fs/efs/efs_subr.c Please note that diffs a

CVS commit: src/distrib/utils/sysinst

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:39:01 UTC 2013 Modified Files: src/distrib/utils/sysinst: disks.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/distrib/utils/sysinst/disks.c Please note tha

CVS commit: src/bin/sh

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:38:40 UTC 2013 Modified Files: src/bin/sh: input.c Log Message: #ifdef a variable decl/setting with it's use. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/sh/input.c Please note that diffs ar

CVS commit: src/sys/dev/ic

2013-10-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Oct 30 08:40:32 UTC 2013 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Fix incorrect function names in panic message strings. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/ic/esiop.c c

CVS commit: src/usr.sbin/cpuctl/arch

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:42:16 UTC 2013 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: avoid uninitialised variable use. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/cpuctl/arch/i386.c Please note

CVS commit: src/usr.sbin/ldpd

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:41:57 UTC 2013 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: ensure variables are initialised To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/ldpd/socketops.c Please note that

CVS commit: src/sys

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:41:38 UTC 2013 Modified Files: src/sys/fs/udf: udf_allocation.c udf_strat_direct.c udf_strat_rmw.c src/sys/net/npf: npf_inet.c Log Message: used __diagused where appropriate. To generate a diff of this commit:

CVS commit: src/sys/rump/include/machine

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 08:42:46 UTC 2013 Modified Files: src/sys/rump/include/machine: cpu.h Log Message: mark rump's CPU_INFO_ITERATOR as being __unused. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/rump/include/machi

CVS commit: src/lib/librumpuser

2013-10-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 30 12:30:32 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_dl.c Log Message: glibc on MIPS uses the same DYN d_ptr variant as NetBSD and musl. from Justin Cormack To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/lib/librumpuser

2013-10-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 30 12:55:53 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_dl.c Log Message: need to include stdint.h before rump/rumpuser.h To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/librumpuser/rumpus

CVS commit: src/lib/librumpuser

2013-10-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 30 13:08:14 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_dl.c Log Message: Oh, stdint.h isn't written with a comma ... To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/librumpuser/rumpuser_d

CVS commit: src/external/gpl2/xcvs/dist/src

2013-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 30 14:25:47 UTC 2013 Modified Files: src/external/gpl2/xcvs/dist/src: exithandle.c Log Message: Ignore SIGPIPE; this is silly, we are getting EOF from a client, then while processing the error SIGPIPE comes because the c

CVS commit: src/etc

2013-10-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 30 15:15:12 UTC 2013 Modified Files: src/etc: Makefile.params Log Message: Instead of stupid postprocessor tricks, use redirect tricks to ensure that the output from ${PRINT_PARAMS} contains only the desired information witho

CVS commit: src/distrib/sets

2013-10-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 30 15:17:01 UTC 2013 Modified Files: src/distrib/sets: Makefile Log Message: In "make sortlists", if the file was already sorted then don't change its timestamp. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src

2013-10-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 30 15:37:49 UTC 2013 Modified Files: src/distrib/utils/sysinst: disks.c src/sbin/atactl: atactl.c src/sys/dev/ata: atareg.h src/sys/dev/usb: umass_isdata.c Log Message: -recognize CF cards by the

CVS commit: src/sys/dev/ata

2013-10-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 30 15:41:14 UTC 2013 Modified Files: src/sys/dev/ata: wd.c Log Message: play the addref/delref game on suspend, prevents crash if the disk/CF Card is eg. in a PCMCIA adapter and not mounted To generate a diff of this c

CVS commit: src/external/bsd/llvm

2013-10-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 30 20:27:40 UTC 2013 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/include: Makefile src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile src/external/bsd/llvm/lib/li

CVS commit: src/sys

2013-10-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 30 23:32:30 UTC 2013 Modified Files: src/sys/kern: exec_elf.c src/sys/sys: exec.h Log Message: Preserve NetBSD version from the ABI tag for compat use. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/lib/libc/net

2013-10-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 31 00:30:14 UTC 2013 Modified Files: src/lib/libc/net: inet6_getscopeid.3 Log Message: Try improving the description. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/net/inet6_getscopeid.3 Please n

CVS commit: src/sys/fs/tmpfs

2013-10-30 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Oct 31 00:59:17 UTC 2013 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c Log Message: tmpfs_alloc_node: it is less error-prone to store the link path with the NIL terminator included. Adjust tmpfs_readlink() to ex

CVS commit: src/share/mk

2013-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Oct 31 01:55:03 UTC 2013 Modified Files: src/share/mk: bsd.dep.mk Log Message: create mkdep output with a temporary file so that failures in complation during .d creation don't leave an empty (stale) .d file around to break futur

CVS commit: src/sys/dev

2013-10-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 31 04:26:40 UTC 2013 Modified Files: src/sys/dev/mii: brgphy.c src/sys/dev/pci: if_bge.c if_bgereg.h if_bgevar.h Log Message: Cleanup flag setting. No functional change. - Split flags into bge_flags and bge_phy_fl

CVS commit: src/sys/dev/pci

2013-10-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 31 06:01:39 UTC 2013 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: Add 40bit DMA bug workaround(BGEF_40BIT_BUG) from FreeBSD (part of r199670). This workaround is for 5714/5715 controllers and is not