platform/upstream/syslinux.git
2008-05-14 H. Peter AnvinAdd NEWS for 3.64 syslinux-3.64-pre1
2008-05-14 H. Peter AnvinMerge commit 'origin/gptmbr'
2008-05-12 Stefan BucurFixed the various Makefiles so that SYSLINUX compiles...
2008-04-24 Sergey Vlasovchain.c32: fix booting from logical partitions
2008-04-20 H. Peter AnvinNext version on this branch would be 3.64
2008-04-20 H. Peter Anvinlocalboot.inc: file missing from previous checkin
2008-04-19 H. Peter AnvinSupport LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
2008-04-18 Maciej W. Rozyckisyslinux 3.63: Use $(CC) for examining compiler options
2008-04-18 Maciej W. Rozyckisyslinux 3.63: Rename $GZIP to $GZIPPROG
2008-04-09 H. Peter AnvinNEWS: Add link to MSDN article on how to build a ramdis... syslinux-3.63
2008-04-09 H. Peter Anvinmovebits: rewrite significant chunks of the algorithm syslinux-3.63-pre5
2008-04-09 H. Peter Anvinzonelist.c: Fix the coalescing of identical ranges
2008-04-09 H. Peter Anvin3.63: update NEWS syslinux-3.63-pre4
2008-04-08 H. Peter Anvinmemdisk: allow up to 1024 e820 descriptors
2008-04-08 H. Peter Anvinsdi.c32: be a tad more verbose.
2008-04-08 H. Peter Anvinmovebits: use the memmap data structure for the freelist
2008-04-08 H. Peter Anvinmovebits: handle the case of an upward overlap move...
2008-04-07 H. Peter Anvinextlinux: Correct the directory block end condition syslinux-3.63-pre3
2008-03-31 H. Peter AnvinCOM32 module to load a Microsoft System Deployment...
2008-03-23 H. Peter AnvinAdd target to install into /tftpboot
2008-03-20 H. Peter Anvinpxelinux: allow class E addresses as unicast syslinux-3.63-pre2
2008-03-20 H. Peter AnvinMerge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'
2008-03-20 Sebastian HerbsztFixing wrong offsets in dmi
2008-03-20 ErwanPCI detection code doesn't corrupt memory anymore ...
2008-03-08 H. Peter AnvinRemove reference to readpit.c32, an experimental module
2008-03-06 H. Peter AnvinUse $(CC) in gcc_ok macro, not plain gcc
2008-03-04 H. Peter Anvinwin32/Makefile: clean hello.exe on "make tidy"
2008-03-04 H. Peter AnvinAdd stuff to "make dist" to clean up crap that shouldn...
2008-03-04 H. Peter AnvinClean up .*.d files for "make tidy" in libutil
2008-03-04 H. Peter AnvinThe next release on *this* branch would be 3.63 syslinux-3.63-pre1
2008-03-04 H. Peter AnvinPrevent inclusion of system include files when inapprop...
2008-03-03 H. Peter Anvinsimple menu: break off execute() into its own source...
2008-03-02 ErwanLicense change for CPU detection modules
2008-03-02 H. Peter AnvinMove mboot documentation to the doc/ directory
2008-03-01 H. Peter AnvinFix two *.doc files which sadly didn't get renamed...
2008-03-01 H. Peter AnvinAdd a slightly edited version of SubmittingPatches. syslinux-3.62
2008-02-29 H. Peter AnvinDocument the file renaming from .doc -> .txt
2008-02-29 H. Peter AnvinRename text documentation from *.doc to *.txt
2008-02-27 H. Peter AnvinDon't use "syslinux.cfg" to refer to config files in...
2008-02-26 H. Peter AnvinRemove pngtopnm dependency from the samples/ directory
2008-02-26 H. Peter Anvinextlinux: compile hack for old distros syslinux-3.62-pre16
2008-02-26 H. Peter Anvingptmbr: use cltq to extend a zero %eax into %edx
2008-02-25 H. Peter Anvingptmbr: Add comment
2008-02-25 H. Peter Anvingptmbr: save phdr -> bootsect on the stack, saving...
2008-02-25 H. Peter Anvingptmbr: another confusion of start and end fields
2008-02-25 H. Peter Anvingptmbr: fix confusion between start and end fields
2008-02-25 H. Peter Anvingptmbr: use xchgw %ax,... instead of movw %ax,... when...
2008-02-25 H. Peter Anvingptmbr: Use %bp for references into phdr and the stack
2008-02-25 H. Peter Anvingptmbr: since %bx is advanced, we can test -2(%bx)...
2008-02-25 H. Peter Anvingptmbr: addw $512, %bx -> addb $2, %bh
2008-02-25 H. Peter Anvingptmbr: offsets into phdr are decimal, not hex
2008-02-25 H. Peter Anvingptmbr: move advancing %bx into read_sector
2008-02-25 H. Peter Anvingptmbr: need to set %bx -> bootsec
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to reduce register pressure
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to save 3 bytes
2008-02-25 H. Peter Anvinrep; cmpsw -> repe; cmpsw
2008-02-25 H. Peter AnvinMaster boot record for GPT partition tables
2008-02-22 H. Peter AnvinAllow MENU EXIT to specify a menu tag syslinux-3.62-pre15
2008-02-22 H. Peter AnvinFix the handling of hotkeys in MENU LABEL on submenus syslinux-3.62-pre14
2008-02-22 H. Peter AnvinNEWS: Document Bruce Robson's Adaptec bug fix
2008-02-22 H. Peter Anvinrealloc(): try to protect a block in the path of a... syslinux-3.62-pre13
2008-02-22 H. Peter Anvinrealloc(): better implementation allowing in-place...
2008-02-20 H. Peter Anvin"begin Ymodem download" is supposed to be an imperative...
2008-02-20 H. Peter AnvinFix MENU TITLE -> MENU LABEL inheritance syslinux-3.62-pre12
2008-02-20 H. Peter AnvinMake sure color directives get attached to the proper...
2008-02-20 H. Peter Anvinsimple menu: fix the handling of '+' and '-' given...
2008-02-20 H. Peter AnvinFix the scrollbar handling for insanely huge menus
2008-02-20 H. Peter Anvinsimple menu: remember the cursor position on a per...
2008-02-20 H. Peter AnvinAdd support for MENU EXIT; no marker for MENU GOTO
2008-02-20 H. Peter AnvinWhen entering a new menu, go to the default entry for...
2008-02-20 H. Peter AnvinDocument MENU START
2008-02-20 H. Peter AnvinWhitespace cleanup... syslinux-3.62-pre11
2008-02-20 H. Peter Anvincom32: remove dependency files for "make tidy"
2008-02-20 H. Peter AnvinAdd dependency generation for com32 samples.
2008-02-20 H. Peter AnvinAdd dependency generation for com32 modules.
2008-02-20 H. Peter AnvinAdd dependency generation for the simple menu system
2008-02-20 H. Peter AnvinSet m->title for both root and submenus
2008-02-20 H. Peter AnvinAllow MENU LABEL <-> MENU TITLE for submenus to work...
2008-02-20 H. Peter AnvinAllow an included file to be treated as a submenu.
2008-02-20 H. Peter AnvinDocument hierarchial menus so far...
2008-02-20 H. Peter Anvinsimple menu: The use of realloc() requires indirect...
2008-02-20 H. Peter Anvinsimple menu: first cut at working submenus
2008-02-20 H. Peter Anvinrefstr: handle NULL in refstr[n]dup()
2008-02-20 H. Peter AnvinSimple menu: use refstrings consistently; now works...
2008-02-20 H. Peter Anvinrefstr_get(): handle NULL, force inline
2008-02-20 H. Peter Anvin[v]rsprintf(): actually set the return pointer...
2008-02-20 H. Peter Anvinsubmenu snapshot: it compiles now...
2008-02-20 H. Peter AnvinActually implement strnlen()
2008-02-20 H. Peter AnvinActually implement syslinux_ipappend_strings()
2008-02-20 H. Peter AnvinSubmenu support: development snapshot
2008-02-19 H. Peter Anvinmemdump: fix typo
2008-02-17 H. Peter AnvinVESA: work around bug in the Bochs VESA BIOS syslinux-3.62-pre10
2008-02-17 H. Peter Anvinrllback: improve compression by allowing two-byte run...
2008-02-17 Bruce RobsonISOLINUX: Adaptec bug fix: handle the case of DL missin... syslinux-3.62-pre9
2008-02-16 H. Peter AnvinGet rid of 4096-entry limit in the simple menu system syslinux-3.62-pre8
2008-02-16 H. Peter AnvinIf we're showing a scrollbar, always show at least...
2008-02-16 H. Peter AnvinPut virtual kernels (CLI labels) in high memory syslinux-3.62-pre7
2008-02-16 H. Peter Anvinhello.c: print arguments, no input section
2008-02-16 H. Peter AnvinDon't close the A20 gate; leave it open
2008-02-16 H. Peter AnvinSlightly simpler to use interface to simple_pm_call
next