profile/ivi/syslinux.git
2007-05-31 H. Peter AnvinFix problem where the command line would get truncated...
2007-05-31 H. Peter AnvinImprove comment
2007-05-31 H. Peter AnvinRemove Linux test compilation
2007-05-31 H. Peter AnvinChange \2#0 -> \1#
2007-05-31 H. Peter AnvinHandle color tables with more than 100 entries
2007-05-31 Otavio SalvadorAdd support to change menu vertical and horizontal...
2007-05-31 H. Peter AnvinParse F-key help commands in the menu system
2007-05-31 H. Peter AnvinAllow binding help text to F11 and F12.
2007-05-30 H. Peter AnvinAdd "help" to the comment
2007-05-25 Luciano RochaDon't clobber /dev/null when compiling as root
2007-05-23 H. Peter AnvinDrop TFTP_MTU to 1440.
2007-05-23 H. Peter AnvinMake it safe to call close_file on an already closed... syslinux-3.50-pre15
2007-05-23 H. Peter AnvinMake the menu system understand INCLUDE as well. syslinux-3.50-pre14
2007-05-23 H. Peter AnvinDocument INCLUDE
2007-05-23 H. Peter AnvinAdd "include" command to the core syslinux parser
2007-05-23 H. Peter Anvingetc: make sure EOF is "sticky"
2007-05-23 H. Peter AnvinNew stackable getc interface, using the real_mode_seg...
2007-05-23 H. Peter AnvinRevert "ISOLINUX: Include the caching code"
2007-05-23 H. Peter AnvinRevert "Add subroutines to add/remove blocks from the...
2007-05-23 H. Peter AnvinUse a segment layout more similar to the other derivatives
2007-05-23 H. Peter AnvinAdd a proper internal close function (close_file)
2007-05-23 H. Peter AnvinAdd subroutines to add/remove blocks from the expiry...
2007-05-23 H. Peter AnvinISOLINUX: Include the caching code syslinux-3.50-pre13
2007-05-23 H. Peter AnvinWe need to bloody well set KernelVersion before using... syslinux-3.50-pre12
2007-05-22 H. Peter AnvinFix loading pre-2.00 protocol kernels. syslinux-3.50-pre11
2007-05-12 H. Peter AnvinPXELINUX: Use the client-identifier instead when DHCP... syslinux-3.50-pre10
2007-05-10 H. Peter AnvinRemove stale file
2007-05-10 H. Peter AnvinFix <Ctrl-N> for printing network information syslinux-3.50-pre9
2007-05-10 H. Peter AnvinPXELINUX: Add <Ctrl-N> to print the network information syslinux-3.50-pre8
2007-05-10 H. Peter AnvinDocument update of Linux boot protocol.
2007-05-07 H. Peter AnvinMore tweaks to allow bigger stack/heap, and boot protoc... syslinux-3.50-pre7
2007-05-06 H. Peter AnvinMake more space for the heap when doing so is possible
2007-04-27 H. Peter AnvinUpdate the default names of the MinGW tools.
2007-04-27 H. Peter AnvinDocument the use of the MinGW compiler.
2007-04-26 H. Peter AnvinAdd wrapper function syslinux_run_kernel_image() syslinux-3.50-pre6
2007-04-26 H. Peter Anvinlinux.c32: saturate memory size to 32 bits if too large
2007-04-10 H. Peter AnvinMake the pixel format canonicalization code a bit easie...
2007-04-10 H. Peter AnvinDocument recent additions. syslinux-3.50-pre5
2007-04-10 H. Peter AnvinMBR: fix problems when LBA > 65535*sectors.
2007-04-10 H. Peter AnvinFix expansion of palette images to ABGR.
2007-04-04 H. Peter AnvinAdd syslinux_local_boot() wrapper function
2007-04-03 H. Peter Anvinpxe_get_cached.c: readability improvement.
2007-04-03 H. Peter Anvinintcall, farcall: readability improvements. syslinux-3.50-pre4
2007-04-03 H. Peter AnvinA few more syslinux wrapper function
2007-04-03 H. Peter AnvinFinal cleanup *does* return.
2007-04-03 H. Peter Anvinset -e so the build stops on error. syslinux-3.50-pre3
2007-04-03 H. Peter AnvinMove the PCI-scanning code into the library proper.
2007-04-03 H. Peter Anvinpci.c: change from GPL to MIT license; Erwan has OK...
2007-04-03 H. Peter Anvinpcitest.c: remove obsolete fields; formatting cleanups
2007-04-03 Ferenc WagnerFix the handling of namelen and argument parsing in...
2007-04-01 H. Peter Anvinethersel: move RID range parsing into its own function.
2007-04-01 H. Peter AnvinRemove bogus clobbering of the mask
2007-04-01 H. Peter AnvinReturn first match in list, not first match in PCI... syslinux-3.50-pre2
2007-04-01 H. Peter AnvinRemove useless attempt at reading pci.ids
2007-03-30 H. Peter AnvinSupport chaining shuffle descriptors when buffer is... syslinux-3.50-pre1
2007-03-30 H. Peter AnvinMove extlinux boot stuff into /boot/extlinux; /etc...
2007-03-20 H. Peter AnvinSYSLINUX API headers, and beginning of implementation.
2007-03-20 H. Peter AnvinStealth whitespace cleanup
2007-03-20 H. Peter AnvinAdd interface for querying the syslinux feature flags.
2007-03-20 H. Peter AnvinMove <syslinux.h> to <syslinux/idle.h>; clean up libuti...
2007-03-20 H. Peter AnvinRename the new version 3.50 instead of 3.40; too many...
2007-03-16 H. Peter AnvinLinux-loading module with optional DHCP generation. syslinux-3.40-pre15
2007-03-16 H. Peter Anvininitramfs chain handling: add support for forcing the...
2007-03-15 H. Peter AnvinLibrary functions for manipulating initramfs
2007-03-15 H. Peter AnvinInitial library support for booting a Linux kernel
2007-03-15 H. Peter AnvinPXE header support; higher-level function for PXE GET_C...
2007-03-15 H. Peter AnvinRestore intentional blank lines at the end of sample...
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
2007-03-15 H. Peter AnvinAdd a register-setting shuffle and boot for real mode... syslinux-3.40-pre14
2007-03-15 H. Peter AnvinMove the loadfile() routine into the syslinux/ namespac... syslinux-3.40-pre13
2007-03-15 H. Peter AnvinFinish the shuffle and boot interface, and add an ELF...
2007-03-15 H. Peter AnvinFix the shuffle and boot interface. It was probably...
2007-03-14 H. Peter AnvinDummy <assert.h>
2007-03-13 H. Peter AnvinINT 22h, AX=001Ah: we have FS:SI pointing to the regist...
2007-03-13 H. Peter AnvinAdd support for using a shuffle descriptor to bzero...
2007-03-12 H. Peter AnvinWrapper infrastructure for "shuffle and boot"
2007-03-11 H. Peter AnvinNew API call: cleanup, shuffle and boot to flat protect...
2007-03-07 H. Peter AnvinFormatting cleanups syslinux-3.40-pre12
2007-03-07 Erwan VeluEthersel must use the pci com32 module instead of built...
2007-03-06 H. Peter Anvinmenu system: make the help message end row a configurable. syslinux-3.40-pre11
2007-03-06 H. Peter AnvinTEXT HELP: Multiline per-entry help messages in the... syslinux-3.40-pre10
2007-03-03 H. Peter Anvinmkdiskimage: shortcut for zipdisk geometry
2007-03-02 H. Peter AnvinUpdate copyright date
2007-02-28 H. Peter AnvinSimple menu system: unified way to handle message strin... syslinux-3.40-pre9
2007-02-28 H. Peter AnvinTeach the menu system to ignore TEXT blocks for now. syslinux-3.40-pre8
2007-02-28 H. Peter AnvinSupport customization of menu messages.
2007-02-28 H. Peter AnvinCorrectly ignore TEXT blocks.
2007-02-24 H. Peter AnvinDo not overwrite pointer "p" when calling is_kernel_type()
2007-02-20 H. Peter AnvinRemove now-unnecessary push/pop.
2007-02-20 H. Peter AnvinMake sure we can read the config file name even after... syslinux-3.40-pre7
2007-02-20 H. Peter AnvinSupport multiple image types in the menu system
2007-02-20 H. Peter AnvinAdd new PXE keyword (we might have to distinguish from...
2007-02-20 H. Peter AnvinAssume 3.40 will be the first version which fixes Read... syslinux-3.40-pre6
2007-02-20 H. Peter AnvinMerge with syslinux-3.3x
2007-02-19 H. Peter AnvinComboot function READ DISK corrupts its arguments;...
2007-02-10 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5
2007-02-09 H. Peter AnvinSet up the LRU chain correctly (d'oh!) syslinux-3.36 syslinux-3.36-pre10
2007-02-09 H. Peter AnvinFix -fno-stack-protector per bug report from Gilles... syslinux-3.36-pre9
2007-02-08 H. Peter Anvin%ifndef IS_PXELINUX won't do much good... %if IS_PXELIN... syslinux-3.36-pre8
2007-02-08 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.36-pre7
next