]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
[PATCH] man page beauty
[thirdparty/systemd.git] / TODO
CommitLineData
fc1c2fd8
GKH
1This is a short list of things that needs to be done. They are in no specific
2order. I will gladly accept patches for any of these items, or any other stuff
3people offer up.
4
cd74c8e2
GKH
5greg k-h
6greg@kroah.com
fc1c2fd8
GKH
7
8
cd55637f 9- fix kernel name logic to handle devices like sdaj and such.
fc1c2fd8 10- more documentation (can never have too much.)
fc1c2fd8
GKH
11- add symlink generation and removal support
12- better partition support (it's a hack right now, maybe new libsysfs changes
13 can help out a lot here.)
14- allow database to be queried by other programs
15- split program into two pieces (daemon and helper that sends events to it).
16 This will allow us to keep track of sequences, and lots of other needed
17 stuff.
18- keep track of current permissions on devices when daemon shuts down.
19- better permission handling
20- create kernel name to devfs name config file so that all of the devfs users
21 will have an upgrade path.
cd74c8e2
GKH
22- do early boot logic (putting udev into initramfs, handle pivot-root,
23 etc.)
d2ce1817
GKH
24- add hooks to call D-BUS when new node is created or removed
25- lots of other stuff...
05fdfe68
GKH
26- actually use the BUS= value to determine where the LABEL rule should look
27 (right now it's ignored, and we only look in the current sysfs directory.)
28 This is needed, for example, to look at the usb device's serial number of a
29 usb-storage device, instead of the scsi device's sysfs directory for the
30 serial number.