Commit Graph

49 Commits

Author SHA1 Message Date
Karel Zak 779d6a1bfb docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-23 21:10:48 +01:00
Karel Zak 29e6ed5e8f docs: add note about agetty to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-29 17:51:35 +02:00
Karel Zak 28fed5d6ec docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-07 17:57:35 +02:00
Karel Zak 74089287cf docs: add blkid --list-all to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-09-07 11:03:45 +02:00
Karel Zak f2813fcec4 docs: add note about sfdisk to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-10 09:06:29 +02:00
Karel Zak 81d557243a docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-30 12:51:36 +02:00
Karel Zak 36e0066b8f docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-30 10:38:31 +02:00
Karel Zak c9744f0b2f docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-23 14:12:35 +01:00
Karel Zak e981b2887f docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-19 15:18:42 +01:00
Karel Zak 03e062e593 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-16 14:52:10 +01:00
Karel Zak 4d6cb48808 fdisk: fix 'p' output for sun label
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-26 16:06:18 +01:00
Karel Zak ce7ca2aac3 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-11 17:25:06 +01:00
Karel Zak 435c73ec71 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-04 21:47:47 +01:00
Karel Zak a830e5b390 update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-01-08 14:15:13 +01:00
Karel Zak e1f2853af7 docs: add ngettext() into TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-10 13:14:55 +01:00
Karel Zak ef5d1feb93 docs: update TODO list
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-08 20:39:52 +01:00
Karel Zak 8179a658a4 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-04 20:58:19 +01:00
Karel Zak 4be0501bd3 docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-07 00:20:55 +01:00
Mikhail Gusarov 4205f1fda1 unshare: new command
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-06 12:45:42 +02:00
Karel Zak a0fff7ce35 libblkid: add blkit_[un]ref() to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-01 23:47:49 +02:00
Karel Zak 2e017d3b0f docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-25 15:41:53 +02:00
Karel Zak f38fd19d2b libblkid: use fstatat(), improve readdir() usage
* 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-09-25 14:57:17 +02:00
Karel Zak a24f0ade8c docs: refresh TODO list
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-06-26 09:23:23 +02:00
Karel Zak 5d5ae40b26 docs: add entry about /proc/partitions parsing
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-29 14:46:21 +02:00
Karel Zak 279723e92d cfdisk: fix "cannot seek on disk drive" bug
Addresses-Debian-Bug: #511161
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-28 09:16:32 +02:00
Karel Zak 5c94bacb78 docs: add a note about /proc/sys/kernel/random/uuid
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-22 17:08:28 +02:00
Karel Zak 8f66fc25e9 docs: add a note about kpartx to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-26 23:46:28 +01:00
Karel Zak 74a9c6f7b7 mount: move realpath.c code to lib/
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11 23:55:51 +01:00
Karel Zak 6d99d91c38 docs: add suggestion about TZ=UTC to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-05 15:51:14 +01:00
Karel Zak 12318be41b TODO: add request to use nl_langinfo()
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-12-12 14:41:34 +01:00
Karel Zak 8da18ddb81 docs: add feature-requests from RH bugzilla to TODO list
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-12-02 14:27:37 +01:00
Karel Zak 846baede16 docs: update TODO list
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-10-16 23:44:59 +02:00
Karel Zak f4a94b4b2e docs: TODO update
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-08-14 11:48:26 +02:00
James Youngman f8e94da339 docs: we already rewrote the scriptreplay script; remove that TODO entry
Signed-off-by: James Youngman <jay@gnu.org>
2008-05-19 10:36:37 +02:00
Karel Zak 66cb123337 docs: refresh TODO list
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-03-19 11:43:10 +01:00
Pádraig Brady d7a92b8994 cal: add support for highlighting an arbitrary date
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-11 14:19:39 +02:00
Karel Zak 669eecf38b docs: add a note about minix v3 to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-10-11 00:30:42 +02:00
Karel Zak d3bb3bc854 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-09-23 21:22:54 +02:00
Karel Zak 3d24cec1d4 docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-27 23:39:10 +02:00
Karel Zak b622c840d3 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-03 01:55:06 +02:00
Karel Zak 883fff9f85 docs: clean up TODO file and add a new resuest for 2.14
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-05 23:35:42 +02:00
Karel Zak 09dd84cac7 schedutils: define SCHED_BATCH when compile with old glibc
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-11 23:18:08 +02:00
Karel Zak c67f99d754 todo: add request for cal highlight control option
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-04-06 12:31:40 +02:00
Karel Zak 31cc369d60 todo: add entry about replay
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-04-06 12:17:43 +02:00
Karel Zak 1c51a3683a todo: add item about ipcs
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-03-07 10:14:23 +01:00
Karel Zak 8b0f4ae981 po: vipw doesn't use rpmatch, all translations have to use y/n
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-03-06 12:03:19 +01:00
Karel Zak b8d1314dc6 build-sys: fix README filenames and add missing files to EXTRA_DISTs
Also, the patch makes "make mrproper" more robust.

Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-08 12:38:25 +01:00
Karel Zak 85ffb958a9 todo: add item about exit() codes
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-07 10:32:34 +01:00
Karel Zak f93a4afd47 todo: add this file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-07 10:11:07 +01:00