summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/algorithm.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-04Document missing command line options for the rsautl command.tb2-9/+16
ok jsing, "looks good!" jmc
2019-02-04Turns out we do need to handle control messages that exceed MLEN, sokettenis1-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-04syncderaadt1-0/+1
2019-02-04various minor tweaks, plus an adjustment from florian;jmc2-33/+29
ok florian
2019-02-04When freeing the sem_undo structure in semundo_adjust(), update theanton1-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-04Remove obsolete "Protocol" from commented out examples.dtucker1-2/+1
Patch from samy.mahmoudi at gmail com.
2019-02-03let tun read AF_MPLS packets from userland.dlg1-1/+10