CVS commit: src/sys/arch/x86/x86

2014-10-14 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Oct 14 06:59:59 UTC 2014

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels
to panic at boot.


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 src/sys/arch/x86/x86/pmap.c

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



CVS commit: src/common/lib/libc/arch

2014-10-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct 14 07:25:05 UTC 2014

Modified Files:
src/common/lib/libc/arch/arm/atomic: Makefile.inc
src/common/lib/libc/arch/hppa/atomic: Makefile.inc

Log Message:
Provide C++ 2011  support functions for hppa and arm.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/common/lib/libc/arch/arm/atomic/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arch/hppa/atomic/Makefile.inc

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/arch/x86/x86

2014-10-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct 14 07:37:37 UTC 2014

Modified Files:
src/sys/arch/x86/x86 [netbsd-7]: pmap.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #140):
sys/arch/x86/x86/pmap.c: revision 1.184
Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels
to panic at boot.


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.183.2.1 src/sys/arch/x86/x86/pmap.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/doc

2014-10-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct 14 07:38:44 UTC 2014

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

Log Message:
Ticket #140


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.51 -r1.1.2.52 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: src/usr.bin/config

2014-10-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Oct 14 08:00:27 UTC 2014

Modified Files:
src/usr.bin/config: main.c

Log Message:
Revert implicit attribute (module) declaration for options (flag/param).

Flag and param are to change contents of attributes (modules).  These don't
have code (*.[coS]).

Filesystem definition still defines an attribute (module) implicitly.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.bin/config/main.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/arm32

2014-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Oct 14 08:03:13 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: arm32_tlb.c

Log Message:
Use tlb is variants for MULTIPROCESSOR


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm32/arm32_tlb.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/sys/fs/puffs

2014-10-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct 14 08:16:03 UTC 2014

Modified Files:
src/sys/fs/puffs [netbsd-7]: puffs_vnops.c

Log Message:
Pull up revisions 1.192-1.194: fix debug printf formatting and make
it compile without debugging enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.182.2.6 -r1.182.2.7 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/external/isc/atheros_hal/conf

2014-10-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Oct 14 08:17:27 UTC 2014

Modified Files:
src/sys/external/isc/atheros_hal/conf: files.ath_hal

Log Message:
Revert troublesome ath_hal config definitions back to the original.

This means that, under the new config(1) modular build, if the option
ATHHAL_AR5210, that extends the ath driver to support AR5210, is selected,
the relevant 10 ar5210_*.c files end up being embedded into the "netbsd.ko"
module, which is pretty much opposite of modularity.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/isc/atheros_hal/conf/files.ath_hal

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-10-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct 14 08:17:28 UTC 2014

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

Log Message:
Update Ticket #136


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 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: src/sys/arch/zaurus/stand/zbsdmod

2014-10-14 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Oct 14 08:33:38 UTC 2014

Modified Files:
src/sys/arch/zaurus/stand/zbsdmod: Makefile

Log Message:
Avoid "unhandled relocation of type 3 for" error when load module.
"insmod zbsdmod.o" is successful now.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/zaurus/stand/zbsdmod/Makefile

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

2014-10-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Oct 14 09:32:16 UTC 2014

Added Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31_INSTALL

Log Message:
INSTALL kernel for HUMMINGBIRD_A31.  Blindly copied from RPI.  Good enough
to fix build release.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31_INSTALL

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

2014-10-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Oct 14 12:00:22 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31_INSTALL

Log Message:
do as other allwinner boards and dont use sshramdisk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31_INSTALL

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

2014-10-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Oct 14 12:31:14 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/arch/arm/arm32/pmap.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/conf

2014-10-14 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Tue Oct 14 13:53:34 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: SHEEVAPLUG TWINTAIL

Log Message:
Comment out more USB options to to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/evbarm/conf/TWINTAIL

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



CVS commit: src/sys/netinet6

2014-10-14 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Oct 14 15:29:43 UTC 2014

Modified Files:
src/sys/netinet6: nd6.c

Log Message:
Tests for neighbour now work correctly on bridge(4) and carp(4) interfaces.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/netinet6/nd6.c

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



CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 14 16:15:18 UTC 2014

Modified Files:
src/crypto/external/bsd/openssh/dist: auth.c

Log Message:
for consistency use options.use_dns when getting the canonical hostname.
[we do the same below for hosts.allow and deny] reported by rudolf.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssh/dist/auth.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/sysinst

2014-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 14 16:35:20 UTC 2014

Modified Files:
src/usr.sbin/sysinst: defs.h main.c net.c run.c util.c

Log Message:
Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *)
and not checking the result of localtime can lead to tears.
Add a safectime() that always returns a good string, and add some debugging
so that we can see if there is indeed something wrong in the new libc time
code.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/defs.h \
src/usr.sbin/sysinst/util.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/main.c
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/sysinst/net.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/run.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/emips/conf

2014-10-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Oct 14 17:09:12 UTC 2014

Modified Files:
src/sys/arch/emips/conf: INSTALL

Log Message:
Don't define wscons options without wscons devices.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/emips/conf/INSTALL

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



CVS commit: src/sys/arch/evbppc/conf

2014-10-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Oct 14 17:43:14 UTC 2014

Modified Files:
src/sys/arch/evbppc/conf: EV64260

Log Message:
Don't enable wscons options without wscons.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/evbppc/conf/EV64260

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

2014-10-14 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Tue Oct 14 17:48:24 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31_INSTALL

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31_INSTALL

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



CVS commit: src/sys/dev/acpi

2014-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 14 19:50:57 UTC 2014

Modified Files:
src/sys/dev/acpi: acpi_display.c

Log Message:
summarize levels instead of printing dozens of them.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acpi_display.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/external/gpl3/gcc/dist

2014-10-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Oct 14 20:26:02 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist [netbsd-7]: ChangeLog LAST_UPDATED MD5SUMS
config.sub configure configure.ac
src/external/gpl3/gcc/dist/config [netbsd-7]: ChangeLog
src/external/gpl3/gcc/dist/contrib [netbsd-7]: ChangeLog gennews
src/external/gpl3/gcc/dist/gcc [netbsd-7]: BASE-VER ChangeLog DATESTAMP
DEV-PHASE cgraphunit.c common.opt config.gcc configure configure.ac
double-int.c dwarf2out.c emit-rtl.c emit-rtl.h expr.c fold-const.c
function.c gimple-fold.c haifa-sched.c ifcvt.c ipa-cp.c omp-low.c
regcprop.c sched-deps.c sel-sched-ir.c toplev.c tree-cfgcleanup.c
tree-sra.c tree-ssa-ccp.c tree-ssa-ifcombine.c tree-ssa-math-opts.c
tree-ssa-sccvn.c tree-ssa-tail-merge.c tree-vect-data-refs.c
tree-vect-loop.c tree-vect-patterns.c tree-vect-slp.c
tree-vect-stmts.c tree-vectorizer.h
src/external/gpl3/gcc/dist/gcc/config [netbsd-7]: elfos.h
netbsd-stdint.h
src/external/gpl3/gcc/dist/gcc/config/aarch64 [netbsd-7]:
aarch64-linux.h aarch64.c aarch64.md arm_neon.h
src/external/gpl3/gcc/dist/gcc/config/alpha [netbsd-7]: alpha.c elf.h
src/external/gpl3/gcc/dist/gcc/config/arm [netbsd-7]: arm-protos.h
arm.c arm.md constraints.md t-rtems-eabi
src/external/gpl3/gcc/dist/gcc/config/avr [netbsd-7]: avr-fixed.md
avr.h avr.md
src/external/gpl3/gcc/dist/gcc/config/i386 [netbsd-7]: driver-i386.c
i386.c i386.md
src/external/gpl3/gcc/dist/gcc/config/microblaze [netbsd-7]:
microblaze.md predicates.md
src/external/gpl3/gcc/dist/gcc/config/mips [netbsd-7]: netbsd.h
src/external/gpl3/gcc/dist/gcc/config/pa [netbsd-7]: pa.c
src/external/gpl3/gcc/dist/gcc/config/rs6000 [netbsd-7]: constraints.md
freebsd64.h htm.md linux64.h netbsd.h netbsd64.h predicates.md
rs6000-builtin.def rs6000-c.c rs6000-protos.h rs6000.c rs6000.h
rs6000.md sysv4.h t-netbsd64 vsx.md
src/external/gpl3/gcc/dist/gcc/config/sh [netbsd-7]: sh.c sh.opt
sync.md
src/external/gpl3/gcc/dist/gcc/config/sparc [netbsd-7]: netbsd-elf.h
sync.md
src/external/gpl3/gcc/dist/gcc/config/vax [netbsd-7]: netbsd-elf.h
src/external/gpl3/gcc/dist/gcc/cp [netbsd-7]: ChangeLog call.c friend.c
parser.c pt.c semantics.c tree.c
src/external/gpl3/gcc/dist/gcc/doc [netbsd-7]: extend.texi install.texi
invoke.texi md.texi sourcebuild.texi tm.texi tm.texi.in
src/external/gpl3/gcc/dist/libgcc [netbsd-7]: ChangeLog config.host
unwind-dw2-fde.c
src/external/gpl3/gcc/dist/libgcc/config/i386 [netbsd-7]: sfp-machine.h
src/external/gpl3/gcc/dist/libobjc [netbsd-7]: ChangeLog encoding.c
src/external/gpl3/gcc/dist/libstdc++-v3 [netbsd-7]: ChangeLog
src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/post/hppa-linux-gnu 
[netbsd-7]:
baseline_symbols.txt
src/external/gpl3/gcc/dist/libstdc++-v3/doc/html [netbsd-7]: index.html
src/external/gpl3/gcc/dist/libstdc++-v3/doc/html/manual [netbsd-7]:
abi.html containers.html index.html std_contents.html
src/external/gpl3/gcc/dist/libstdc++-v3/doc/xml/manual [netbsd-7]:
containers.xml status_cxx2011.xml
src/external/gpl3/gcc/dist/libstdc++-v3/include/bits [netbsd-7]:
stl_tree.h
src/external/gpl3/gcc/dist/libstdc++-v3/include/ext [netbsd-7]: rope
src/external/gpl3/gcc/dist/libstdc++-v3/include/std [netbsd-7]: future
src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2 [netbsd-7]:
bool_set
src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++ [netbsd-7]:
atexit_thread.cc
src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6 [netbsd-7]:
printers.py
src/external/gpl3/gcc/dist/libstdc++-v3/scripts [netbsd-7]: run_doxygen
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11 [netbsd-7]: random.cc
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98 [netbsd-7]:
locale-inst.cc

Log Message:
Apply patch (requested by mrg in ticket #139):
Update to gcc 4.8-20141009, fixing over 50 GCC PRs and making
sh3 usable.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 src/external/gpl3/gcc/dist/ChangeLog
cvs rdiff -u -r1.3 -r1.3.2.1 src/external/gpl3/gcc/dist/LAST_UPDATED \
src/external/gpl3/gcc/dist/MD5SUMS
cvs rdiff -u -r1.5 -r1.5.2.1 src/external/gpl3/gcc/dist/config.sub
cvs rdiff -u -r1.6 -r1.6.2.1 src/external/gpl3/gcc/dist/configure
cvs rdiff -u -r1.5 -r1.5.4.1 src/external/gpl3/gcc/dist/configure.ac
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 \
src/external/gpl3/gcc/dist/config/ChangeLog
cvs rdiff -u -r1.1.1.4 -r1.1.1.

CVS commit: [netbsd-7] src/doc

2014-10-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Oct 14 20:30:00 UTC 2014

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

Log Message:
ticket 139


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 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: src/sys/arch/arm/arm32

2014-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Oct 14 20:35:03 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: arm32_tlb.c

Log Message:
armreg_tlbiasid_write -> armreg_tlbiasidis_write


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm32/arm32_tlb.c

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-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 14 20:35:40 UTC 2014

Modified Files:
src/lib/libc/time: localtime.c

Log Message:
improve error checking (setting errno)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/lib/libc/time/localtime.c

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



CVS commit: src/etc/rc.d

2014-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 14 20:49:47 UTC 2014

Modified Files:
src/etc/rc.d: network

Log Message:
fix syntax error


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/etc/rc.d/network

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

2014-10-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Oct 14 21:01:14 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
AWIN_A31_DMA_IRQ_*_MASK should be ULL not UL, spotted by chuq


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/allwinner/awin_reg.h

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

2014-10-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Oct 14 22:23:22 UTC 2014

Modified Files:
src/sys/arch/arm/arm: undefined.c

Log Message:
Use KM_NOSLEEP in install_coproc_handler.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/arm/arm/undefined.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/conf

2014-10-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Oct 14 22:42:36 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: mk.awin std.awin

Log Message:
move cpu flags to makeoptios


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/mk.awin \
src/sys/arch/evbarm/conf/std.awin

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

2014-10-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Oct 14 22:43:33 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31

Log Message:
override CPUFLAGS and build with -mcpu=cortex-a7


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

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-14 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Oct 15 05:11:36 UTC 2014

Modified Files:
src/sys/dev/i2c: files.i2c

Log Message:
dsrtc depends on sysmon_envsys.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/i2c/files.i2c

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



CVS commit: src/sbin/atactl

2014-10-14 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Oct 15 06:54:04 UTC 2014

Modified Files:
src/sbin/atactl: atactl.c

Log Message:
add a whole bunch of S.M.A.R.T. status i found around various sources.

now nothing on my new SSD is unknown, except #249.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sbin/atactl/atactl.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-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Oct 15 06:57:27 UTC 2014

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

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2835_mbox.c

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