]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Fri, 1 Jul 2011 11:13:13 +0000 (13:13 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 1 Jul 2011 11:13:13 +0000 (13:13 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO

diff --git a/TODO b/TODO
index 220b61ab726988d623876d018ef42f35a42cf3d3..d76c557542d1c785c6edfcdfa3c53f776b0e5461 100644 (file)
--- a/TODO
+++ b/TODO
@@ -51,12 +51,9 @@ mount
     Note that findmnt(8) already supports --target and --source.
 
  - add ---target-prefix option to specify prefix for mountpoints
-
- - add --fstab-file option to specify alternative fstab
-
    so then you can
 
-       mount -a --fstab-file=/etc/fstab.foo ---target-prefix=$FOO_ROOT
+       LIBMOUNT_FSTAB=/etc/fstab.foo mount -a --target-prefix=$FOO_ROOT
 
    to create a new hierarchy of filesystems at $FOO_ROOT.
 
@@ -108,28 +105,6 @@ build-sys
    The configure.ac has to care about dependence between utils and librares and
    enable BUILD_<utilname>.
 
-procfs
-------
-
- - add lib/proc.c with functions that read /proc/<pid>/tasks to get info about
-   all process threads.
-
- - make chrt, taskset, ... threads aware. Currently these utils work with
-   group leader (master thread) and don't propagate requested changes to 
-   the whole group of threads.  It meas add a new option (e.g. -t):
-
-       chrt <prio> <pid>     # master thread only
-        chrt -t <prio> <pid>  # whole group of threads
-
-  Note that we need to scan /proc and call ched_set{scheduler,affinity}
-  syscalls for all individual threads.
-
-agetty:
-------
-
-  - review code and make it more simple for normal console (see mingetty)
-  - merge functionality from unmaintained mingetty package to agetty
-
 lib/tt.c
 --------