Age | Commit message (Collapse) | Author |
|
|
|
|
|
character encoding, clarify the description of table mode, and say
that columns are filled before rows by default.
Feedback an OK jmc@, OK martijn@.
|
|
|
|
ok deraadt@
|
|
|
|
from markus@
|
|
|
|
both the cpumem and counters api simply allocates memory for each cpu in
the system that can be used for arbitrary per cpu data (via cpumem), or
a versioned set of counters per cpu (counters).
there is an alternate backend for uniprocessor systems that basically
turns the percpu data access into an immediate access to a single
allocation.
there is also support for percpu data structures that are available at
boot time by providing an allocation for the boot cpu. after autoconf,
these allocations have to be resized to provide for all cpus that were
enumerated by boot.
ok mpi@
|
|
i386 hosts are limited to running only i386 guests, even if the underlying
hardware supports amd64. This is a restriction I hope to lift moving forward,
but for now please don't report problems running amd64 guests on i386 hosts.
This was a straightforward port of the in-tree amd64 code plus the old rotted
tree I had from last year for i386 support. Changes included converting 64-bit
VMREAD/VMWRITE ops to 2x32-bit ops, and fixing treatment of the TSS, which
differs on i386.
ok deraadt@
|
|
mpii devices get attached by processing sas discovery events after
threads are running, but if you have a lean (in terms of devices)
and fast machine, these events might run after mountroot.
this change has mpii use config_pending_incr() before it attaches
scsibus, and runs config_pending_decr() after the first scan of the
bus is complete.
to make sure config_pending_decr() is run after the scsi attach/detach
events are processed, the MPII_EVENT_SAS_DISCOVERY events are
deferred to the same context that the MPII_EVENT_SAS_TOPOLOGY_CHANGE_LIST
events run in.
ok jmatthew@
|
|
state. Extra thanks goes to bluhm@ for careful testing and fixing patch I've
sent to tech@
O.K. henning@ bluhm@
|
|
- Use memset(*b, 0, len) instead of bzero(*b, len)
- Use memcpy(*dst, *src, len) instead of bcopy(*src, *dst, len)
- Use explicit_bzero(3) instead of bzero(3) to clean temporary HMAC
Remarks from deraadt@ (duly noted!!), reviewed and OK by henning@ and tb@
|
|
that "neighbor discovery" confuses the test.
|
|
|
|
ok florian
|
|
Xr diff from kapetanakis giannis
|
|
from edd barrett;
while here, there seems to be three sections to the config file, not two;
|
|
packet was sent and its reply received before the sniffer was up
and running. So sleep a second after starting the sniffer thread
but before sending the packet. With pf_forward 0m51.54s, pf_fragment
1m33.59s, pf_state 0m03.64s the test are still faster than with
forking.
|
|
unprivileged user just shed the setuid privs as previously.
sthen@ pointed out that you cannot kill(2) your own ping.
With this we rely on pledge(2) for unprivileged users.
OK sthen@, deraadt@ is happy with the middle ground
|
|
This reduces test execution time from 2m21.95s to 1m09.80s.
|
|
|
|
This reduces test execution time from 1m20.34s to 0m37.32s.
|
|
pcap filter. That means the first packet sniffed is the correct
one. In the success case, we can stop without waiting for a timeout.
OK sashan@
|
|
noticed while investigating a report from Ed Maste
|
|
noticed by Ed Maste when compiling on FreeBSD
|
|
|
|
patch from Jan Stary <hans at stare dot cz>;
OK millert@ natano@
|
|
to exchange packets, the remote kernel is tested. For now it only
contains a challenge ack test written by sashan@.
OK sashan@
|
|
|
|
ok natano
|
|
|
|
code more readable. No bahavior change.
|
|
|
|
|
|
LogLevel=quiet. Patch from Tim Kuijsten via tech@.
|
|
Triggered by a question from <jmates at ee dot washington at edu>.
OK jmc@.
|
|
Triggered by a different patch from Michal Mazurek.
Joint work by tb@, jmc@, and tedu@, but no one ever committed it.
|
|
Minor cleanup while here: return from main, static void __dead usage, etc.
Based on a patch from Jan Stary <hans at stare dot cz>.
Feedback and OK tb@, OK millert@.
|
|
ok deraadt
|
|
ok deraadt
|
|
into the picture.
ok natano
|
|
|
|
|
|
|
|
|
|
|
|
to exchange packets, the remote kernel is tested. For now it only
contains a challenge ack test written by sashan@.
OK sashan@
|
|
terminal size. That code was removed a while ago, and now there is
no longer any reason to open /dev/tty right before exiting init().
ok natano
|
|
and more importantly they do not provide PFS (if you want to use ECDH, use
ECDHE instead).
With input from guenther@.
ok deraadt@ guenther@
|