source: MondoRescue/branches/2.2.10

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2523   16 years Bruno Cornec r3728@localhost: bruno | 2010-01-05 23:43:31 +0100 - Fix compilation …
(edit) @2517   16 years Bruno Cornec
(edit) @2514   16 years Bruno Cornec Remove useless code from mindi and imrove logging
(edit) @2513   16 years Bruno Cornec Forgot to copy the rootfs at install time for mindi
(edit) @2512   16 years Bruno Cornec remove useless code again
(edit) @2511   16 years Bruno Cornec Remove useless code
(edit) @2510   16 years Bruno Cornec Remove useless code
(edit) @2509   16 years Bruno Cornec Remove useless code
(edit) @2508   16 years Bruno Cornec r3287@localhost (orig r2285): bruno | 2009-07-20 11:36:47 +0200 …
(edit) @2507   16 years Bruno Cornec - Fix #377: Segfault in pause_and_ask_for_cdr() (ggeens)
(edit) @2506   16 years Bruno Cornec - Fix a bug when isodir is / only when splitting it in iso_path and iso_mnt
(edit) @2505   16 years Bruno Cornec Web site update for Lab MondoRescue delivery
(edit) @2504   16 years Bruno Cornec - Addition of the Lab for Mondorescue
(edit) @2503   16 years Bruno Cornec Adds scsi_dump_register to mindi SCSI_MODS for RHEL3 + IBM servers
(edit) @2502   16 years Bruno Cornec - Fix an issue in the function listing kernel modules when not found
(edit) @2501   16 years Bruno Cornec Fix #375 mondo will segfault if the partition in …
(edit) @2499   16 years Bruno Cornec nfsopt restore boot time option added to support custom mount options …
(edit) @2495   16 years Bruno Cornec cosmetic display fix
(edit) @2494   16 years Bruno Cornec - Addition of the german translation made by Magnus Rasche …
(edit) @2491   16 years Bruno Cornec Website in 2.2.10 at partity with 2.2.9
(edit) @2489   16 years Bruno Cornec Precise that -f may be use in case of SW raid
(edit) @2488   16 years Bruno Cornec r3621@localhost: bruno | 2009-11-18 10:53:33 +0100 - …
(edit) @2487   16 years Bruno Cornec r3620@localhost: bruno | 2009-11-18 10:31:36 +0100 - Only link …
(edit) @2486   16 years Bruno Cornec r3618@localhost: bruno | 2009-11-15 14:36:38 +0100 - Backport from …
(edit) @2484   16 years Bruno Cornec - Adds support for variable serial port console, with defalut to …
(edit) @2483   16 years Bruno Cornec bunzip2 also modified for 2.2.10
(edit) @2481   16 years Bruno Cornec - If using nolvm, mondorestore should also not analyze and handle …
(edit) @2475   16 years Bruno Cornec - Update deplist for Debian support - Fix #363 where exclude_paths was …
(edit) @2463   16 years Bruno Cornec - Reset an error counter before blanking a DVD to avoid always …
(edit) @2462   16 years Bruno Cornec r3548@localhost: bruno | 2009-10-16 19:18:27 +0200 - mindi now boots …
(edit) @2460   16 years Bruno Cornec - Adds a conf file example for mindi and fix #360 + mode of file - …
(edit) @2451   16 years Bruno Cornec - Fix a mr_asprintf usage without & causing a seg fault. - Adds …
(edit) @2446   16 years Bruno Cornec r3515@localhost: bruno | 2009-10-02 03:59:06 +0200 - Create a …
(edit) @2445   16 years Bruno Cornec r3513@localhost: bruno | 2009-10-02 00:09:16 +0200 - Not using …
(edit) @2444   16 years Bruno Cornec - priority given to env var for tmpdir - fuse FS excluded from tmpdir …
(edit) @2428   16 years Bruno Cornec - Attempt to stay backward compatible without protocol for -n option - …
(edit) @2421   16 years Bruno Cornec - Remove some compiler warnings on main - Adds function mr_chomp and …
(edit) @2420   16 years Bruno Cornec - star only supports ACL when used with exustar mode. Fix #356. - …
(edit) @2416   16 years Bruno Cornec Fix a syntax error
(edit) @2415   16 years Bruno Cornec Remove generation of multiple useless files in mindi (upper cases)
(edit) @2414   16 years Bruno Cornec severity_of_difference is now allocating memory freed by the caller
(edit) @2413   16 years Bruno Cornec - Remove function turn_wildcard_chars_into_literal_chars and replace …
(edit) @2412   16 years Bruno Cornec - sshfs also needs ssh at restore time in initrd - Better list of …
(edit) @2407   16 years Bruno Cornec Modify the get_netx_raitab_line function prototype to reduce static …
(edit) @2406   16 years Bruno Cornec Remove useless conf files created under /tmp and never used
(edit) @2405   16 years Bruno Cornec Removes some malloc_string static allocation
(edit) @2404   16 years Bruno Cornec - At restore time read the netfs protocol in the conf file - Use dir …
(edit) @2400   16 years Bruno Cornec - Use protocol name when displaying restore progress instead of netfs …
(edit) @2396   16 years Bruno Cornec mondorestore is handled in deplist.txt
(edit) @2395   16 years Bruno Cornec - Fix interface of evaluate_mountlist (remove 2nd param useless) and …
(edit) @2392   16 years Bruno Cornec - Solve issues around call_program_and_get_last_line_of_output
(edit) @2391   16 years Bruno Cornec - Adds ext3 initrd support for 2.6.30 - Fix a typo in mondorestore
(edit) @2389   16 years Bruno Cornec Fix a problem in netfs analysis in mondoarchive (Backport from 2.2.9)
(edit) @2385   16 years Bruno Cornec - Remove separate function look_for_duplicate_mountpoints used only …
(edit) @2383   16 years Bruno Cornec call_program_and_get_last_line_of_output is now allocating memory and …
(edit) @2382   16 years Bruno Cornec - Change NFS support into a NetFS support to allow for multiple …
(edit) @2379   16 years Bruno Cornec - Do not copy mondorestore in libmondo-files.c as it's done in mindi …
(edit) @2378   16 years Bruno Cornec - Suppress useless tests for mondorestore being a link
(edit) @2377   16 years Bruno Cornec - Remove some fixed strings again
(edit) @2376   16 years Bruno Cornec - replace system("sync") by sync() calls
(edit) @2375   16 years Bruno Cornec - Fix a bad strncpy call - Fix bas mr_asprintf call (quality)
(edit) @2372   16 years Bruno Cornec - Fix a problem a error detection in evaluate_mountlist which casued …
(edit) @2370   16 years Bruno Cornec Backport 2 syntax fixes from 2.2.9
(edit) @2367   16 years Bruno Cornec - Advertising for project-builder on the website added
(edit) @2366   16 years Bruno Cornec place the code of mondo_makefilelist before its call
(edit) @2365   16 years Bruno Cornec - New update from Lester Wade (lester.wade_at_hp.com) for P2V doc
(edit) @2364   16 years Bruno Cornec - More verbose at installation of additional tools - Fix a case where …
(edit) @2362   16 years Bruno Cornec Remove some useless GROOVY related usages
(edit) @2360   16 years Bruno Cornec Website update to refer to new P2V document
(edit) @2359   16 years Bruno Cornec P2V doc updated (Lester Wade lester.wade_at_hp.com) (Backport from 2.2.9)
(edit) @2357   16 years Bruno Cornec - Some more fgets => mr_getline transformations - XWIN define is gone
(edit) @2356   16 years Bruno Cornec Remove function spread_flaws_across_three_lines and expand it at the …
(edit) @2354   16 years Bruno Cornec - Addition of a nomd option to avoid starting mdadm - mpath is now …
(edit) @2352   16 years Bruno Cornec Change inerface of evaluate_mountlist and …
(edit) @2351   16 years Bruno Cornec - Replacement of some fgets by mr_getline to allow for dyn. memory …
(edit) @2349   16 years Bruno Cornec - Solve tmp dir creation which sometimes was trying to create /%xx …
(edit) @2345   16 years Bruno Cornec In NFS mode also propose access to expert, interactive, ... entry at …
(edit) @2343   16 years Bruno Cornec - Add mention of Gmane for support
(edit) @2341   16 years Bruno Cornec - Option -Y documented for mondoarchive - New Log* functions in mindi …
(edit) @2340   16 years Bruno Cornec - New compiler flogs introduce for memory check - Other dyn. …
(edit) @2339   16 years Bruno Cornec Finish the previous commit concerning the change of interface of …
(edit) @2338   16 years Bruno Cornec - Adds LZMA support (Fix #309) - Change
(edit) @2337   16 years Bruno Cornec - Precise the combined usage of -E and -I in mondoarchive (Case …
(edit) @2335   16 years Bruno Cornec - More explicit about -U option param
(edit) @2334   16 years Bruno Cornec r3369@localhost: bruno | 2009-08-18 16:57:27 +0200 - Transform bout …
(edit) @2332   16 years Bruno Cornec
(edit) @2331   16 years Bruno Cornec r3342@localhost: bruno | 2009-08-14 00:46:51 +0200 - Another round …
(edit) @2330   16 years Bruno Cornec r3341@localhost: bruno | 2009-08-13 22:36:24 +0200 - Replacement of …
(edit) @2329   16 years Bruno Cornec r3340@localhost: bruno | 2009-08-12 00:17:29 +0200 Improve …
(edit) @2328   16 years Bruno Cornec r3339@localhost: bruno | 2009-08-11 23:56:01 +0200 …
(edit) @2327   16 years Bruno Cornec r3338@localhost: bruno | 2009-08-11 23:03:30 +0200 …
(edit) @2326   16 years Bruno Cornec r3337@localhost: bruno | 2009-08-11 20:02:18 +0200 …
(edit) @2325   16 years Bruno Cornec r3336@localhost: bruno | 2009-08-11 16:32:36 +0200 - …
(edit) @2324   16 years Bruno Cornec r3335@localhost: bruno | 2009-08-08 23:04:12 +0200 - Change …
(edit) @2323   16 years Bruno Cornec r3334@localhost: bruno | 2009-08-08 12:17:37 +0200 - Change …
(edit) @2322   16 years Bruno Cornec r3333@localhost: bruno | 2009-08-08 01:58:31 +0200 - bkpinfo->prefix …
(edit) @2321   16 years Bruno Cornec r3332@localhost: bruno | 2009-08-07 23:59:34 +0200 - …
(edit) @2320   16 years Bruno Cornec r3331@localhost: bruno | 2009-08-06 01:34:32 +0200 - …
(edit) @2319   16 years Bruno Cornec r3330@localhost: bruno | 2009-08-05 00:48:36 +0200 …
(edit) @2318   16 years Bruno Cornec r3329@localhost: bruno | 2009-08-05 00:33:17 +0200 …
Note: See TracRevisionLog for help on using the revision log.