summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/dos.pm
Commit message (Expand)AuthorAgeFilesLines
* Erase iso9660 signature when clearing hybrid ISO partition table (mga#27864)Martin Whitaker2020-12-191-0/+8
* Minimise calls to ped_disk_probe() when reading partition tables (mga#15752)Martin Whitaker2019-04-201-1/+1
* enhance partition_table docThierry Vignaud2018-11-221-4/+29
* Add safety net for informing the kernel after writing a DOS partition table.Martin Whitaker2017-04-041-1/+20
* Ensure kernel is informed when a DOS partition table is cleared.Martin Whitaker2017-03-141-1/+6
* Always tell the kernel about partition table changes when running the classic...Martin Whitaker2017-02-251-4/+8
* Preserve DOS "Empty" partitions instead of treating them as free space (mga#2...Martin Whitaker2017-02-251-0/+1
* Don't tell the kernel about partition table changes when it rescans them auto...Martin Whitaker2017-02-251-0/+8
* Ensure the kernel doesn't rescan a partially written partition table (mga#200...Martin Whitaker2017-02-251-4/+18
* fix path in commentThierry Vignaud2015-12-241-1/+1
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* perl_checker cleanupsThierry Vignaud2012-03-231-3/+3
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* oopsPascal Terjan2009-11-261-1/+0
* detect better invalid dos partition table (fixes a crash in harddrake)Pascal Terjan2009-11-261-0/+14
* - diskdrake :Pascal Rigaux2007-09-191-0/+4
* rename ->read to ->read_onePascal Rigaux2007-09-181-1/+1
* transform ->clear_raw into the more generic ->initializePascal Rigaux2007-09-181-1/+7
* - diskdrake:Pascal Rigaux2007-08-081-0/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-2/+2
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-0/+1
* catch bad use of get_rawCHS()Pascal Rigaux2005-03-101-0/+3
* - geometry XXX/240/63 is quite common, so add 240 to @valid_nb_headsPascal Rigaux2004-11-261-2/+2
* fail if legacy_sectors_per_track or legacy_max_head doesn't exist instead of ...Pascal Rigaux2004-09-271-3/+4
* perl_checker compliancePascal Rigaux2004-09-271-1/+1
* don't call compute_nb_cylinders() before checking {sectors} and {heads} are v...Pascal Rigaux2004-09-271-2/+2
* remove the backtracePascal Rigaux2004-09-221-1/+1
* more loggingPascal Rigaux2004-09-221-1/+3
* try to get geometry from EDDPascal Rigaux2004-09-171-1/+16
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-1/+3
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-5/+5
* not guessing a geometry when default_ok is no big dealPascal Rigaux2004-03-181-1/+2
* add set_best_geometry_for_the_partition_table to use the hd geometry instead ...Pascal Rigaux2004-03-171-13/+133
* - sector2CHS() now gives sector number starting at 0Pascal Rigaux2004-03-171-3/+3
* new perl_checker compliancePascal Rigaux2003-04-171-2/+3
* do not use "local *F"Pascal Rigaux2002-12-041-10/+10
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
* (partition_table::dos::last_usable_sector): don't use totalsectors, compute i...Pascal Rigaux2002-08-281-0/+6
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-0/+99