summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31build-sys: enable lsblk and libmount for Linux onlyKarel Zak1-0/+33
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-14docs: update TODOKarel Zak1-0/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-13docs: update TODO fileKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-11TODO: use rpmatch() for sfdiskKarel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-10docs: update TODO fileKarel Zak1-2/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-10docs: update TODO fileDavidlohr Bueso1-8/+0
Here's a patch to update some the TODO list now that the new partx is merged. Signed-off-by: Davidlohr Bueso <dave@gnu.org>
2010-12-01losetup: use /sys/dev/block/.../loop/backing_fileKarel Zak1-0/+20
The basic loopdev attributes are available in sysfs since kernel 2.6.37. This patch uses the backing_file attribute from sysfs for very long filenames (the LOOP_GET_STATUS ioctl uses only 64 bytes for the filename). old version: # losetup -a /dev/loop0: [0804]:12865322 (/home/images/filesystems/this_is_really_really_long_directory_*) new version: # losetup -a /dev/loop0: [0804]:12865322 (/home/images/filesystems/this_is_really_really_long_directory_name/ext2.img) Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-30docs: update TODO fileKarel Zak1-0/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-23docs: update TODO fileKarel Zak1-5/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-29docs: add note about agetty to TODOKarel Zak1-1/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-07docs: update TODOKarel Zak1-29/+11
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-09-07docs: add blkid --list-all to TODOKarel Zak1-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-10docs: add note about sfdisk to TODOKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-30docs: update TODOKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-30docs: update TODOKarel Zak1-3/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-23docs: update TODO fileKarel Zak1-4/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-19docs: update TODO fileKarel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-16docs: update TODO fileKarel Zak1-2/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-26fdisk: fix 'p' output for sun labelKarel Zak1-0/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-11docs: update TODO fileKarel Zak1-0/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-04docs: update TODO fileKarel Zak1-0/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-01-08update TODO fileKarel Zak1-0/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
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>