K 10 svn:author V 6 sbruno K 8 svn:date V 27 2019-03-19T11:53:47.387319Z K 7 svn:log V 439 emulators/qemu-sbruno: - Add a "-O argv0" argument to qemu-bsd-user for use in execve() calls: Prior to this commit, the value of argv[0] was discarded as it was overwritten by the path to the program being executed. This commit uses the new -0 option to retain that information; in particular, this unbreaks mailwrapper+sendmail, which makes use of this to know which of multiple functions should be performed. Submitted by: cperciva END