From: Karel Zak Date: Fri, 1 Jul 2011 11:13:13 +0000 (+0200) Subject: docs: update TODO file X-Git-Tag: v2.20-rc1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b07eb9245e303a9b7e60067b8e0c54160f6ed3b;p=thirdparty%2Futil-linux.git docs: update TODO file Signed-off-by: Karel Zak --- diff --git a/TODO b/TODO index 220b61ab72..d76c557542 100644 --- 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_. -procfs ------- - - - add lib/proc.c with functions that read /proc//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 # master thread only - chrt -t # 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 --------