Age | Commit message (Collapse) | Author |
|
- explicitly clear sc_xfer upon detach
- fix spacing in urng_softc definition
|
|
Prompted by Nan Xiao noticing the redundancy of bzero+termination - thanks.
ok deraadt@
|
|
|
|
ok dlg
|
|
and accept NULL pointers for unwanted components of
the route.
|
|
ok guenther@ deraadt@ giovanni@
|
|
displaying the same buffer as the current one.
From Martin Wanvik (martin.kr.wanvik AT gmail), thanks!
OK bcallah
|
|
privileged parent.
Based on feedback from deraadt@ and bluhm@ (worked on syslogd).
ok deraadt@
|
|
from Raf Czlonka
|
|
the generic handling of RWX segments.
ok aoyama@
|
|
|
|
While tcpdump isn't a daemon in the traditional sense, it's not uncommon
for people to have long running sessions. At least on OpenBSD, this is
even safe thanks to the existing privsep design by otto@, canacar@ and
pledge(2) work done by deraadt.
ok deraadt@
|
|
conversion functions use SSE2 instructions, but these are not guarded by
#ifdef __SSE2__, and there is no implementation using general purpose
registers. For these functions, use the generic C variants instead,
otherwise they will cause SIGILL on older processors.
From FreeBSD; ok deraadt@ mlarkin@ patrick@
|
|
ok gilles@
|
|
reported by Felix Rosencrantz in GitHub issue 1059.
|
|
route if found. Cleans up some int vs unsigned int
confusion and makes the function more generally useful
for future changes.
|
|
the LOG_CONS flag in openlog(3). This avoids output to the console
on shutdown. Discussed with benno@ who wants to see when a deamon
stops during normal system operation.
OK brynet@
|
|
with hint from millert@; ok millert@ guenther@
|
|
This is just a step forward which allows further progress to happen in-tree.
The isochronous code path remains disabled for now. Playing audio over
xhci(4) does not work properly yet, and I haven't even tested video input.
Based on a work-in-progress diff by mpi@ from 2015.
ok mpi@
|
|
unbind -a reported by Thomas Sattler.
|
|
Other drivers do this, too. Fixes coverity CID 1455436.
|
|
rename ill-named "msgflags" to "error" while there.
ok gilles@
|
|
diff provided by Carlos Cardenas, thanks
|
|
Noticed by Carlos Cardenas
|
|
Noticed by Carlos Cardenas
|
|
From Carlos Cardenas, many thanks!
|
|
|
|
used to crash after roughly 68 hours uptime.
ok deraadt
|
|
|
|
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
|