Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-04 | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. | 4 | -30/+35 | ||
This requires a libc major version bump. OK deraadt@ | |||||
2019-02-04 | Implement parsing and processing of TLSv1.3 ServerHello messages. | 3 | -11/+187 | ||
ok tb@ | |||||
2019-02-04 | Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled. | 1 | -1/+4 | ||
ok tb@ | |||||
2019-02-04 | Make callers of witness_lock_list_{get,free}() responsible of raising | 1 | -11/+11 | ||
the system priority level to IPL_HIGH. This simplifies the code a bit relative to calling from witness_lock() and witness_unlock(). OK mpi@ | |||||
2019-02-04 | Document missing command line options for the rsautl command. | 2 | -9/+16 | ||
ok jsing, "looks good!" jmc | |||||
2019-02-04 | Turns out we do need to handle control messages that exceed MLEN, so | 1 | -6/+15 | ||
allocate a cluster if the message is larger than that. Fixes a panic on shutdown on my Asus X205TA. ok patrick@, stsp@ | |||||
2019-02-04 | sync | 1 | -0/+1 | ||
2019-02-04 | various minor tweaks, plus an adjustment from florian; | 2 | -33/+29 | ||
ok florian | |||||
2019-02-04 | When freeing the sem_undo structure in semundo_adjust(), update the | 1 | -1/+2 | ||
caller supplied pointer. Otherwise, the caller is left with a dangling pointer that could lead to a use-after-free panic. ok millert@ visa@ Reported-by: syzbot+ac1d7685deab53b95ace@syzkaller.appspotmail.com Reported-by: syzbot+dbe8f002f8051f26f6fe@syzkaller.appspotmail.com | |||||
2019-02-04 | Remove obsolete "Protocol" from commented out examples. | 1 | -2/+1 | ||
Patch from samy.mahmoudi at gmail com. | |||||
2019-02-03 | let tun read AF_MPLS packets from userland. | 1 | -1/+10 | ||