Gonzalo sent me this thread, and I may be able to get a patch put together here soon. First, I wanted to make sure I'm on the right path:
Can somebody confirm for me that this is the right location where I should be trying to fix this?
http://source.winehq.org/source/loader/preloader.c#L1006
FreeBSD has a function called setproctitle(), which I'm pretty sure is the right one for this task.
http://www.freebsd.org/cgi/man.cgi?query=setproctitle&apropos=0&sekt...
I'll probably try and see about a patch here in the next day or so. Who do I send it to if I can get it working?
Am Dienstag, 11. Dezember 2007 22:29:12 schrieb Kris Moore:
Gonzalo sent me this thread, and I may be able to get a patch put together here soon. First, I wanted to make sure I'm on the right path:
Can somebody confirm for me that this is the right location where I should be trying to fix this?
I am not familiar to this code unfortunately, so I cannot answer that. It might be that wine-preloader isn't used on BSD, it might use wine-kthread or wine-pthread instead
Kris Moore kris@pcbsd.com writes:
Gonzalo sent me this thread, and I may be able to get a patch put together here soon. First, I wanted to make sure I'm on the right path:
Can somebody confirm for me that this is the right location where I should be trying to fix this?
No, the right place is set_process_name() in dlls/kernel32/process.c.