Commit graph

42 commits

Author SHA1 Message Date
Kay Sievers 9de9898813 move manpages to top level
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28 04:56:24 +01:00
Andrey Borzenkov 864412e02d man page: document when substitutions are applied for RUN and other keys 2006-01-26 02:18:01 +01:00
Kay Sievers 2c769419a1 move udev(8) manpage to udev(7)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-24 20:21:42 +01:00
Kay Sievers 03b24b71e0 fix BUS, ID, $id usage
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-16 06:12:49 +01:00
Kay Sievers 1aa1e24848 replace libsysfs
We never used any of the libsysfs convenience features. Here we replace
it completely with 300 lines of code, which are much simpler and a bit
faster cause udev(d) does not open any syfs file for a simple event which
does not need any parent device information.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-09 21:18:00 +01:00
coly 309d6fd302 fix man page typos 2006-01-09 20:58:20 +01:00
Kay Sievers fabd8709fb fix typo in man page
Thanks to Frans Pop for the "patch".
2005-12-29 04:02:24 +01:00
Kay Sievers c082b99acb remove %e from man page
Simple %e enumerations never worked reliably outside of udevstart and
udevstart is no longer recommended to use.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-23 00:49:02 +01:00
Kay Sievers fc55cf68ca remove "udev_db" option from config file
All udev state is kept in /$udev_root/.udev/ now. No option to
configure that anymore, it will always be there.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-16 04:14:15 +01:00
Kay Sievers e24b218ad7 remove misleading install instructions
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-12 04:11:48 +01:00
Kay Sievers c2df8b5f51 clarify README
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-03 16:28:11 +02:00
Kay Sievers a8b38f1c44 fic gcov use and move it into the Makefile
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-12 15:26:33 +02:00
Kay Sievers 14e31b3502 add "totally outdated" header to docs/overview :)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-08 03:49:23 +02:00
Kay Sievers b90f1b8189 delete old Fedora html page
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-08 03:38:06 +02:00
Kay Sievers 619d548faa delete docs/persistent_naming - obsoleted by persistent disk names
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-08 03:36:45 +02:00
Kay Sievers 3ce0d7b202 move and update libsysfs.txt
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-06 20:33:59 +02:00
Kay Sievers 0599b4a25f add missing udevsend man page
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-31 00:00:22 +02:00
Kay Sievers 7b86ada7d4 all man pages rewritten to use DocBook XML
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-30 23:30:52 +02:00
Kay Sievers 264ccb68ee test the automatic man page rebuild and checkin
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-30 05:02:11 +02:00
Kay Sievers 420a506ef0 write man page masters in DocBook XML
The troff man pages will still be checked into the tree but the
source is DocBook XML format living in the docs/ directory now.
Start with the easy ones, the main udev page is still left to
rewrite.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-30 04:41:42 +02:00
Kay Sievers a37610d0f8 remove example rules and put the dev.d stuff into the run_directory folder
The distro rules are the best example you can get and the use of
dev.d/ is no longer recommended.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-09 20:11:26 +02:00
Ville Skyttä 7fe082a8a4 correct default mode documentation in udev 2005-07-14 11:43:05 +02:00
Greg KH 539876083d add Red Hat/Fedora html documenation
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-05-18 23:37:22 -07:00
60f4473352 added translated (jp) version of writing udev rules file.
From Masanao Igarashi <masayuko@alpha.ocn.ne.jp>
2005-05-16 12:26:41 -07:00
Daniel Drake 0ca6adfed9 [PATCH] Writing udev rules docs update
Here's a long overdue update to the udev rules docs, based on lots of user
feedback from the last few months.

Mostly updates to keep up with the new udev features, some clarifications and
wording improvements. I added a section on rules for palm pilots due to the
excessive amount of mail I get about them. I removed the nvidia stuff because
it's out of date. Added another section about debugging using logs and
udevtest. Removed the thanks list because I haven't been updating it and there
are too many people to name now, sorry..!
2005-05-09 16:14:14 -07:00
kay.sievers@vrfy.org 8b36cc0f17 [PATCH] complete removal of explicit udev permissions config file 2005-04-26 23:17:47 -07:00
kay.sievers@vrfy.org 2b41e68a08 [PATCH] replace tdb database by simple lockless file database
This makes the udev operation completely lockless by storing a
file for every node in /dev/.udevdb/* This solved the problem
with deadlocking concurrent udev processes waiting for each other
to release the file lock under heavy load.
2005-04-26 22:16:40 -07:00
dsd@gentoo.org c59a72105d [PATCH] Writing udev rules doc update
Here's an update to the documentation. It makes a few minor corrections and
adds info about multiple-symlinks.

It also seems that the patch I sent on April 27th (patching v0.53 to 0.54) was
not applied, so this patch includes that update too, which was also just some
small corrections plus added info on renaming network devices.
2005-04-26 21:36:21 -07:00
greg@kroah.com 0e3dcb3dc6 [PATCH] add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org> 2005-04-26 21:35:15 -07:00
dan@reactivated.net f2bd44417b [PATCH] Update writing udev rules docs
Here's an update for the writing udev rules document.
- Minor corrections/clarifications
- Added info about using NAME{all_partitions}
- Added more info about udevinfo, simplifying the rule-writing process

You can ignore the diff I sent you yesterday - according to the 20040415 bk
snapshot on codemonkey.org, you haven't applied it yet. This patch
incorporates that update, and some other changes I just made.
2005-04-26 21:35:15 -07:00
greg@kroah.com b1ea9f3ef5 [PATCH] added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net> 2005-04-26 21:35:15 -07:00
greg@kroah.com 5cd749f342 [PATCH] update RFC-dev.d docs due to DEVNODE to DEVNAME change 2005-04-26 21:35:13 -07:00
greg@kroah.com 52a8572366 [PATCH] clean up the OSDL document formatting a bit 2005-04-26 21:35:13 -07:00
maryedie@osdl.org 4012ff38d8 [PATCH] add OSDL documentation for persistent naming 2005-04-26 21:35:13 -07:00
greg@kroah.com 3e33961b45 [PATCH] added RFC-dev.d document detailing how /etc/dev.d/ works. 2005-04-26 21:35:11 -07:00
ken@cgi101.com 0c17d02da2 [PATCH] fix a type in docs/libsysfs.txt
Mary Edie Merideth noticed this typo. I think this is what it was supposed
to be. Judging by the pattern.
2005-04-26 21:35:09 -07:00
greg@kroah.com 5f7c4c1bb0 [PATCH] minor grammer fixes for the udev_vs_devfs document
Thanks to Seemant Kulleen <seemant@gentoo.org> for pointing them out.
2005-04-26 21:13:14 -07:00
greg@kroah.com 1237229594 [PATCH] minor change to udev_vs_devfs document. 2005-04-26 21:13:12 -07:00
greg@kroah.com 3310f9d0e8 [PATCH] added udev vs devfs supid document to the tree. 2005-04-26 21:13:12 -07:00
dsteklof@us.ibm.com 77c46e9bd6 [PATCH] add libsysfs docs
Here's the latest libsysfs doc, you may want to include it in your
docs directory.
2005-04-26 21:13:09 -07:00
greg@kroah.com 1c8c0f6212 [PATCH] updated the documentation. 2005-04-26 21:01:38 -07:00
greg@kroah.com 0c63f1190f [PATCH] added initial documentation and gpl license 2005-04-26 21:00:32 -07:00