tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-13 Thread Andrey A. Chernov
echo;echo;echo; must output 3 new lines but currently not due to obvious bug: --- sh.func.c.bak Fri Dec 1 01:18:27 2000 +++ sh.func.c Tue Mar 13 13:04:54 2001 @@ -1147,7 +1147,7 @@ #endif /* BSDSIGS */ v++; if (*v == 0) - return; + goto done; gflag = 0, tglob(

Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Andrey A. Chernov
Who is our tcsh maintainer now? On Tue, Mar 13, 2001 at 13:19:44 +0300, Andrey A. Chernov wrote: > echo;echo;echo; must output 3 new lines but currently not due to obvious > bug: > > --- sh.func.c.bak Fri Dec 1 01:18:27 2000 > +++ sh.func.c Tue Mar 13 13:04:54 2001 > @@ -1147,7 +1147,7 @@ >

Re: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Johan Karlsson
At Tue, 13 Mar 2001 13:26:47 +0300, "Andrey A. Chernov" wrote: > Who is our tcsh maintainer now? Don't know but tcsh is contibified and from /usr/src/contrib/tcsh/README 12) PLEASE send any bug reports (and fixes), code for new features, comments, questions, etc. (even flames) to:

Re: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Andrey A. Chernov
On Tue, Mar 13, 2001 at 11:41:26 +0100, Johan Karlsson wrote: > At Tue, 13 Mar 2001 13:26:47 +0300, "Andrey A. Chernov" wrote: > > Who is our tcsh maintainer now? > > Don't know but tcsh is contibified and from > /usr/src/contrib/tcsh/README > > 12) PLEASE send any bug reports (and fixes), code

Panic during makeworld for at least a week of kernels

2001-03-13 Thread Mark Knight
Every time I try to buildworld on my -CURRENT box, having upgraded from an early February kernel last week, the machine panics. I've updated my kernel and world several times, but the problem persists with this kernel from last night. The 'current process' is always 'cpp0', and it always seems to

Proposal to mergemaster

2001-03-13 Thread Martin Blapp
Hi, After 100erts of mergemaster sessions, I'm looking for a way to improve mergemaster. 1st thing, mergemaster displays per default all in changed files. That's ok for the first time, but if you maintain many hosts, this is annoying a lot. There should be an options to display all changed fil

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-13 Thread Christos Zoulas
On Mar 13, 1:19pm, [EMAIL PROTECTED] ("Andrey A. Chernov") wrote: -- Subject: tcsh 6.10.00 echo;echo;echo; bug with fix Thanks so much! I wonder how come this bug remained unnoticed for such a long time! christos | echo;echo;echo; must output 3 new lines but currently not due to obvious | bug:

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread Christian Weisgerber
Andrea Campi <[EMAIL PROTECTED]> wrote: > Seriously, if it's a new breakage, it's not breaking for everybody. As I already reported to -alpha, it's breaking for me (sources as of ~March 10) with a custom kernel. Doesn't happen with GENERIC. -- Christian "naddy" Weisgerber

Re: Threaded linux should work again

2001-03-13 Thread Takeshi Ken Yamada
It makes my -current (ca. Mar.12) slightly happy, but I still have not-responding to I/O problem with jdk1.3-ibm(linux) when I run any java application - 'top' says java pauses. I did not apply the patch; http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/diff as it was so different - be

Re: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread David O'Brien
On Tue, Mar 13, 2001 at 01:26:47PM +0300, Andrey A. Chernov wrote: > Who is our tcsh maintainer now? On the FreeBSD end it is imp. -- -- David ([EMAIL PROTECTED]) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: Proposal to mergemaster

2001-03-13 Thread Johan Karlsson
At Tue, 13 Mar 2001 13:41:47 +0100, Martin Blapp wrote: > > Hi, > > After 100erts of mergemaster sessions, I'm looking for a way to improve > mergemaster. > > 1st thing, mergemaster displays per default all in changed files. That's > ok for the first time, but if you maintain many hosts, this i

Re: Proposal to mergemaster

2001-03-13 Thread Martin Blapp
Hi, > I have made something like this and submitted a PR > http://www.freebsd.org/cgi/query-pr.cgi?pr=25771 Yep, something like this I'd like to do, but with md5 checksums, so we do not have to say 'yes' to each file we update. Martin Martin Blapp, [EMAIL PROTECTED] --

Re: Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)

2001-03-13 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Andrey A. Chernov" writes: : Who is our tcsh maintainer now? I am. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Proposal to mergemaster

2001-03-13 Thread Julian Elischer
Martin Blapp wrote: > > Hi, > > After 100erts of mergemaster sessions, I'm looking for a way to improve > mergemaster. > > 1st thing, mergemaster displays per default all in changed files. That's > ok for the first time, but if you maintain many hosts, this is annoying a > lot. > > There shoul

Re: Proposal to mergemaster

2001-03-13 Thread Martin Blapp
Hi, > If you didn't change a file and it was at 1.45 > then if the new one is at 1.55 > you should just install it. Since you didn't touch it at 1.45 you will probably > not want to touch it at 1.55 either. yes, of course. but I don't see your point. Am I missing something ? How can you see it

Re: Proposal to mergemaster

2001-03-13 Thread Maxim Sobolev
Martin Blapp wrote: > Hi, > > > If you didn't change a file and it was at 1.45 > > then if the new one is at 1.55 > > you should just install it. Since you didn't touch it at 1.45 you will probably > > not want to touch it at 1.55 either. > > yes, of course. but I don't see your point. Am I missi

Re: Proposal to mergemaster

2001-03-13 Thread Maxim Sobolev
Maxim Sobolev wrote: > Martin Blapp wrote: > > > Hi, > > > > > If you didn't change a file and it was at 1.45 > > > then if the new one is at 1.55 > > > you should just install it. Since you didn't touch it at 1.45 you will probably > > > not want to touch it at 1.55 either. > > > > yes, of cours

random as module needs work

2001-03-13 Thread Andrew Gallatin
I built a kernel without the random device and tried to use the module. I loaded it from the bootloader and the machine panic'ed on boot: Mounting root from ufs:/dev/da0a da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15,

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread Matthew Jacob
To refresh memory: > fatal kernel trap: > > trap entry = 0x4 (unaligned access fault) > a0 = 0xc3615fe1a88f382 > a1 = 0x29 > a2 = 0x1b > pc = 0xfc467578 > ra = 0xfc4627c4 > curproc= 0xfe0009f5dbe0 >

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread Andrew Gallatin
Matthew Jacob writes: > *I* sure can't spot what config option might be different. I also had done a > complete removal of the build directory and complete fresh build of GPLUS. > (sounds of hair tearing). > > Can anyone suggest what below might have caused this breakage? One WAG is that

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread Matthew Jacob
> > Matthew Jacob writes: > > > *I* sure can't spot what config option might be different. I also had done a > > complete removal of the build directory and complete fresh build of GPLUS. > > (sounds of hair tearing). > > > > Can anyone suggest what below might have caused this breakage?

Re: random as module needs work

2001-03-13 Thread Jake Burkholder
> > I built a kernel without the random device and tried to use the > module. I loaded it from the bootloader and the machine panic'ed on boot: > > Mounting root from ufs:/dev/da0a > da0 at sym0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000

RE: random as module needs work

2001-03-13 Thread John Baldwin
On 13-Mar-01 Andrew Gallatin wrote: > Gdb says: > > (gdb) l* 0xfc42f824 > 0xfc42f824 is in name2oid (../../kern/kern_sysctl.c:621). > 616 *p = '\0'; > 617 > 618 oidp = SLIST_FIRST(lsp); > 619 > 620 while (oidp && *len < CTL_MAXNAME) { >

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread John Baldwin
On 13-Mar-01 Matthew Jacob wrote: > > To refresh memory: > >> fatal kernel trap: >> >> trap entry = 0x4 (unaligned access fault) >> a0 = 0xc3615fe1a88f382 >> a1 = 0x29 >> a2 = 0x1b >> pc = 0xfc467578 >> ra = 0xfc46

Re: cp MAKEDEV /dev - on a system with devfs

2001-03-13 Thread Tony Finch
Brian Somers <[EMAIL PROTECTED]> wrote: > >I thought only sysv kept non-startup executables in /etc. There's one real oddity in FreeBSD: [EMAIL PROTECTED]:/etc :; ll rmt lrwxrwxrwx 1 root wheel 13 Jan 28 13:42 rmt -> /usr/sbin/rmt* Plus the rc scripts, dhclient-exit-hooks, pccard

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread Matthew Jacob
> Can you possibly try to narrow the differences down by tring out various kernel > configs in between GPLUS and GENERIC? Actually- look at the diffs at least and tell me which you think it might be. All of the diffs are either kernel support flavors for alpha, which shouldn't matter to devfs for

Panic and filesystem corruption

2001-03-13 Thread Dag-Erling Smorgrav
I was cvsupping the GNATS database (the *entire* GNATS database, that is - I didn't already have a copy) when I got this panic: kernel: type 12 trap, code=0 Stopped at -0xfb8f:andb%al,0x73(%ecx,%ebp,2) db> trace APTmap(c5f763b8) at -0xfb8f ffs_balloc(d06f9e3c,d0ab0de0,0,c22e7280,

Re: cp MAKEDEV /dev - on a system with devfs

2001-03-13 Thread Brian Somers
> Brian Somers <[EMAIL PROTECTED]> wrote: > > > >I thought only sysv kept non-startup executables in /etc. > > There's one real oddity in FreeBSD: > > [EMAIL PROTECTED]:/etc > :; ll rmt > lrwxrwxrwx 1 root wheel 13 Jan 28 13:42 rmt -> /usr/sbin/rmt* I think that's there for compa

Re: new breakage in mounting root? a devfs issue?

2001-03-13 Thread John Baldwin
On 13-Mar-01 Matthew Jacob wrote: >> Can you possibly try to narrow the differences down by tring out various >> kernel >> configs in between GPLUS and GENERIC? > > Actually- look at the diffs at least and tell me which you think it might > be. All of the diffs are either kernel support flavors

Re: Proposal to mergemaster

2001-03-13 Thread Peter Jeremy
On 2001-Mar-13 09:09:21 -0800, Julian Elischer <[EMAIL PROTECTED]> wrote: >If you didn't change a file and it was at 1.45 then if the new one is >at 1.55 you should just install it. Since you didn't touch it at 1.45 >you will probably not want to touch it at 1.55 either. But you might still need

Re: Proposal to mergemaster

2001-03-13 Thread Jordan Hubbard
Hmmm, this is nice! I've wanted this option for a long time. :) - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 5.0-20010304-CURRENT panics during boot on Sony Vaio

2001-03-13 Thread Tom Uffner
John Baldwin wrote: > On 05-Mar-01 Tom Uffner wrote: > > John Baldwin wrote: > >> On 04-Mar-01 Tom Uffner wrote: > >> > all of the snapshots since the 24th have exhibited this same or > >> > very similar behavior. > >> Does it happen for snapshots before the 24th? > > no, it does not, at least not

RE: Proposal to mergemaster

2001-03-13 Thread Daniel O'Connor
On 13-Mar-01 Martin Blapp wrote: > 1. Add md5 checksum to the the file-header: > --- > > Add an md5 checksum in the header of the File, maybe in $FreeBSD$ when > the file get's comitted. (The $FreeBSD$ line should be sed'd/grepp'd out > to md5 the ra

Re: Proposal to mergemaster

2001-03-13 Thread Brian Somers
> > Hi, > > After 100erts of mergemaster sessions, I'm looking for a way to improve > mergemaster. > > 1st thing, mergemaster displays per default all in changed files. That's > ok for the first time, but if you maintain many hosts, this is annoying a > lot. > > There should be an options to d

Re: cp MAKEDEV /dev - on a system with devfs

2001-03-13 Thread Garrett Wollman
< said: > There's one real oddity in FreeBSD: > lrwxrwxrwx 1 root wheel 13 Jan 28 13:42 rmt -> /usr/sbin/rmt* The pathname of the `rmt' program is a fundamental part of the `rmt' ``protocol'' such as it is. We've been over this one many times. -GAWollman To Unsubscribe: send

Re: Tracking down problem with booting large kernels (bug in locore.s)

2001-03-13 Thread Peter Wemm
Richard Todd wrote: > < No crashes as of here > pushl $begin /* jump to high virtualized add ress */ > ret > > /* now running relocated at KERNBASE where the system is linked to run */ > begin: > < crashes before it gets here!!! > /* se

Re: Tracking down problem with booting large kernels (bug in locore.s)

2001-03-13 Thread Peter Wemm
Richard Todd wrote: [..] > The pushl and ret is where the boot code is jumping to "begin:" at its proper > virtual address after the page tables are setup. I'm guessing that > create_pagetables is somehow losing and creating bogus page tables such that > the jump to the kernel virtual address spa

ššŒg‘Ñ“d˜b@Vo‰ï‚¢ƒVƒXƒeƒ€šš

2001-03-13 Thread deai-web
@@@@šššššššššššššššššššššš @@@@@„ª„ªŒg‘Ñ“d˜b‚ŐV‚µ‚¢o‰ï‚¢‚ð’T‚»‚¤I„ª„ª @@@@@@@@@http://www.chokuden.com @@@@šššššššššššššššššššššš @@›==› @@@@‚±‚Ì“x‚Í‚¢‚«‚È‚èA‚±‚̂悤‚È

Re: Tracking down problem with booting large kernels (bug in locore.s)

2001-03-13 Thread Richard Todd
In message <[EMAIL PROTECTED]>, Peter Wemm writes: >Richard Todd wrote: > >> < No crashes as of here >> pushl $begin /* jump to high virtualized add >ress */ >> ret >> >> /* now running relocated at KERNBASE where the system is linked to run */ >> b