CVS commit: src/sys

2017-04-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Apr 25 05:44:11 UTC 2017 Modified Files: src/sys/netinet: in_pcb.c in_pcb_hdr.h src/sys/netinet6: in6_pcb.c src/sys/netipsec: ipsec.c ipsec.h Log Message: Check if solock of PCB is held when SP caches in the

CVS commit: src/sys/dev/usb

2017-04-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 25 05:36:03 UTC 2017 Modified Files: src/sys/dev/usb: umass.c Log Message: In umass_detach set sc_dyring so that further attempts at transfers will fail. This fixes part of PR/51129 (Disconnecting USB SD card without

CVS commit: src/sys/dev/pci

2017-04-24 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Apr 24 23:01:45 UTC 2017 Modified Files: src/sys/dev/pci: ppb.c Log Message: in ppbdetach(), try to detach the children before tearing down our own state, to avoid trouble if detaching the children fails. To generate a diff of

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 22:20:23 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq ata.c atareg.h atavar.h wd.c Log Message: set NCQ priority field to 'high' for BPRIO_TIMECRITICAL transfers if drive supports it To

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

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 21:19:21 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.30.4.13 -r1.30.4.14 src/sys/dev/ic/siisata.c Please note that

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 21:14:32 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: Fix PRB blanking, so as not to stomp on the feet of neighboring slots. Also, don't blank some PRB fields twice. [:U+1F633:] To generate a

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 18:22:32 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c Log Message: only clear the bcount for NCQ case when the transfer actually ended w/o error To generate a diff of this commit: cvs

CVS commit: src/share/dict

2017-04-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Apr 24 18:18:16 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add ``cooperate'' To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/mk

2017-04-24 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Apr 24 17:09:37 UTC 2017 Modified Files: src/share/mk: bsd.lib.mk Log Message: fix another parallel-build race with MKDEBUG=yes by creating the .so.link with a temporary name and renaming to the final name only after the file is

CVS commit: src/sys/arch/amd64/amd64

2017-04-24 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Apr 24 17:03:43 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: restore the ability to run netbsd 1.0 32-bit executables by checking for the relevant lcall instruction in the trap handler and treating it

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 15:15:02 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c Log Message: do not use PRD Byte Count for queued commands to determine number of

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 14:07:29 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c Log Message: ata_free_xfer() must be called with lock held, same as ata_get_xfer() To generate a diff of this commit: cvs rdiff -u -r1.428.2.12

CVS commit: [bouyer-socketcan] src/sys/netcan

2017-04-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 24 13:38:33 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: if_canloop.c Log Message: Use bpf_mtap() not bpf_mtap_af(). Now files produced by tcpdump can be decoded by wireshark. To generate a diff of this

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

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:24:34 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.30.4.12 -r1.30.4.13 src/sys/dev/ic/siisata.c Please note that

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:19:50 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/siisata.c Please note that diffs are not

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

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:09:37 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.30.4.11 -r1.30.4.12 src/sys/dev/ic/siisata.c Please note that

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

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:05:26 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisatareg.h Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.42.1 src/sys/dev/ic/siisatareg.h Please note that

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 12:58:15 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: Drop unused prototype. Whitespace fixes. Wrap/re-wrap long lines. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 12:53:28 UTC 2017 Modified Files: src/sys/dev/ic: siisatareg.h Log Message: Add PR_PS_ACTIVE_SLOT bits. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/siisatareg.h Please note that

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 12:52:05 UTC 2017 Modified Files: src/sys/dev/ic: siisatareg.h Log Message: Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/siisatareg.h Please note that diffs are not

CVS commit: src/sys/dev/fdt

2017-04-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 24 10:56:03 UTC 2017 Modified Files: src/sys/dev/fdt: fdt_subr.c Log Message: If the stdout-path property is missing on /chosen, assume serial0:115200n8 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/fdt

2017-04-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 24 10:55:26 UTC 2017 Modified Files: src/sys/dev/fdt: fixedregulator.c Log Message: Defer acquiring the gpio until first use. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 10:46:42 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq Log Message: one down To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/dev/ata/TODO.ncq Please note that diffs

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 10:21:15 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c Log Message: adjust error handling in interrupt handler - finish the successfully finished xfers, and iterate to error out all the

CVS commit: src/share/man/man4

2017-04-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 24 10:04:38 UTC 2017 Modified Files: src/share/man/man4: wd.4 Log Message: Wording. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/wd.4 Please note that diffs are not public domain; they

CVS commit: src/share/man/man4

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 09:57:59 UTC 2017 Modified Files: src/share/man/man4: wd.4 Log Message: add a NOTE section documenting the broken Seagate Barracuda drives To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 09:57:22 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c Log Message: sync with HEAD, remove the nonfunctional Seagate 'mod15write' bug workaround To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ata

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 09:42:52 UTC 2017 Modified Files: src/sys/dev/ata: wd.c Log Message: remove the workaround for Seagate 'mod15write' bug, now driver only prints error on boog; unfortunately the code actually doesn't work, and there

CVS commit: src/share/man/man7

2017-04-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 24 09:42:19 UTC 2017 Modified Files: src/share/man/man7: symlink.7 Log Message: Use serial comma. Update a count. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man7/symlink.7 Please note that

CVS commit: [jdolecek-ncq] src/sys/arch

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 08:48:46 UTC 2017 Modified Files: src/sys/arch/acorn32/eb7500atx [jdolecek-ncq]: rside.c src/sys/arch/acorn32/podulebus [jdolecek-ncq]: icside.c rapide.c simide.c src/sys/arch/amiga/dev

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

2017-04-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 24 08:29:33 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: ninjaata32.c ninjaata32var.h Log Message: adjust to interface changes - ata_queue is now dynamically allocated To generate a diff of this commit: cvs