Age | Commit message (Collapse) | Author |
|
parameters even if a link is down.
|
|
|
|
OK eric@
|
|
cannot be bound to by non-root users.
Ok millert@ bluhm@
|
|
Writing to the bbb emmc (but not reading) gives errors otherwise.
This does not occur with an sd card on bbb but apparently does on panda.
|
|
It's intended for use with diagnostic tools (like audioctl) and is of
no use to audio programs.
|
|
Patch by Imre Vadasz.
|
|
ok mglocker
|
|
by 0x100 for nodes compatible with "ti,omap4-hsmmc" to get the same
offsets as omap3. Handle both the nintr 1 (omap3/am335x) and nintr 3
(omap4) cases in attach. Ideally the "interrupts" property will be
handled by the interrupt controller drivers directly in future.
|
|
|
|
|
|
if DT_TEXTREL was set on the object. If that's needed, only set the mapping
to READ+WRITE to avoid W^X violation.
ok kettenis@
|
|
Configuring an interface for both LDP signaling and as a member of a
VPLS instance doesn't cause any harm as far as ldpd is concerned. But
it certainly doesn't make any sense, so it's better to reject the
configuration and warn the user instead of ignoring this silently.
|
|
|
|
LDP loop detection is only necessary for ATM LSRs running in cell mode. We
are never going to implement this "feature".
Also, add two more comments in lde_check_request().
|
|
ldpd operates only with the best routes of each IP prefix. In other words,
the routes with the lowest priorities.
When a route with a better priority is detected (possibly with a different
nexthop), we should uninstall the labels from the "old" routes and try
to install a new label for the new route (if there's one available in
the LIB).
In this specific case, ldpd was failing to uninstall the labels from the
old routes because it wasn't keeping track of each route's priority in
lde. With this missing bit of information, the parent process had no way
to get the correct label to uninstall when processing a IMSG_KLABEL_DELETE
message.
|
|
ok mpi@ jca@ mglocker@
|
|
ok gilles@
|
|
ok mpi
|
|
|
|
in the file sys/dev/ic/rtwn.c. This reduces kernel bloat and will make it
easier to have both drivers benefit from future enhancements.
ok mpi@
|
|
ok kettenis@ visa@
|
|
to finish on close.
Tested and ok Patrick Keshishian
ok mpi
|
|
|
|
bz#2522 reported by Jakub Jelen, ok dtucker@
|
|
for the default behaviour of not requiring multiple authentication
bz#2398 from Jakub Jelen; ok dtucker@
|
|
|
|
physical pages. Recent canges to uvm_map(9) mean that we now assume that
memory in interrupt safe maps is not pageable, and while we made sure all
mappings were backed by physical pages, a mapping allocated with
uvm_km_valloc(9) appears to pageable and triggered an assertion.
ok miod@
|
|
Prodded by jmc@
OK jmc@, stsp@, and sthen@
|
|
is a char** array doesn't mean we must exclusively operate on such.
convert to a red-black tree, manipulate as desired, then flatten to array.
potentially overkill for the current operations, but reading the tea leaves
i see that more manipulations are desired.
ok tb
(and some thought provoking disagreement from martijn)
|
|
Add an extra reference to MediaTek who now owns Ralink as suggested by sthen@.
OK jmc@ and stsp@
|
|
with this,
anchor foo {
include "/path/to/rules"
}
works and "load anchor" is obsolete, to be removed somewhen later after
release.
co-production with reky at bsdcan, ok reyk mikeb benno sasha
|
|
|
|
command-prompt, rather than always just selecting the pane.
|
|
ok mlarkin@
|
|
diff from yonas yanfa, tweaked a bit;
ok djm
|
|
a nop in the slot skipped by the kernel on success
|
|
ok gilles@
|
|
decrease the delay between transactions in the same session
ok eric@
|
|
reported by vstakhov
|
|
The umb(4) driver provides support for USB MBIM devices.
Those devices establish connections via celluar networks such as
GPRS, UMTS, and LTE.
ok mpi@ sthen@
additional feedback from deraadt@ jmc@ stsp@ kettenis@
|
|
|
|
dynamic code mixin
|
|
|
|
Adds supplementary code that was first tested in proot, but may be needed
to split pkg_add into processes in the future.
|
|
IP_SENDSRCADDR introduction easier.
Ok jca@
|
|
|
|
loop when we worked out that no IPsec is needed which led to a NULL
de-ref on the next iteration.
Fix this by making the code more similar to the IPv4 case.
Found the hard way by me, OK mpi@
|
|
has been moved to nd6_resolve().
ok visa@, millert@, florian@, sthen@
|
|
to deactivate our children.
ok mglocker@
|