K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-11-04T03:38:32.350315Z K 7 svn:log V 609 emulators/qemu-user-static: update to 269a4ac93 Fixes: - Fixed recently broken execution of PIE binaries (not zero'ing .bss)[0] - Fixed handling of signals during pselect(2)/ppoll(2) - Fixed nanosleep(2) (was writing out time remaining only on success) - Fixed swapcontext(2)/setcontext(2) - Fixed a lot of ktimer handling issues - Fixed direct exec of rtld Improvements: - Implemented clock_nanosleep(2) - Implemented msgget(2) and, more generally, fixed SysV msg support - Refactored ELF loading (much easier to read, less easy to break) Investigated by: Andrew Gierth [0] END