summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-148-50/+55
* mbr.S: fix loading from logical partitionsH. Peter Anvin2007-11-141-1/+1
* ISOLINUX: Change DriveNo -> DriveNumberH. Peter Anvin2007-11-143-12/+12
* Fix boot sectors; cleanup_hardware must preserve registerssyslinux-3.53-pre4H. Peter Anvin2007-11-131-1/+2
* Remove unused variable BufSafeSecH. Peter Anvin2007-11-134-4/+0
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-097-3/+1577
* In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax"H. Peter Anvin2007-11-091-1/+1
* Typo cleanupH. Peter Anvin2007-11-071-1/+1
* Guard section to avoid future partial-sector-clobber issuessyslinux-3.53-pre3H. Peter Anvin2007-11-074-6/+11
* Clean up the transition to PM for shuffle-and-boot-to-PMH. Peter Anvin2007-11-061-4/+12
* isolinux: protect bss variables clobbered due to final sector loadH. Peter Anvin2007-11-061-1/+5
* Setting cr0 requires a jmp to synchronize on 386/486H. Peter Anvin2007-11-041-1/+2
* Use "nop nop" to clobber "mov cs,ax" even though it's longerH. Peter Anvin2007-11-021-3/+2
* Optional debugging code for shuffle and boot and load_linuxsyslinux-3.53-pre2H. Peter Anvin2007-11-022-0/+41
* comboot: fix shuffle_and_boot_rm (used by linux.c32)H. Peter Anvin2007-11-021-0/+1
* Remove unused EndOfGetcBufH. Peter Anvin2007-11-024-4/+0
* Code cleanup: get rid of hard-coded descriptor numbersH. Peter Anvin2007-11-012-16/+30
* mkdiskimage: correct the partition type for > 1024 cylindersH. Peter Anvin2007-11-011-3/+3
* syslinux $PnP search fixsyslinux-3.53-pre1Gerald Britton2007-11-011-1/+2
* Try to fix libfat/ulint.h for non-x86 platformsH. Peter Anvin2007-11-011-6/+14
* mkdiskimage: support more than 1024 cylindersH. Peter Anvin2007-11-011-7/+22
* DHCP bootfile option is 67, not 64.H. Peter Anvin2007-11-011-1/+1
* Fix [BI]ESUBDIRS for make installer/tidy/clean/spotlessH. Peter Anvin2007-11-012-4/+8
* Add .gitignore file so "git status" makes senseH. Peter Anvin2007-10-111-0/+34
* Mark TSS unbusy before protected mode entryH. Peter Anvin2007-10-112-0/+5
* Set TR and LDTR when entering protected modeH. Peter Anvin2007-10-112-7/+30
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-107-11/+18
* Update the memory layout specificationH. Peter Anvin2007-10-0311-28/+25
* Next version is 3.53H. Peter Anvin2007-10-021-1/+1
* elf.c: better error message when memory is unavailableH. Peter Anvin2007-10-021-1/+2
* memdump: remove debugging code never meant for releaseH. Peter Anvin2007-10-021-12/+0
* bootsect.inc: make sure the $PnP header can fit inside the segmentH. Peter Anvin2007-10-021-2/+2
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-2415-29/+369
* localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2007-09-212-0/+10
* memdump: a debugging utility to dump memory over a serial portH. Peter Anvin2007-09-2127-2/+3611
* Document memory overwrite fixsyslinux-3.52-pre9H. Peter Anvin2007-09-211-0/+2
* memdisk: add "nopass" option to completely take over INT 13hH. Peter Anvin2007-09-212-31/+43
* comboot: fix memory overwrite bugH. Peter Anvin2007-09-211-0/+1
* ISOLINUX: save segment registers around INT 13hH. Peter Anvin2007-09-192-4/+23
* NEWS: EDD now actually works in MEMDISKsyslinux-3.52-pre8H. Peter Anvin2007-08-271-0/+1
* MEMDISK: Fix register messup in EDDDuane Voth2007-08-271-7/+8
* Clean up some of the new PCI code from Erwan Velu.syslinux-3.52-pre7H. Peter Anvin2007-08-163-84/+99
* Improving PCI collected informationsErwan Velu2007-08-164-36/+295
* Use git push instead of cg-pushH. Peter Anvin2007-08-161-1/+1
* Add reboot.c32 modulesyslinux-3.52-pre6H. Peter Anvin2007-08-142-1/+18
* com32: fix __farcall()H. Peter Anvin2007-08-141-2/+3
* More Etherboot pointersH. Peter Anvin2007-08-121-0/+8
* Document gPXE chaining to work around PXE stack problemsH. Peter Anvin2007-08-121-0/+16
* Fix section confusion...H. Peter Anvin2007-08-062-0/+3
* Give ourselves more room for codeH. Peter Anvin2007-08-061-1/+1