Age | Commit message (Collapse) | Author |
|
ok kettenis@
|
|
|
|
From Bernardo Vieira <bernardocv (at) gmail (dot) com>
ok patrick@
|
|
Spotted by CID 1453297, and part of NetBSD's r1.51.
ok ratchov@
|
|
rge_exit_oob() timeout loops.
Spotted by CID 1491296 and 1491309.
Fix & ok kevlo@
|
|
since the bootxx needs to interpret the fs metadata and it has
very little spare room. We could make two version of xxboot, but
that's hardly worth the trouble.
|
|
ok patrick@
|
|
The size is first rounded up in case where the input string length is not
a multiple of 4.
Reported by kristaps@
|
|
CPU frequency scaling to work on the Librem5 Devkit.
|
|
ok patrick@
|
|
|
|
|
|
several problems with the vnode exclusive lock implementation, I
overlooked the fact that a vnode can be in a state where the usecount is
zero while the holdcount still being positive. There could still be
threads waiting on the vnode lock in uvn_io() as long as the holdcount
is positive.
"go ahead" mpi@
Reported-by: syzbot+767d6deb1a647850a0ca@syzkaller.appspotmail.com
|
|
We already supported "beta" releases but not "alpha", probably to
discourage people from pushing "alpha-quality" software in the ports
tree.
We have 30 ports with distfiles matching "alpha", and people just work
around the lack of explicit support for "alpha" releases with mixes of
crafted PKGNAME and REVISION/EPOCH. This looks needlessly complicated
and a bit unfair when compared to GH_COMMIT support.
Pointers from landry@ and sthen@, lgtm landry@, no objection from espie@
|
|
This makes a pattern emerge that should help when starting to protect
the global `session' list with something else than the KERNEL_LOCK().
from Vitaliy Makkoveev.
|
|
Whith lots of help from sthen@, espie@ and jca@
ok espie@ jca@
|
|
initialized by U-Boot.
|
|
to memcpy().
CID 1453215
ok stsp@, feedback from kettenis@
|
|
comes to setting a process into single thread mode. It is still worng but
first the interaction with single_thread_set() must be corrected.
|
|
From Tom St Denis
053a9862f0202cdcda9c56778dd98396a7cb3513 in linux 4.19.y/4.19.113
5bbc6604a62814511c32f2e39bc9ffb2c1b92cbe in mainline linux
|
|
From Josip Pavic
345acf45a0cef1effd58d42ed8e767a6219ae4b6 in linux 4.19.y/4.19.113
a0275dfc82c9034eefbeffd556cca6dd239d7925 in mainline linux
|
|
From Bhawanpreet Lakha
f258014432a705707d78ccbcc24ff0df815eb983 in linux 4.19.y/4.19.113
5ac7fd2f597b88ee81f4748ee50cab06192a8dc3 in mainline linux
|
|
ok kettenis@ ok matthieu@ on an earlier diff
|
|
ok kn@
|
|
|
|
|
|
This variant of stacktrace_save() takes an aditionnal argument to skip
an arbitrary number of frame. This allows to skip recording frames used
to execute the profiling code and produces outputs easier to understand.
Inputs from and ok visa@
|
|
CID 1453116
ok kettenis@
|
|
This function calls pipex_destroy_session() which requires the lock and
pipex_ioctl() already calls it with the NET_LOCK() held.
From Vitaliy Makkoveev.
|
|
handling overruns and normal completions.
CID 1452878.
|
|
ok markus@
|
|
certificate or key matching the trust anchor sent in the CERTREQ, find
any certificate matching the peers ID or use the own public key.
The CERTRQ contentss should only be interpreted as a hint on what the
peer supports. It may still accept our certificate/key if it does
not match the CERTREQ.
ok markus@
|
|
just on explicit errors. This is to make sure we don't try to resolve a
conflict from a previous failed simultaneous rekeying exchange.
ok markus@
|
|
sure the policy uses PSK we can safely ignore it.
The initiator always knows what authentication method will be used, the
responder knows after the policy relookup with the initiator's ID.
The old behaviour broke interop with strongswan when PSK was used.
ok markus@
|
|
|
|
CID 1453262.
|
|
the feature itself is obvious, but the restrictions are many, and the
actual usage should be very rare.
|
|
continue statement for the outer loop is executed in the outer loop.
Found the hard way by breaking snmpd(8) in my local tree.
|
|
CID 1452873
|
|
CID 1453252
ok claudio@ mpi@
|
|
instead of the full iked_user struct to preserve the RB_TREE pointers.
From Bernardo Cunha Vieira <bernardo (dot) vieira (at) almg (dot) gov (dot) br>
ok patrick@
|
|
|
|
Check and print out boolean type properly.
Based on OpenSSL commit ad72d9fdf7709ddb97a58d7d45d755e6e0504b96.
Reduced unneeded parentheses from if condition.
Check return value from i2s_ASN1_INTEGER.
Based on OpenSSL commit 5e3553c2de9a365479324b8ba8b998f0cce3e527.
Added if condition expression and return 0 if NULL is returned.
ok tb@
|
|
|
|
wsmouseopen(); bringing them closer to wsmuxopen(). No functional
change.
|
|
above the normal layout. These work similarly to menus and are created
with the display-popup command.
|
|
convention for the open routine. This increases the consistency between
wskbd, wsmouse and wsmux.
|
|
devices. This condition is checked early on during open but since the
same routine could end up sleeping before assigning me_evp, a race
against adding the same wscons device to a wsmux could be lost. This in
turn can cause a NULL deference during close.
ok mpi@
Reported-by: syzbot+34c3041bfd96c888c8bd@syzkaller.appspotmail.com
|
|
ok kettenis@
|
|
|