CVS commit: src

2017-06-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 20 01:17:13 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/sys/sys: Makefile Removed Files: src/sys/sys: user.h Log Message: Remove Proposed on the the tech-userlevel mailing list without

CVS commit: src/usr.bin/make

2017-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 19 14:59:06 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: Remove previous variable expansion code; sjg had already added the code to do it. Note that the manual page already documents this behavior and

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

2017-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jun 19 17:11:24 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c Log Message: ata subsystem needs more work before wd(4) could be MPSAFE To generate a diff of this commit: cvs rdiff -u -r1.428.2.16

CVS commit: src/sys/kern

2017-06-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 19 15:53:16 UTC 2017 Modified Files: src/sys/kern: exec_subr.c Log Message: Always include a 1MB guard area beyond the end of stack. While ASLR will normally create a guard area as well, this provides a deterministic area

CVS commit: src/usr.bin/make

2017-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 19 15:49:21 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: make the code look like to 1.266 To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src/usr.bin/make/main.c Please note that

CVS commit: src/etc

2017-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 19 20:10:18 UTC 2017 Modified Files: src/etc: Makefile Log Message: use -v to get the expanded variable. To generate a diff of this commit: cvs rdiff -u -r1.430 -r1.431 src/etc/Makefile Please note that diffs are not

CVS commit: src/sys/dev/scsipi

2017-06-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 19 20:52:20 UTC 2017 Modified Files: src/sys/dev/scsipi: scsipi_base.c Log Message: pass config_detach error to caller. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/dev/scsipi/scsipi_base.c

CVS commit: src/external/bsd

2017-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 19 20:12:34 UTC 2017 Modified Files: src/external/bsd/elftosb/usr.sbin/elftosb: Makefile src/external/bsd/mdocml/bin/mandoc: Makefile Log Message: Use -v to get the expanded variables. To generate a diff of

CVS commit: src/usr.bin/make

2017-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 19 19:58:24 UTC 2017 Modified Files: src/usr.bin/make: main.c make.1 Log Message: Add -v variable that always expands variables; restore -V the way it was. To generate a diff of this commit: cvs rdiff -u -r1.271

CVS commit: src/sys/kern

2017-06-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 19 19:02:16 UTC 2017 Modified Files: src/sys/kern: exec_subr.c Log Message: Revert for the moment, creates problems on i386. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/kern/exec_subr.c Please

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

2017-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jun 19 21:00:00 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq ata.c atavar.h satapmp_subr.c wd.c src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c mvsata.c siisata.c wdc.c

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

2017-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 19 21:58:13 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos_sscom.c Log Message: Get baud rate from sclk_uartN instead of uartN. Print IRQ number at attach. To generate a diff of this commit: cvs rdiff -u

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

2017-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 19 21:59:55 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos5422_clock.c Log Message: Fix PLL con0 register locations and add uart clocks To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2017-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 19 22:03:02 UTC 2017 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_reg.h dwc_mmc_var.h Log Message: More or less a rewrite of dwc_mmc, based on awin_mmc, adding DMA support. To generate a diff of this commit: cvs

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

2017-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 19 22:03:50 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos_dwcmmc.c Log Message: Update for new dwc_mmc driver To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2017-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 19 22:01:18 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: EXYNOS Log Message: Disable exyortc for now, it doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2017-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 19 23:08:05 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos_sysmmu.c Log Message: Fix dmesg To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_sysmmu.c Please note

CVS commit: src/sys/dev/pad

2017-06-19 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 19 23:54:00 UTC 2017 Modified Files: src/sys/dev/pad: pad.c Log Message: Use defines to specify pad audio format. NFCI. Ok christos@. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pad/pad.c

CVS commit: src/tests/net

2017-06-19 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 19 09:20:29 UTC 2017 Modified Files: src/tests/net: net_common.sh Log Message: Do netstat -a for an appropriate protocol To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/net/net_common.sh Please

CVS commit: src/share/man/man4

2017-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 19 09:49:07 UTC 2017 Modified Files: src/share/man/man4: pxagpio.4 Log Message: Add RCS Id. Use serial comma. Improve wording. New sentence, new line. Use more markup. Remove xr to itself. To generate a diff of this

CVS commit: src/tests/net/ipsec

2017-06-19 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 19 10:05:04 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: Add test cases of TCP/IPsec on an IPv4-mapped IPv6 address It reproduces the same panic reported in PR kern/52304 (but not sure that

CVS commit: src/sys/netinet

2017-06-19 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 19 10:04:23 UTC 2017 Modified Files: src/sys/netinet: tcp_input.c Log Message: Fix KASSERT in tcp_input inp can be NULL when receiving an IPv4 packet on an IPv4-mapped IPv6 address. In that case KASSERT(sotoinpcb(so) ==

CVS commit: src/share/man/man4

2017-06-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 19 10:07:29 UTC 2017 Modified Files: src/share/man/man4: pxagpio.4 Log Message: Replace "does support" with "supports" (more common English usage), and replace an "either ... and" with "either ... or". To generate a

CVS commit: src/sbin/route

2017-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 19 09:46:33 UTC 2017 Modified Files: src/sbin/route: route.8 Log Message: Remove unnecessary Pp. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sbin/route/route.8 Please note that diffs are not public

CVS commit: src/sys/dev/pci

2017-06-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 19 10:59:01 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Set WMREG_KABGTXD not in wm_init_locked() but in wm_reset(). Same as other OSes. To generate a diff of this commit: cvs rdiff -u -r1.509

CVS commit: src/tests/net

2017-06-19 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 19 10:57:38 UTC 2017 Modified Files: src/tests/net/arp: t_arp.sh src/tests/net/ndp: t_ndp.sh Log Message: Add missing declarations for cleanup To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/bin/sh

2017-06-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 11:55:07 UTC 2017 Modified Files: src/bin/sh: mknodenames.sh Log Message: It is amazing what nonsense appears to work sometimes... (all my nonsense too!) Two bugs here, one benign because of the way the script is used.

CVS commit: src/libexec/ld.elf_so

2017-06-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 19 11:57:02 UTC 2017 Modified Files: src/libexec/ld.elf_so: Makefile map_object.c rtld.h symbol.c src/libexec/ld.elf_so/arch/aarch64: mdreloc.c src/libexec/ld.elf_so/arch/alpha: alpha_reloc.c

CVS commit: src/sys/ufs/lfs

2017-06-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jun 19 12:09:37 UTC 2017 Modified Files: src/sys/ufs/lfs: lfs_subr.c Log Message: Ifdef out KDASSERT which fires on my machine. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/ufs/lfs/lfs_subr.c Please