platform/upstream/syslinux.git
2009-03-30 Pierre-Alexandre... hdt: Add show_modes
2009-03-29 Pierre-Alexandre... hdt: Add autocompletion support
2009-03-29 Pierre-Alexandre... hdt: Missing include for getkey
2009-03-27 Erwan Veluhdt: Converting printf to more_printf
2009-03-27 Erwan Veluhdt: Adding PXE information on the booted pci device
2009-03-26 Erwan Veluhdt: Fixing modules count for hdt mode
2009-03-25 Pierre-Alexandre... hdt: Fix typo in vesa initialization
2009-03-25 Pierre-Alexandre... hdt: Execute hdt default callbacks in each mode if...
2009-03-25 Pierre-Alexandre... hdt: Implement aliases
2009-03-25 Pierre-Alexandre... hdt: Fix NULL dereference in core
2009-03-23 Pierre-Alexandre... hdt: Fixing merge
2009-03-22 Erwan VeluMerge branch 'master' into pierre
2009-03-22 Erwan Veluhdt: Adding IPMI detection
2009-03-22 Erwan Veludmi: Adding IPMI detection
2009-03-22 Pierre-Alexandre... Merge commit 'erwan-private/master' into for-erwan
2009-03-22 Pierre-Alexandre... hdt: Final cleanups to switch to the new cli
2009-03-22 Pierre-Alexandre... hdt: Make VESA module use the new framework
2009-03-22 Pierre-Alexandre... hdt: Make PCI module use the new framework
2009-03-22 Pierre-Alexandre... hdt: Make CPU module use the new framework
2009-03-22 Pierre-Alexandre... hdt: Make KERNEL module use the new framework
2009-03-22 Pierre-Alexandre... hdt: Make PXE module use the new framework
2009-03-22 Pierre-Alexandre... hdt: Add default callback for the DMI show module
2009-03-22 Pierre-Alexandre... hdt: Convert syslinux module to use the new framework
2009-03-22 Pierre-Alexandre... hdt: Hide show/set help when no module is defined
2009-03-22 Pierre-Alexandre... hdt: Implement show commands (hdt mode) with the new...
2009-03-22 Pierre-Alexandre... hdt: Implement set_mode with the new framework; Cleanups
2009-03-22 Pierre-Alexandre... hdt: Cleanups in the DMI module
2009-03-21 Pierre-Alexandre... hdt: Refactor help option; Cleanups
2009-03-20 Erwan Veluhdt: Adding contributors
2009-03-20 Erwan Veluhdt: commenting some devel messages
2009-03-20 Erwan Veluhdt: Fixing more_printf to display a proper \n
2009-03-20 Erwan Veluhdt: Adding an history
2009-03-20 Pierre-Alexandre... hdt: Implement exit with the new cli framework; Cleanups
2009-03-20 Pierre-Alexandre... Merge commit 'erwan-private/master' into for-erwan
2009-03-20 Pierre-Alexandre... hdt: Fixing indentation
2009-03-19 Erwan Veluhdt: Fixing backspace
2009-03-19 Erwan Veluhdt: Adding append mode to cli
2009-03-19 Erwan Veluhdt: ctrl+a or HOME key return to the beginning of...
2009-03-19 Erwan Veluhdt: Skip heading spaces
2009-03-19 Erwan Veluhdt: Using a single cli structure to manage the input...
2009-03-19 Erwan Veluhdt: Missing include for getkey
2009-03-19 Erwan Veluhdt: more_printf must use getkey
2009-03-19 Erwan Veluhdt: Rewrite DMI module using a new syntax for the CLI
2009-03-19 Erwan Veluhdt: fixing one remaining display_prompt
2009-03-19 Erwan Veluhdt: Renaming display_prompt to reset_prompt
2009-03-19 Erwan VeluMerge branch 'master' of git://git./boot/syslinux/syslinux
2009-03-19 H. Peter Anvinrunkernel: further simplify the command-line parser syslinux-3.74-pre8
2009-03-19 H. Peter AnvinRefactor command line parsing; support "quiet" option syslinux-3.74-pre7
2009-03-19 Pierre-Alexandre... hdt: Rewrite DMI module using a new syntax for the CLI
2009-03-19 Pierre-Alexandre... hdt: Reset buffer in cli
2009-03-18 Erwan Veluhdt: Handling CTRL+C
2009-03-17 Erwan Veluhdt: cli now uses the ansi raw interface
2009-03-17 Erwan VeluMerge branch 'master' of git://git./boot/syslinux/syslinux
2009-03-17 Erwan Veluhdt: Adding vesa in available modes & help message
2009-03-17 Erwan Veluhdt: putting some vesa function static
2009-03-17 Erwan Veluhdt: Making the build silent
2009-03-17 H. Peter Anvin*/Makefile: fixes for older versions of NASM
2009-03-17 H. Peter Anvin*/Makefile: use -include when including dependencies
2009-03-17 H. Peter AnvinRevert "memdisk: memdisk16.asm needs %ifndef DEPEND...
2009-03-17 H. Peter Anvinmemdisk: memdisk16.asm needs %ifndef DEPEND around...
2009-03-17 H. Peter Anvinmemdisk: align .bss to a 16-byte boundary for better...
2009-03-17 H. Peter Anvinmemdisk: zero the .bss section
2009-03-17 H. Peter Anvinmemdisk: move the floppy disk geometry code in parallel...
2009-03-17 H. Peter Anvinmemdisk: don't key FAT vs MBR on the type of disk
2009-03-16 H. Peter AnvinSYSLINUX: fix handling of .bss files for FAT12/FAT16
2009-03-16 H. Peter AnvinMerge commit 'hdt/master' syslinux-3.74-pre6
2009-03-16 H. Peter Anvinmemdisk: auto-detect large floppy geometry if it is FAT
2009-03-16 H. Peter Anvinisolinux: split MaxTransfer for HD and CD modes
2009-03-16 Erwan Veluhdt: Improving vesa output
2009-03-16 Erwan Veluhdt: Adding missing install target
2009-03-15 Erwan Veluhdt: Uploading missing vesa files
2009-03-15 Erwan VeluMerge branch 'master' of git://git./boot/syslinux/syslinux
2009-03-14 Pierre-Alexandre... hdt: Command-line arguments should be const
2009-03-14 Pierre-Alexandre... hdt: Force cast when dereferencing menu->disk_sub_menu
2009-03-14 Pierre-Alexandre... hdt: Fix irq references
2009-03-14 H. Peter Anvincmd.c32: simplify by passing the unparsed command line
2009-03-14 Pierre-Alexandre... hdt: Remove unused parameter in handle_vesa_commands
2009-03-14 Pierre-Alexandre... hdt: find_argument should return a const char*
2009-03-14 Pierre-Alexandre... hdt: Honor syslinux_version const qualifier
2009-03-14 Pierre-Alexandre... hdt: Fix duplicate struct entry
2009-03-14 Pierre-Alexandre... hdt: Make compute_memory_module static
2009-03-14 Pierre-Alexandre... hdt: Make compute_pci_device static
2009-03-14 Pierre-Alexandre... hdt: Remove unused cli_mode parameter
2009-03-14 Pierre-Alexandre... hdt: Make main_show_summary static
2009-03-14 Pierre-Alexandre... hdt: Remove unused parameters in start_cli_mode
2009-03-14 Pierre-Alexandre... hdt: Make show_cli_help static
2009-03-14 Pierre-Alexandre... hdt: Make handle_hdt_commands static
2009-03-14 Pierre-Alexandre... hdt: Make set_mode static
2009-03-14 Pierre-Alexandre... hdt: Make pci_show static
2009-03-14 Pierre-Alexandre... hdt: Remove unused parameter in handle_pci_commands
2009-03-14 Pierre-Alexandre... hdt: Make show_pci_devices static
2009-03-14 Pierre-Alexandre... hdt: Make show_pci_help static
2009-03-14 Pierre-Alexandre... hdt: Remove unused variables in main_show_pci
2009-03-14 Pierre-Alexandre... hdt: Make most dmi helpers static
2009-03-14 Pierre-Alexandre... hdt: Remove unused parameter in handle_dmi_commands
2009-03-14 Pierre-Alexandre... hdt: Make show_dmi_help static
2009-03-14 Pierre-Alexandre... hdt: Remove unused parameter in main_show_cpu
2009-03-14 Pierre-Alexandre... hdt: Make show_cpu_help static
2009-03-14 Pierre-Alexandre... hdt: Remove unused parameter in handle_cpu_commands
2009-03-14 Pierre-Alexandre... hdt: Make cpu_show static
next