Age | Commit message (Collapse) | Author |
|
|
|
reset by ruleset matching and since it was cleared upon entering
lka_session_resolve_node(), it would trigger a fatal().
|
|
|
|
|
|
for an alias map.
fixes "accept from all for all alias myaliases deliver to mbox" and makes
thib "super happy"
ok thib@
|
|
this code differs somewhat from the i386 code because the amd64 interrupt
subsystem is quite different. Still disabled like on i386.
|
|
progress. The code is effectively disabled as long as PCI_FLAGS_MSI_ENABLED
doesn't get set for the root PCI bus.
|
|
are unmasked (so we aren't vt switched).
Delay mutex aquisition until after we've make sure we have to worry
about interrupts.
The ironlake version of this behaves funny for guenther@ with
interaction on docking then restarting X. so has been left out of this
commit until I work out what the hell is going on.
Joint work with deraadt@ been in snaps for weeks
|
|
and/or device. Discussed with miod@
|
|
|
|
|
|
config load time. This may change in future but for now it's better to
document it.
|
|
Feedback from various people, ok henning@
Previously if an interface type (without number), e.g. "set skip on vlan"
or "set skip on em" was used, it would have the undocumented behaviour of
matching any interface of that type.
Now it will only match an interface which is a member of the named group.
This results in some changed behaviour:
If you currently use "set skip" with a physical interface type (e.g.
"set skip on ix") you will need to add the interface to a group of that
name: 'ifconfig ix0 group ix' or add 'group ix' to hostname.ix0.
Interfaces cloned at runtime (e.g. lo, trunk, vlan, pppoe, carp, gif,
mpe and others) default to being in a group named after the interface type,
so for these interfaces there will be no change in behaviour unless you
have deliberately changed groups, e.g. 'ifconfig carp456 -group carp'.
|
|
|
|
to panic if we couldn't allocate memory for crypto descriptors;
tested by dcoppa, ok marco
|
|
(such as showing the previous session name when renaming). From Tiago
Cunha.
|
|
in making it a function. From Michael W Bombardieri.
|
|
ok ray
|
|
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
|
|
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked
by me and Ailin Nemui.
|
|
uiomove() will do the right thing in that case.
"This fix is right" kettenis@
|
|
found by Vadim Zhukov <persgray@gmail.com>
ok jsing
|
|
the show sessions handler by implementing it in an asynchronous way.
Closes PR 6509
ok pyr@
|
|
ok sthen@
|
|
|
|
|
|
|
|
for Match. This avoids problems caused by forgetting to keep three
code locations in perfect sync and ordering
"this is at once beautiful and horrible" + ok dtucker@
|
|
|
|
|
|
and AuthorizedPrincipalsFile were not being correctly applied in
Match blocks, despite being overridable there; ok dtucker@
|
|
|
|
From Lawrence Teo (thanks!)
OK krw@
|
|
"1".
hint from MERIGHI Marcus
ok robert@
|
|
|
|
daemon infrastructure. The previous design made it fairly hard to
reload the complex data structures, especially relays and protocols.
One of the reasons was that the privsep'd relayd processes had two
ways of getting their configuration: 1) from memory after forking from
the parent process and 2) and (partially) via imsgs after reload. The
new implementation first forks the privsep'd children before the
parents loads the configuration and sends it via imsgs to them; so it
is only like 2) before. It is based on an approach that I first
implemented for iked(8) and I also fixed many bugs in the code.
Thanks to many testers including dlg@ sthen@ phessler@
ok pyr@ dlg@ sthen@
|
|
ok millert@
|
|
returns EFBIG. This cannot be recovered from and is usually indicative
of a damaged pmap. Therefor, panic right here instead.
This diff meant the difference between dropping into single-user mode versus
getting a traceable panic.
ok kettenis@
|
|
Inside the new binutils, let the configure scripts for bfd,
gas and ld know about ia64-*-openbsd*. This gets the cross-tools
make target further.
Okay miod@.
|
|
zeroed out.
Documented this in code and updated PMAP_PREFER_* macros to use the corrected
values.
Discussed with and ok miod@
|
|
while there fix PMAP_PREFER_OFFSET() for good too, after discussion with ariane@
|
|
|
|
the xterm escape sequence for the purpose (if xterm is configured to
allow it).
Written by and much discussed Ailin Nemui, guidance on
xterm/termcap/terminfo from Thomas Dickey.
|
|
|
|
|
|
|
|
copy-end-of-line. From Dave Disser and Randy Stauner a while back.
|
|
|
|
Tested on L1C by Abel Abraham Camarillo Ojeda, thank you.
From FreeBSD via kevlo@, ok jsg@
|
|
blocks into an anonymous sub.
|