File: TODO

package info (click to toggle)
hddtemp 0.3-beta15-34
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,072 kB
  • ctags: 1,327
  • sloc: ansic: 10,617; sh: 4,484; makefile: 522; yacc: 288; perl: 19; sed: 16
file content (14 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

* make 3ware support (take a look at smartctl)

* In daemon mode, restrict listening interface.

* chrooting to /var/empty
   if (chroot("/var/empty")==-1) perror("chroot");
   if (chdir("/")==-1) perror("security chdir");

* Look at static buffers in scsi.c

* Western Digital SATA drives seems to declare themselves as "ATA WDC..."
  this could be useful for probing bus type.