Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread John Baldwin
On 12-Sep-01 Julian Elischer wrote: > My comment is that if this is a locking change than it should be part of > the locking changes.. > so it's just each of us 'batting' to put the patch in the other > set.. You could have done 'suser(td->td_proc)' but instead you have changed an API that now

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Julian Elischer
My comment is that if this is a locking change than it should be part of the locking changes.. so it's just each of us 'batting' to put the patch in the other set.. I have no problem with changing it but I think that if it's needed to do locking, then it should be part of the locking patch. Other

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Nate Williams
Congratulations Julian, and thanks for all the hard work to you and the rest of the folks! Nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread John Baldwin
On 12-Sep-01 Ruslan Ermilov wrote: > Hello Julian! > > Could you please post the list of all changed and new kernel > API functions so that -doc guys can keep up with this? > > Like suser_td(9), etc. suser_td() is going away. p_ucred in the KSE kernel is still per-process, and we need to hold

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Julian Elischer
yes I believe so... On Wed, 12 Sep 2001, Mark Santcroos wrote: > Hi Julian, > > I didnt try the latest "thediff's", but did you solve the panic at reboot > issue? > > Mark > > > On Wed, Sep 12, 2001 at 02:17:13AM -0700, Julian Elischer wrote: > > > > If you've been ignoring KSE till now yo

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Julian Elischer
On Wed, 12 Sep 2001, Ruslan Ermilov wrote: > On Wed, Sep 12, 2001 at 02:17:13AM -0700, Julian Elischer wrote: > [...] > > KSE Milestone 2 definition: > > Milestone 2 is the last point in development where all algorythms used in the > > kernel are identical to that used in the non-kse kernel. >

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Mark Santcroos
Hi Julian, I didnt try the latest "thediff's", but did you solve the panic at reboot issue? Mark On Wed, Sep 12, 2001 at 02:17:13AM -0700, Julian Elischer wrote: > > If you've been ignoring KSE till now you can do so for a little longer, > but you should look at: > A very slightly out-of-da

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Ruslan Ermilov
Hello Julian! Could you please post the list of all changed and new kernel API functions so that -doc guys can keep up with this? Like suser_td(9), etc. On Wed, Sep 12, 2001 at 02:17:13AM -0700, Julian Elischer wrote: > > If you've been ignoring KSE till now you can do so for a little longer,