Age | Commit message (Collapse) | Author |
|
|
|
so the test can find everything after the libpthread->libc move
|
|
histptr == history -1 means that the history is empty, but the behavior
is then undefined. Allocate an extra array entry to work around this.
Input & ok tb@
|
|
were forgotten in previous commit.
|
|
tests into common shape. Add some missing test cases.
|
|
does
Coverity CID 1455437
|
|
|
|
behavior. All tests are run once with pf fragment reassembly and
once with pf disabled and IP input reassembly. Three sub tests are
currently disabled as the IP stack behaves differently than pf.
|
|
behavior. All tests are run once with pf fragment reassembly and
once with pf disabled and IP input reassembly. Three sub tests are
currently disabled as the IP stack behaves differently than pf.
|
|
OK schwarze@
|
|
Sattler.
|
|
based on a diff from jesper wallin
ok aja
|
|
invalid. But the compiler cannot know whether it has changed in
the meantime, so in the else case a bunch of variables would not
be initialized. Add a panic() there to change the compiler's
assumptions, the code should not be reached anyway.
found by clang -Wuninitialized; OK deraadt@
|
|
even if the pointer is NULL. This is not a real bug as free(9)
checks the addr pointer before the size value, but the compiler
cannot know that.
found by clang -Wuninitialized; OK deraadt@
|
|
sp variable. Its value is not used, it is overwritten later on.
found by clang -Wuninitialized; OK deraadt@
|
|
not set in all code paths.
found by clang -Wuninitialized; OK deraadt@
|
|
This is a common idiom when a list element has been found.
OK visa@ mpi@
|
|
noticed by miod
|
|
type on the chunks is not the same, we don't actually care because we
are going to clear their metadata anyway, so don't error out. This
allows assembling a new RAID based on a drive that is zeroed and one
that used to be part of a softraid in its previous life.
ok jsing@
|
|
From Scott Cheloha
ok deraadt
|
|
autodetect AF when setting inet6 default route
From Denis Fondras, thanks!
ok phessler@ bluhm@
it breaks with ipv6 link-local routes, e.g.
/sbin/route -inet6 default -ifp pppoe0 fe80::%pppoe0
found by jmc@
ok florian
|
|
the text about enabling it;
ok deraadt
|
|
conversion is involved. Cast the sizeof to int to get a signed compare;
ok deraadt@ bluhm@
|
|
could be triggered with '.SS ""';
reported by Michael <Stapelberg at debian>
|
|
on the E300 boards.
|
|
ok stsp
|
|
|
|
race to die, so just stop logging pflogd exits.
This logging probably comes from the fact that pflogd was largely based
on syslogd.
Removes the annoying "pflogd[23954]: Exiting" messages pointed out by
deraadt@
Also cleanup some missed SIGCHLD handling code that is no longer needed.
"LGTM" mikeb@
|
|
pointer is NULL as it may generate false positive warnings.
requested by markus@
|
|
route lookup to make it MP safe. Only set the mbuf header fields
that are needed. Validate the name input. Also use the same
variables in IPv4 and IPv6 functions and avoid unneccessary
initialization.
OK mpi@
|
|
|
|
this makes it consistent with printing of other values.
ok mpi@
|
|
the pane has already died).
|
|
this lets you inspect arbitrary memory in the kernel as a specified
struct.
ok mpi@ jasper@
|
|
deraadt@s stack base randomisation may take away up to a whole page
in space, and it is possible that i will take another whole page
away in the future as a guard page. this means we continue to provide
roughtly the same amount of stack space that has previously been
in effect.
ok deraadt@
|
|
ptrace(PT_IO) memory protection faults return EACCES, not EFAULT
|
|
lookup to make it MP safe. Only set the mbuf header fields that
are needed. Validate the name input.
OK mpi@
|
|
tested by Hrvoje
OK mpi@, OK bluhm@
|
|
OK mlarkin@, krw@. Thanks!
|
|
ok mpi@
|
|
parent and use 'legit' fdpassing primitives to send the bpf fd to the
unprivileged child process.
Also reduces the pledge(2) promises in the unpriv child to just
"stdio recvfd"
with help from deraadt, pcap feedback from canacar
ok deraadt@
|
|
Sources: http://minnie.tuhs.org/ and the NetBSD CVS.
|
|
all bands at once. Fixes a problem where e.g. 5GHz APs were filtered out
if we were previously associated to an 11g-only AP.
ok mpi@ phessler@
|
|
|
|
ok mpi@
|
|
AUTO mode if the driver scans all bands at once. Otherwise the net80211
layer unnecessarily filters out some of the beacons received by the device.
ok phessler@ mpi@ kevlo@
|
|
ok jmatthew@
|
|
their priority order.
|
|
|
|
no entry are missed.
While here do not re-ordered or send messages for route entries that are
already in the expected state.
Make rttest30 pass.
ok gerhard@
|