login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
netbsd-tech-kern
»
2010
»
March
»
9
Re: (Semi-random) thoughts on device tree structure and devfs
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Steven Bellovin
Subject:
Re: (Semi-random) thoughts on device tree structure and devfs
Date: Tuesday, March 9, 2010 - 8:45 am
On Mar 9, 2010, at 10:25 AM, Joerg Sonnenberger wrote:
quoted text
> On Tue, Mar 09, 2010 at 08:09:57AM +0000, Iain Hibbert wrote: >> I have never used wedges but, for the disk case, would it not be better to >> make a method of configuring a dk in advance, so that whenever a disk >> appears with the correct parameters it will already be mapped to the dk >> you expect? (perhaps a daemon could handle it) Then you know that /dev/dk3 >> is your USB stick and will never be anything else.. > > I don't think it has to be or should be in the kernel. Basically, > /dev/dk3 gets created or is used by the kernel. A daemon is notified > (*cough* udevd) and that scans the device properties, finds the UUID and > creates /dev/uuid/2345324523453245. It also finds the label and creates > /dev/label/my-usb-stick. The latter is what you put in /etc/fstab.
I agree completely. In fact, we could do that now, with a simple rc.d script. --Steve Bellovin,
http://www.cs.columbia.edu/~smb
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
(Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sun Mar 7, 2:43 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Christoph Egger
, (Sun Mar 7, 2:58 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Sun Mar 7, 3:12 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sun Mar 7, 5:02 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sun Mar 7, 5:09 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sun Mar 7, 5:31 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jukka Ruohonen
, (Sun Mar 7, 9:16 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Sun Mar 7, 1:18 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Sun Mar 7, 1:50 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jukka Ruohonen
, (Sun Mar 7, 3:06 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Sun Mar 7, 5:56 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Sun Mar 7, 7:01 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Greg A. Woods
, (Sun Mar 7, 8:06 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Sun Mar 7, 9:31 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Sun Mar 7, 9:41 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Sun Mar 7, 10:54 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Mon Mar 8, 12:39 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Mon Mar 8, 12:47 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jochen Kunz
, (Mon Mar 8, 12:50 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Mon Mar 8, 1:16 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Mon Mar 8, 1:18 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Mon Mar 8, 1:55 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Christoph Egger
, (Mon Mar 8, 1:59 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Mon Mar 8, 2:20 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Mon Mar 8, 6:06 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Mon Mar 8, 7:02 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Mon Mar 8, 8:54 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jukka Ruohonen
, (Mon Mar 8, 9:21 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Dan Engholm
, (Mon Mar 8, 9:52 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Thor Lancelot Simon
, (Mon Mar 8, 9:59 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Ted Lemon
, (Mon Mar 8, 12:34 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Mon Mar 8, 8:09 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Tue Mar 9, 1:09 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Tue Mar 9, 8:25 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Tue Mar 9, 8:36 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Tue Mar 9, 8:43 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Steven Bellovin
, (Tue Mar 9, 8:45 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Tue Mar 9, 8:48 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Tue Mar 9, 9:06 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Tue Mar 9, 9:10 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:21 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:24 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:27 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Tue Mar 9, 9:35 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Thor Lancelot Simon
, (Tue Mar 9, 9:43 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Tue Mar 9, 9:48 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:48 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Tue Mar 9, 9:50 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Tue Mar 9, 9:53 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 10:01 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 10:03 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Thor Lancelot Simon
, (Tue Mar 9, 10:46 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 11:27 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Tue Mar 9, 11:34 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Tue Mar 9, 11:41 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Tue Mar 9, 11:47 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Tue Mar 9, 11:57 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Tue Mar 9, 12:01 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Tue Mar 9, 12:01 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 12:04 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Thor Lancelot Simon
, (Tue Mar 9, 12:23 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Tue Mar 9, 12:28 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 12:38 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Tue Mar 9, 12:45 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Tue Mar 9, 12:51 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Thor Lancelot Simon
, (Tue Mar 9, 12:55 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Steven Bellovin
, (Tue Mar 9, 12:58 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Tue Mar 9, 1:05 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Tue Mar 9, 1:14 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jochen Kunz
, (Tue Mar 9, 1:32 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Tue Mar 9, 1:41 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Tue Mar 9, 1:52 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Manuel Bouyer
, (Tue Mar 9, 2:16 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Thor Lancelot Simon
, (Tue Mar 9, 2:45 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Steven Bellovin
, (Tue Mar 9, 2:46 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Tue Mar 9, 5:39 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 7:31 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 7:53 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Steven Bellovin
, (Tue Mar 9, 7:59 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 8:43 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Steven Bellovin
, (Tue Mar 9, 8:52 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:14 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Matthew Mondor
, (Tue Mar 9, 9:14 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:17 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Tue Mar 9, 9:49 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jochen Kunz
, (Wed Mar 10, 12:54 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Wed Mar 10, 1:56 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 2:01 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, haad
, (Wed Mar 10, 4:44 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 5:21 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Wed Mar 10, 5:57 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Wed Mar 10, 6:06 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 6:19 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Wed Mar 10, 6:36 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 6:38 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Wed Mar 10, 6:39 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Wed Mar 10, 6:46 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Wed Mar 10, 6:50 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Robert Elz
, (Wed Mar 10, 7:03 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Wed Mar 10, 7:41 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Wed Mar 10, 8:13 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Wed Mar 10, 8:15 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Wed Mar 10, 8:22 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Robert Elz
, (Wed Mar 10, 8:32 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 9:36 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Jochen Kunz
, (Wed Mar 10, 10:49 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Greg A. Woods
, (Wed Mar 10, 12:33 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Wed Mar 10, 1:53 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 6:16 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 6:22 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Wed Mar 10, 6:25 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Thu Mar 11, 2:56 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Thu Mar 11, 6:37 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Thu Mar 11, 6:40 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Johnny Billquist
, (Thu Mar 11, 7:32 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Thu Mar 11, 7:50 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Thu Mar 11, 8:04 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Thu Mar 11, 8:33 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Thu Mar 11, 8:35 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Adam Hoka
, (Thu Mar 11, 10:12 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Joerg Sonnenberger
, (Thu Mar 11, 10:18 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Thu Mar 11, 11:37 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eric Haszlakiewicz
, (Thu Mar 11, 11:42 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Quentin Garnier
, (Thu Mar 11, 11:47 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Adam Hoka
, (Thu Mar 11, 11:55 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Eduardo Horvath
, (Thu Mar 11, 12:06 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Thu Mar 11, 1:09 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Matthias Drochner
, (Thu Mar 11, 1:45 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Thu Mar 11, 2:00 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Matthias Drochner
, (Thu Mar 11, 2:24 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Greg A. Woods
, (Thu Mar 11, 3:34 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Greg A. Woods
, (Thu Mar 11, 3:54 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Thu Mar 11, 4:39 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Thu Mar 11, 5:11 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Thu Mar 11, 5:16 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Thu Mar 11, 8:24 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Thu Mar 11, 8:52 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Iain Hibbert
, (Fri Mar 12, 2:00 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Manuel Bouyer
, (Fri Mar 12, 12:22 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Matthias Drochner
, (Fri Mar 12, 1:20 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Fri Mar 12, 2:04 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Matthias Drochner
, (Fri Mar 12, 4:37 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Young
, (Fri Mar 12, 5:35 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Fri Mar 12, 11:06 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Fri Mar 12, 11:23 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Sat Mar 13, 6:02 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, Greg A. Woods
, (Sat Mar 13, 4:02 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 10:51 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 11:00 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 11:08 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 11:11 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 11:16 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 11:25 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, Masao Uebayashi
, (Sat Mar 13, 11:33 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Sun Mar 14, 2:41 am)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Sun Mar 14, 1:23 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, der Mouse
, (Sun Mar 14, 1:43 pm)
Re: (Semi-random) thoughts on device tree structure and devfs
, David Holland
, (Sun Mar 28, 2:55 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate