Age | Commit message (Collapse) | Author |
|
The element <br/> was already employed for many other purposes,
so there is nothing wrong with using it.
Also, it is safer because <br/> is permitted in phrasing content,
whereas <div> is only allowed in flow content.
This is the first part of the HTML syntax audit which i wanted
to do for a long time. Reminded by a loosely related bug report
from Mark Harris <mark dot hsj at gmail dot com>.
Examples of where this caused HTML nesting syntax errors:
* in man(7) code between .nf and .fi
* in mdoc(7) code between .Bd -unfilled and .Ed
* in mdoc(7) code between .Ql Xo and .Xc
* in mdoc(7) code between .Rs and .Re
|
|
on the O2. The CRIME interrupt controller only has 32 interrupt sources.
From miod@
|
|
handler registration. The code is inherited from isa(4), but on the O2,
although some interrupt sources on CRIME are edge-triggered, all
the MACE interrupts are level-triggered.
From miod@
|
|
the inpcb apart from the disconnect. Just call soisdisconnected() and
clear the inp->inp_faddr since the socket is still valid after a disconnect.
Problem found by syzkaller via Greg Steuck
OK visa@
Fixes:
Reported-by: syzbot+2cd350dfe5c96f6469f2@syzkaller.appspotmail.com
Reported-by: syzbot+139ac2d7d3d60162334b@syzkaller.appspotmail.com
Reported-by: syzbot+02168317bd0156c13b69@syzkaller.appspotmail.com
Reported-by: syzbot+de8d2459ecf4cdc576a1@syzkaller.appspotmail.com
|
|
This fixes handling of lld-linked executables on mips64.
problem reported by visa@ and worked out with him
|
|
to ld and improve the readelf support:
https://sourceware.org/ml/binutils/2006-07/msg00129.html
https://sourceware.org/ml/binutils/2006-07/msg00181.html
Disable the ld support on mips64, as its ABI requires a symbol
ordering that conflicts with the requirements of DT_GNU_HASH.
Tested on macppc, alpha, and sparc64 to verify operation with all
three ELF word size combos
testing help miod@
ok kettenis@
|
|
include sys/types.h first.
ok guenther@ deraadt@
|
|
which was broken by the previous commit.
ok jsg@, mpi@
|
|
sizes.
OK patrick@
|
|
licence mere mortals can understand the terms of); will be connected to the
build on an arch-by-arch basis.
Testsuites and generated files have been intentionnaly omitted from this import.
Peer pressure and ok from at least drahn@ pirofti@ deraadt@
|
|
Together with the already imported Spleen 5x8, it will allow using the
same font family across a wide range of screen resolutions, from small
OLED displays to 4K monitors.
The fonts are 2-Clause BSD licensed and are my original creation.
OK jcs@, brynet@, bcallah@, kettenis@
|
|
|
|
diff from Lauri Tirkkonen <lotheac@iki.fi>
|
|
Base 10 suffices, negative numbers should be invalid (not converted) and
zero not treated specially.
This also unifies error messages and removes unnecessary EINVAL from them
since strtonum()'s errstr is explicit enough already.
Feedback and OK martjin, tb
|
|
|
|
|
|
Add nVidia Quadro M1200
from Peter Ezetta, thanks.
|
|
Spotted by jmc, thanks!
|
|
From Edgar Pettijohn.
|
|
interesting to review.
it seems the battery status is sometimes stale, but that's another bug.
ok kn phessler
|
|
|
|
report format
|
|
ok espie@
|
|
ok espie@
|
|
With and OK bluhm@, jmc@
|
|
OK bluhm@
|
|
the function is doing the same initialisation as arprequest().
OK bluhm@
|
|
OK bluhm@
|
|
OK bluhm@
|
|
OK bluhm@
|
|
ok guenther@ deraadt@
|
|
has been respawned.
|
|
|
|
|
|
ok mpi@
|
|
ok mpi@
|
|
This prototype was removed inadvertantly in r1.50.
OK jsing@
|
|
|
|
ok otto@
|
|
which are requested in the data section rather than in the layout.
Mini-feature found in misc/pfm(1).
|
|
requested by espie@
|
|
J. Clear that option to allow running full regress with paranoid
malloc flags. This is the same fix as for malloc_ulimit1.
|
|
|
|
rewrite tbl_hrule() in a simpler way.
Fix several bugs in the process.
No more special flags, just use the existing TBL_OPT_* from mandoc.h.
Reduce the number of tracked rows from three to two, which is more logical:
one above the line and one below is sufficient to figure out crossings.
No more magic quirks, all conditions are readily comprehensible now.
Add comments.
|
|
unveil calls should follow. ok various, including jmc
|
|
Allows stopping `syslogd -F' with ^C.
OK bluhm
|
|
Addresses:
* CVE-2018-18311 (Perl RT #133204)
* CVE-2018-18312 (Perl RT #133423)
* CVE-2018-18313 (Perl RT #133192)
* CVE-2018-18314 (Perl RT #131649)
|
|
|
|
|
|
is PEER_DOWN no updates will be processed anymore and quick flush can be made.
Fixes a memory leak and a use-after-free of the peer id in a bgpctl code path.
OK job@
|