summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/raw.pm
Commit message (Expand)AuthorAgeFilesLines
* recognize grub2 magic (from rosa but cleaned)Thierry Vignaud2012-12-071-0/+8
* perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
* partition_table: align partitions to 1MB boundaries to avoidAnssi Hannula2011-08-061-13/+2
* - perl -pi -e 's!Something bad is happening on your drive!Something bad is ha...Ahmad Samir2011-04-041-1/+1
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-5/+5
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-2/+2
* fix using empty dmraidPascal Terjan2010-02-091-1/+13
* fix styleOlivier Blin2009-08-041-1/+1
* Fix a crash when trying to create a partition on a device with no cylinder_sizePascal Terjan2009-08-041-5/+7
* more loggingPascal Rigaux2008-08-211-1/+1
* - partitioning wizard lirary: Pascal Rigaux2008-03-251-0/+6
* fix previous commitPascal Rigaux2008-01-221-1/+1
* handle missing mbr_signature in /sys/firmware/edd/int13_dev*Pascal Rigaux2008-01-221-1/+1
* - diskdrake :Pascal Rigaux2007-09-191-0/+3
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-191-4/+3
* oops, this one goes with previous commitPascal Rigaux2007-09-181-7/+0
* rename partition_table::raw::clear() into partition_table::initialize()Pascal Rigaux2007-09-181-17/+2
* rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirtyPascal Rigaux2007-09-181-9/+13
* create clear_existing()Pascal Rigaux2007-09-181-2/+7
* create partition_table::raw::read_primary out of partition_table::read_primary()Pascal Rigaux2007-09-181-0/+11
* create pt_info_to_primary() out of partition_table::read_one()Pascal Rigaux2007-09-181-0/+14
* transform ->clear_raw into the more generic ->initializePascal Rigaux2007-09-181-2/+2
* - diskdrake:Pascal Rigaux2007-08-081-0/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-4/+15
* conectiva 10's grub detection (thanks to bogdano)Pascal Rigaux2005-08-251-0/+1
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-1/+1
* ignore HDIO_GETGEO fail (useful for dmraid)Pascal Rigaux2005-06-201-13/+16
* create default_type() out of zero_MBR()Pascal Rigaux2005-04-131-4/+8
* Diskdrake mods for XBox (thks Pixel)Stew Benedict2005-03-101-0/+5
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
* detect on lilo on floppy (bugzilla #12213)Pascal Rigaux2004-11-231-0/+1
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-181-1/+1
* 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
* try to get geometry from EDDPascal Rigaux2004-09-171-1/+45
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-2/+2
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
* add set_best_geometry_for_the_partition_table to use the hd geometry instead ...Pascal Rigaux2004-03-171-1/+7
* - remove the use of BLKRRPART (telling the kernel to re-read the partition ta...Pascal Rigaux2004-01-151-15/+3
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
* perl_checker fixesThierry Vignaud2003-05-231-1/+1
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* (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-041-2/+2
* do not use "local *F"Pascal Rigaux2002-12-041-12/+15
* make perl_checker happyPascal Rigaux2002-11-141-1/+1