summaryrefslogtreecommitdiffstats
path: root/TODO
blob: f9efbb0f87352d62db133344d4b064dea912c18c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

2.13:
====

- remove all NFS code

- remove all FS detection code

- remove from all places direct calls of ioctl(BLKGETSIZE) and move it
  lib/blkdevsize.c: blkdev_get_size(), blkdev_get_sectors(), blkdev_get_pages()
  (see mkswap.c and fdisk/disksize.c)

- use EXIT_FAILED and EXIT_SUCCESS from stdlib.h for exit() codes

- build-sys:
	- add exampledir and example_DATA
	- add readmedir and readme_DATA

- convet po/ files to UTF-8

- rewrite the replay script to C to avoid dependence on perl

- add an option to the cal command to control highlight date
  (cal -v YYYY/MM/DD)

2.14:
====

- use rpmatch() for all Y/N  ?

- rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
  (there are problems with 32bit userspace on 64bit kernel)

- remove support for old system headers (like missing ioctls, ..)
	 * check for SCHED_BATCH in the configure script