Author: dchagin
Date: Sat Sep 17 08:10:01 2016
New Revision: 305896
URL: https://svnweb.freebsd.org/changeset/base/305896
Log:
Implement BLKSSZGET ioctl for the Linuxulator.
PR: 212700
Submitted by: Erik Cederstrand
Reported by: Erik Cederstrand
MFC after:1 week
Modifi
Author: bde
Date: Sat Sep 17 11:43:51 2016
New Revision: 305897
URL: https://svnweb.freebsd.org/changeset/base/305897
Log:
Silently ignore unexpected single-step traps (except for turning
off single-stepping). Only do this on arches (only x86 so far)
which classify single-step traps unambig
Author: jceel
Date: Sat Sep 17 13:48:01 2016
New Revision: 305898
URL: https://svnweb.freebsd.org/changeset/base/305898
Log:
Add virtio-console support to bhyve.
Adds virtio-console device support to bhyve, allowing to create
bidirectional character streams between host and guest.
Sy
Author: bde
Date: Sat Sep 17 14:00:52 2016
New Revision: 305899
URL: https://svnweb.freebsd.org/changeset/base/305899
Log:
Remove all kernel uses of pcb_psl, but keep in in the struct to
preserve the ABI and API for applications. It was removed in the port
to amd64, but was remained as garb
On Sat, 17 Sep 2016, Bruce Evans wrote:
Author: bde
Date: Sat Sep 17 14:00:52 2016
New Revision: 305899
URL: https://svnweb.freebsd.org/changeset/base/305899
Log:
Remove all kernel uses of pcb_psl, but keep in in the struct to
preserve the ABI and API for applications. It was removed in the
Author: jceel
Date: Sat Sep 17 16:03:33 2016
New Revision: 305900
URL: https://svnweb.freebsd.org/changeset/base/305900
Log:
Create aliases for named virtio-console ports.
Make virtio_console(4) create `/dev/vtcon/` alias pointing
to /dev/ttyVx.y upon receiving PORT_NAME (id = 7) event ov
Author: kib
Date: Sat Sep 17 16:47:34 2016
New Revision: 305902
URL: https://svnweb.freebsd.org/changeset/base/305902
Log:
Reduce size of ufs inode.
Remove redunand i_dev and i_fs pointers, which are available as
ip->i_ump->um_dev and ip->i_ump->um_fs, and reorder members by size to
red
Author: kib
Date: Sat Sep 17 18:14:31 2016
New Revision: 305903
URL: https://svnweb.freebsd.org/changeset/base/305903
Log:
Fix libprocstat build after r305902.
- Use _Bool to not require userspace to include stdbool.h.
- Make extattr.h usable without vnode_if.h.
- Follow i_ump to get cdev
Author: rene (doc,ports committer)
Date: Sat Sep 17 21:49:11 2016
New Revision: 305905
URL: https://svnweb.freebsd.org/changeset/base/305905
Log:
bapt stepped down from portmgr
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
=
Author: np
Date: Sat Sep 17 22:13:03 2016
New Revision: 305906
URL: https://svnweb.freebsd.org/changeset/base/305906
Log:
cxgbe/t4_tom: The SMAC entry for a VI is at a different location in the T6.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev
Author: landonf
Date: Sat Sep 17 22:18:32 2016
New Revision: 305907
URL: https://svnweb.freebsd.org/changeset/base/305907
Log:
bhnd(4): Fix regression in BCM4331 SPROM pin reference counting.
In r304870, refcount handling was lifted out into a common OTP/SPROM code
path, but the refcount
Author: np
Date: Sat Sep 17 23:08:49 2016
New Revision: 305908
URL: https://svnweb.freebsd.org/changeset/base/305908
Log:
cxgbe/t4_tom: Update the active/passive open code to support T6. Data
path works as-is.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/tom/t4_co
Author: ngie
Date: Sun Sep 18 05:06:15 2016
New Revision: 305916
URL: https://svnweb.freebsd.org/changeset/base/305916
Log:
Make sure $TMPDIR is created with 0755 permissions
This is required to ensure that the temporary script can be executed,
as the default mode is apparently too restri
Author: adrian
Date: Sun Sep 18 05:07:18 2016
New Revision: 305917
URL: https://svnweb.freebsd.org/changeset/base/305917
Log:
[iwm] fix up RSSI calculations for both scan results and normal RX operations.
* hard code a noise floor of -96 for now. The noise floor update code returns
some
Author: ngie
Date: Sun Sep 18 05:10:15 2016
New Revision: 305918
URL: https://svnweb.freebsd.org/changeset/base/305918
Log:
Only chmod $TMPDIR if it's not /tmp
This is a safety belt to ensure that the /tmp sticky bit stuff doesn't
get whacked by accident if someone runs the script outrigh
Author: ngie
Date: Sun Sep 18 05:12:23 2016
New Revision: 305919
URL: https://svnweb.freebsd.org/changeset/base/305919
Log:
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}
needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intent
Author: ngie
Date: Sun Sep 18 05:54:13 2016
New Revision: 305920
URL: https://svnweb.freebsd.org/changeset/base/305920
Log:
Remove spurious newlines from atf_tc_fail calls
This changes the results from broken (incorrect) to failed (correct) on
i386
MFC after:1 week
Sponsored by
Author: ngie
Date: Sun Sep 18 06:00:07 2016
New Revision: 305921
URL: https://svnweb.freebsd.org/changeset/base/305921
Log:
Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG calls
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/tests/stdio/ope
18 matches
Mail list logo