| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
the system to proceed to boot without bailing out into single user mode,
even when the file system can not be successfully mounted.
This option is implemented in mount(8) and not passed into kernel.
MFC after: 1 month
|
|
|
|
|
|
|
|
|
|
|
| |
Many thanks to Tino <tinotom@gmail.com> for drawing my attention to
this, for doing a lot of testing and providing great feedback.
Many thanks to AMD for continuing to release public specifications for
their chipsets.
PR: kern/157568
Tested by: Tino <tinotom@gmail.com>
MFC after: 1 week
|
|
|
|
| |
Discussed with: delphij
|
|
|
|
|
| |
Pointed out by: ru
MFC after: 4 days
|
|
|
|
|
| |
Pointed out by: ru
MFC after: 3 days
|
|
|
|
|
| |
Suggested by: YongHyeon PYUN
MFC after: 7 days
|
| |
|
|
|
|
|
| |
Submitted by: Lev Serebryakov, lev @
MFC after: 14 days
|
|
|
|
| |
Submitted by: joel
|
|
|
|
|
| |
I accidently committed the actual change (typo fix) in r222492, which
is a completely unrelated change.
|
|
|
|
|
|
| |
PR: docs/155980
Submitted by KOIE Hidetaka (koie at suri co jp)
MFC after: 7 days
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
controllers because of TX MAC hangs when trying to send a frame
that is larger than 4K (see r200759).
PR: docs/156742
Submitted by: Michael Moll (kvedulv at kvedulv dot de)
Reviewed by: yongari@
MFC after: 6 days
|
| |
|
|
|
|
|
|
|
|
|
|
| |
being able to verify, but also having the ability to
fetch distfiles that are missing or failed the checksum
calculation
PR: docs/138887
Submitted by: Radim Kolar (hsn at sendmail dot cz)
MFC after: 5 days
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
which is now disabled by default. The detection is known to cause hangs
on boot with some new Lenovo laptops on FreeBSD/amd64.
Reported by: gnn
Discussed with: jkim
MFC after: 3 months
|
|
|
|
|
|
| |
look like they might work.
Prodded by: Vadim Goncharov
|
|
|
|
|
|
|
|
|
| |
When supported by hardware, this allows to control per-port activity, locate
and fault LEDs via the led(4) API for localization and status reporting
purposes. Supporting AHCI controllers may transmit that information to the
backplane controllers via SGPIO interface. Backplane controllers interpret
received statuses in some way (IBPI standard) to report them using present
indicators.
|
|
|
|
| |
Clarify return values.
|
|
|
|
|
| |
Reviewed by: hselasky
MFC after: 3 days
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
Submitted by: ru
|
| |
|
| |
|
|
|
|
|
|
| |
Device.
Reviewed by: jhb (newbus bits only), adrian
|
|
|
|
|
| |
Submitted by: uqs
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.
Reviewed by: marius
Tested by: sbruno
Approved by: re
|
|
|
|
|
|
|
|
| |
Also place STAILQ_REMOVE_HEAD in alphabetical order. Lastly, document
the _SWAP macros.
PR: kern/143033
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
* Use more standard BSD license.
Obtained from: elftoolchain
|
|
|
|
| |
Submitted by: ray@dlink.ua
|
|
|
|
|
| |
Pointed out by: pjd
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
o Fix date
o Break sentences
o Remove trailing whitespaces
o Sort xrefs by section number
Requested by: ru
MFC after: 2 weeks
|
|
|
|
| |
Reported by: manlint
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
Submitted by: Igor Sysoev
|
| |
|
|
|
|
|
|
|
|
|
|
| |
with INET6 equivalents. Patch reather than re-genenerating src.conf
(given the current problem with the script that does the re-gen).
Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
wrapper around rman_adjust_resource(). Include a generic implementation,
bus_generic_adjust_resource() which passes the request up to the parent
bus. There is currently no default implementation. A
bus_adjust_resource() wrapper is provided for use in drivers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, these changes allow a resource to back a relocatable and
resizable resource such as the I/O window decoders in PCI-PCI bridges.
- rman_adjust_resource() can adjust the start and end address of an
existing resource. It only succeeds if the newly requested address
space is already free. It also supports shrinking a resource in
which case the freed space will be marked unallocated in the rman.
- rman_first_free_region() and rman_last_free_region() return the
start and end addresses for the first or last unallocated region in
an rman, respectively. This can be used to determine by how much
the resource backing an rman must be adjusted to accomodate an
allocation request that does not fit into the existing rman.
While here, document the rm_start and rm_end fields in struct rman,
rman_is_region_manager(), the bound argument to
rman_reserve_resource_bound(), and rman_init_from_resource().
|
|
|
|
|
|
|
|
| |
Features: Jumbo frames (up to 9600), LRO (Large Receive Offload),
TSO (TCP segmentation offload), RTH (Receive Traffic Hash).
Submitted by: Sriram Rapuru at Exar
MFC after: 2 weeks
|
|
|
|
|
|
| |
applied by r221124. I also deleted references to idmapd, since that
daemon no longer exists.
This is a content change.
|
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
While there, fix the type of the func argument of INIT_TASK macro,
and use the modern name of the analogous facility from Linux kernel.
Sponsored by: The FreeBSD Foundation
MFC after: 1 month
|