summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-19clean up .Sx and .Xr HTML markupIngo Schwarze
2017-01-19Clean up CSS rules for sections and paragraphs.Ingo Schwarze
Start using real macro names for CSS classes.
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
for secondary CPUs. Discussed with miod@
2017-01-19Our kernel does not generate IPv6 atomic fragments anymore. CheckAlexander Bluhm
that the test does not receive any.
2017-01-19Add mplock.h for loongson.Visa Hankala
2017-01-19RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecatesAlexander Bluhm
generating atomic fragments. So remove the code that sends them. CVE-2016-10142 has been assigned to that issue. OK visa@ mpi@
2017-01-19Adjust indentation of the HTML output to the conventions establishedIngo Schwarze
by html.c. No semantic change.
2017-01-19Sending a PMTU ICMP packet will trigger a TCP retransmit. The testAlexander Bluhm
assumed that it would have to send an additional ACK for that. There was a race where the test could miss the TCP retransmit before it did send the ACK. Sniff for the TCP retransmit before sending the ICMP packet and do not send the ACK.
2017-01-19Start cleanup: trim useless HTML comments and <div> elementsIngo Schwarze
on the <html> and <body> levels.
2017-01-19No need for conditionals around free(9)Mike Belopuhov
2017-01-19Zero a return value variable at the start of hifn_process() to avoidJonathan Gray
using it uninitialised in one path.
2017-01-19when parsing a BFD packet, avoid an uninitialized variable if thePeter Hessler
version check fails found by jsg@ with clang
2017-01-19Export the host time to the guest, add it as a timedelta sensor in vmmci(4)Reyk Floeter
OK kettenis@ mlarkin@
2017-01-19make error handling a function, and use it in a few placesPeter Hessler
not all error handling is converted, some require a bit more thought
2017-01-19rtisvalid() checks for RTF_UP, so instead check for RTF_BFDPeter Hessler
2017-01-19ls_missing(): as a precaution, don't output anything on stdout when runningAntoine Jacoutot
ftp(1) to prevent corrupting the patch list; we are already running in silent mode but better safe than sorry. Read the syspatch mirror base URL using stripcom() /etc/mirror.conf for the time being; discussed with deraadt@ and rpe@ -- naming is not set in stone yet.
2017-01-19when deconfiguring a BFD session, clear both the RTF_BFD flag on thePeter Hessler
route, and the pointer to the route bfd uses
2017-01-19Use the _syspatch user.Antoine Jacoutot
2017-01-19Make it so if the "server" is slow starting we don't fail..Bob Beck
Since I suspect bluhm@ is hitting this on whatever derpy thing is running the ftp regress test continuously
2017-01-19Drop the _FETCH variable. It's useless, we are using ftp(1) specific optionsAntoine Jacoutot
that are different on the two invocations; it's not like we'll support using wget|curl to fetch syspatches anyway.
2017-01-19Enable building wsfontload on Loongson.Frederic Cambus
OK visa@, mpi@, deraadt@
2017-01-19fix openssl ocsp to not report sucess when the ocsp responder rejects usBob Beck
ok deraadt@ krw@
2017-01-19Mainline u-boot on SABRE Lite/BD-SL-i.MX6 does not have the genericJonathan Gray
distro hooks that automatically load an efi file if found. Instead it looks for a '6x_bootscript' u-boot script as the original boundary devices u-boot did. Create a script in the nitrogen miniroot and on install that will load a dtb and bootarm.efi then call bootefi. Based on notes from matthieu@
2017-01-19Add the _syspatch user/group: an unprivileged user for syspatch(8) used to fetchAntoine Jacoutot
and verify patches. discussed with deraadt@ rpe@ ok deraadt@
2017-01-19The u-boot package was renamed to u-boot-arm.Jonathan Gray
2017-01-19rename a couple of macros that are causing me a merge headache with theMike Larkin
next SVM diff
2017-01-19remove the BFD flag on a route *before* we actually delete the routePeter Hessler
should fix a panic reported by Hrvoje Popovski
2017-01-19There are currently two pmap flags on arm64 that are supposed to bePatrick Wildt
used for uncached memory: CI (cache inhibit) and DEV (devices). The pmap currently does not handle DEV but instead sets the device mode for CI. Until we have bus dma running properly and know the system better, make bus dma use CI for its pages to work around the panic.
2017-01-19use a space instead of a tab, for consistancyPeter Hessler
requested by and OK mpi@
2017-01-19SVM: matching vcpu deinit functions for previous commitsMike Larkin
2017-01-19SVM: vcpu_init_svm - allocate memory for control structures (vmcb,Mike Larkin
msr bitmap, ioio bitmap, and host state save area) matches amd64 version previously committed
2017-01-19SVM: vcpu_init_svm - allocate memory for control structures (vmcb,Mike Larkin
msr bitmap, ioio bitmap, and host state save area)
2017-01-19Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1.Stefan Sperling
Without this fix it was impossible to use WPA1 without also making use of the wpaciphers option to enable TKIP. Problem noticed by pirofti@. ok mpi@
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
in filled text. This does not affect HTML semantics, but makes the HTML code even more humanly readable. While here, - collapse multiple consecutive space characters in filled text - and insert a blank between style entries.
2017-01-19reduce differences to amd64Mike Larkin
2017-01-19delete some empty lines found when diffing amd64 vs i386Mike Larkin
2017-01-18Do not use privileged or NFS source ports for UDP packets as inetdAlexander Bluhm
ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests.
2017-01-18Don't forget to free bounce buffer data when destroying the ringMike Belopuhov
2017-01-18Document the RI_CLEARMARGINS flag.Frederic Cambus
OK visa@
2017-01-18Fixup a typo and provide an example for Hyper-VMike Belopuhov
2017-01-18Add tests that generate IPv6 atomic fragments for UDP and TCP byAlexander Bluhm
sending an ICMP6 too big packet with MTU 1272.
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
around tags and by introducing some simple indentation. No change of HTML semantics intended.
2017-01-18Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces.Alexander Bluhm
No functional change.
2017-01-18Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!Mike Belopuhov
2015-01-01eqn(7) testsIngo Schwarze
2017-01-18didnt rename enough things after copy/pasteDavid Gwynne
2017-01-18Do not unconfigure mount points, vnd devices and NFS daemons duringAlexander Bluhm
"make clean". "make build" does a recursive "make cleandir" and there this behavior is undesired unexpected. reported by naddy@
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addNicholas Marriott
utf8_stravis() which calls our existing utf8_strvis() and use it instead
2017-01-18Run arguments through vis() as well when printing them.Nicholas Marriott
2017-01-18unhook ocsp test from the default since it currently requires network access andBob Beck
therefore appears to break in bluhm's test setup