Age | Commit message (Collapse) | Author |
|
ok dlg@
|
|
i915_gem_object_flush_fence() to be mb() not wmb() while here.
|
|
Noted by todd@
OK krw@ halex@
|
|
|
|
|
|
|
|
|
|
|
|
aka ASN1_generate_nconf("FORMAT", NULL)
ok krw@ beck@ jsing@
|
|
|
|
|
|
|
|
ok mpi@ henning@
|
|
pointer to the drm subdevice to dev such that we can match the linux code
better.
ok jsg@
|
|
|
|
option.
ok reyk@
|
|
to be converted into a libtls protocols value. This allows for things like:
"tlsv1.0,tlsv1.1" (TLSv1.0 and TLSv1.1)
"all,!tlsv1.0" (all protocols except TLSv1.0)
Discussed with tedu@ and reyk@
|
|
Found by reyk@
|
|
the correct return value. Prefer memcmp() anyway for portability.
ok jsing@ tedu@
|
|
that includes all currently supported protocols (TLSv1.0, TLSv1.1 and
TLSv1.2). Change all users of libtls to use TLS_PROTOCOLS_ALL so that they
maintain existing behaviour.
Discussed with tedu@ and reyk@.
|
|
ok tedu@
|
|
ok jsg@
|
|
however it is not likely to be removed any time soon.
ok beck@ miod@
|
|
ok jsing@
|
|
|
|
allows to get constraint addresses even if network/DNS is not
available at startup (or system boot).
thumbs up & OK henning@
|
|
kvm_getfiles. This allows to run netstat without any extra privileges
and removes another setgid program from base..
There is still kvm reader code in there which is used for debugging
purposes (crashdump). netstat should still behave mostly the same.
deraadt@ and sthen@ agree that it is time to get this puppy in.
|
|
ok millert@ deraadt@
|
|
|
|
is a debug tool change of semantics not considered problematic.
up until now, log(matches) forced logging on subsequent matching rules,
the actual logging used the log settings from that matched rule.
now, log(matches) causes subsequent matches to be logged with the log settings
from the log(matches) rule. in particular (this was the driving point),
log(matches, to pflog23) allows you to have the trace log going to a seperate
pflog interface, not clobbering your regular pflogs, actually not affecting
them at all.
long conversation with bluhm about it, which didn't lead to a single bit
changed in the diff but was very very helpful. ok bluhm as well.
|
|
Leave the error handling up to its callers.
ok reyk
|
|
- Set parameters passed to dwc2.
|
|
OK claudio@
|
|
of memory.
The key (destination) is only set once, when the route is inserted in
the routing table, and does not need to change afterward. The gateway
might change and rt_setgate() will do all the checks for you.
ok claudio@
|
|
82571 / 82572 controllers.
As noticed in the Linux driver and there is related errata for that too.
ok jsg@
|
|
For directories whose times or mode will be fixed up in the clean-up pass,
record their dev+ino and then use open(O_DIRECTORY)+fstat() to verify that
we're updating the correct directory before using futimens() and fchmod().
ok sthen@ millert@
|
|
- Use bus_dma_tag_t held in struct usbd_bus.
|
|
messages, in case some got lost. Slow down client when sending
multiple log messages. Sort patterns when checking log files. TLS
error messages have changed, adapt tests.
|
|
- Lower the max # of TX DMA segments from close to the whole ring down
to a more sensible value. From FreeBSD
- Move the TX ring full check out of and above the for loop.
- Use dm_nsegs to provide the total # of DMA segments instead of the
value from the for loop.
ok mikeb@
|
|
82573 / 82574 controllers.
82573..
8 82573 Disappears in PCI Configuration Space When L0s and L1 PCIe Link
States Are Enabled
41 Delay of Received Ethernet Packet During ASPM L1
82574..
24. PCIe: Common Mode Voltage Shift During L1 Exit
25. Dropped Rx Packets
From FreeBSD
ok jsg@
|
|
seconds in the write_lines() loop. This slows down the client, so
all messages reach syslogd and flood its buffers. Increase the
timeout to wait until all buffers are full. Use this code in all
TCP/TLS buffer and memory overflow tests.
|
|
found by jsg@ with afl, test case #16
|
|
eventually leading to NULL pointer access;
found by jsg@ with afl, text case #455.
|
|
|
|
OK benno@, reyk@
|
|
|
|
|
|
OK krw@, tedu@, deraadt@
|
|
machine/lock.h are architectures for their MD specific things.
sys/lock.h users dont want the MD bits, so dont have it include
machine/lock.h.
ok miod@
|
|
to avoid swamping it;
|