CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 05:49:54 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: So sayeth posix (of the special builtin "eval"): If there are no arguments, or only null arguments, eval shall return a zero exit status;

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 05:49:54 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: So sayeth posix (of the special builtin "eval"): If there are no arguments, or only null arguments, eval shall return a zero exit status;

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 04:51:05 UTC 2017 Modified Files: src/bin/sh: input.c input.h parser.c Log Message: Deal with \newline line continuations more correctly. They can occur anywhere (*anywhere*) not only where it happens to be convenient to

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 04:51:05 UTC 2017 Modified Files: src/bin/sh: input.c input.h parser.c Log Message: Deal with \newline line continuations more correctly. They can occur anywhere (*anywhere*) not only where it happens to be convenient to

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 04:13:53 UTC 2017 Modified Files: src/bin/sh: input.c input.h Log Message: Fix idiot typos in previous (this is not the advertised :next commit") Same typo - two different places. Ugh! To generate a diff of this

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 04:13:53 UTC 2017 Modified Files: src/bin/sh: input.c input.h Log Message: Fix idiot typos in previous (this is not the advertised :next commit") Same typo - two different places. Ugh! To generate a diff of this

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 04:11:30 UTC 2017 Modified Files: src/bin/sh: input.c input.h Log Message: NFC: Change prototype of pushstring() to give a real type for the 3rd arg (struct alias *) rather than using void * and then casting it when used.

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 04:11:30 UTC 2017 Modified Files: src/bin/sh: input.c input.h Log Message: NFC: Change prototype of pushstring() to give a real type for the 3rd arg (struct alias *) rather than using void * and then casting it when used.

CVS commit: src/sbin/nvmectl

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 3 01:37:16 UTC 2017 Modified Files: src/sbin/nvmectl: nvmectl.c nvmectl.h Log Message: sprinkle static and death To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/nvmectl/nvmectl.c \

CVS commit: src/sbin/nvmectl

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 3 01:37:16 UTC 2017 Modified Files: src/sbin/nvmectl: nvmectl.c nvmectl.h Log Message: sprinkle static and death To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/nvmectl/nvmectl.c \

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 00:47:29 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: Correct a dsl comment relating to setting $_ - I thought I had done this ages ago, but apparently not... To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 00:47:29 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: Correct a dsl comment relating to setting $_ - I thought I had done this ages ago, but apparently not... To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 00:43:22 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Undocument (comment out) the description of the unimplemented MAILCHECK variable, and while here, enhance the description of MAIL a little. To generate a

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 00:43:22 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Undocument (comment out) the description of the unimplemented MAILCHECK variable, and while here, enhance the description of MAIL a little. To generate a

CVS commit: src/bin/ksh

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 3 00:41:34 UTC 2017 Modified Files: src/bin/ksh: misc.c Log Message: PR/52210: David H. Gutteridge: revert var pattern handling. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/bin/ksh/misc.c

CVS commit: src/bin/ksh

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 3 00:41:34 UTC 2017 Modified Files: src/bin/ksh: misc.c Log Message: PR/52210: David H. Gutteridge: revert var pattern handling. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/bin/ksh/misc.c

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 00:39:40 UTC 2017 Modified Files: src/bin/sh: var.c Log Message: Make "export VAR" work correctly ... if VAR was unset before this command it should remain unset afterwards. Previouly "export VAR" did much the same as:

CVS commit: src/bin/sh

2017-05-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 3 00:39:40 UTC 2017 Modified Files: src/bin/sh: var.c Log Message: Make "export VAR" work correctly ... if VAR was unset before this command it should remain unset afterwards. Previouly "export VAR" did much the same as:

CVS commit: src/sys/compat/linux/arch/powerpc

2017-05-02 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed May 3 00:23:42 UTC 2017 Modified Files: src/sys/compat/linux/arch/powerpc: linux_machdep.c Log Message: add missing arg to fpu_discard(). To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/compat/linux/arch/powerpc

2017-05-02 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed May 3 00:23:42 UTC 2017 Modified Files: src/sys/compat/linux/arch/powerpc: linux_machdep.c Log Message: add missing arg to fpu_discard(). To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sbin/ifconfig

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 2 20:12:27 UTC 2017 Modified Files: src/sbin/ifconfig: Makefile.common Log Message: We don't need agr or l2tp when we are small. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib/utils/x_ifconfig

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 2 20:12:10 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: define SMALLPROG To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/utils/x_ifconfig/Makefile Please

CVS commit: src/sbin/ifconfig

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 2 20:12:27 UTC 2017 Modified Files: src/sbin/ifconfig: Makefile.common Log Message: We don't need agr or l2tp when we are small. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib/utils/x_ifconfig

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 2 20:12:10 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: define SMALLPROG To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/utils/x_ifconfig/Makefile Please

CVS commit: src/usr.bin/man

2017-05-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 2 14:19:23 UTC 2017 Modified Files: src/usr.bin/man: man.c Log Message: Teach man -p to respect the MANPATH environment variable and the -M option. Currently, `man -p` generates its output based on the value of the

CVS commit: src/usr.bin/man

2017-05-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 2 14:19:23 UTC 2017 Modified Files: src/usr.bin/man: man.c Log Message: Teach man -p to respect the MANPATH environment variable and the -M option. Currently, `man -p` generates its output based on the value of the

CVS commit: src/usr.sbin/makemandb

2017-05-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 2 13:54:08 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: We do need to copy the return value from dirname(3) since there it is a static buffer and can be overwritten in between. I

CVS commit: src/usr.sbin/makemandb

2017-05-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 2 13:54:08 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: We do need to copy the return value from dirname(3) since there it is a static buffer and can be overwritten in between. I

CVS commit: src/share/man/man9

2017-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 2 08:20:20 UTC 2017 Modified Files: src/share/man/man9: mutex.9 Log Message: Use more markup. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/mutex.9 Please note

CVS commit: src/share/man/man9

2017-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 2 08:20:20 UTC 2017 Modified Files: src/share/man/man9: mutex.9 Log Message: Use more markup. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/mutex.9 Please note

CVS commit: src/sys/dev/sbus

2017-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 2 08:11:16 UTC 2017 Modified Files: src/sys/dev/sbus: cs4231_sbus.c Log Message: Make it compile with AUDIODEBUG To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sbus/cs4231_sbus.c Please note

CVS commit: src/sys/dev/sbus

2017-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 2 08:11:16 UTC 2017 Modified Files: src/sys/dev/sbus: cs4231_sbus.c Log Message: Make it compile with AUDIODEBUG To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sbus/cs4231_sbus.c Please note

CVS commit: src/sys/dev/ebus

2017-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 2 08:07:38 UTC 2017 Modified Files: src/sys/dev/ebus: cs4231_ebus.c Log Message: Make it compilable with AUDIODEBUG To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ebus/cs4231_ebus.c Please

CVS commit: src/sys/dev/ebus

2017-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 2 08:07:38 UTC 2017 Modified Files: src/sys/dev/ebus: cs4231_ebus.c Log Message: Make it compilable with AUDIODEBUG To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ebus/cs4231_ebus.c Please

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 2 07:25:51 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Ignore the interrupt if playback or recording has not started vs not open for recording or playback. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 2 07:25:51 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Ignore the interrupt if playback or recording has not started vs not open for recording or playback. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 2 06:37:12 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: More debuging output - if mix or hw ring inserts silence. This is to help identify the cause of PR kern/52175. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 2 06:37:12 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: More debuging output - if mix or hw ring inserts silence. This is to help identify the cause of PR kern/52175. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 2 06:25:05 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Explicitly set ioflag in audio_[read/write] IO_NDELAY if O_NONBLOCK is set in f_flags. This makes nonblocking reads and writes behave normally.

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 2 06:25:05 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Explicitly set ioflag in audio_[read/write] IO_NDELAY if O_NONBLOCK is set in f_flags. This makes nonblocking reads and writes behave normally.