source: MondoRescue/branches/3.2/mondo/src/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3614   9 years Bruno Cornec mr_strip_spaces now returns a dynamically allocated string
(edit) @3613   9 years Bruno Cornec Add function mr_getcwd and use it to allow use o dynamically allocated …
(edit) @3611   9 years Bruno Cornec Remove more static allocation
(edit) @3610   9 years Bruno Cornec - Change interfaces for the call_program_and_get_last_line_of_output …
(edit) @3604   9 years Bruno Cornec Fix #806 by setuping env var for english before callingcommands and …
(edit) @3594   9 years Bruno Cornec Fix #800 by initializing boot_type early enough to be used in …
(edit) @3583   9 years Bruno Cornec - Fix a bug (assert error) when mondoarchive tries to mount the NFS FS …
(edit) @3581   9 years Bruno Cornec - Fix an message displaying wrong unit for CD size (KB insted of MB)
(edit) @3577   9 years Bruno Cornec - Fix #787 by cleaning the target dir of its syslinux content
(edit) @3576   9 years Bruno Cornec - Fix a bug for tape usage in interactive mode (wrong printf string) - …
(edit) @3568   9 years Bruno Cornec Fix compilation error brought by previous fix
(edit) @3567   9 years Bruno Cornec Add a MONDO_LOGFILENAME variable to allow the basename to be used when …
(edit) @3566   9 years Bruno Cornec - Fix a bug in mr_strip_space (end of string was on char too far) - …
(edit) @3564   9 years Bruno Cornec - Fix previous logfile copy on target media - Rename …
(edit) @3560   9 years Bruno Cornec - Fix #730 by copying current version of logfile to backup media
(edit) @3553   9 years Bruno Cornec Help Fix #790 - Fix perl functions to handle disk type (MBR vs GPT) on …
(edit) @3552   9 years Bruno Cornec - Remove an unused function
(edit) @3539   9 years Bruno Cornec - Review of mkisofs options to mimic what mindi now does and …
(edit) @3527   9 years Bruno Cornec Improve mondoarchive/mindi interface - Rename the mindi image …
(edit) @3516   9 years Bruno Cornec - Improve wipe scratch by calling rm on files instead of find which …
(edit) @3514   9 years Bruno Cornec - Fixes xorriso usage and options differences wrt genisoimage - …
(edit) @3511   9 years Bruno Cornec - Attempt to fix a SEGV on tape management (maybe a bad printf conversion)
(edit) @3508   9 years Bruno Cornec - Avoids core dump when exiting early
(edit) @3507   9 years Bruno Cornec - Use a mr_system where appropriate - Fix mkstemp which is creating a …
(edit) @3506   9 years Bruno Cornec - wipe_archives now also removes star temporary files and not only …
(edit) @3505   9 years Bruno Cornec - Should fix errors when used with xorriso and UEFI (option efi-boot …
(edit) @3504   9 years Bruno Cornec - Fix a compilation error (I know should have a hook !) - Remove usage …
(edit) @3503   9 years Bruno Cornec Log when creating temp or scratch directories
(edit) @3502   9 years Bruno Cornec - Adds support for xorriso for UEFI distributions using it such as Debian 8
(edit) @3500   9 years Bruno Cornec - Use mr_system to create temp and scratch dir if they do not exist
(edit) @3499   9 years Bruno Cornec - Creates TMPDIR if it doesn't exist for mindi and analyze-my-lvm - …
(edit) @3497   9 years Bruno Cornec - Suppress a complier warning for an unused var
(edit) @3494   9 years Bruno Cornec Update mondo to point to the isolinux subdir now created for ISO …
(edit) @3477   10 years Bruno Cornec put setup_newt_stuff back at its place (after defining g_text_mode) to …
(edit) @3467   10 years Bruno Cornec - Try to improve report messages when launching mindi
(edit) @3466   10 years Bruno Cornec ( Remove temporary log file for mindi before needing it (constant file …
(edit) @3465   10 years Bruno Cornec -Improve memory management of netfs_user by duplicating systematically …
(edit) @3464   10 years Bruno Cornec - suppress function archive_this_fileset_with_star and handle the star …
(edit) @3460   10 years Bruno Cornec - Fix #776 by only using -e option of genisoimage when UEFI systems …
(edit) @3453   10 years Bruno Cornec - Avoids msgs from mr-device-mounted in MondoRescue
(edit) @3450   10 years Bruno Cornec - One should always test locally before prtending eveything will just …
(edit) @3449   10 years Bruno Cornec - Fix a last typo just introduced
(edit) @3448   10 years Bruno Cornec - Fix a typo in mondo-prep - is_this_device_mounted now call …
(edit) @3432   10 years Bruno Cornec - Change analyze-my-lvm in order to generate percentage of Extents of …
(edit) @3431   10 years Bruno Cornec Remove useless code (ia64 ifdef)
(edit) @3430   10 years Bruno Cornec - use the keyword TODO (yellow in vim) to indicate code to review …
(edit) @3429   10 years Bruno Cornec ( Only use MBR when dealing with a BIOS type of boot env
(edit) @3423   10 years Bruno Cornec - Fix the UEFI detection of gub
(edit) @3422   10 years Bruno Cornec - Add UEFI support in which_boot_loader (for now always return grub …
(edit) @3413   10 years Bruno Cornec Fix remaining compilation warnings
(edit) @3409   10 years Bruno Cornec Systematically creates a UEFI compatible boot media
(edit) @3406   10 years Bruno Cornec Homogeneize bootroot image name In bth mindi and mondo use …
(edit) @3404   10 years Bruno Cornec Attempt to fix percentage analysis for mindi Use now MINDI_RUNFILE to …
(edit) @3401   10 years Bruno Cornec Avoids log file overwrite
(edit) @3400   10 years Bruno Cornec Fix another interface issue between mindi and mondo
(edit) @3399   10 years Bruno Cornec Fix mindi/mondoarchive interface
(edit) @3398   10 years Bruno Cornec Adds UEFI boot support to mindi Refactor into PrepareBootDiskImage
(edit) @3397   10 years Bruno Cornec Adds a boot-type config option It's filled by mondoarchive, passed to …
(edit) @3395   10 years Bruno Cornec minor modification where we now directly return EFI for ia64
(edit) @3394   10 years Bruno Cornec Improve message in case of detection of a UEFI partition
(edit) @3381   10 years Bruno Cornec - Exclude /selinux from analysis
(edit) @3380   10 years Bruno Cornec - Do not use a \n with log_msg (ease debug with 99)
(edit) @3379   10 years Bruno Cornec - Fix GRUB detection issu on UEFI based systems - Initialize Boot type …
(edit) @3378   10 years Bruno Cornec - Deal with grub used with UEFI
(edit) @3377   10 years Bruno Cornec - Rename mr_parted2fdisk to mr-parted2fdisk for consistency with all …
(edit) @3376   10 years Bruno Cornec - Try to solve a valgrind reported issue
(edit) @3375   10 years Bruno Cornec - Create a new mr_boot_type function and boot_type mondo struct entry …
(edit) @3374   10 years Bruno Cornec - Fix compilation warnings and errors
(edit) @3373   10 years Bruno Cornec Change the bkpinfo->boot_device from statically allocated to …
(edit) @3371   10 years Bruno Cornec - Rename mindi/parted2fdisk.pl into mindi/mr_parted2fdisk and make all …
(edit) @3353   10 years Bruno Cornec - Fix #748 by solving interface issues between mondoarchive and mindi …
(edit) @3352   10 years Bruno Cornec - Remove a usage of a full path for parted2fdisk. Using path allows …
(edit) @3351   10 years Bruno Cornec - Fix #768 by canceling changes done in the loop computing number of …
(edit) @3350   10 years Bruno Cornec - Fix #769 by asking in newt mode whether the kernel found by mindi is …
(edit) @3349   10 years Bruno Cornec - Adds more logging to call_program_and_get_last_line_of_output
(edit) @3348   10 years Bruno Cornec - Fix a bug in is_this_a_valid_disk_format where a string was freed up …
(edit) @3347   10 years Bruno Cornec - Fix #767 (typo in KEYDIR name proposed) (joel.girot_at_gvr.fr) - Do …
(edit) @3342   10 years Bruno Cornec - Fix a bug with -I usage where mondoarchive was core dumping …
(edit) @3341   10 years Bruno Cornec - Go into the scratch dir in order to move to the USB device the file …
(edit) @3340   10 years Bruno Cornec - Avoid using size_of_all_biggiefiles() at each use, but creates an …
(edit) @3337   10 years Bruno Cornec - Fix some memory allocation which were not freed correctly (valgrind …
(edit) @3334   10 years Bruno Cornec - Fix #764 by checking the value of bkpinfo->include_paths before …
(edit) @3318   11 years Bruno Cornec - Redirect the stderr of parted2fdisk into /dev/null to avoid error …
(edit) @3309   11 years Bruno Cornec - Revert previous mr_strip_space supression
(edit) @3308   11 years Bruno Cornec - Do not remove spaces in analyze of good format as that create a …
(edit) @3296   11 years Bruno Cornec Fix #747 by returning early enough to avoid using a bad value for file …
(edit) @3294   11 years Bruno Cornec - Fix a compilation issue in libmondo-archive.c on mindi call with …
(edit) @3293   11 years Bruno Cornec - Fix mount call in rcS to use devtmpfs instead of tmpfs for /dev and …
(edit) @3292   11 years Bruno Cornec - Remove from mindi 2 functions replaced by perl code (ReadAllLink by …
(edit) @3291   11 years Bruno Cornec - good_format string is now dynamically allocated
(edit) @3290   11 years Bruno Cornec - Compilation fix
(edit) @3289   11 years Bruno Cornec - change function number_of_disks_as_string into one returning a …
(edit) @3288   11 years Bruno Cornec - Improve again memory management: remove some strcat calls change …
(edit) @3281   11 years Bruno Cornec - /usr/sbin/dmeventd is now needed by systemd for dm dev creation …
(edit) @3280   11 years Bruno Cornec - Fix a compilation bug - Update mondoarchive man page for the new …
(edit) @3279   11 years Bruno Cornec - flaws_str should be NULL if no error detected not "" - Try to …
(edit) @3278   11 years Bruno Cornec - File KEYMAP-LIVES-HERE, USING-* not used anymore - Nomalize name …
(edit) @3273   11 years Bruno Cornec - rename mondo-restore-EXT.h into mondorestore-EXT.h and removes the …
(edit) @3272   11 years Bruno Cornec - Removes now useles code from the C part which has been moved into …
(edit) @3271   11 years Bruno Cornec - Rename the conf file mondo-restore.cfg into mondorestore.cfg for …
Note: See TracRevisionLog for help on using the revision log.