summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-03Render .br as <br/>, not as an empty <div>.Ingo Schwarze
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
2018-12-03Do not process the top 32 bits of the 64 bit interrupt mask registerVisa Hankala
on the O2. The CRIME interrupt controller only has 32 interrupt sources. From miod@
2018-12-03Remove the unused interrupt type (edge/level) from the mace interruptVisa Hankala
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@
2018-12-03In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter freesClaudio Jeker
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
2018-12-03DT_MIPS_RLD_MAP is an offset, so relocate it when present.Philip Guenther
This fixes handling of lld-linked executables on mips64. problem reported by visa@ and worked out with him
2018-12-03Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASHPhilip Guenther
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@
2018-12-03Avoid uint32_t in _lock.h so users of rwlock.h mutex.h etc don't have toJonathan Gray
include sys/types.h first. ok guenther@ deraadt@
2018-12-02Include "com.h" to fix using a puc(4) based serial port as serial consoleMark Kettenis
which was broken by the previous commit. ok jsg@, mpi@
2018-12-02Remove artefacts from 'C', 'c' and 'F' characters, to match the otherFrederic Cambus
sizes. OK patrick@
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
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@
2018-12-02Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.Frederic Cambus
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@
2018-12-02mention REGRESS_SKIP_TARGETS; ok bluhm@anton
2018-12-02err -> errxGilles Chehade
diff from Lauri Tirkkonen <lotheac@iki.fi>
2018-12-01Use strtonum(3) for -t seconds, improve errors on invalid number inputkn
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
2018-12-01update currency exchange rates;Jason McIntyre
2018-11-30regenMike Larkin
2018-11-30Add another Xeon E3-1200 v6/7 host device.Mike Larkin
Add nVidia Quadro M1200 from Peter Ezetta, thanks.
2018-11-30Remove erroneous quote added in previousDaniel Jakots
Spotted by jmc, thanks!
2018-11-30Fix a typo and remove broken example.Martin Pieuchot
From Edgar Pettijohn.
2018-11-30log current power status going into and out of suspend, since it may beTed Unangst
interesting to review. it seems the battery status is sometimes stale, but that's another bug. ok kn phessler
2018-11-30on link-connect report events, add an fc-rdns field, currently emptyGilles Chehade
2018-11-30prepare for smtp-out reporting and while at it, make a few changes to theGilles Chehade
report format
2018-11-30/usr/local/ -> ${LOCALBASE}Daniel Jakots
ok espie@
2018-11-30Update after INDEX changeDaniel Jakots
ok espie@
2018-11-30Document m_align().Claudio Jeker
With and OK bluhm@, jmc@
2018-11-30MH_ALIGN -> m_alignClaudio Jeker
OK bluhm@
2018-11-30MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so thatClaudio Jeker
the function is doing the same initialisation as arprequest(). OK bluhm@
2018-11-30MH_ALIGN -> m_align and make the spacing look the same in all three places.Claudio Jeker
OK bluhm@
2018-11-30Switch MH_ALIGN to m_align which is the same.Claudio Jeker
OK bluhm@
2018-11-30Trivial MH_ALIGN/M_ALIGN to m_align conversions.Claudio Jeker
OK bluhm@
2018-11-30in getopts, when a option is followed by a colon the parameter is mandatorysolene
ok guenther@ deraadt@
2018-11-30Clear PANE_EXITED flag when starting new child process in case the paneNicholas Marriott
has been respawned.
2018-11-30tweak previous;Jason McIntyre
2018-11-30syncAlexandre Ratchov
2018-11-30New midicat utility to send to or receive from MIDI ports.Alexandre Ratchov
ok mpi@
2018-11-30Remove midiplay.Alexandre Ratchov
ok mpi@
2018-11-30Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.Jeremy Evans
This prototype was removed inadvertantly in r1.50. OK jsing@
2018-11-30don't attempt to connect to empty SSH_AUTH_SOCK; bz#293Damien Miller
2018-11-30Fix test when using malloc_conf=Jmortimer
ok otto@
2018-11-29Do not draw horizontal lines through vertical spansIngo Schwarze
which are requested in the data section rather than in the layout. Mini-feature found in misc/pfm(1).
2018-11-29Mention dependency on portslist package for outdated-perl-ports(1).Alexander Bluhm
requested by espie@
2018-11-29This test does not terminate if malloc conf is preconfigured withAlexander Bluhm
J. Clear that option to allow running full regress with paranoid malloc flags. This is the same fix as for malloc_ulimit1.
2018-11-29remove double .Pp. oops - sorry for not spotting!Jason McIntyre
2018-11-29Now that it is better understood how borders work,Ingo Schwarze
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.
2018-11-29Improve introduction so there is more clarity about the patterns ofTheo de Raadt
unveil calls should follow. ok various, including jmc
2018-11-29Honor SIGINT/QUIT when running in foregroundkn
Allows stopping `syslogd -F' with ^C. OK bluhm
2018-11-29Fix various overflows in perlAndrew Fresh
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)
2018-11-29syncStuart Henderson
2018-11-29missed adding tls_default_ca_cert_file here. found by sthenTed Unangst
2018-11-29In peer_down() we have to flush the Adj-RIB-Out. As soon as the peer stateClaudio Jeker
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@