Age | Commit message (Collapse) | Author |
|
vxlan(4) like it is done by other tunnelling pseudo-interfaces.
While here sync the comment between multiple interfaces.
Bug report and original diff from Pierre LALET.
|
|
bit more readable;
issue reported by - and diff ok - millert
|
|
|
|
|
|
/dev/null to fd 1. This allows propagation of remote stdout close to
the local side; reported by David Newall, ok markus@
|
|
conditional configuration that depends on which rdomain(4) a connection
was recevied on. ok markus@
|
|
user session (including the shell and any TCP/IP forwardings) into
the specified rdomain(4)
ok markus@
|
|
to allow listening on a different rdomain(4), e.g.
ListenAddress 0.0.0.0 rdomain 4
|
|
assignment and isn't used by clang/lld.
ok jsg@
|
|
writable, so the stub gap.o has .rodata flagged as RW. Instead of letting
that propagate to the final :rodata PT_LOAD section, force the flags on
the section to 4 (==PF_R) in the PHDRS block.
problem noted by mortimer@
ok deraadt@ kettenis@
|
|
Noticed by markus@
|
|
|
|
is discarded anyway, the plen variable is a leftover from the -j
jumbo option.
reported by Nan Xiao; OK deraadt@
|
|
proper C99 compilers.
ok deraadt@, visa@, mpi@
|
|
and powerdowfn are initialized in the same way as before.
ok patrick@, jsg@
|
|
With input from Klemens Nanni, OK visa, mpi, bluhm
|
|
exit with a non-zero EXIT STATUS, as required by POSIX,
consistent with what other operating systems do, consistent
with how other OpenBSD programs behave, and making wait(2)
consistent with what happens when dd(1) dies from other signals.
Patch from <ScottCheloha at gmail dot com>.
OK florian@ tb@.
|
|
ok mpi@
|
|
if_attach() enforces it is properly defined.
|
|
when manipulating callers probided pointers.
From Helg Bredow.
|
|
ok florian@, claudio@, bluhm@
|
|
Micro-optimization useful to x86 archs where the cmpxchg{q,l} instruction
used by rw_enter(9) and rw_exit(9) already include an implicit memory
barrier.
From Mateusz Guzik, ok visa@, mikeb@, kettenis@
|
|
logic is present in vmm_sighdlr when a VM process has signaled
SIGCHLD for proper cleanup.
From: Carlos Cardenas, thanks!
|
|
with a non 0 return properly (i.e. EIO).
From: Carlos Cardenas, thanks!
|
|
|
|
ok kettenis@ deraadt@
|
|
|
|
|
|
ok deraadt@
|
|
creating a vnd(4) disk image that is filled up during logging.
|
|
ok patrick@
|
|
|
|
to files located there. It did this permanently, so cleaning /var
without SIGHUP to syslogd did not help. Better retry, write an
error message to other log hosts, and write a summary of dropped
messages after it works again.
OK millert@ friehm@
|
|
|
|
|
|
sparc64 where it doesn't use the integrated assembler (yet).
ok mpi@, patrick@, guenther@
|
|
|
|
We may have read two bytes from the file, but history_load() needs to
call rewind(3) anyway. ok benno@
|
|
With much input from Ori Bernstein and anton@; ok anton@ (and benno@ on
a previous version).
|
|
From Adam Steen with suggestions from tedu@
OK deraadt, mlarkin (as part of a larger diff)
|
|
of the if_snd queue doesn't stall.
ok stsp@
|
|
problem noticed by Matthew Green (netbsd), slightly different fix
so that argc counting makes more sense.
we might want to warn on wrong number of parameters later, but this is
somewhat inconsistent depending on the builtin right now.
okay millert@
|
|
Fixes a failure at restart if a child process still has the socket
opened. Spotted by millert@, ok friehm@ millert@
|
|
licence mere mortals can understand the terms of); will be connected to the
build on an arch-by-arch basis.
Testsuites and generated files have been intentionnaly omitted from this import.
Peer pressure and ok from at least drahn@ pirofti@ deraadt@
|
|
but not all. From Peter J. Philipp.
|
|
I looked through our whole tree and failed to find a single use
that is really convincing, except those with .Mt. Putting it around
character and key names is somewhat widespread and maybe acceptable,
even if hardly useful.
So for now, delete the bogus examples and explain what these macros
are really used for. Discourage the most common abuses.
Triggered by a question from Raf Czlonka <rczlonka at gmail dot com>.
|
|
"do {} while (1)".
|
|
emitted when other unsigned 32-bit values are parsed. i.e.
"expecting integer between 0 and 4294967295". No need to
make people google what "unsigned 32-bit decimal value" means.
|
|
declarations and placing 'lease' declarations inside
'interface' declarations.
Document and enforce requirement that all 'lease'
declarations must specify the interface to which they
apply.
Ignore static leases that apply to other interfaces rather
than complaining the interface name is wrong and using the
lease anyway.
|
|
ok jca@
|