Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
which has long been know to cause ugly and pointless scroll bars.
Matthew Martin <phy1729 at gmail dot com>
helpfully explained the following two points to me:
1. What we need to do here is establish a new block formatting
context such that the first line of the <dd> content moves down
rather than to the right if the preceding <dt> is wide.
2. A comprehensive list of methods
to establish block formatting context is available in:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
In that list, i found that "column-count: 1" does the job.
It is part of CSS Multi-column Layout Level 1.
While that is still in Working Draft status according to
https://www.w3.org/Style/CSS/current-work ,
it is fully supported by all browsers according to
https://developer.mozilla.org/en-US/docs/Web/CSS/column-count ,
probably because it was already part of the second draft of this
standard almost 20 years ago: WD-css3-multicol-20010118.
|
|
Note that the first 16MB of the block are currently unused since
we link our kernels at physical address 0x01000000. Therefore
32MB is no longer enough to load a kernel that is now larger than
16MB.
Fixes the "entry point at 0x10010000" hang that people have reported
on some machines.
ok patrick@, naddy@, deraadt@
|
|
"kill %%", so when the client tells the server it got SIGCONT, don't use
bits that may already have been freed when it got SIGTERM. Also don't
print anything on exit if we get SIGTERM while suspended. Reported by
Theo.
|
|
lifetime. Use this information to renew pltime / vltime of privacy
addresses for up to 1 day / 2 days as RFC 4941.
This is important when announced pltime / vltime is lower than 1 day /
2 days, privacy addresses would have expired too fast.
Spotted after a remark by Fernando Gont on misc@
|
|
if we are using Semantically Opaque Interface Identifiers (soii)
otherwise we would just create the same address again and DAD will
fail again.
|
|
There is probably nothing wrong with calculating a new random value
everytime we create an address, but we are also not gaining anything.
Makes math in upcomming diffs easier.
|
|
(netinet6/nd6.h) we can remove the ND6 prefix.
While here use a MAX_DESYNC_FACTOR of 10 minutes as the RFC specifies.
We are using arc4random_uniform which avoids modulo bias.
|
|
going to renew them. Avoids redundant check for privacy addresses.
|
|
|
|
|
|
|
|
uvm_fault (and some similar "fault emulation" code which scream danger
danger)
tested by aoyama
|
|
Looks good, deraadt@
|
|
From Piotr Durlej.
|
|
|
|
Instead, use ".Ar chunk" for the -R option argument just like it is
already done for -l and -O.
While here, polish a few minor details in the vicinity of the word "device".
OK kn@
|
|
for us.
|
|
unconditionally now that astfb(4) can be used as the console as well.
Only print that we're the console if we actually are.
|
|
identifiers from TAG_WEAK to TAG_STRONG,
such that for example ...#DESCRIPTION always works.
Suggested by Aman Verma on the discuss@ list.
|
|
and early kernel boot messages will appear on opalcons(4) until astfb(4)
attaches.
|
|
|
|
|
|
|
|
|
|
Sergey Nizovtsev.
|
|
|
|
they might be able to find said metrics.
OK denis@ jmc@
|
|
OK denis@
|
|
GitHub issue 2372.
|
|
close the menu when the mouse is released, from teo_paul1 at yahoo dot
com.
|
|
OK deraadt@
|
|
This makes this interop test pass on sparc64.
|
|
|
|
At the moment the address is only negotiated and printed to the
log. If 'request addr 0.0.0.0' is configured, any address will
be accepted.
ok patrick@
|
|
Based/previous work on an idea from deraadt@
Input from claudio@, djm@, deraadt@, sthen@
OK deraadt@
|
|
done in unwind.
Inputs from jmc@ florian@
ok jmc@ florian@
|
|
ok tobhe@
|
|
colon-separated SGR sequences contain empty arguments. Reported by Sergey
Nizovtsev.
|
|
POWER9 machines.
ok jsg@
|
|
Diff by Matthias Pressfreund <mpfr @ fn de>. Thanks.
|
|
input/ok deraadt jca
|
|
Fix some tests that fail with obscure error messages on 'make' if the
required package (either version of OpenSSL or Botan 2) isn't installed.
This can be avoided by doing 'make regress' instead. I'll try to adjust
my finger memory for the many tests outside the LibreSSL tree that have
the same "problem". The fix here is unintrusive and I've been wasting
enough time with this to want to change it.
ok bluhm
|
|
PR#201 from github user manuelm
|
|
thingsconnected
|
|
|
|
other names and addresses; spotted by and debugged with lots of help
from jca@
|
|
The last name of the author of groff is "Clark".
|