| Commit message (Expand) | Author | Age | Files | Lines |
* | chain.c32: don't swap drives when already primarysyslinux-3.70-pre17 | H. Peter Anvin | 2008-06-12 | 1 | -3/+3 |
* | NEWS: Document new chain.c32 features. | H. Peter Anvin | 2008-06-12 | 1 | -0/+6 |
* | chain.c32: support swapping BIOS drive numbers | H. Peter Anvin | 2008-06-12 | 1 | -22/+83 |
* | chain: use shuffle API; support loading a boot file | H. Peter Anvin | 2008-06-12 | 1 | -27/+100 |
* | NEWS: update the blurb about the new MEMDISK geometry stuff. | H. Peter Anvin | 2008-06-12 | 1 | -1/+3 |
* | fdgeo.pl: exit values; fix division by zero | H. Peter Anvin | 2008-06-10 | 1 | -0/+3 |
* | Fix DOS interrupt error messagessyslinux-3.70-pre16 | H. Peter Anvin | 2008-06-10 | 1 | -3/+4 |
* | When erroring out on an DOS interrupt, print info | H. Peter Anvin | 2008-06-10 | 3 | -11/+54 |
* | ldlinux: search_dos_dir returns attributes in DLsyslinux-3.70-pre15 | H. Peter Anvin | 2008-06-10 | 1 | -4/+3 |
* | Add *.cp to .gitignore | H. Peter Anvin | 2008-06-10 | 1 | -0/+1 |
* | Add file missing from previous checkin | H. Peter Anvin | 2008-06-10 | 1 | -0/+92 |
* | Whitespace cleanup | H. Peter Anvin | 2008-06-09 | 13 | -21/+16 |
* | PXELINUX: Enable idle calls on select platforms | H. Peter Anvin | 2008-06-09 | 3 | -18/+25 |
* | FAT: make all codepage data derived from the same place | H. Peter Anvin | 2008-06-09 | 4 | -57/+77 |
* | NEWS: remove redundant clause | H. Peter Anvin | 2008-06-07 | 1 | -4/+0 |
* | MEMDISK: algorithmic determination of floppy formats | H. Peter Anvin | 2008-06-07 | 4 | -38/+143 |
* | MEMDISK: Use aligning memcpy/memset, compile with -mregparm=3syslinux-3.70-pre14 | H. Peter Anvin | 2008-06-06 | 5 | -51/+168 |
* | Aligning memcpy/memmove/mempcpy/memset for libcom32 | H. Peter Anvin | 2008-06-06 | 5 | -80/+308 |
* | core: do aligned transfers in bcopy32 | H. Peter Anvin | 2008-06-06 | 1 | -19/+104 |
* | FAT: Support VFAT long filenamessyslinux-3.70-pre13 | H. Peter Anvin | 2008-06-06 | 4 | -12/+176 |
* | core: fail the link if we push above the 64K point | H. Peter Anvin | 2008-06-05 | 1 | -0/+2 |
* | codepage: add "make spotless" target | H. Peter Anvin | 2008-06-05 | 1 | -0/+2 |
* | Add support for creating codepage/Unicode mapping tables | H. Peter Anvin | 2008-06-05 | 8 | -1/+1235 |
* | pxelinux: remove RBFG section | H. Peter Anvin | 2008-06-05 | 1 | -6/+1 |
* | core: actually enable debugging info | H. Peter Anvin | 2008-06-05 | 1 | -1/+1 |
* | Update gPXE from gPXE git | H. Peter Anvin | 2008-06-04 | 63 | -743/+3156 |
* | pxelinux: add colon to label by itself | H. Peter Anvin | 2008-06-04 | 1 | -1/+1 |
* | Centralize configurables; better "make install" etc | H. Peter Anvin | 2008-05-29 | 11 | -108/+107 |
* | Shut up gpxe Makefiles when making spotless | H. Peter Anvin | 2008-05-29 | 1 | -1/+1 |
* | We're explicitly setting EMBEDDED_IMAGE, so leave src/Config unchanged | H. Peter Anvin | 2008-05-29 | 1 | -5/+0 |
* | Document change of directory structure | H. Peter Anvin | 2008-05-29 | 1 | -0/+3 |
* | core/Makefile: remove vestiges of subdirectory machinery | H. Peter Anvin | 2008-05-29 | 1 | -4/+2 |
* | mbr: clean up *_bin.c files | H. Peter Anvin | 2008-05-29 | 1 | -1/+1 |
* | The only thing still in the root is version.{h,gen}; needed earlysyslinux-3.70-pre12 | H. Peter Anvin | 2008-05-29 | 1 | -2/+2 |
* | mkdir the prerel directory | H. Peter Anvin | 2008-05-29 | 1 | -0/+1 |
* | Stop using Cogito | H. Peter Anvin | 2008-05-29 | 1 | -6/+7 |
* | Move files out of root into core, dos, and utils | H. Peter Anvin | 2008-05-29 | 88 | -252/+354 |
* | Fix localboot stack bug; cleanup section handling in the ELF universesyslinux-3.70-pre11 | H. Peter Anvin | 2008-05-28 | 6 | -46/+43 |
* | Assemble via ELF, to enable future linking | H. Peter Anvin | 2008-05-28 | 13 | -58/+168 |
* | pxenv: save away the PXE return code so COMBOOT can return itsyslinux-3.70-pre10 | H. Peter Anvin | 2008-05-28 | 2 | -1/+10 |
* | Merge commit 'origin/master' into gpxe-added | H. Peter Anvin | 2008-05-28 | 25 | -62/+512 |
|\ |
|
| * | Document GPT boot protocol; add !GPT signature | H. Peter Anvin | 2008-05-13 | 2 | -0/+93 |
| * | Add NEWS for 3.64syslinux-3.64-pre1 | H. Peter Anvin | 2008-05-13 | 1 | -0/+4 |
| * | Merge commit 'origin/gptmbr' | H. Peter Anvin | 2008-05-13 | 2 | -1/+295 |
| |\ |
|
| | * | gptmbr: use cltq to extend a zero %eax into %edx | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| | * | gptmbr: Add comment | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| | * | gptmbr: save phdr -> bootsect on the stack, saving one byte | H. Peter Anvin | 2008-02-25 | 1 | -2/+4 |
| | * | gptmbr: another confusion of start and end fields | H. Peter Anvin | 2008-02-25 | 1 | -2/+2 |
| | * | gptmbr: fix confusion between start and end fields | H. Peter Anvin | 2008-02-25 | 1 | -2/+4 |
| | * | gptmbr: use xchgw %ax,... instead of movw %ax,... when %ax is dead | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |