Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -9/+9 |
| | |||||
* | set {device_windobe} for 0x107 *and* 0x7 (since 0x107 is not set correctly ↵ | Pascal Rigaux | 2003-02-20 | 1 | -2/+6 |
| | | | | | | | at this stage) (otherwise this causes mount points /mnt/win_ /mnt/win_1...) | ||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -5/+5 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | /proc/partitions includes partition with type "empty" and a non-null size | Pascal Rigaux | 2003-02-18 | 1 | -1/+2 |
| | | | | | so add them for comparison | ||||
* | - ensure someone can't set a mount point on a non formatted ntfs partition | Pascal Rigaux | 2003-02-18 | 1 | -1/+4 |
| | | | | | - remove the mount point when destructive resizing and isNonMountable | ||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | handle 0x7 partition table id specially since it can be both hpfs or ntfs. | Pascal Rigaux | 2003-02-11 | 1 | -2/+4 |
| | | | | | | | so adding 0x107 being really ntfs. hopefully this change won't break too much things (but things were already broken, since it assigned a mount point with type ntfs to some hpfs partitions) (fixes bug #1455) | ||||
* | (adjust_local_extended): fix resizing local extended | Pascal Rigaux | 2003-02-02 | 1 | -6/+7 |
| | |||||
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -6/+6 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | "every", "partition" | ||||
* | enumerate the various required packages when requiring a package dynamically ↵ | Pascal Rigaux | 2002-12-18 | 1 | -0/+7 |
| | | | | known | ||||
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | replace "map $_->{normal}, @l" with "map { $_->{normal} } @l" | Pascal Rigaux | 2002-12-05 | 1 | -1/+1 |
| | | | | | (the other form is perl_checker-deprecated) | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
| | |||||
* | do not use "local *F", use "my $F" or output() instead | Pascal Rigaux | 2002-12-03 | 1 | -3/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -8/+8 |
| | |||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | - isUBD can tell wether it is an ubd partition | Pascal Rigaux | 2002-11-05 | 1 | -1/+2 |
| | | | | | - isSpecial is true for ubd partitions | ||||
* | - add ntfs in isOtherAvailableFS | Pascal Rigaux | 2002-09-18 | 1 | -2/+2 |
| | | | | | - but ensure it is not in isMountableRW | ||||
* | remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs ↵ | Pascal Rigaux | 2002-08-28 | 1 | -1/+0 |
| | | | | to 0x35 instead of 0x383 | ||||
* | - do not handle clearall in read() | Pascal Rigaux | 2002-08-27 | 1 | -6/+3 |
| | | | | | - ensure not partition table in written when "readonly" (it must not happen, but just in case) | ||||
* | rename LVMname to VG_name | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | cleanup | Pascal Rigaux | 2002-07-29 | 1 | -4/+6 |
| | |||||
* | add 0x35 partition table id meaning JFS (under OS/2) (thank to Mika Laitio) | Pascal Rigaux | 2002-07-25 | 1 | -0/+2 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -5/+5 |
| | |||||
* | handling devfs names for cdrom/hds on ide/scsi (needs testing) | Pascal Rigaux | 2002-07-19 | 1 | -4/+9 |
| | |||||
* | for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...) | Pascal Rigaux | 2002-07-07 | 1 | -2/+1 |
| | |||||
* | Allows people having PVs on unpartitioned disks to install | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | | | | | (but no way to create such beasts) | ||||
* | cleanup | Pascal Rigaux | 2002-07-06 | 1 | -3/+3 |
| | |||||
* | fix a few english strings | Guillaume Cottenceau | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | better name for windobe new 0x42 special id (their own LVM marker) | Pascal Rigaux | 2002-03-02 | 1 | -1/+1 |
| | |||||
* | warn if partitions have been renumbered due to a partition being added or ↵ | Pascal Rigaux | 2002-01-28 | 1 | -3/+11 |
| | | | | removed | ||||
* | remove unused auto_win_extended stuff | Pascal Rigaux | 2002-01-22 | 1 | -4/+2 |
| | |||||
* | handle extended partitions with no partitions inside (esp. for the first ↵ | Pascal Rigaux | 2002-01-22 | 1 | -17/+33 |
| | | | | hda5 & windows XP) | ||||
* | Journalled filesystems for PPC now too. | Stew Benedict | 2001-11-09 | 1 | -1/+5 |
| | |||||
* | add methods first_usable_sector and last_usable_sector | Pascal Rigaux | 2001-10-24 | 1 | -2/+2 |
| | |||||
* | - s/Win98 FAT32/FAT32/ | Gwenolé Beauchesne | 2001-10-19 | 1 | -4/+4 |
| | | | | | | - s/Partition that contains an EFI file system/EFI (FAT-12/16/32)/ - Add "FAT32" to @important_types for IA-64 & /boot/efi | ||||
* | handle empty $hd->{primary}{raw} (happens with no partitions on ia64) | Pascal Rigaux | 2001-10-19 | 1 | -2/+6 |
| | |||||
* | - raw_add, can_raw_add moved to partition_table_raw | Pascal Rigaux | 2001-10-19 | 1 | -18/+3 |
| | | | | | - using raw_removed | ||||
* | read part of GPT partition table working | Pascal Rigaux | 2001-10-18 | 1 | -1/+5 |
| | |||||
* | shorter GPT name | Pascal Rigaux | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2001-10-09 | 1 | -3/+4 |
| |