Author: hselasky
Date: Fri Apr 18 07:40:23 2014
New Revision: 264636
URL: http://svnweb.freebsd.org/changeset/base/264636
Log:
MFC r264340:
Correct IMOD default value according to comment.
Modified:
stable/9/sys/dev/usb/controller/xhcireg.h
Directory Properties:
stable/9/sys/ (props cha
Author: hselasky
Date: Fri Apr 18 07:42:47 2014
New Revision: 264637
URL: http://svnweb.freebsd.org/changeset/base/264637
Log:
MFC r264344:
Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0
APIs to increase the maximum bandwidth limit.
Modified:
stable/9/lib/libusb/libu
Author: jilles
Date: Fri Apr 18 12:34:10 2014
New Revision: 264643
URL: http://svnweb.freebsd.org/changeset/base/264643
Log:
MFC r263846: sh: Fix memory leak when trying to set a read only variable.
Modified:
stable/9/bin/sh/var.c
Directory Properties:
stable/9/bin/sh/ (props changed)
Mo
Author: jilles
Date: Fri Apr 18 12:42:50 2014
New Revision: 264644
URL: http://svnweb.freebsd.org/changeset/base/264644
Log:
MFC r263847: sh: Fix memory leak with an assignment before a regular builtin
Modified:
stable/9/bin/sh/var.c
Directory Properties:
stable/9/bin/sh/ (props changed)
Author: jilles
Date: Fri Apr 18 12:51:30 2014
New Revision: 264645
URL: http://svnweb.freebsd.org/changeset/base/264645
Log:
MFC r260246: sh(1): Discourage use of -e.
Also, do not say that ! before a pipeline is an operator, because it is
syntactically a keyword.
Modified:
stable/9/bin
Author: jilles
Date: Fri Apr 18 14:59:39 2014
New Revision: 264647
URL: http://svnweb.freebsd.org/changeset/base/264647
Log:
MFC r263244: find: When performing -quit, finish pending -exec ... + command
lines.
This avoids unexpected partial processing when a find command uses both
-quit