Re: [ovs-dev] Changing proc title on FreeBSD

2012-10-10 Thread Ben Pfaff
On Wed, Oct 10, 2012 at 09:34:29AM -0400, Ed Maste wrote: > On 9 October 2012 18:07, Ben Pfaff wrote: > > On Tue, Oct 09, 2012 at 06:03:32PM -0400, Ed Maste wrote: > >>... > >> > >> Interesting - I didn't notice this code before. > >> > >> On FreeBSD we have setproctitle(const char *fmt, ...) for

Re: [ovs-dev] Changing proc title on FreeBSD

2012-10-10 Thread Ed Maste
On 9 October 2012 18:07, Ben Pfaff wrote: > On Tue, Oct 09, 2012 at 06:03:32PM -0400, Ed Maste wrote: >>... >> >> Interesting - I didn't notice this code before. >> >> On FreeBSD we have setproctitle(const char *fmt, ...) for this >> functionality, which has the same interface as proctitle_set. >>

Re: [ovs-dev] Changing proc title on FreeBSD

2012-10-09 Thread Ben Pfaff
On Tue, Oct 09, 2012 at 06:03:32PM -0400, Ed Maste wrote: > On 9 October 2012 17:18, Ben Pfaff wrote: > > On Tue, Oct 09, 2012 at 01:54:28PM -0700, Ethan Jackson wrote: > >> > Does the 'argv' code in command-line.c actually malfunction on ESX? > >> > It'd be nice to just leave it in, if not. It's

[ovs-dev] Changing proc title on FreeBSD

2012-10-09 Thread Ed Maste
On 9 October 2012 17:18, Ben Pfaff wrote: > On Tue, Oct 09, 2012 at 01:54:28PM -0700, Ethan Jackson wrote: >> > Does the 'argv' code in command-line.c actually malfunction on ESX? >> > It'd be nice to just leave it in, if not. It's not really tied to >> > having the Linux datapath, it's orthogona