Re: suspend bug

2002-07-23 Thread Julian Elischer
David.. why did you remove this line? > > - p->p_stats->p_ru.ru_nivcsw++; To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: suspend bug

2002-07-22 Thread Bruce Evans
On Sun, 21 Jul 2002, Tim Robbins wrote: > On Sun, Jul 21, 2002 at 08:30:14PM +1000, Bruce Evans wrote: > > Er, there is no kernel bug here AFAIK. I don't really understand rev.1.54 > > of su.c. Is it related to the PAM brokenness that is worked around in > > rev.1.53? > > Suspending chpass and

Re: suspend bug

2002-07-21 Thread Julian Elischer
--- Original Message - > From: "Tim Robbins" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, July 21, 2002 7:09 PM > Subject: Re: suspend bug > > > > On Sun, Jul 21, 2002 at 08:30:14PM +1000, Bruce Evans wrote: > > > > >

Re: suspend bug

2002-07-21 Thread Tim Robbins
On Sun, Jul 21, 2002 at 04:21:30AM -0700, David Xu wrote: > I knew the bug, is this patch works for you? No, it doesn't fix chpass or su, but it does fix ftp. I don't know why, but this patch seems to fix su with sh/ksh/csh. It might be useful in tracking down the kernel bug. --- su.c.old

Re: suspend bug

2002-07-21 Thread Andrey A. Chernov
On Sun, Jul 21, 2002 at 20:30:14 +1000, Bruce Evans wrote: > > Er, there is no kernel bug here AFAIK. I don't really understand rev.1.54 There is, see 'signal handling bug in KSE MIII' thread. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

suspend bug

2002-07-18 Thread Bakul Shah
Try this: $ csh % su Password: % stop $$ Suspended (signal) %fg At which point you will lose you login shell. Prior to KSE one could switch between an su'ed shell and a normal shell at will by using stop $$ and fg. Is this breakage considered a bug or a feature? To Unsubscribe: send mail to