Re: [PATCH]Modify do_exec() handler to deal with multiple imgact handlers

2014-09-03 Thread Sean Bruno
On Wed, 2014-09-03 at 15:39 -0400, John Baldwin wrote: > On Tuesday, September 02, 2014 03:59:17 PM Sean Bruno wrote: > > https://reviews.freebsd.org/D696 > > > > I found that the binmisc handler was not executing if the shell handler > > fired. Both were using the same intepreted flag to determi

Re: [PATCH]Modify do_exec() handler to deal with multiple imgact handlers

2014-09-03 Thread John Baldwin
On Tuesday, September 02, 2014 03:59:17 PM Sean Bruno wrote: > https://reviews.freebsd.org/D696 > > I found that the binmisc handler was not executing if the shell handler > fired. Both were using the same intepreted flag to determine if they > should run. > > This change modifies struct image_p

[PATCH]Modify do_exec() handler to deal with multiple imgact handlers

2014-09-02 Thread Sean Bruno
https://reviews.freebsd.org/D696 I found that the binmisc handler was not executing if the shell handler fired. Both were using the same intepreted flag to determine if they should run. This change modifies struct image_params.interpreted to be a bitfield instead of a bool flag and assigns one b