Age | Commit message (Collapse) | Author |
|
|
|
|
|
ok kn@
|
|
passing GPE_DIRECT which directly executes the supplied callback and
clears a level interrupt rather than going through acpi_taskq which
can be slow when other driver callbacks are in the queue.
This should not be used for GPE handlers that need to do anything
ACPI-related.
ok kettenis
|
|
OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only
intended to replace the lpd(8) daemon for the moment, not the lpr(1),
lprm(1), lpq(1) and lpc(8) commands.
This is a work in progress. The server part should be fairly functionnal,
but the printer part is not complete: remote printers should work, for
local printers it depends on the setup. Anyway, at this point it's better
in the tree than rotting on my disk.
ok deraadt@
|
|
unhappy.
ok deraadt@, visa@
|
|
ok mlarkin@, patrick@
|
|
clamping the maximum DVFS state.
ok mlarkin@, patrick@
|
|
defined in device trees that link together thermal sensors and cooling
devices to actively or passively cool devices when certain trip points
are reached.
ok mlarkin@ patrick@
|
|
1817. Also a tmux.1 fix from jmc.
|
|
hardware crypto features are available.
"no objections" kettenis@
|
|
called from the mg startup file. My previous diff broke that instance.
So this diff reverts my change but adds a man page line to
blink-and-insert in case someone should try to use it interactively,
again. Also, should anyone ever want to add an interactive version of
blink-and-insert in the future, the code is there. And the code could
be useful in another, related instance.
|
|
lock file" would trash errno, creating confusion.
One instance found by richardipsum@fastmail, other two identified from
original commit
ok millert
|
|
|
|
update
ok jsg
|
|
|
|
fail. Log the message without formating, that is the best syslogd(8)
can do.
OK deraadt@
|
|
filtering can happen. rde_filter no longer reads the re pointer but
instead the prefix entry pointer pt. So instead of faking a re entry
allocate a pt entry including the refcount dance. Also make sure that
the validation state is set to ROA_NOTFOUND.
Problem found by dlg@
|
|
No functional change.
OK gilles@
|
|
hop interface configured with "route-to" was not used. Keep the
interface within the pf_src_node and use it when the record is used.
OK sashan
|
|
spin_lock_irqsave() to closer match the linux interrupt blocking
behaviour. Prompted by a discussion with kettenis@.
|
|
spin_lock_irqsave() to closer match the linux interrupt blocking
behaviour. Prompted by a discussion with kettenis@.
ok kettenis@
|
|
suggested by Michal Nowak <mnowak at startmail dot com>
|
|
patch from Michal Nowak <mnowak at startmail dot com>
who found these with git pbchk in the illumos tree
|
|
ok visa@, semarie@
|
|
Trivial conversion from ticks to milliseconds where macros already come in
milliseconds and timeout values only need reduction by hz to use the new API.
OK mpi
|
|
|
|
From Imre Deak
d9a515867bdba59ebf196a6ade10faae8e8be36a in mainline linux
ok jsg
|
|
|
|
As with nanosleep(2), poll(2), and select(2), here we can chip away at
the timespec until it's empty. This lets us support the full range of
the timespec regardless of the kernel's HZ.
Update the manpage accordingly.
ok visa@
|
|
building with clang.
ok deraadt@, visa@
|
|
ok deraadt@, visa@
|
|
ok visa@
|
|
|
|
OK deraadt@
|
|
pieces of software that use the constraint if the compiler claims
to be compatible with GCC 4.2.1.
Note that the constraint was removed in GCC 4.4. The reason was that
'h' could generate code whose result is unpredictable. The underlying
reason is that the HI and LO registers are special, and the optimizer
has to be careful when choosing the order of HI/LO accesses. It looks
that LLVM has the needed logic.
|
|
Use #define's instead of magic numbers. Use total elapsed time
to decide when to give up.
No intentional functional change.
|
|
for NEXTHOP_LOOKUP else nexthop_unref() triggers a safety check.
|
|
there are states which refer it.
OK sashan
|
|
|
|
|
|
"where is the kaboom?" deraadt@
|
|
ok hackroom@
|
|
|
|
in a chain to receive a "(null)" parameter.
Fix this by storing the current parameter in the session.
Found the hard way and fix tested by Mischa Peters.
OK gilles@
|
|
|
|
|
|
|
|
structures are pt_entry, rde_aspath, rde_communities, and nexthop.
The functions are always called *_ref and *_unref also the behaviour
when the last reference is removed is unified and now the object is
removed inside of the unref function. The actual bean-counting is not
modified by this diff.
OK benno@
|
|
a colour, GitHub issue 1815.
|