CVS commit: src/sys/dev/pci

2017-07-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jul 21 21:01:13 UTC 2017 Modified Files: src/sys/dev/pci: aceride.c pciide_acer_reg.h Log Message: Apply workaround from FreeBSD to fix read data corruption observed on Fire V100 and mSATA-SSD with mSATA to IDE adapter.

CVS commit: src/usr.sbin/crash

2017-07-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jul 21 20:58:44 UTC 2017 Modified Files: src/usr.sbin/crash: Makefile Log Message: sparc has db_machdep.c now. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/crash/Makefile Please note that

CVS commit: src/sys/arch/sparc

2017-07-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jul 21 20:56:10 UTC 2017 Modified Files: src/sys/arch/sparc/conf: files.sparc src/sys/arch/sparc/sparc: db_interface.c Added Files: src/sys/arch/sparc/sparc: db_machdep.c Log Message: Move the ddb registers

CVS commit: [perseant-stdc-iso10646] src/lib/libc

2017-07-21 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Fri Jul 21 20:22:29 UTC 2017 Modified Files: src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_ctype.c citrus_ctype.h citrus_ctype_fallback.c citrus_ctype_fallback.h citrus_ctype_local.h

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-07-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 21 18:36:47 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c Log Message: use free slot for drive reset, rather than always using slot zero; if we can't get the slot, fallback to channel reset as

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

2017-07-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 21 18:25:25 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_soctherm.c Log Message: Fix of_search_compatible usage To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 21 18:12:37 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c Log Message: add checksum verification for data returned by READ LOG EXT; this is mostly just paranoia for eventual driver/hw DMA bugs this

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 21 17:32:27 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: atavar.h wd.c Log Message: KASSERT() that chaosed xfer actually ends up with error; might end up being returned as successful due to bugs in error

CVS commit: src/tests/libexec/ld.elf_so

2017-07-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 21 16:39:20 UTC 2017 Modified Files: src/tests/libexec/ld.elf_so: h_thread_local_dtor.c Log Message: Avoid a race condition between dlclose and thread termination. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/share/man/man8

2017-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jul 21 12:48:02 UTC 2017 Modified Files: src/share/man/man8: afterboot.8 Log Message: Update packages link. suggest https. bump date To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/share/man/man8/afterboot.8

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

2017-07-21 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Jul 21 12:27:48 UTC 2017 Modified Files: src/sys/arch/x86/isa: isa_machdep.c Log Message: Fix uninitialised use of variable mpih Pointed out by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSShared

2017-07-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 21 08:49:05 UTC 2017 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSShared: dnssd_clientstub.c Log Message: Fix format strings to reflect exactly the types used. To generate a diff of this commit: cvs rdiff