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

2018-04-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 21 23:25:01 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Do not use movq for loading arbitrary 64bit immediates. The ISA restricts it to 32bit immediates. To generate a diff of this commit: cvs

CVS commit: src/bin/sh

2018-04-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 21 23:01:29 UTC 2018 Modified Files: src/bin/sh: arithmetic.c Log Message: In uses like $(( var )) (un-dollared vars in arithmetic) we allow leading whitespace in the value of var (because strtoimax() does) but did not allow

CVS commit: src/bin/sh

2018-04-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 21 21:32:14 UTC 2018 Modified Files: src/bin/sh: parser.c Log Message: PR bin/53201 Don't synerr on ${var-anything more} The newline in the middle of the var expansion is permitted. Bug reported by Martijn

CVS commit: src/tests/bin/sh

2018-04-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 21 21:28:35 UTC 2018 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Add a test case for PR bin/53201 Currently this test case will fail, a fix is coming soon (not worth marking this as an expected failure.) This

CVS commit: src/external/bsd/am-utils/dist/fixmount

2018-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 21 18:34:08 UTC 2018 Modified Files: src/external/bsd/am-utils/dist/fixmount: fixmount.8 Log Message: we don't have mtab or rmtab To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/am-utils/di

CVS commit: src/sys/dev/usb

2018-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 21 18:07:24 UTC 2018 Modified Files: src/sys/dev/usb: if_axe.c Log Message: downgrade error to debug. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/usb/if_axe.c Please note that diffs are n

CVS commit: src/sys/dev/usb

2018-04-21 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Apr 21 15:53:25 UTC 2018 Modified Files: src/sys/dev/usb: xhci.c Log Message: add KASSERT() that sc_child* is set to NULL after child detach; just for readability, it's not immediatelly obvious this is done in xhci_childdet(

CVS commit: src/sys/dev/isa

2018-04-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 21 15:10:28 UTC 2018 Modified Files: src/sys/dev/isa: pcdisplay.c Log Message: Fix an ancient typo, instead of setting the base address, the size value is written leaving the autoconf setting (-1) as the address. The valu

CVS commit: src/sys/netinet

2018-04-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 21 13:22:06 UTC 2018 Modified Files: src/sys/netinet: ip_output.c Log Message: Remove #ifndef __vax__. The check enforces a 4-byte-aligned size for the option mbuf. If the size is not multiple of 4, the computation of ip_hl

CVS commit: src/share/man/man7

2018-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 21 12:38:17 UTC 2018 Modified Files: src/share/man/man7: sysctl.7 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/share/man/man7/sysctl.7 Please note that diffs are

CVS commit: src/usr.sbin/rtadvd

2018-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 21 09:31:08 UTC 2018 Modified Files: src/usr.sbin/rtadvd: rtadvd.conf.5 Log Message: Minor improvements. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/rtadvd/rtadvd.conf.5 Please note that diff

CVS commit: src/sys/netisdn

2018-04-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 21 08:30:19 UTC 2018 Modified Files: src/sys/netisdn: i4b_ipr.c Log Message: Remove unused variable since previous revision. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/netisdn/i4b_ipr.c Please no