CVS commit: src/bin/pax

2019-03-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 20 03:13:39 UTC 2019 Modified Files: src/bin/pax: file_subs.c tar.c Log Message: pax: fix typos in comments in file_subs.c & tar.c Stamp out "greengrocers' apostrophes" in various places (arguably there are still

CVS commit: src/bin/pax

2019-03-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 20 02:50:50 UTC 2019 Modified Files: src/bin/pax: pat_rep.c Log Message: pax: minor adjustments to comments in pat_rep.c Amend several comments to match present reality (the functionality was added back in 2007).

CVS commit: src/external/gpl3/gcc/dist/gcc

2019-03-19 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 19 23:55:28 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: default oabi to strongarm. fixes build.sh -a arm builds. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/arch

2019-03-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 19 20:30:05 UTC 2019 Modified Files: src/sys/arch/amiga/amiga: locore.s src/sys/arch/atari/atari: locore.s Log Message: G/C a couple of lingering instances of addupc(). There is still some bit- rotten profiling

CVS commit: src/tests/lib/libnvmm

2019-03-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Mar 19 19:23:39 UTC 2019 Modified Files: src/tests/lib/libnvmm: h_io_assist.c h_io_assist_asm.S h_mem_assist.c h_mem_assist_asm.S Log Message: Add CVS ids, and rename the PTE bits. No functional change. To

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

2019-03-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Mar 19 19:15:57 UTC 2019 Modified Files: src/sys/arch/amd64/stand/prekern: locore.S prekern.c trap.S Log Message: Fix/remove some half-baked stuff I left in the prekern: - Page-align the idt store, to be extra sure. - Remove

CVS commit: src/sys/dev/ata

2019-03-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 19 16:56:29 UTC 2019 Modified Files: src/sys/dev/ata: wd.c Log Message: The NCQ support added a private request queue to the wd driver. This makes the regular buffer queue ineffective, it also allowed to queue an

CVS commit: src/sys/arch/aarch64

2019-03-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 19 16:45:28 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: - add ddb command "machine ttbr" to dump MMU tables. - tidy up descriptions,

CVS commit: src/sys/arch/aarch64

2019-03-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 19 16:05:49 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: asan.h pmap.h Log Message: - free L1-L3 pages that has been emptied by pmap_remove(). - if no memories,

CVS commit: [netbsd-8] src/doc

2019-03-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 19 13:43:42 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1218 To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-8.1 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/netinet

2019-03-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 19 13:42:55 UTC 2019 Modified Files: src/sys/netinet [netbsd-8]: ip_carp.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1218): sys/netinet/ip_carp.c: revision 1.102 carp: don't

CVS commit: src/sys/netinet6

2019-03-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 19 13:38:54 UTC 2019 Modified Files: src/sys/netinet6: ip6protosw.h Log Message: Fix typos in comment: - s/paylaod/payload/ - s/dstination/destination/ To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/share/man/man9

2019-03-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 19 10:17:35 UTC 2019 Modified Files: src/share/man/man9: RUN_ONCE.9 Log Message: New sentence, new line. Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/RUN_ONCE.9 Please

CVS commit: src/bin/pax

2019-03-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 19 10:14:46 UTC 2019 Modified Files: src/bin/pax: tar.1 Log Message: Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/bin/pax/tar.1 Please note that diffs are not public domain; they are

CVS commit: src/sys/external/bsd

2019-03-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 19 08:17:46 UTC 2019 Modified Files: src/sys/external/bsd/common/linux: linux_work.c src/sys/external/bsd/dwc2: dwc2.c Log Message: - dwc2 need calling linux_workqueue_init() to avoid panic. - use INIT_ONCE/FINI_ONCE

CVS commit: src

2019-03-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 19 08:16:51 UTC 2019 Modified Files: src/share/man/man9: RUN_ONCE.9 src/sys/kern: subr_once.c src/sys/sys: once.h param.h Log Message: add INIT_ONCE(9), FINI_ONCE(9) with changing once_t. Welcome to 8.99.36

CVS commit: src/sys/dev/sdmmc

2019-03-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 19 07:08:43 UTC 2019 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: Provide CID data (manufacturer/product id/product name) as disk type. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/dev

2019-03-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 19 07:01:15 UTC 2019 Modified Files: src/sys/dev: ld.c ldvar.h Log Message: Let backend provide a disk type. The information can be queried through drvctl(4). To generate a diff of this commit: cvs rdiff -u -r1.105

CVS commit: src/sys/dev/scsipi

2019-03-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 19 06:59:40 UTC 2019 Modified Files: src/sys/dev/scsipi: sd.c sdvar.h Log Message: Set disk product name as disk type. The information can be queried through drvctl(4). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ata

2019-03-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 19 06:51:05 UTC 2019 Modified Files: src/sys/dev/ata: wd.c wdvar.h Log Message: Set disk model name as disk type. The information can be queried through drvctl(4). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ata

2019-03-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 19 06:47:12 UTC 2019 Modified Files: src/sys/dev/ata: wd.c Log Message: Move standby on detach after wedges deletion in case wedges trigger I/O on the parent disk. Add debug messages. To generate a diff of this commit:

CVS commit: src/external/mit/xorg/lib

2019-03-19 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 19 06:19:44 UTC 2019 Modified Files: src/external/mit/xorg/lib: Makefile src/external/mit/xorg/lib/libXaw: Makefile Log Message: libvdpau depends upon libXext and libX11, so make sure they're built first. fixes x86