| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
I'll work on an update to test for endianness-compatibility.
Submitted by: many
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
| |
Reported by: bde
Approved by: bapt (mentor)
|
|
|
|
|
| |
Reviewed by: jilles, jhb
MFC after: 1 week
|
|
|
|
|
| |
were incorrectly adding the trap frame padding to the stack pointer after
reading it's value and unaligning it.
|
|
|
|
|
|
|
| |
The major corruption issues affecting this code have been fixed
a while ago.
MFC after: 1 week
|
|
|
|
|
| |
sparc64 machines make the page queue assert in vm_page_dequeue() more
precise. While I'm here switch the page lock assert to the newer style.
|
|
|
|
|
| |
Submitted by: Gerrit Kuehn <gerrit.kuehn@aei.mpg.de>
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
get built.
Sponsored by: Spectra Logic
MFC after: 13 days
X-MFC-With: r261081
|
|
|
|
|
|
|
|
|
|
|
| |
require tests in order to build or install. Crucially, don't try to
install tests during the lib32 install phase. This commit supersedes
r261081, which fixed the lib32 install phase problem, but didn't fix
other phases.
Submitted by: Garrett Cooper
Reviewed by: sjg
MFC after: 13 days
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix comment
This board has 4 wire support
|
|
|
|
| |
Commint some unrelated, but harmless, FDT ifdefs.
|
|
|
|
|
|
|
|
|
| |
Add the space to avoid alias recursion when the alias is expanded, not when
it is added.
As a result, displaying an alias via command -v, command -V or type no
longer erroneously appends a space. Adjust the tests so they now require
this bug to be absent.
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
The limitation was introduced in r178556 without any note or comment.
It seems pretty artificial and now it leads to problems like the following:
$ dtrace -x bufsize=17m -n ...
dtrace: processing aborted: Memory allocation failure
OpenSolaris and illumos never had this limitation.
Sponsored by: HybridCluster
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The IN_* flags should be set in i_flag instead of corrupting
i_flags [1].
Re-enable HTree dirindex as the last series of bug fixes
seems to have fixed the issues.
Reported by: bde [1]
Tested by: kevlo
MFC after: 1 week
|
|
|
|
|
|
| |
Tested on RT3071, RT3573, RT3570, RT3572, and RT5572.
Reviewed by: hselasky
|
|
|
|
|
|
|
|
| |
* move rarely-used fields down
* move uh_lock to different cacheline
* remove some usused fields
Sponsored by: Yandex LLC
|
|
|
|
|
|
|
|
|
| |
macro was changed. Since copying 64-bit srr1 into 32-bit srr1 drops the upper
32 bits, any bits set in the context were dropped, meaning the context check
fails. Since 32-bit set_context can't change those bits anyway, copy the ones
from the current context (td->td_frame) before calling set_context().
MFC after: 3 weeks
|
|
|
|
|
|
|
| |
or going into a near-infinite loop, warn and make potentially-reasonable
assumptions.
Reviewed by: brooks, nwhitehorn
|
|
|
|
| |
allow the client uart drivers to decide if a frequency is required.
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
Do copyout in case of gctl version mismatch and fix sbuf leak in
g_ctl_ioctl_ctl().
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
| |
geom_alloc_copyin() can't return ENOMEM, so describe its fail as bad
control request. Add check for NULL pointer in gctl_dump(), since it
can be NULL when geom_alloc_copyin() failed.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
Add to the gctl_error() an ability to specify error description even
if numeric error code is already specified. Also by default set
error code to EINVAL.
PR: 185852
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
were a little broken and not automatable, with unix_seqpacket_test.
It's coverage is a superset of the old tests and it uses ATF. It
includes test cases for bugs kern/185813 and kern/185812.
PR: kern/185812
PR: kern/185813
Sponsored by: Spectra Logic
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
without modifying errno.
Reported and tested by: Gennady Proskurin <gpr@mail.ru>
Reviewed by: mdf
PR: standards/186028
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
|
|
|
|
| |
Approved by: hrs (mentor)
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
This matches current POSIX standards and actual FreeBSD behavior.
MFC after: 1 week
|
|
|
|
|
|
|
| |
injected into the vcpu but the VM-entry interruption information field
already has the valid bit set.
Pointed out by: David Reed (david.reed@tidalscale.com)
|
|
|
|
| |
Approved by: hrs (mentor)
|
|
|
|
|
|
| |
PR: conf/185326
Reported by: Igor Mozolevsky <igor@hybrid-lab.co.uk>
Approved by: hrs (mentor)
|
| |
|
|
|
|
|
|
| |
PR: misc/186020
Submitted by: alfred
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
testing.
MFC after: 1 month
X-MFC-After: r261031
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The latest draft of SBC-3 tells: "A MAXIMUM UNMAP LBA COUNT field set to
a non-zero value indicates the maximum number of LBAs that may be unmapped
by an UNMAP command." To me it does not sound like that limit is set per
single descriptor, but rather per all command. And I have at least one
device that behaves exactly that way. This patch fixes the problem there.
MFC after: 1 week
|
|
|
|
|
|
| |
Make comments match parameters
Add options for early printf so we get regression build testing on it.
Add preview of options for FDT support coming soon (I hope)
|
|
|
|
| |
as described in the comments for the eputc function in your config file.
|
|
|
|
| |
purposes early in boot.
|