Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
pledge in-between the two funtion calls. The new readlabel() only does
a DIOC*DINFO ioctl, making sure the fd points to a disk, while
parselabel() does the scary string manipulations. In the makelabel()
code path do an early DIOCGDINFO before pledge. This fixes yet another
pledge problem (disklabel -w /dev/tty floppy576).
Some of this was discussed with beck.
ok semarie, earlier version ok deraadt
|
|
ok tb@ earlier version
|
|
trivial change to use rrw locks instead. All it needs is LK_* defines
for the RW_* flags.
tested by naddy and sthen on package building infrastructure
input and ok jmc mpi tedu
|
|
|
|
|
|
multiple daemons at once; being worked on.
|
|
With this and the previous 2 commits, we can move from constructs like:
$ for i in $(rcctl ls all); do rcctl get $i; done
to just:
$ rcctl get all
Shrinking the run by a factor of more than 3.5.
prodded by and discussed with reyk@ at BSDcan2016
ok robert@
|
|
Large speedup when iterating over all rc.d scripts.
with and ok robert@
|
|
rc.d script comes from base of not; it's much faster.
ok robert@
|
|
ok tedu@ visa@
|
|
reported by semarie@
|
|
|
|
ok mpi@ kettenis@
|
|
|
|
|
|
|
|
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@
|