committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
fa241660 | behlendorf1 | May 2, 2019, 11:42 p.m. | Add feature check for 'zpool resilver' command
The 'zpool resilver' command requires that the resilver_defer feature is active on the pool. Unfortunately, the check for this was left out of the original patch. This commit simply corrects this so that the command properly returns an error in this case. Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Signed-off-by: Tom Caputi <tcaputi@datto.com> Closes #8700cgit |
|
8c74ade8 | jhb | May 2, 2019, 10:46 p.m. | Increase the VirtIO segment count to support modern Windows guests.
The Windows virtio driver ignores the advertized seg_max field and assumes the host can accept up to 67 segments in indirect descriptors, triggering an assert in the bhyve process. This brings back r282922 but with a couple of changes: - It raises the block interface segment limit to 128 instead of 67. - Linux's virtio driver assumes that the segment limit is no larger than the ring size. To avoid breaking Linux guests, raise the VirtIO ring size to 128, and cap the VirtIO segment limit at ring size - 2 (effectively 126). Reviewed by: rgrimes, Patrick Mooney <pmooney@pfmooney.com> Obtained from: Joyent (Linux workaround) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18831cgit ViewVC |
|
05a179e8 | asomers | May 2, 2019, 7:59 p.m. | directory.3: add a STANDARDS section
Reviewed by: jilles, ngie MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20111cgit ViewVC |
|
ce3da455 | emaste | May 2, 2019, 7:13 p.m. | iflib: remove assertion that isc_capabilities is nonzero
It's atypical, but not invalid, for a driver to pass no capabilities. Submitted by: Gerald Aryeetey <aryeeteygerald_rogers.com> Reviewed by: shurd MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20142cgit ViewVC |
|
6c8cb13d | trasz | May 2, 2019, 7:02 p.m. | Fix flags in cpuinfo.
Reviewed by: dchagin MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20139cgit ViewVC |
|
d6745408 | cem | May 2, 2019, 6:10 p.m. | Add a COMPAT_FREEBSD12 kernel option.
Use it wherever COMPAT_FREEBSD11 is currently specified, like r309749. Reviewed by: imp, jhb, markj Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D20120cgit ViewVC |
|
ac34fe23 | kevans | May 2, 2019, 5:50 p.m. | libbe: set mountpoint=none in be_import | |
011fdcbf | kevans | May 2, 2019, 5:44 p.m. | libbe(3): Properly mount BEs with mountpoint=none | |
9acc2a6a | manu | May 2, 2019, 5:04 p.m. | dtb: Include RK3399 RockPro64 DTS in kernel build
The DTS for this board is already present in sys/gnu/dts/arm64/rockchip/ and just needs to be enabled. Submitted by: alex@wied.io Differential Revision: https://reviews.freebsd.org/D19823cgit ViewVC |
|
83475ff1 | kevans | May 2, 2019, 5:01 p.m. | stand: correct mis-merge from r346879 | |
2de4a7aa | kevans | May 2, 2019, 4:56 p.m. | fdt: Fix installation of aarch64 dtb
r345519 rewrote parts of how we build .dtb, but mistakenly dropped the vendor dir for aarch64. Simply drop the :T for building ${DTB} in the aarch64 case- it'll get applied at install-time as-needed, with :H:T for determining the vendor dir. Reported by: manu Tested by: manu Reviewed by: manu MFC after: 3 dayscgit ViewVC |
|
b96fbd3c | dougm | May 2, 2019, 4:28 p.m. | Enroll new committer Doug Moore (dougm@freebsd.org). | |
5cac2021 | kib | May 2, 2019, 3:03 p.m. | Cleanup for rtld_malloc.c.
- Remove dead and most likely rotten MALLOC_DEBUG, MSTAT, and RCHECK options. - Remove unused headers. - Remove one case of undefined behavior where left shift could overflow. It is impossible on practice for rtld and libthr consumer. PR: 237577 Sponsored by: The FreeBSD Foundation MFC after: 1 weekcgit ViewVC |
|
5b130954 | manu | May 2, 2019, 12:56 p.m. | arm64: Add support for NanoPI NEO2
Add overlay files and activate devicetree file for NanoPi NEO2 featuring Allwinner H5 ARM64 core. To enable sound, dma and codec drivers are enabled for build. Submitted by: Manuel Stühn (freebsdnewbie@freenet.de) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D20129cgit ViewVC |
|
03ddf624 | dchagin | May 2, 2019, 9 a.m. | Remove unneeded includes. |