Age | Commit message (Collapse) | Author |
|
|
|
ok miod@, deraadt@, todd@.
|
|
regress test run fine with this changes
ok deraadt@, drahn@
|
|
Now the kernel does a proper vt switch for us this hack is no longer
needed.
ok miod@
|
|
When we hit suspend time, go through all wsdisplays on the system. if
they are in mode MAPPED, but not MODE_DUMBFB then if possible do a full
vt switch to a !mapped vt, and prevent switching back until resume time.
This has to be called from MD code because this involves userland
running so that X can run the vt switch signal handler. This way, any
case where we are using the "poke registers from userland" model, we
will not be on the hardware when we go down, so the kernel can actually
handle thing properly.
Tested on several acpi laptops (by kettenis@ and ian@), x40 (me and
beck@ at LEAST) and zaurus (me). Maybe others, but if so I forgot who at
this time..
Idea from deraadt somewhere over the Faroe Islands (I thought of a
similar thing myself a while ago). Much prompting from him. Ok and
comments miod@
|
|
code path.
ok deraadt@
|
|
lines, but does exactly the same thing. It also removes unneeded variable
`buf'
ok deraadt@, xsa@
|
|
be there. network X set nexthop Y failed because of this.
|
|
point registers, we no longer need to flush/purge the cache.
|
|
|
|
|
|
|
|
set IFF_OACTIVE and try again later. Previously bge(4) reserved 16 send
BDs after loading DMA maps but the hardware only requires one reserved
send BD.
From FreeBSD, via Brad
|
|
OK millert@
|
|
|
|
Adapted from NetBSD
OK jakemsr@
|
|
|
|
is risky. Delete the comment suggesting we might.
|
|
Feedback from miod@ and kettenis@.
ok beck@
|
|
* scoping fixes for roff instructions
* accept apostroph in place of dot as a macro control character
* accept tabs between the control character and the macro name
* check that man(7) .TH titles use capital letters
|
|
|
|
need this, as reported in PR#6339.
Fix tested by submitter, Marcel Widget, who also supplied the diff
that I tweaked.
ok beck@
|
|
whitespace tweaks on i386 so that it matches).
ok kettenis@
|
|
Info from Mitja.
|
|
well. First big sync, the interface address tree still needs to be made
AF independent but that will be done in a second step.
OK jsg@
|
|
allocated can be treated. We still check if no non-native partition
overlaps the openbsd area, to avoid surprised. ok krw@ lum@
|
|
the prototype to rde.h
|
|
filter list head. It is only used temporary in reconfigure().
OK henning
|
|
fixed id allocation. Makes code simpler.
OK henning
|
|
way. Use it for now in log_addr() to show VPN routes with a prepended RD.
OK henning
|
|
It means we've cleaned up the ring and bad things will happen (like
panics) on X closedown.
tested by (and ok) beck@
|
|
prompted by miod@
ok miod@ deraadt@
|
|
as the last page table entry that was actually used is cleared. So make sure
we check the page table page is still there for every page we remove.
Otherwise we will bring back the tlb entry and cache lines when we touch the
freed page, and we will create an illegal alias (non-equivalent mapping)
as soon as the page gets re-used.
Seems to fix the last remaining issue with fast page recycling (although I
need to do a bit more testing to be sure).
Help from drahn@, ok jsing@ and miod@ (for an earlier version of this diff)
|
|
|
|
with and ok jmc@
|
|
seem to have speakers at home.
|
|
being set to zero; this allows a full PIC bus to correctly configure I/O
resources.
While there, when initializing a ppb, setup I/O resources before memory
resources; without this a ppb connected to a PIC could not get I/O resources
if devices behind it would use both I/O and memory resources.
|
|
|
|
|
|
Driver written by Mikko Tolmunen <oskari@sefirosu.org>
|
|
|
|
optional metadata per volume and discipline specific optional metadata
processing.
ok marco@
|
|
ok kettenis@
|
|
|
|
a later calculation instead of doing it *again*
pointed out by miod quite some time ago.
|
|
and athn are only theoretically interesting. i33380211_node fixes a real
bug in occupied channel detection.
ok damien@
|
|
Shouldn't change the behaviour since only the ORed in bits are checked later,
but it makes the code clearer and should shut up the clang static analyser.
ok krw@
|
|
error path.
Found by jsg@ using the clang static analyser.
|
|
Found by jsg@ using the clang static analyser.
ok marco@
|
|
splx() call.
Found by jsg@ using the clang static analyser.
ok marco@
|