Re: CVS commit: src/lib/libpthread

2012-11-22 Thread Martin Husemann
On Wed, Nov 21, 2012 at 07:35:29PM -0500, Christos Zoulas wrote: Ok, that's simple to change. But where is the documentation for how this is supposed to work, so I can put a cross-reference to it. http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html It is the

Re: CVS commit: src/lib/libpthread

2012-11-22 Thread Christos Zoulas
On Nov 22, 9:14am, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/lib/libpthread | On Wed, Nov 21, 2012 at 07:35:29PM -0500, Christos Zoulas wrote: | Ok, that's simple to change. But where is the documentation for how this | is supposed to work, so I can put a

re: CVS commit: src/usr.bin/pkill

2012-11-22 Thread matthew green
| this seems like a fairly big semantic change to me. | | could you change it to take a new option to look in argv[0] instead | of p_comm? p_comm is not changeable by the user. You could already do this with -f. The point was to make the default case behave intuitively. Adding an option