| Commit message (Expand) | Author | Age | Files | Lines |
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ... | Pascal Rigaux | 2004-05-27 | 1 | -3/+4 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -5/+5 |
* | add set_best_geometry_for_the_partition_table to use the hd geometry instead ... | Pascal Rigaux | 2004-03-17 | 1 | -0/+2 |
* | type 0x17 *can* be ntfs, assuming it is when we don't care much, and check if... | Pascal Rigaux | 2004-02-18 | 1 | -2/+2 |
* | - tell kernel to remove the extended partition | Pascal Rigaux | 2004-01-30 | 1 | -1/+2 |
* | enhance log message "tell kernel ..." | Pascal Rigaux | 2004-01-30 | 1 | -1/+1 |
* | - remove the use of BLKRRPART (telling the kernel to re-read the partition ta... | Pascal Rigaux | 2004-01-15 | 1 | -29/+78 |
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -2/+3 |
* | ensure that a number is not written as the type in fstab | Pascal Rigaux | 2003-09-17 | 1 | -1/+5 |
* | associate partition table 0xeb (BeOS) with filesystem befs (part of bug #5523) | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
* | - fix call to openit() | Pascal Rigaux | 2003-08-21 | 1 | -6/+4 |
* | - Merge in AMD64 tree | Gwenolé Beauchesne | 2003-08-19 | 1 | -2/+8 |
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -1/+1 |
* | 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 at... | Pascal Rigaux | 2003-02-20 | 1 | -2/+6 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -5/+5 |
* | /proc/partitions includes partition with type "empty" and a non-null size | Pascal Rigaux | 2003-02-18 | 1 | -1/+2 |
* | - ensure someone can't set a mount point on a non formatted ntfs partition | Pascal Rigaux | 2003-02-18 | 1 | -1/+4 |
* | 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 |
* | (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 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | enumerate the various required packages when requiring a package dynamically ... | Pascal Rigaux | 2002-12-18 | 1 | -0/+7 |
* | 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 |
* | 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 |
* | 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 |
* | - isUBD can tell wether it is an ubd partition | Pascal Rigaux | 2002-11-05 | 1 | -1/+2 |
* | - add ntfs in isOtherAvailableFS | Pascal Rigaux | 2002-09-18 | 1 | -2/+2 |
* | remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs t... | Pascal Rigaux | 2002-08-28 | 1 | -1/+0 |
* | - do not handle clearall in read() | Pascal Rigaux | 2002-08-27 | 1 | -6/+3 |
* | 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 |
* | cleanup | Pascal Rigaux | 2002-07-06 | 1 | -3/+3 |