public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Announce: modutils 2.4.0 is available
@ 2001-01-05  2:59 Keith Owens
  2001-01-05  3:56 ` Keith Owens
  2001-01-05  6:48 ` Anuradha Ratnaweera
  0 siblings, 2 replies; 15+ messages in thread
From: Keith Owens @ 2001-01-05  2:59 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Content-Type: text/plain; charset=us-ascii

ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/modutils/v2.4

modutils-2.4.0.tar.gz           Source tarball, includes RPM spec file
modutils-2.4.0-1.src.rpm        As above, in SRPM format
modutils-2.4.0-1.i386.rpm       Compiled with egcs-2.91.66, glibc 2.1.2
modutils-2.4.0-1.sparc.rpm      Compiled for combined sparc 32/64
patch-2.4.0-persistent.gz	Adds persistent data and generic string
				support to kernel 2.4.0.

Changelog extract

	* Clone from modutils 2.3.24.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.3 (GNU/Linux)
Comment: Exmh version 2.1.1 10/15/1999

iD8DBQE6VTh8i4UHNye0ZOoRArO+AJ9JLhwmcwBWeZJDUpiS66W8lONsxgCfRl1U
YVvqJZzTbl5ewcc6vI0juFA=
=wKRG
-----END PGP SIGNATURE-----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05  2:59 Announce: modutils 2.4.0 is available Keith Owens
@ 2001-01-05  3:56 ` Keith Owens
  2001-01-05  4:03   ` Matthew Dharm
  2001-01-05  6:48 ` Anuradha Ratnaweera
  1 sibling, 1 reply; 15+ messages in thread
From: Keith Owens @ 2001-01-05  3:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-usb-devel

On Fri, 05 Jan 2001 13:59:12 +1100, 
Keith Owens <kaos@ocs.com.au> wrote:
>modutils-2.4.0.tar.gz           Source tarball, includes RPM spec file

I have just found out that there was an incompatible change to struct
usb_device_id during 2.4.0-prerelease :(((.  That means that all
versions of depmod will break on kernel 2.4.0 if you have any modules
that use MODULE_DEVICE_TABLE(usb).  Incompatible changes to an ABI
structure without notification immediately prior to a major kernel
release, yech!

If you have usb modules then stay on kernel 2.4.0-prerelease or compile
usb without modules or wait until I can test and release modutils
2.4.1.  The usb hotplug utilities will also have to change to handle
the new table layout.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05  3:56 ` Keith Owens
@ 2001-01-05  4:03   ` Matthew Dharm
  2001-01-05  4:54     ` [linux-usb-devel] " David Brownell
  2001-01-05  6:55     ` Miles Lane
  0 siblings, 2 replies; 15+ messages in thread
From: Matthew Dharm @ 2001-01-05  4:03 UTC (permalink / raw)
  To: Keith Owens; +Cc: linux-kernel, linux-usb-devel

[-- Attachment #1: Type: text/plain, Size: 2089 bytes --]

Well, I'll be the one to fall on my sword...

This is probably my fault.  The matching code was pretty much broken for a
non-trivial subset of usb devices.  I'd submitted the patch to Linus before
the holdiays, but it was rejected for various reasons.  After some back and
forth, Linus finally accepted it on about the 2st of the year.

It's pretty much the same patch (functionally) as I posted to the
linux-usb-devel mailing list, which I presumed would inform the hotplugging
people.  Mea culpa, I seem to have been in error there.  Tho, that was
several weeks ago, so it may have just fallen out of people's heads in the
interim time.

Keith, if you need any info on what the new structure means, please let me
know and I can fill you in on all the details.

Matt

On Fri, Jan 05, 2001 at 02:56:29PM +1100, Keith Owens wrote:
> On Fri, 05 Jan 2001 13:59:12 +1100, 
> Keith Owens <kaos@ocs.com.au> wrote:
> >modutils-2.4.0.tar.gz           Source tarball, includes RPM spec file
> 
> I have just found out that there was an incompatible change to struct
> usb_device_id during 2.4.0-prerelease :(((.  That means that all
> versions of depmod will break on kernel 2.4.0 if you have any modules
> that use MODULE_DEVICE_TABLE(usb).  Incompatible changes to an ABI
> structure without notification immediately prior to a major kernel
> release, yech!
> 
> If you have usb modules then stay on kernel 2.4.0-prerelease or compile
> usb without modules or wait until I can test and release modutils
> 2.4.1.  The usb hotplug utilities will also have to change to handle
> the new table layout.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

A:  The most ironic oxymoron wins ...
DP: "Microsoft Works"
A:  Uh, okay, you win.
					-- A.J. & Dust Puppy
User Friendly, 1/18/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [linux-usb-devel] Re: Announce: modutils 2.4.0 is available
  2001-01-05  4:03   ` Matthew Dharm
@ 2001-01-05  4:54     ` David Brownell
  2001-01-05  5:56       ` Matthew Dharm
  2001-01-05  7:07       ` Greg KH
  2001-01-05  6:55     ` Miles Lane
  1 sibling, 2 replies; 15+ messages in thread
From: David Brownell @ 2001-01-05  4:54 UTC (permalink / raw)
  To: linux-usb-devel, lkml, Matthew Dharm

Matt --

> It's pretty much the same patch (functionally) as I posted to the
> linux-usb-devel mailing list, which I presumed would inform the hotplugging
> people.  Mea culpa, I seem to have been in error there.

Miles had a suggestion for a "linux-hotplug" mailing list; this
could have been a good issue to coordinate on such a smaller
(lower traffic?) list.

In this case, the ball just got dropped when it looked like this
patch wasn't even going to Linus.  After the Linux 2.4.0 change
notes, that ball just got picked up again!

- Dave


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [linux-usb-devel] Re: Announce: modutils 2.4.0 is available
  2001-01-05  4:54     ` [linux-usb-devel] " David Brownell
@ 2001-01-05  5:56       ` Matthew Dharm
  2001-01-05  7:07       ` Greg KH
  1 sibling, 0 replies; 15+ messages in thread
From: Matthew Dharm @ 2001-01-05  5:56 UTC (permalink / raw)
  To: David Brownell; +Cc: linux-usb-devel, lkml

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

On Thu, Jan 04, 2001 at 08:54:33PM -0800, David Brownell wrote:
> Miles had a suggestion for a "linux-hotplug" mailing list; this
> could have been a good issue to coordinate on such a smaller
> (lower traffic?) list.

Given that I (and many people on linux-scsi, it seems) are looking to
"hotplugging" as one of the major enhancements for 2.5.x development, this
is probably a good idea.  Can vger.kernel.org host this list?  Who do we
conatct about this?

Matt

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

It's not that hard.  No matter what the problem is, tell the customer 
to reinstall Windows.
					-- Nurse
User Friendly, 3/22/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05  2:59 Announce: modutils 2.4.0 is available Keith Owens
  2001-01-05  3:56 ` Keith Owens
@ 2001-01-05  6:48 ` Anuradha Ratnaweera
  2001-01-05 10:31   ` Erik Mouw
  1 sibling, 1 reply; 15+ messages in thread
From: Anuradha Ratnaweera @ 2001-01-05  6:48 UTC (permalink / raw)
  To: Keith Owens; +Cc: linux-kernel


On Fri, 5 Jan 2001, Keith Owens wrote:

> modutils-2.4.0.tar.gz           Source tarball, includes RPM spec file
> modutils-2.4.0-1.src.rpm        As above, in SRPM format
> modutils-2.4.0-1.i386.rpm       Compiled with egcs-2.91.66, glibc 2.1.2
> modutils-2.4.0-1.sparc.rpm      Compiled for combined sparc 32/64
> patch-2.4.0-persistent.gz	Adds persistent data and generic string
>				support to kernel 2.4.0.

Why not DEB?

Anuradha

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05  4:03   ` Matthew Dharm
  2001-01-05  4:54     ` [linux-usb-devel] " David Brownell
@ 2001-01-05  6:55     ` Miles Lane
  1 sibling, 0 replies; 15+ messages in thread
From: Miles Lane @ 2001-01-05  6:55 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: Keith Owens, linux-kernel, linux-usb-devel

Matthew Dharm wrote:

> Well, I'll be the one to fall on my sword...
> 
> This is probably my fault.  The matching code was pretty much broken for a
> non-trivial subset of usb devices.  I'd submitted the patch to Linus before
> the holdiays, but it was rejected for various reasons.  After some back and
> forth, Linus finally accepted it on about the 2st of the year.
> 
> It's pretty much the same patch (functionally) as I posted to the
> linux-usb-devel mailing list, which I presumed would inform the hotplugging
> people.

<snip>

We really do need a linux-hotplug mailing list.  Who would be able to
set up such a list on vger.kernel.org (or anywhere else that supports
maillist archives and has decent server loads)?  I've already floated
this idea once, but noone who can make this happen has volunteered.

Why we need this:

There are too many people working on hotplug issues in disjoint corners
of the kernel and utility community.  This work requires coordination
from the various bus developers (USB, SCSI, PCI, IrDA, Firewire,
Wireless, etc.) as well as folks working on the usermode scripts,
utilities and so forth.  There is also the need to sort out all the
PCMCIA/Cardbus issues having to do with migrating the installed base
over time to the new kernel drivers (yenta and friends).

	Miles

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [linux-usb-devel] Re: Announce: modutils 2.4.0 is available
  2001-01-05  4:54     ` [linux-usb-devel] " David Brownell
  2001-01-05  5:56       ` Matthew Dharm
@ 2001-01-05  7:07       ` Greg KH
       [not found]         ` <3A55751D.4020800@megapathdsl.net>
  1 sibling, 1 reply; 15+ messages in thread
From: Greg KH @ 2001-01-05  7:07 UTC (permalink / raw)
  To: David Brownell; +Cc: linux-usb-devel, lkml, Matthew Dharm

On Thu, Jan 04, 2001 at 08:54:33PM -0800, David Brownell wrote:
> Matt --
> 
> > It's pretty much the same patch (functionally) as I posted to the
> > linux-usb-devel mailing list, which I presumed would inform the hotplugging
> > people.  Mea culpa, I seem to have been in error there.
> 
> Miles had a suggestion for a "linux-hotplug" mailing list; this
> could have been a good issue to coordinate on such a smaller
> (lower traffic?) list.

I agree.  I can set up a "linux-hotplug" group using SourceForge if
others also think that this is a needed thing.  I don't want to see
things like this happen again.

Actually almost anyone can, but at least I'm volunteering :)

greg k-h

-- 
greg@(kroah|wirex).com
http://immunix.org/~greg
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [linux-usb-devel] Re: Announce: modutils 2.4.0 is available
       [not found]         ` <3A55751D.4020800@megapathdsl.net>
@ 2001-01-05  7:30           ` Greg KH
  2001-01-05  8:28             ` Matti Aarnio
  0 siblings, 1 reply; 15+ messages in thread
From: Greg KH @ 2001-01-05  7:30 UTC (permalink / raw)
  To: Miles Lane; +Cc: linux-usb-devel, linux-kernel

On Thu, Jan 04, 2001 at 11:17:49PM -0800, Miles Lane wrote:
> Greg KH wrote:
> 
> <snip>
> 
> > I agree.  I can set up a "linux-hotplug" group using SourceForge if
> > others also think that this is a needed thing.  I don't want to see
> > things like this happen again.
> > 
> > Actually almost anyone can, but at least I'm volunteering :)
> > 
> > greg k-h
> 
> Hi Greg,
> 
> David Brownell had mentioned previously that he thought the
> throughput on vger.kernel.org might be better than
> lists.sourceforge.net because vger is better matched to
> its server load.  Do you know whether this is true?
> My preference would be to see this list be hosted by a
> relatively quick mailserver.
> 
> If the concensus is that sourceforge is good enough,
> than you have my gratitude for getting this set up.

Throughput on vger.kernel.org does seem incredible.  But lately
SourceForge doesn't seem very bad at all, as it seems they have beefed
up their servers.

I'm only proposing SourceForge as I can set up a list easily there
easily, and I don't know the right people to ask to get it done on
vger.kernel.org :)

Unless anyone objects in the next 10 hours, I'll try to create it, and
let everyone know about it.

thanks,

greg k-h

-- 
greg@(kroah|wirex).com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05  7:30           ` Greg KH
@ 2001-01-05  8:28             ` Matti Aarnio
  0 siblings, 0 replies; 15+ messages in thread
From: Matti Aarnio @ 2001-01-05  8:28 UTC (permalink / raw)
  To: Greg KH; +Cc: Miles Lane, linux-usb-devel, linux-kernel

On Thu, Jan 04, 2001 at 11:30:57PM -0800, Greg KH wrote:
> > Greg KH wrote:
> > <snip>
> > 
> > > I agree.  I can set up a "linux-hotplug" group using SourceForge if
...
> I'm only proposing SourceForge as I can set up a list easily there
> easily, and I don't know the right people to ask to get it done on
> vger.kernel.org :)

	The right one to ask is  <postmaster@vger.kernel.org>,  and
	somebody has already made that question there.

	Powers that be (DaveM) need to decide on it.

	I am also one of those postmaster persons, but DaveM decides
	things at the Majordomo subsystem.  (And thus lists.)

> Unless anyone objects in the next 10 hours, I'll try to create it, and
> let everyone know about it.

	As you wish, I don't have ambitions either way.

	One thing though, NEVER configure list to modify through
	going message subjects any way what so ever.  Doing that
	is just a sign of giving up on people who don't know how
	else they can recognize traffic thru given lists.
	(I leave it as an excercise to the reader to review full
	 headers of this message in their mailbox, and see which
	 RFC 822 defined headers they could use to recognize which
	 list this message has gone thru.  Some of you will receive
	 this in several copies via different paths!)

	Such subject modifications lead to abominations like:

		[linux-usb-devel] Re: [linux-usb-devel] Re: [linux-usb-devel] ...

	People don't clean their outgoing Subject: headers anyway.

> thanks,
> greg k-h
> -- 
> greg@(kroah|wirex).com

/Matti Aarnio
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05  6:48 ` Anuradha Ratnaweera
@ 2001-01-05 10:31   ` Erik Mouw
  2001-01-05 15:31     ` Wichert Akkerman
  2001-01-05 16:10     ` Anuradha Ratnaweera
  0 siblings, 2 replies; 15+ messages in thread
From: Erik Mouw @ 2001-01-05 10:31 UTC (permalink / raw)
  To: Anuradha Ratnaweera; +Cc: Keith Owens, linux-kernel

On Fri, Jan 05, 2001 at 12:48:04PM +0600, Anuradha Ratnaweera wrote:
> Why not DEB?

Because Keith doesn't have a Debian system? He just provides the rpms
as a service, he doesn't have to do that.

Install the "alien" package on your machine and you will be able to
convert between rpm and deb.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05 10:31   ` Erik Mouw
@ 2001-01-05 15:31     ` Wichert Akkerman
  2001-01-05 16:10     ` Anuradha Ratnaweera
  1 sibling, 0 replies; 15+ messages in thread
From: Wichert Akkerman @ 2001-01-05 15:31 UTC (permalink / raw)
  To: linux-kernel

In article <20010105113104.L888@arthur.ubicom.tudelft.nl>,
Erik Mouw  <J.A.K.Mouw@ITS.TUDelft.NL> wrote:
>Install the "alien" package on your machine and you will be able to
>convert between rpm and deb.

Bad plan, considering packages rely on some infrastructure that
is not in the rpm (update-modules). I tend to be pretty quick
with making and uploading the deb anyway.

Having said that, I won't package 2.4.0 and will wait for 2.4.1
instead.

Wichert.

-- 
   ________________________________________________________________
 / Generally uninteresting signature - ignore at your convenience  \
| wichert@cistron.nl                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |
-- 
   ________________________________________________________________
 / Generally uninteresting signature - ignore at your convenience  \
| wichert@cistron.nl                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05 10:31   ` Erik Mouw
  2001-01-05 15:31     ` Wichert Akkerman
@ 2001-01-05 16:10     ` Anuradha Ratnaweera
  2001-01-05 19:33       ` Russell King
  1 sibling, 1 reply; 15+ messages in thread
From: Anuradha Ratnaweera @ 2001-01-05 16:10 UTC (permalink / raw)
  To: Erik Mouw; +Cc: Anuradha Ratnaweera, Keith Owens, linux-kernel


On Fri, 5 Jan 2001, Erik Mouw wrote:

> On Fri, Jan 05, 2001 at 12:48:04PM +0600, Anuradha Ratnaweera wrote:
> > Why not DEB?
> 
> Because Keith doesn't have a Debian system? He just provides the rpms
> as a service, he doesn't have to do that.

Of cource he doesn't have to do that. It is just nice to have all of them.

> Install the "alien" package on your machine and you will be able to
> convert between rpm and deb.

Alien does an excellent job in converting some packages, but for others
including pre/post installation scripts (with -c) conversion is not
perfect. The reason is not a problem with alien, but most RPMs assumes
(correcly) that the target system is `RedHat like'.

The reason I was looking for the debian package was to test 2.4 on a
"stable" debian system. If I install modutils from source, package
management system (dpkg/apt) will not know its existence.


Anuradha

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05 16:10     ` Anuradha Ratnaweera
@ 2001-01-05 19:33       ` Russell King
  2001-01-08 12:41         ` Peter Samuelson
  0 siblings, 1 reply; 15+ messages in thread
From: Russell King @ 2001-01-05 19:33 UTC (permalink / raw)
  To: Anuradha Ratnaweera; +Cc: Erik Mouw, Keith Owens, linux-kernel

Anuradha Ratnaweera writes:
> The reason I was looking for the debian package was to test 2.4 on a
> "stable" debian system. If I install modutils from source, package
> management system (dpkg/apt) will not know its existence.

Can't you get the source, and whatever relevent files you need to build
a dpkg and build the source + binary packages yourself (with maybe a few
minor changes to the dpkg build information)?
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |         Russell King        rmk@arm.linux.org.uk      --- ---
  | | | | http://www.arm.linux.org.uk/personal/aboutme.html   /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Announce: modutils 2.4.0 is available
  2001-01-05 19:33       ` Russell King
@ 2001-01-08 12:41         ` Peter Samuelson
  0 siblings, 0 replies; 15+ messages in thread
From: Peter Samuelson @ 2001-01-08 12:41 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel

[Russell King]
> Can't you get the source, and whatever relevent files you need to
> build a dpkg and build the source + binary packages yourself (with
> maybe a few minor changes to the dpkg build information)?

Right.  No changes at all.  modutils_2.3.23-2.diff.gz applies fine,
except for one bit that already made it upstream -- ignore the .rej .

Peter

(woody build, if anyone cares...
  http://wire.cadcamlab.org/misc/modutils_2.4.0-0woody0.1_i386.deb
)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2001-01-08 12:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-05  2:59 Announce: modutils 2.4.0 is available Keith Owens
2001-01-05  3:56 ` Keith Owens
2001-01-05  4:03   ` Matthew Dharm
2001-01-05  4:54     ` [linux-usb-devel] " David Brownell
2001-01-05  5:56       ` Matthew Dharm
2001-01-05  7:07       ` Greg KH
     [not found]         ` <3A55751D.4020800@megapathdsl.net>
2001-01-05  7:30           ` Greg KH
2001-01-05  8:28             ` Matti Aarnio
2001-01-05  6:55     ` Miles Lane
2001-01-05  6:48 ` Anuradha Ratnaweera
2001-01-05 10:31   ` Erik Mouw
2001-01-05 15:31     ` Wichert Akkerman
2001-01-05 16:10     ` Anuradha Ratnaweera
2001-01-05 19:33       ` Russell King
2001-01-08 12:41         ` Peter Samuelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox