profile/ivi/syslinux.git
2007-11-14 H. Peter Anvinmbr.S: fix loading from logical partitions
2007-11-14 H. Peter AnvinISOLINUX: Change DriveNo -> DriveNumber
2007-11-14 H. Peter AnvinFix boot sectors; cleanup_hardware must preserve registers syslinux-3.53-pre4
2007-11-14 H. Peter AnvinRemove unused variable BufSafeSec
2007-11-10 H. Peter AnvinAdd sha256crypt and sha512crypt; not yet enabled
2007-11-10 H. Peter AnvinIn 32-bit mode, "xor eax,eax" is shorter than "xor...
2007-11-08 H. Peter AnvinTypo cleanup
2007-11-07 H. Peter AnvinGuard section to avoid future partial-sector-clobber... syslinux-3.53-pre3
2007-11-07 H. Peter AnvinClean up the transition to PM for shuffle-and-boot...
2007-11-07 H. Peter Anvinisolinux: protect bss variables clobbered due to final...
2007-11-05 H. Peter AnvinSetting cr0 requires a jmp to synchronize on 386/486
2007-11-02 H. Peter AnvinUse "nop nop" to clobber "mov cs,ax" even though it...
2007-11-02 H. Peter AnvinOptional debugging code for shuffle and boot and load_linux syslinux-3.53-pre2
2007-11-02 H. Peter Anvincomboot: fix shuffle_and_boot_rm (used by linux.c32)
2007-11-02 H. Peter AnvinRemove unused EndOfGetcBuf
2007-11-02 H. Peter AnvinCode cleanup: get rid of hard-coded descriptor numbers
2007-11-01 H. Peter Anvinmkdiskimage: correct the partition type for > 1024...
2007-11-01 Gerald Brittonsyslinux $PnP search fix syslinux-3.53-pre1
2007-11-01 H. Peter AnvinTry to fix libfat/ulint.h for non-x86 platforms
2007-11-01 H. Peter Anvinmkdiskimage: support more than 1024 cylinders
2007-11-01 H. Peter AnvinDHCP bootfile option is 67, not 64.
2007-11-01 H. Peter AnvinFix [BI]ESUBDIRS for make installer/tidy/clean/spotless
2007-10-11 H. Peter AnvinAdd .gitignore file so "git status" makes sense
2007-10-11 H. Peter AnvinMark TSS unbusy before protected mode entry
2007-10-11 H. Peter AnvinSet TR and LDTR when entering protected mode
2007-10-10 H. Peter AnvinMakefiles: create NASMOPT variable
2007-10-03 H. Peter AnvinUpdate the memory layout specification
2007-10-02 H. Peter AnvinNext version is 3.53
2007-10-02 H. Peter Anvinelf.c: better error message when memory is unavailable
2007-10-02 H. Peter Anvinmemdump: remove debugging code never meant for release
2007-10-02 H. Peter Anvinbootsect.inc: make sure the $PnP header can fit inside...
2007-09-24 H. Peter AnvinFix building on a 64-bit system without a 32-bit system... syslinux-3.52 syslinux-3.52-pre10
2007-09-21 H. Peter Anvinlocalboot.c32: sample/test program for invoking syslinu...
2007-09-21 H. Peter Anvinmemdump: a debugging utility to dump memory over a...
2007-09-21 H. Peter AnvinDocument memory overwrite fix syslinux-3.52-pre9
2007-09-21 H. Peter Anvinmemdisk: add "nopass" option to completely take over...
2007-09-21 H. Peter Anvincomboot: fix memory overwrite bug
2007-09-20 H. Peter AnvinISOLINUX: save segment registers around INT 13h
2007-08-28 H. Peter AnvinNEWS: EDD now actually works in MEMDISK syslinux-3.52-pre8
2007-08-28 Duane VothMEMDISK: Fix register messup in EDD
2007-08-17 H. Peter AnvinClean up some of the new PCI code from Erwan Velu. syslinux-3.52-pre7
2007-08-17 Erwan VeluImproving PCI collected informations
2007-08-17 H. Peter AnvinUse git push instead of cg-push
2007-08-14 H. Peter AnvinAdd reboot.c32 module syslinux-3.52-pre6
2007-08-14 H. Peter Anvincom32: fix __farcall()
2007-08-12 H. Peter AnvinMore Etherboot pointers
2007-08-12 H. Peter AnvinDocument gPXE chaining to work around PXE stack problems
2007-08-06 H. Peter AnvinFix section confusion...
2007-08-06 H. Peter AnvinGive ourselves more room for code
2007-07-25 H. Peter AnvinHandle plural correctly in countdown.
2007-07-25 H. Peter AnvinInstall sha1pass, md5pass syslinux-3.52-pre5
2007-07-25 H. Peter AnvinAdd header file missing from previous checkin (md5.h)
2007-07-25 H. Peter AnvinAdd support for Unix-standard MD5 password
2007-07-25 H. Peter AnvinDocument MENU HIDDEN
2007-07-25 H. Peter AnvinCorrectly handle switches between graphics and text...
2007-07-25 H. Peter AnvinMake the hidden timeout behaviour match the rest of...
2007-07-25 H. Peter AnvinMove hidden_row to -2; don't re-timeout once a key...
2007-07-24 H. Peter AnvinSimple menu system: add support for "menu hidden"
2007-07-24 H. Peter AnvinDocument MEMDISK fixes.
2007-07-20 H. Peter AnvinAdd the actual zeroregs file; missing from a previous... syslinux-3.52-pre4
2007-07-20 H. Peter AnvinAdd syslinux_reboot()
2007-07-20 H. Peter Anvincom32: add a common zero-register structure
2007-07-12 H. Peter AnvinMBR: shave off another byte
2007-07-12 H. Peter AnvinMBR: shave off another byte
2007-07-12 H. Peter AnvinMBR: one more comment
2007-07-12 H. Peter AnvinMBR: shave another ~4 bytes through an ugly error messa...
2007-07-12 H. Peter AnvinMBR: add HLT to prevent system from melting on failure
2007-07-12 H. Peter AnvinMBR: add CR LF to the end of messages
2007-07-12 H. Peter AnvinMBR: shave 2 more bytes
2007-07-11 H. Peter AnvinMBR: Don't clobber %eax before entering CBIOS code
2007-07-11 H. Peter AnvinMBR: always do setup for EBIOS, makes stack handling...
2007-07-11 H. Peter AnvinMBR: Handle the stack in read_sector correctly...
2007-07-11 H. Peter AnvinOne more MBR byte
2007-07-11 H. Peter AnvinAnother 12 bytes shaved off the MBR...
2007-07-11 H. Peter AnvinAnother 2 bytes off the MBR.
2007-07-11 H. Peter AnvinAdd some comments to the MBR
2007-07-11 H. Peter AnvinAnother 3 bytes or so off the MBR...
2007-07-11 H. Peter AnvinOne more MBR byte...
2007-07-11 H. Peter AnvinShave two more bytes off the MBR
2007-07-11 H. Peter AnvinMBR: fix pointer to partition table base
2007-07-11 H. Peter AnvinShave another byte off the MBR
2007-07-11 H. Peter AnvinShave an additional ~7 bytes off the MBR
2007-07-11 H. Peter AnvinShave a byte off the MBR code.
2007-07-09 H. Peter AnvinMEMDISK: Try for better EDD compliance
2007-07-07 H. Peter AnvinDocument giving the disk a signature.
2007-07-07 H. Peter Anvinmkdiskimage: give the disk image an MBR signature
2007-06-30 H. Peter AnvinForgot to add our own drive to the drive count! syslinux-3.52-pre3
2007-06-29 H. Peter AnvinDisable vmware workaround until bug report has been...
2007-06-29 H. Peter AnvinPXELINUX: if siaddr isn't set, fall back to server... syslinux-3.52-pre2
2007-06-22 H. Peter Anvinchain.c32: add support for searching for an MBR signatu...
2007-06-21 H. Peter AnvinNext version is 3.52 syslinux-3.52-pre1
2007-06-21 H. Peter AnvinDocument changes since 3.51
2007-06-21 H. Peter AnvinAlignment fix when loading multiple kernels.
2007-06-21 H. Peter AnvinMove most messages into the appropriate .inc files
2007-06-21 H. Peter AnvinDon't print multiple newlines after initrd...
2007-06-21 H. Peter AnvinWorkaround for VMware console bug; make more common...
2007-06-16 H. Peter AnvinSimple menu: F-key config was accidentally case sensitive
2007-06-10 H. Peter AnvinBegin version 3.51 syslinux-3.51 syslinux-3.51-pre1
2007-06-10 H. Peter Anvinextlinux: "open" takes a mangled pointer in DS:DI
2007-06-10 H. Peter Anvinlstadjust: handle struc/endstruc correctly
next