summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/proc_partitions.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-18/+5
|
* move skipping dmraid drives test in fsedit (and use fs::type::is_dmraid)Pascal Rigaux2005-07-011-2/+0
|
* adapt to fs/dmraid.pm change (bus is now dmraid_xxx instead of dm_xxx)Pascal Rigaux2005-06-301-1/+1
|
* initial dmraid supportPascal Rigaux2005-06-201-0/+2
|
* - change prototype of fs::get_major_minor()Pascal Rigaux2005-06-201-2/+4
| | | | | | - use it in fs::proc_partitions::compare() (not useful at the moment, but it may help in the future)
* make it workPascal Rigaux2005-06-101-2/+4
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-0/+82
- remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)