search for: ps_use_clobber_argv

Displaying 2 results from an estimated 2 matches for "ps_use_clobber_argv".

2003 Jan 09
8
[Bug 236] No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236 ------- Additional Comments From djm at mindrot.org 2003-01-09 11:22 ------- This seems to work on Linux and I have had reports of it working on other platforms too. Please test this patch and report here or on the list. I'd like to get this in for the next version. ------- You are receiving this mail because: ------- You are the
2003 Feb 27
0
Update for Tru64 Unix
...mostly (minor formatting and removal of a couple of unneeded calls), and it disables post-auth privsep (so that OpenSSH will work "out of the box" on Tru64, avoiding the many questions). I'm also looking at getting setproctitle working. For Tru64 4.x, it isn't a big deal (normal PS_USE_CLOBBER_ARGV will work), but Tru64 5.x aligns the argv elements on 64 bit boundaries, making them look non-contiguous, when in fact they are (and overwriting the bits in between really does show up). I'll work on that and try to get a patch out soon (it'll more-or-less be based on the FFR code in sendm...