summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table
Commit message (Expand)AuthorAgeFilesLines
...
* catch bad use of get_rawCHS()Pascal Rigaux2005-03-101-0/+3
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-133-8/+8
* - geometry XXX/240/63 is quite common, so add 240 to @valid_nb_headsPascal Rigaux2004-11-261-2/+2
* detect on lilo on floppy (bugzilla #12213)Pascal Rigaux2004-11-231-0/+1
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-183-8/+8
* empty partition table means sectors #0 and #1 are zeroes, not simply sector #0Pascal Rigaux2004-11-161-2/+2
* handle more nicely raw_lvm_PV (don't simply ignore them)Pascal Rigaux2004-11-161-39/+0
* fix yaboot detectionPascal Rigaux2004-11-161-1/+2
* don't die when failing to open a device (to get its geometry), skip it insteadPascal Rigaux2004-09-291-8/+15
* fix typosPascal Rigaux2004-09-271-2/+3
* simplify and handle LVM2, *but* since creating a LVM2 PV on a non partitionedPascal Rigaux2004-09-271-7/+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-172-2/+61
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-275-14/+19
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-056-49/+49
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
* 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-172-14/+140
* - sector2CHS() now gives sector number starting at 0Pascal Rigaux2004-03-171-3/+3
* - remove the use of BLKRRPART (telling the kernel to re-read the partition ta...Pascal Rigaux2004-01-151-15/+3
* perl_checker compliancePascal Rigaux2004-01-061-1/+1
* perl_checker fixesPascal Rigaux2004-01-053-3/+1
* perl_checker fixesThierry Vignaud2003-05-233-10/+10
* perl_checker compliancePascal Rigaux2003-04-301-1/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
* new perl_checker compliancePascal Rigaux2003-04-174-6/+7
* (test_for_bad_drives): don't open in write mode when testingPascal Rigaux2003-02-221-1/+1
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
* add "OS/2 boot manager" (see bug #1338)Pascal Rigaux2003-02-111-0/+1
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
* use internal_error instead of die for better error message (esp. backtrace)Pascal Rigaux2003-01-071-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-043-6/+5
* fix typo ($hd is not available in read_header(), so don't use it)Pascal Rigaux2002-12-041-1/+1
* do not use "local *F"Pascal Rigaux2002-12-048-81/+82
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* make perl_checker happyPascal Rigaux2002-11-143-3/+3
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-142-2/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-112-3/+3
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-111-1/+1
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...Pascal Rigaux2002-11-111-5/+3
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* remove unneeded parentheses on the right side of infix if/foreach/unlessPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
* (partition_table::dos::last_usable_sector): don't use totalsectors, compute i...Pascal Rigaux2002-08-281-0/+6