Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | clean up .Sx and .Xr HTML markup | Ingo Schwarze | |
2017-01-19 | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | |
Start using real macro names for CSS classes. | |||
2017-01-19 | Extend struct platform with MP control functions, and add bootstrap code | Visa Hankala | |
for secondary CPUs. Discussed with miod@ | |||
2017-01-19 | Our kernel does not generate IPv6 atomic fragments anymore. Check | Alexander Bluhm | |
that the test does not receive any. | |||
2017-01-19 | Add mplock.h for loongson. | Visa Hankala | |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander 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-19 | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze | |
by html.c. No semantic change. | |||
2017-01-19 | Sending a PMTU ICMP packet will trigger a TCP retransmit. The test | Alexander 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-19 | Start cleanup: trim useless HTML comments and <div> elements | Ingo Schwarze | |
on the <html> and <body> levels. | |||
2017-01-19 | No need for conditionals around free(9) | Mike Belopuhov | |
2017-01-19 | Zero a return value variable at the start of hifn_process() to avoid | Jonathan Gray | |
using it uninitialised in one path. | |||
2017-01-19 | when parsing a BFD packet, avoid an uninitialized variable if the | Peter Hessler | |
version check fails found by jsg@ with clang | |||
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter | |
OK kettenis@ mlarkin@ | |||
2017-01-19 | make error handling a function, and use it in a few places | Peter Hessler | |
not all error handling is converted, some require a bit more thought | |||
2017-01-19 | rtisvalid() checks for RTF_UP, so instead check for RTF_BFD | Peter Hessler | |
2017-01-19 | ls_missing(): as a precaution, don't output anything on stdout when running | Antoine 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-19 | when deconfiguring a BFD session, clear both the RTF_BFD flag on the | Peter Hessler | |
route, and the pointer to the route bfd uses | |||
2017-01-19 | Use the _syspatch user. | Antoine Jacoutot | |
2017-01-19 | Make 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-19 | Drop the _FETCH variable. It's useless, we are using ftp(1) specific options | Antoine Jacoutot | |
that are different on the two invocations; it's not like we'll support using wget|curl to fetch syspatches anyway. | |||
2017-01-19 | Enable building wsfontload on Loongson. | Frederic Cambus | |
OK visa@, mpi@, deraadt@ | |||
2017-01-19 | fix openssl ocsp to not report sucess when the ocsp responder rejects us | Bob Beck | |
ok deraadt@ krw@ | |||
2017-01-19 | Mainline u-boot on SABRE Lite/BD-SL-i.MX6 does not have the generic | Jonathan 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-19 | Add the _syspatch user/group: an unprivileged user for syspatch(8) used to fetch | Antoine Jacoutot | |
and verify patches. discussed with deraadt@ rpe@ ok deraadt@ | |||
2017-01-19 | The u-boot package was renamed to u-boot-arm. | Jonathan Gray | |
2017-01-19 | rename a couple of macros that are causing me a merge headache with the | Mike Larkin | |
next SVM diff | |||
2017-01-19 | remove the BFD flag on a route *before* we actually delete the route | Peter Hessler | |
should fix a panic reported by Hrvoje Popovski | |||
2017-01-19 | There are currently two pmap flags on arm64 that are supposed to be | Patrick 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-19 | use a space instead of a tab, for consistancy | Peter Hessler | |
requested by and OK mpi@ | |||
2017-01-19 | SVM: matching vcpu deinit functions for previous commits | Mike Larkin | |
2017-01-19 | SVM: 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-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin | |
msr bitmap, ioio bitmap, and host state save area) | |||
2017-01-19 | Enable 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-19 | Implement line breaking of the generated HTML code at space characters | Ingo 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-19 | reduce differences to amd64 | Mike Larkin | |
2017-01-19 | delete some empty lines found when diffing amd64 vs i386 | Mike Larkin | |
2017-01-18 | Do not use privileged or NFS source ports for UDP packets as inetd | Alexander Bluhm | |
ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests. | |||
2017-01-18 | Don't forget to free bounce buffer data when destroying the ring | Mike Belopuhov | |
2017-01-18 | Document the RI_CLEARMARGINS flag. | Frederic Cambus | |
OK visa@ | |||
2017-01-18 | Fixup a typo and provide an example for Hyper-V | Mike Belopuhov | |
2017-01-18 | Add tests that generate IPv6 atomic fragments for UDP and TCP by | Alexander Bluhm | |
sending an ICMP6 too big packet with MTU 1272. | |||
2017-01-18 | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | |
around tags and by introducing some simple indentation. No change of HTML semantics intended. | |||
2017-01-18 | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. | Alexander Bluhm | |
No functional change. | |||
2017-01-18 | Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks! | Mike Belopuhov | |
2015-01-01 | eqn(7) tests | Ingo Schwarze | |
2017-01-18 | didnt rename enough things after copy/paste | David Gwynne | |
2017-01-18 | Do not unconfigure mount points, vnd devices and NFS daemons during | Alexander Bluhm | |
"make clean". "make build" does a recursive "make cleandir" and there this behavior is undesired unexpected. reported by naddy@ | |||
2017-01-18 | Plain stravis() because it will mangle UTF-8 characters, so add | Nicholas Marriott | |
utf8_stravis() which calls our existing utf8_strvis() and use it instead | |||
2017-01-18 | Run arguments through vis() as well when printing them. | Nicholas Marriott | |
2017-01-18 | unhook ocsp test from the default since it currently requires network access and | Bob Beck | |
therefore appears to break in bluhm's test setup |