NetBSD source update | 1 May 2005 05:38
Picon

daily CVS update output


Updating src tree:
P src/bin/pax/Makefile
P src/bin/pax/ar_io.c
P src/bin/pax/options.c
P src/distrib/sets/lists/comp/mi
P src/etc/MAKEDEV.tmpl
P src/sbin/fsck_ffs/inode.c
P src/sbin/fsck_ffs/pass1.c
P src/sbin/wsconsctl/display.c
P src/sys/arch/i386/stand/Makefile.booters
P src/sys/arch/i386/stand/mbr/Makefile.mbr
P src/sys/arch/mips/mips/mipsX_subr.S
P src/sys/arch/news68k/stand/boot/Makefile
P src/sys/arch/news68k/stand/bootxx/Makefile
P src/sys/arch/xen/i386/hypervisor_machdep.c
P src/sys/dev/pci/sv.c
P src/sys/dev/usb/ehci.c
P src/sys/dev/usb/ohci.c
P src/sys/dev/usb/uhci.c
P src/sys/dev/usb/uhub.c
P src/sys/dev/usb/usbdivar.h
P src/sys/dev/wscons/wsksymdef.h
P src/sys/dev/wscons/wsmux.c
P src/sys/dev/wscons/wsmuxvar.h
P src/usr.bin/make/make.1
P src/usr.bin/make/make.h
P src/usr.bin/make/parse.c

Updating pkgsrc tree:
(Continue reading)

Karsten Kruse | 1 May 2005 13:03
Picon
Favicon

Re: Tab completion in /bin/sh

Sascha Retzki wrote:

> Of course it would be neat to make /bin/sh a /bin/sh and redirect users to 
> /bin/ksh ;)  

BTW, any chance that we get the real ksh in base.tgz some day? I would
love it.

Karsten

--

-- 
        Homepage, Mac68k, A/UX-Links und Shorties: www.tecneeq.de
  ()    Linux/NetBSD-Anleitungen, Forum  und Chat: www.newbie-net.de
 <\/>           GPL-guy: "Argh, they used my code! :-/"
 _/\_           BSD-guy: "Cool, they used my code! :-)"

Mark Kirby | 1 May 2005 14:49
Picon

Issue 6 of the NetBSD CVS Digest

Hi list,

Issue six is hot of the press.

This week:

Sparc64 has now completed the switch to wscons. [Martin Husemann]

 /dev/usb is now readable to all. [Lennart Augustsson]

 A race condition in xfer abort was fixed. [Lennart Augustsson]

 Macppc now correctly matches battery types. [Allen Briggs]

 zoularis has been removed [Matthias Scheler]

 Pax has seen some love and attention this week.

 Enable full-duplex mode by default on drivers that support it if the

 underlying audio device was opened read/write [Jared D. McNeill]

 Imports
     gettext 0.14.4 [Christos Zoulas]

 PR's opened this week
     PR:30069 Little typo in /sys/net/if_spppsubr.c

 PR's closed this week
     PR:30034 Logic error in determining battery type on macppc
(Continue reading)

Eric Haszlakiewicz | 1 May 2005 21:32

Re: Tab completion in /bin/sh

On Sun, May 01, 2005 at 01:03:32PM +0200, Karsten Kruse wrote:
> Sascha Retzki wrote:
> 
> > Of course it would be neat to make /bin/sh a /bin/sh and redirect users to 
> > /bin/ksh ;)  
> 
> BTW, any chance that we get the real ksh in base.tgz some day? I would
> love it.

	So what features does that have that the current one doesn't?

eric

Johnny Billquist | 1 May 2005 22:07
Picon
Picon

Re: Tab completion in /bin/sh

On Sun, 1 May 2005, Eric Haszlakiewicz wrote:

> On Sun, May 01, 2005 at 01:03:32PM +0200, Karsten Kruse wrote:
> > Sascha Retzki wrote:
> >
> > > Of course it would be neat to make /bin/sh a /bin/sh and redirect users to
> > > /bin/ksh ;)
> >
> > BTW, any chance that we get the real ksh in base.tgz some day? I would
> > love it.
>
> 	So what features does that have that the current one doesn't?

We don't have ksh in the base today unless I'm confused.
But I fail to see the need. Is it difficult to just add it from pkgsrc if
you want it? (If ksh should be included, I might as well start asking for
tcsh, and others might want zsh as well. Any other shells out there. Maybe
we should include everything in base...)

	Johnny

Johnny Billquist                  || "I'm on a bus
                                  ||  on a psychedelic trip
email: bqt <at> update.uu.se           ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol

David Laight | 1 May 2005 22:23
Picon

Re: Tab completion in /bin/sh

> We don't have ksh in the base today unless I'm confused.

$ type ksh
ksh is /bin/ksh

Also seems to be in $SRC/bin/ksh/* bugs, warts and all.

	David

--

-- 
David Laight: david <at> l8s.co.uk

Johnny Billquist | 1 May 2005 22:22
Picon
Picon

Re: Tab completion in /bin/sh

On Sun, 1 May 2005, David Laight wrote:

> > We don't have ksh in the base today unless I'm confused.
>
> $ type ksh
> ksh is /bin/ksh

Doh!

	Johnny

Johnny Billquist                  || "I'm on a bus
                                  ||  on a psychedelic trip
email: bqt <at> update.uu.se           ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol

Karsten Kruse | 1 May 2005 22:32
Picon
Favicon

Re: Tab completion in /bin/sh

Eric Haszlakiewicz wrote:

>>BTW, any chance that we get the real ksh in base.tgz some day? I would
>>love it.

> 	So what features does that have that the current one doesn't?

Start here:
 http://www.cs.princeton.edu/~jlk/lj/

Korn Shell is more like a high level programming language. You can even
write your own plugins or bindings.

Karsten

--

-- 
        Homepage, Mac68k, A/UX-Links und Shorties: www.tecneeq.de
  ()    Linux/NetBSD-Anleitungen, Forum  und Chat: www.newbie-net.de
 <\/>           GPL-guy: "Argh, they used my code! :-/"
 _/\_           BSD-guy: "Cool, they used my code! :-)"

Manuel Bouyer | 1 May 2005 22:33
Picon

Re: bus_master DMA error (is my disk about to fail)?

On Fri, Apr 29, 2005 at 06:19:50PM +0000, Mark Kirby wrote:
> Hi list,
> 
> My machine just locked up solid and I  got some strange errors scroll past 
> unfortunately they are not complete as i had to transcribe it by hand.
> 
> (this is hand typed and i couldn't grab all of it)
> 
> siside0:0:1: lost interrupt
>      type:ata tc_bcount:1026 tc_skip 0
> siside0:0:1:bus_master DMA error missing interrupy status = 0x60
> siside0:0:1:device timeout, c_bcount=1024   //I missed the rest of this line
> 
> //Some more errors scroll passed that im not fast enough to catch
> 
> siside0:0:1:recal drive fault
> wd1e: device fault writing fsbn 219880030 of 219880030-219880031(wd1 bn 
> 224643838: cn 222860 tn 15 sn 13)
> 
> after a few of the above it eventually gave
> 
> wd1:soft error (corrected)
> 
> and the system became responsive again.
> 
> This is netbsd 3.99.3 (i386). I was installing a large number of binary 
> packages at the time it hung. 
> 
> Should i be woried about the health of my disk?

(Continue reading)

Manuel Bouyer | 1 May 2005 22:31
Picon

Re: trouble with 10baseT autoselect on wm0

On Thu, Apr 28, 2005 at 10:23:56PM +0200, Werner Backes wrote:
> Lubomir Sedlacik wrote:
> 
> >
> >> Every time something happened to the
> >>interface, such as me putting it into promiscuous mode with tcpdump,
> >>there would be another two minute wait for the autoselect.
> >>   
> >>
> >
> >that's normal CatOS behaviour.  if you want to avoid this expensive
> >autonegotiation, set the port to "switchport nonegotiate"
> > 
> >
> 
> This doesn't sound like an autonegotiation issue but more like a 
> spanning-tree problem.

If I remember properly (I can't connect to a cisco to check right now),
this "nonegotiate" is not related to PHY autonegotiation. From memory,
it's trying to negotiate with the other end if it should use 802.1Q on this
port or plain ethernet.

--

-- 
Manuel Bouyer <bouyer <at> antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Gmane