# TODO

- networking details
- add arguments to show_proc_branch()?
- add statfs(2)
- show_time(): Add ISO time and timezone details to "ISO" output.
- add to show_sizeof():
  - intN_t group   
- i18n
- don't hide any option that a particular O/S / arch doesn't
  have: show the option with a value of `UNKNOWN_STR'.
- allow data to be dumped in JSON and XML by implementing a keyvalue()
  macro that replaces the existing calls to show() when used in the
  context of dumping a key/value pair along with logic to change the
  output format.
- uptime (using utmp)?
- text/data/bss/stack details (end(3), sbrk(2))
- add program arguments to show_misc().
- sort output of show_mounts().
- use CPUID instruction to detect XEN environments?
- use dlopen to probe for apparmor/selinux. This avoids having to depend
  on the existence of the appropriate libs, but still allows security
  context information to be queried on systems that provide them.
