summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10docs: add ngettext() into TODO fileKarel Zak1-0/+9
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-08docs: update TODO listKarel Zak1-0/+9
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-04docs: update TODO fileKarel Zak1-10/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-07docs: update TODOKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-06unshare: new commandMikhail Gusarov1-4/+0
New utility allows to run process with separate mount, UTC, IPC or network namespaces. [kzak@redhat.com: - some cosmetic changes in usage() and err() usage - move "if BUILD_UNSHARE" to separate place in Makefile.am - add unshare to .gitignore] Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-01libblkid: add blkit_[un]ref() to TODOKarel Zak1-4/+8
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-25docs: update TODOKarel Zak1-11/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-25libblkid: use fstatat(), improve readdir() usageKarel Zak1-2/+0
* fix possible memory leak in ubi_probe_all() * use dirent->d_type if available (this is tricky, because d_type is not supported on all systems and some filesystems returns DT_UNKNOWN). The dirent->d_type allows to avoid unnecessary stat() calls. * use fstatat() if available -- allows to avoid malloc() and sprintf("%s/%s", dirname, dirent->d_name) Signed-off-by: Karel Zak <kzak@redhat.com>
2009-06-26docs: refresh TODO listKarel Zak1-19/+58
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-29docs: add entry about /proc/partitions parsingKarel Zak1-0/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-28cfdisk: fix "cannot seek on disk drive" bugKarel Zak1-0/+2
Addresses-Debian-Bug: #511161 Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-22docs: add a note about /proc/sys/kernel/random/uuidKarel Zak1-0/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-26docs: add a note about kpartx to TODOKarel Zak1-0/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11mount: move realpath.c code to lib/Karel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-05docs: add suggestion about TZ=UTC to TODO fileKarel Zak1-5/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-12-12TODO: add request to use nl_langinfo()Karel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-12-02docs: add feature-requests from RH bugzilla to TODO listKarel Zak1-0/+11
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-10-16docs: update TODO listKarel Zak1-1/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-08-14docs: TODO updateKarel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-05-19docs: we already rewrote the scriptreplay script; remove that TODO entryJames Youngman1-2/+0
Signed-off-by: James Youngman <jay@gnu.org>
2008-03-19docs: refresh TODO listKarel Zak1-43/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-10-11cal: add support for highlighting an arbitrary datePádraig Brady1-2/+0
This is done by calling cal with the extra day parameter like: cal 14 9 1752 Note the tests were updated to use the new syntax. Note also that this patch changes the -y option to always print a full year, even if a month or the -[13] options are specified. This matches the cal operation from bsdmainutils on debian and also allows one to print a full year while highlighting a particular date. Signed-off-by: Pádraig Brady <P@draigBrady.com>
2007-10-11docs: add a note about minix v3 to TODO fileKarel Zak1-2/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-09-23docs: update TODO fileKarel Zak1-15/+52
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-27docs: update TODOKarel Zak1-4/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-03docs: update TODO fileKarel Zak1-5/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-05docs: clean up TODO file and add a new resuest for 2.14Karel Zak1-16/+43
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-04-11schedutils: define SCHED_BATCH when compile with old glibcKarel Zak1-0/+3
This is temporary workaround and it will be removed in 2.14 when minimal number of people will use old systems where is not defined SCHED_BATCH in (bits/)sched.h. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-04-06todo: add request for cal highlight control optionKarel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-04-06todo: add entry about replayKarel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-03-07todo: add item about ipcsKarel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-03-06po: vipw doesn't use rpmatch, all translations have to use y/nKarel Zak1-0/+9
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-08build-sys: fix README filenames and add missing files to EXTRA_DISTsKarel Zak1-0/+4
Also, the patch makes "make mrproper" more robust. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-07todo: add item about exit() codesKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-07todo: add this fileKarel Zak1-0/+12
Signed-off-by: Karel Zak <kzak@redhat.com>