Age | Commit message (Collapse) | Author |
|
|
|
ok millert mpi
|
|
ok millert mpi
|
|
|
|
a secret key can have a valid base64 encoding but still won't parse as a
public key.
request from tb
|
|
|
|
noticed by Gabriel Bartolini via Jesper Wallin
|
|
crosshairs.
|
|
|
|
|
|
|
|
1) Correctly notice covering unveil when using .. - fix crash noticed by visa@
2) Notice when v_mount is NULL to not crash when unveil vnodes are on a
forcibly unmounted filesystem, noticed by yasuoka@
3) Add a flag to ni_data so that failures from unveil flag mismatches in covering
unveils return the correct EACCESS instead of ENOENT (noticed by brynet@)
ok deraadt@
|
|
the link field is actually modified. Thus catching all
places where a link state change might be detected.
|
|
as per RFC8446 section 4.2. Recognized extensions that appear in an
incorrect message must abort the handshake.
ok jsing@
|
|
|
|
patch from Markus Schmidt
|
|
ok deraadt
|
|
At the moment this is mechanical, with the functions renamed. This will be
refactored for tls13.
ok jsing@
|
|
at first boot may display a large amount of patches to install (one per line).
This kind of overflows the display, so use column(1) to reduce the amount of
lines.
prodded by and ok deraadt@
|
|
not follow symlinks. Requires recently-committed lsetstat@openssh.com
extension on the server side.
ok markus@ dtucker@
|
|
functionality of the existing SSH2_FXP_SETSTAT operation but does not
follow symlinks. Based on a patch from Bert Haverkamp in bz#2067 but
with more attribute modifications supported.
ok markus@ dtucker@
|
|
|
|
mlock, mlockall, mprotect, madvise, shmget affect resident pages.
As we have no kernel interface for that anymore, remove the test.
OK jca@
|
|
|
|
existing kcov fd and corrupt the coverage buffer.
ok bluhm@ visa@
|
|
|
|
CAVEATS pointing to the new CAVEATS section in setlocale(3).
Make those in wprintf(3) and wscanf(3) more concise
since duplicate information is a bad idea.
Incompleteness of information originally pointed out by millert@.
OK millert@
|
|
ok patrick@ sashan@
|
|
overwrite this when using "redistribute X set type 2 depend on ifX" and ifX
is down.
Problem reported for ospfd by Igor Podlesny.
ok benno@
|
|
instead of magic numbers. No functional change.
ok kettenis@
|
|
OK miod@
|
|
|
|
inter-word spacing, let's try again with 250 AFM units.
Regression caused during my recent term_flushln() reorg in rev. 1.138,
reported by brynet@ (sorry and many thanks for reporting).
|
|
|
|
Previously such frames would be counted as decryption failures which is
nonsense because they don't carry any data which could be encrypted.
Problem analyzed by, and fix developed together with, Lauri Tirkkonen.
|
|
"data" and "no data" frames more obvious. These renamed macros aren't
actually used anywhere in net80211 yet.
cross-checked with 802.11 specs by myself and Lauri Tirkkonen
|
|
Jaroslaw Rzeszotko.
|
|
used if specified.
|
|
This allows to consistently extract 'id' from both 'report' and
'filter' lines.
Ok gilles@ jung@
|
|
Previously they tried to depend on libtermcap which actually doesn't
exist in the objdir.
ok jca
|
|
|
|
work with our old code. In fmt_scaled() move the check before
calling llabs().
found by regress/lib/libutil/fmt_scaled; OK deraadt@ millert@ tedu@
|
|
-mno-fpu, so use -msoft-float instead. As long as we do not explicitly
use floating-point arithmetic in the kernel that probably has the same effect.
Add -Wno-unused-command-line-argument to prevent warnings that turn into
errors passing -Wa,-Av9b when we run genassym.sh.
ok deraadt@, visa@
|
|
OK millert, deraadt, job
|
|
|
|
This brings over the logic from bgpd & ospfd.
Input & OK deraadt
|
|
OK deraadt@
|
|
integrated assembler accept them in the kernel.
Move fsr access code into dedicated inline functions to improve
readability.
|
|
ok sthen@
|
|
* Avoid misleading talk about "characters", talk about "bytes".
* Remove the sentence about 8-bit character support - such a thing
simply does not exist, neither in locate(1) nor in OpenBSD in general.
* Clarify what "case" means in the present context.
* Clarify the sentence about the internal database format.
* Drop irrelevant historical information.
* Make the sentence about weekly(8) more precise and concise.
* s/file name/filename/ throughout for consistency.
|