K 10 svn:author V 6 sbruno K 8 svn:date V 27 2017-12-17T00:14:17.011626Z K 7 svn:log V 945 emulators/qemu-sbruno emulators/qemu-user-static Update to 2.11.50 + patches from submitters. Upstream introduced some git nonsense with remotes inside their repos. Change the way we fetch our distributions with GH_TUPLE instead of the previous way. Clean up a couple lines commented out for the PCAP features that aren't stored in a patch, but merely direct committed to this tree. - Remove the interpreter name and interpreter prefix when retrieving the argument vectors using kvm_getargv (Mikael Urankar) - No need to check msg_controllen: msg_controllen can have the value 0 and the kernel discards negative value (Mikael Urankar) - Implement/modify kevent64 related syscalls. (Mikael Urankar) - Implement ktimer_{create, delete, settime, gettime} (Mikael Urankar) - Stop using basename_r(3). Fix build after FreeBSD svn r326719 (Ed Shouten) Changelogs can be found at https://github.com/seanbruno/qemu-bsd-user PR: 224016 END