Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hdt: Adding contributors | Erwan Velu | 2009-03-20 | 3 | -5/+34 |
* | hdt: commenting some devel messages | Erwan Velu | 2009-03-20 | 1 | -2/+2 |
* | hdt: Fixing more_printf to display a proper \n | Erwan Velu | 2009-03-20 | 1 | -1/+1 |
* | hdt: Adding an history | Erwan Velu | 2009-03-20 | 2 | -8/+86 |
* | hdt: Fixing backspace | Erwan Velu | 2009-03-19 | 1 | -172/+196 |
* | hdt: Adding append mode to cli | Erwan Velu | 2009-03-19 | 1 | -8/+78 |
* | hdt: ctrl+a or HOME key return to the beginning of line | Erwan Velu | 2009-03-19 | 1 | -1/+11 |
* | hdt: Skip heading spaces | Erwan Velu | 2009-03-19 | 3 | -1/+12 |
* | hdt: Using a single cli structure to manage the input line | Erwan Velu | 2009-03-19 | 2 | -60/+59 |
* | hdt: Missing include for getkey | Erwan Velu | 2009-03-19 | 1 | -0/+1 |
* | hdt: more_printf must use getkey | Erwan Velu | 2009-03-19 | 1 | -3/+2 |
* | hdt: Rewrite DMI module using a new syntax for the CLI | Erwan Velu | 2009-03-19 | 3 | -75/+235 |
* | hdt: fixing one remaining display_prompt | Erwan Velu | 2009-03-19 | 1 | -1/+1 |
* | hdt: Renaming display_prompt to reset_prompt | Erwan Velu | 2009-03-19 | 2 | -7/+12 |
* | hdt: Handling CTRL+C | Erwan Velu | 2009-03-18 | 1 | -0/+4 |
* | hdt: cli now uses the ansi raw interface | Erwan Velu | 2009-03-17 | 3 | -277/+340 |
* | hdt: Adding vesa in available modes & help message | Erwan Velu | 2009-03-17 | 1 | -6/+10 |
* | hdt: putting some vesa function static | Erwan Velu | 2009-03-17 | 2 | -3/+3 |
* | hdt: Making the build silent | Erwan Velu | 2009-03-17 | 1 | -10/+10 |
* | hdt: Improving vesa output | Erwan Velu | 2009-03-16 | 2 | -5/+5 |
* | hdt: Adding missing install target | Erwan Velu | 2009-03-16 | 1 | -1/+5 |
* | hdt: Uploading missing vesa files | Erwan Velu | 2009-03-15 | 2 | -0/+197 |
* | hdt: Command-line arguments should be const | Pierre-Alexandre Meyer | 2009-03-14 | 3 | -4/+6 |
* | hdt: Force cast when dereferencing menu->disk_sub_menu | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |
* | hdt: Fix irq references | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -4/+46 |
* | hdt: Remove unused parameter in handle_vesa_commands | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -3/+5 |
* | hdt: find_argument should return a const char* | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -3/+3 |
* | hdt: Honor syslinux_version const qualifier | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |
* | hdt: Fix duplicate struct entry | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+0 |
* | hdt: Make compute_memory_module static | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -3/+2 |
* | hdt: Make compute_pci_device static | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -4/+3 |
* | hdt: Remove unused cli_mode parameter | Pierre-Alexandre Meyer | 2009-03-14 | 3 | -13/+8 |
* | hdt: Make main_show_summary static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -2/+2 |
* | hdt: Remove unused parameters in start_cli_mode | Pierre-Alexandre Meyer | 2009-03-14 | 3 | -4/+4 |
* | hdt: Make show_cli_help static | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -24/+23 |
* | hdt: Make handle_hdt_commands static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -2/+2 |
* | hdt: Make set_mode static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -2/+2 |
* | hdt: Make pci_show static | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -2/+1 |
* | hdt: Remove unused parameter in handle_pci_commands | Pierre-Alexandre Meyer | 2009-03-14 | 3 | -5/+3 |
* | hdt: Make show_pci_devices static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |
* | hdt: Make show_pci_help static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |
* | hdt: Remove unused variables in main_show_pci | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -9/+0 |
* | hdt: Make most dmi helpers static | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -135/+125 |
* | hdt: Remove unused parameter in handle_dmi_commands | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -3/+2 |
* | hdt: Make show_dmi_help static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |
* | hdt: Remove unused parameter in main_show_cpu | Pierre-Alexandre Meyer | 2009-03-14 | 3 | -4/+4 |
* | hdt: Make show_cpu_help static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |
* | hdt: Remove unused parameter in handle_cpu_commands | Pierre-Alexandre Meyer | 2009-03-14 | 3 | -5/+3 |
* | hdt: Make cpu_show static | Pierre-Alexandre Meyer | 2009-03-14 | 2 | -2/+1 |
* | hdt: Make pxe_show static | Pierre-Alexandre Meyer | 2009-03-14 | 1 | -1/+1 |