File: TODO

package info (click to toggle)
libsys-info-perl 0.7811-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 253; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* Unified file system information
    - Add a database to ::Base to query fs meta data
    - Return FS information for all available partitions.
* Add new devices
    - BIOS -> Easy on Windows through WMI
    - Optical
    - PCI
    - VGA
    - Other?
* Can there be improvements on the current user detection?
* CPU flags on non-Linux OS
    - Windows & BSD are currently lacking this. BSD seem to have /proc support
        but not intalled by default. So, unreliable.
* Improve BSD driver
    - I'm testing this on DesktopBSD. Needs to be tested on others as well.
* CPU
    - bitness() not implemented in BSD & Unknown
* OS
    - bitness() not implemented in BSD & Unknown