chiark / gitweb /
[PATCH] updated the TODO list.
[elogind.git] / TODO
1 This is a short list of things that needs to be done.  They are in no specific
2 order.  I will gladly accept patches for any of these items, or any other stuff
3 people offer up.
4
5         Greg Kroah-Hartman <greg@kroah.com>
6
7
8 - more documentation (can never have too much.)
9 - document the config file format (it will change over time...)
10 - add proper man page
11 - add klibc to the build process (or make it easier to do) to get
12   smaller binary
13 - import latest libsysfs and convert udev to use it.
14 - On remove, look up the device in the database (now that we have one) and
15   delete what was created, not what the kernel is calling the device.
16 - add symlink generation and removal support
17 - better partition support (it's a hack right now, maybe new libsysfs changes
18   can help out a lot here.)
19 - allow database to be queried by other programs
20 - split program into two pieces (daemon and helper that sends events to it).
21   This will allow us to keep track of sequences, and lots of other needed
22   stuff.
23 - keep track of current permissions on devices when daemon shuts down.
24 - better permission handling
25 - create kernel name to devfs name config file so that all of the devfs users
26   will have an upgrade path.
27 - make program work like design says it should (three parts, not 1)
28 - add hooks to call D-BUS when new node is created or removed
29 - lots of other stuff...