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
ommit but you never know what can happen > > between the last test and the checkout..) > > It's been a hard day getting all the checks done. > > I'll try stay awake for a while longer in case things break but > > if I can't keep my eyes open much longer, I'l

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 us

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

2001-09-12 Thread Mark Santcroos
ay awake for a while longer in case things break but > if I can't keep my eyes open much longer, I'll be back online in 7 hours or so.. > > KSE Milestone 2 definition: > Milestone 2 is the last point in development where all algorythms used in the > kernel are identical to that

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,

HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Julian Elischer
ting all the checks done. I'll try stay awake for a while longer in case things break but if I can't keep my eyes open much longer, I'll be back online in 7 hours or so.. KSE Milestone 2 definition: Milestone 2 is the last point in development where all algorythms used in the ker

Re: KSE milestone-2

2001-08-25 Thread Julian Elischer
Bosko Milekic wrote: > > On Sat, Aug 25, 2001 at 01:37:24PM -0700, Julian Elischer wrote: > > > > Diffs for KSE milestone 2 are at http://www.freebsd.org/~julian > > (about 1.8MB) > > > > Thanks to Matt Dillon who tracked down the last major instability. [.

Re: KSE milestone-2

2001-08-25 Thread Bosko Milekic
On Sat, Aug 25, 2001 at 01:37:24PM -0700, Julian Elischer wrote: > > Diffs for KSE milestone 2 are at http://www.freebsd.org/~julian > (about 1.8MB) > > Thanks to Matt Dillon who tracked down the last major instability. > > This is i386 only (some other diffs inc

KSE milestone-2

2001-08-25 Thread Julian Elischer
Diffs for KSE milestone 2 are at http://www.freebsd.org/~julian (about 1.8MB) Thanks to Matt Dillon who tracked down the last major instability. This is i386 only (some other diffs included but not working) This pushes the 'thread' pointer through nearly all of the kernel in prepa