util-linux/TODO

36 lines
874 B
Plaintext

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