linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] udev 014 release
@ 2004-01-22 18:15 Greg KH
  2004-01-22 18:28 ` Måns Rullgård
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Greg KH @ 2004-01-22 18:15 UTC (permalink / raw)
  To: linux-hotplug-devel, linux-kernel

I've released the 014 version of udev.  It can be found at:
 	kernel.org/pub/linux/utils/kernel/hotplug/udev-014.tar.gz

rpms built against Red Hat FC1 are available at:
	kernel.org/pub/linux/utils/kernel/hotplug/udev-014-1.i386.rpm
with the source rpm at:
	kernel.org/pub/linux/utils/kernel/hotplug/udev-014-1.src.rpm

udev allows users to have a dynamic /dev and provides the ability to
have persistent device names.  It uses sysfs and /sbin/hotplug and runs
entirely in userspace.  It requires a 2.6 kernel with CONFIG_HOTPLUG
enabled to run.  Please see the udev FAQ for any questions about it:
	kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ

For any udev vs devfs questions anyone might have, please see:
	kernel.org/pub/linux/utils/kernel/hotplug/udev_vs_devfs

Major changes from the 013 version:
	- speed!  This version is _much_ faster than the 013 release.
	  Thanks to Ananth Narayan for the libsysfs changes (and udev
	  patch) that enabled this.
	- there's a new program called udevinfo in the extras/ directory
	  that helps in determining the sysfs information for a specific
	  device.  This is useful in writing new udev rules.
	- the %D modifier is now gone.  People who were using it to
	  provide a devfs naming scheme will need to rewrite their rules
	  (look at the examples on the linux-hotplug-devel mailing list
	  for more details.)
	- lots of little changes and bug fixes.

Thanks again to everyone who has send me patches for this release, a
full list of everyone, and their changes is below.

udev development is done in a BitKeeper repository located at:
	bk://linuxusb.bkbits.net/udev

Daily snapshots of udev from the BitKeeper tree can be found at:
	http://www.codemonkey.org.uk/projects/bitkeeper/udev/
If anyone ever wants a tarball of the current bk tree, just email me.

thanks,

greg k-h


Summary of changes from v013 to v014
======================

<ananthmg:rediffmail.com>:
  o libsysfs update for refresh + namedev.c changes

<christophe.varoqui:free.fr>:
  o udev-013/extras/multipath update

<flamingice:sourmilk.net>:
  o minor patch for devfs rules

Kay Sievers:
  o udev - program to query all device attributes to build a rule
  o set default owner/group in db - update
  o udev - reverse user query options
  o udev - kill %D from udev-test.pl
  o add udev logging to info log
  o udev - mention format string escape char in man page

Greg Kroah-Hartman:
  o misc code cleanups
  o fixup logging.h to handle different logging options properly
  o clean up the logging patch a bit to make the option more like the other options
  o remove the %D modifier as it is not longer needed
  o remove unneeded keyboard rule
  o add usb_host and pci_bus to the class blacklist
  o added input device rules to udev.rules and udev.rules.devfs

Hanna V. Linder:
  o set default owner/group in db
  o small cut n paste error fix

Patrick Mansfield:
  o update udev scsi_id to scsi_id 0.3



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
@ 2004-01-22 18:28 ` Måns Rullgård
  2004-01-22 20:17 ` Greg KH
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Måns Rullgård @ 2004-01-22 18:28 UTC (permalink / raw)
  To: linux-hotplug

Greg KH <greg@kroah.com> writes:

> udev development is done in a BitKeeper repository located at:
> 	bk://linuxusb.bkbits.net/udev

Why do I have to do bk pull twice to get updates from that repository?
Like this:

$ bk pull
Pull bk://linuxusb.bkbits.net/udev
  -> file://home/src/udev
$ bk pull
Pull bk://linuxusb.bkbits.net/udev
  -> file://home/src/udev
---------------------- Receiving the following csets -----------------------
1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
----------------------------------------------------------------------------

This may be off-topic here, but I've only seen it with the udev
repository.

-- 
Måns Rullgård
mru@kth.se



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
  2004-01-22 18:28 ` Måns Rullgård
@ 2004-01-22 20:17 ` Greg KH
  2004-01-22 20:24 ` Måns Rullgård
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Greg KH @ 2004-01-22 20:17 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 22, 2004 at 07:28:13PM +0100, Måns Rullgård wrote:
> Greg KH <greg@kroah.com> writes:
> 
> > udev development is done in a BitKeeper repository located at:
> > 	bk://linuxusb.bkbits.net/udev
> 
> Why do I have to do bk pull twice to get updates from that repository?
> Like this:
> 
> $ bk pull
> Pull bk://linuxusb.bkbits.net/udev
>   -> file://home/src/udev
> $ bk pull
> Pull bk://linuxusb.bkbits.net/udev
>   -> file://home/src/udev
> ---------------------- Receiving the following csets -----------------------
> 1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
> ----------------------------------------------------------------------------
> 
> This may be off-topic here, but I've only seen it with the udev
> repository.

I have no idea.  If you try:
	bk://kernel.bkbits.net/gregkh/udev/
does it work better? (that's a mirror of the linuxusb udev tree)

thanks,

greg k-h


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
  2004-01-22 18:28 ` Måns Rullgård
  2004-01-22 20:17 ` Greg KH
@ 2004-01-22 20:24 ` Måns Rullgård
  2004-01-22 20:32 ` Kay Sievers
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Måns Rullgård @ 2004-01-22 20:24 UTC (permalink / raw)
  To: linux-hotplug

Greg KH <greg@kroah.com> writes:

> On Thu, Jan 22, 2004 at 07:28:13PM +0100, Måns Rullgård wrote:
>> Greg KH <greg@kroah.com> writes:
>> 
>> > udev development is done in a BitKeeper repository located at:
>> > 	bk://linuxusb.bkbits.net/udev
>> 
>> Why do I have to do bk pull twice to get updates from that repository?
>> Like this:
>> 
>> $ bk pull
>> Pull bk://linuxusb.bkbits.net/udev
>>   -> file://home/src/udev
>> $ bk pull
>> Pull bk://linuxusb.bkbits.net/udev
>>   -> file://home/src/udev
>> ---------------------- Receiving the following csets -----------------------
>> 1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
>> ----------------------------------------------------------------------------
>> 
>> This may be off-topic here, but I've only seen it with the udev
>> repository.
>
> I have no idea.  If you try:
> 	bk://kernel.bkbits.net/gregkh/udev/
> does it work better? (that's a mirror of the linuxusb udev tree)

I don't know.  I'll try that next time (there are no more changes to
get right now).  I could of course unpull and try again, but I don't a
working pull then would mean anything.

-- 
Måns Rullgård
mru@kth.se


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (2 preceding siblings ...)
  2004-01-22 20:24 ` Måns Rullgård
@ 2004-01-22 20:32 ` Kay Sievers
  2004-01-22 20:35 ` Hanna Linder
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Kay Sievers @ 2004-01-22 20:32 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 22, 2004 at 07:28:13PM +0100, Måns Rullgård wrote:
> Greg KH <greg@kroah.com> writes:
> 
> > udev development is done in a BitKeeper repository located at:
> > 	bk://linuxusb.bkbits.net/udev
> 
> Why do I have to do bk pull twice to get updates from that repository?
> Like this:
> 
> $ bk pull
> Pull bk://linuxusb.bkbits.net/udev
>   -> file://home/src/udev
> $ bk pull
> Pull bk://linuxusb.bkbits.net/udev
>   -> file://home/src/udev
> ---------------------- Receiving the following csets -----------------------
> 1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
> ----------------------------------------------------------------------------

I have exactly the same behavior. Three out of ten times,
I have to pull twice to get it.

Kay


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (3 preceding siblings ...)
  2004-01-22 20:32 ` Kay Sievers
@ 2004-01-22 20:35 ` Hanna Linder
  2004-01-22 21:06 ` Greg KH
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Hanna Linder @ 2004-01-22 20:35 UTC (permalink / raw)
  To: linux-hotplug


> 
> I have exactly the same behavior. Three out of ten times,
> I have to pull twice to get it.
> 
> Kay

Me too. Probably about 2 or 3 times out of ten it will do it.

Hanna



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (4 preceding siblings ...)
  2004-01-22 20:35 ` Hanna Linder
@ 2004-01-22 21:06 ` Greg KH
  2004-01-22 21:08 ` Måns Rullgård
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Greg KH @ 2004-01-22 21:06 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 22, 2004 at 09:32:49PM +0100, Kay Sievers wrote:
> On Thu, Jan 22, 2004 at 07:28:13PM +0100, Måns Rullgård wrote:
> > Greg KH <greg@kroah.com> writes:
> > 
> > > udev development is done in a BitKeeper repository located at:
> > > 	bk://linuxusb.bkbits.net/udev
> > 
> > Why do I have to do bk pull twice to get updates from that repository?
> > Like this:
> > 
> > $ bk pull
> > Pull bk://linuxusb.bkbits.net/udev
> >   -> file://home/src/udev
> > $ bk pull
> > Pull bk://linuxusb.bkbits.net/udev
> >   -> file://home/src/udev
> > ---------------------- Receiving the following csets -----------------------
> > 1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
> > ----------------------------------------------------------------------------
> 
> I have exactly the same behavior. Three out of ten times,
> I have to pull twice to get it.

Very wierd.  Make sure you are using the latest version of bk (3.0.4 as
of today).  I've pushed a single changeset out to the repository for
everyone to see if they can pull successfully.

Also try bk://kernel.bkbits.net/gregkh/udev and see if that works better
for people.

thanks,

greg k-h


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (5 preceding siblings ...)
  2004-01-22 21:06 ` Greg KH
@ 2004-01-22 21:08 ` Måns Rullgård
  2004-01-22 21:18 ` Kay Sievers
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Måns Rullgård @ 2004-01-22 21:08 UTC (permalink / raw)
  To: linux-hotplug

Greg KH <greg@kroah.com> writes:

>> > Why do I have to do bk pull twice to get updates from that repository?
>> 
>> I have exactly the same behavior. Three out of ten times,
>> I have to pull twice to get it.
>
> Very wierd.  Make sure you are using the latest version of bk (3.0.4 as
> of today).  I've pushed a single changeset out to the repository for
> everyone to see if they can pull successfully.

This time it worked.  And I am using bk 3.0.4.

-- 
Måns Rullgård
mru@kth.se


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (6 preceding siblings ...)
  2004-01-22 21:08 ` Måns Rullgård
@ 2004-01-22 21:18 ` Kay Sievers
  2004-01-22 21:20 ` Måns Rullgård
  2004-02-20  2:01 ` Kay Sievers
  9 siblings, 0 replies; 11+ messages in thread
From: Kay Sievers @ 2004-01-22 21:18 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 22, 2004 at 01:06:21PM -0800, Greg KH wrote:
> On Thu, Jan 22, 2004 at 09:32:49PM +0100, Kay Sievers wrote:
> > On Thu, Jan 22, 2004 at 07:28:13PM +0100, Måns Rullgård wrote:
> > > Greg KH <greg@kroah.com> writes:
> > > 
> > > > udev development is done in a BitKeeper repository located at:
> > > > 	bk://linuxusb.bkbits.net/udev
> > > 
> > > Why do I have to do bk pull twice to get updates from that repository?
> > > Like this:
> > > 
> > > $ bk pull
> > > Pull bk://linuxusb.bkbits.net/udev
> > >   -> file://home/src/udev
> > > $ bk pull
> > > Pull bk://linuxusb.bkbits.net/udev
> > >   -> file://home/src/udev
> > > ---------------------- Receiving the following csets -----------------------
> > > 1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
> > > ----------------------------------------------------------------------------
> > 
> > I have exactly the same behavior. Three out of ten times,
> > I have to pull twice to get it.
> 
> Very wierd.  Make sure you are using the latest version of bk (3.0.4 as
> of today).  I've pushed a single changeset out to the repository for
> everyone to see if they can pull successfully.
> 
> Also try bk://kernel.bkbits.net/gregkh/udev and see if that works better
> for people.

It worked now. I've upgraded from 3.0.3 and used the linuxusb tree,
I will mention it, if it happens again.

Kay


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (7 preceding siblings ...)
  2004-01-22 21:18 ` Kay Sievers
@ 2004-01-22 21:20 ` Måns Rullgård
  2004-02-20  2:01 ` Kay Sievers
  9 siblings, 0 replies; 11+ messages in thread
From: Måns Rullgård @ 2004-01-22 21:20 UTC (permalink / raw)
  To: linux-hotplug

Kay Sievers <kay.sievers@vrfy.org> writes:

>> Very wierd.  Make sure you are using the latest version of bk (3.0.4 as
>> of today).  I've pushed a single changeset out to the repository for
>> everyone to see if they can pull successfully.
>> 
>> Also try bk://kernel.bkbits.net/gregkh/udev and see if that works better
>> for people.
>
> It worked now. I've upgraded from 3.0.3 and used the linuxusb tree,
> I will mention it, if it happens again.

Just for the record, I've been using 3.0.4 all along.

-- 
Måns Rullgård
mru@kth.se


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: [ANNOUNCE] udev 014 release
  2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
                   ` (8 preceding siblings ...)
  2004-01-22 21:20 ` Måns Rullgård
@ 2004-02-20  2:01 ` Kay Sievers
  9 siblings, 0 replies; 11+ messages in thread
From: Kay Sievers @ 2004-02-20  2:01 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Jan 22, 2004 at 01:06:21PM -0800, Greg KH wrote:
> On Thu, Jan 22, 2004 at 09:32:49PM +0100, Kay Sievers wrote:
> > On Thu, Jan 22, 2004 at 07:28:13PM +0100, Måns Rullgård wrote:
> > > Greg KH <greg@kroah.com> writes:
> > > 
> > > > udev development is done in a BitKeeper repository located at:
> > > > 	bk://linuxusb.bkbits.net/udev
> > > 
> > > Why do I have to do bk pull twice to get updates from that repository?
> > > Like this:
> > > 
> > > $ bk pull
> > > Pull bk://linuxusb.bkbits.net/udev
> > >   -> file://home/src/udev
> > > $ bk pull
> > > Pull bk://linuxusb.bkbits.net/udev
> > >   -> file://home/src/udev
> > > ---------------------- Receiving the following csets -----------------------
> > > 1.449 1.448 1.447 1.446 1.445 1.444 1.443 1.442 1.441 1.440
> > > ----------------------------------------------------------------------------
> > 
> > I have exactly the same behavior. Three out of ten times,
> > I have to pull twice to get it.
> 
> Very wierd.  Make sure you are using the latest version of bk (3.0.4 as
> of today).  I've pushed a single changeset out to the repository for
> everyone to see if they can pull successfully.

Today I got the same wierd thing again.
Anybody with still the same problem?

thanks,
Kay


kay@pim:~/src$ cd udev
kay@pim:~/src/udev$ bk pull
Pull bk://linuxusb.bkbits.net/udev/
  -> file://home/kay/src/udev
kay@pim:~/src/udev$ 
kay@pim:~/src/udev$ 
kay@pim:~/src/udev$ bk pull
Pull bk://linuxusb.bkbits.net/udev/
  -> file://home/kay/src/udev
---------------------- Receiving the following csets-----------------------
1.585 1.584 1.583 1.582 1.581 1.580 1.579 1.578 1.577 1.576
1.575 
----------------------------------------------------------------------------



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&opÌk
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2004-02-20  2:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-22 18:15 [ANNOUNCE] udev 014 release Greg KH
2004-01-22 18:28 ` Måns Rullgård
2004-01-22 20:17 ` Greg KH
2004-01-22 20:24 ` Måns Rullgård
2004-01-22 20:32 ` Kay Sievers
2004-01-22 20:35 ` Hanna Linder
2004-01-22 21:06 ` Greg KH
2004-01-22 21:08 ` Måns Rullgård
2004-01-22 21:18 ` Kay Sievers
2004-01-22 21:20 ` Måns Rullgård
2004-02-20  2:01 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).