| Commit message (Expand) | Author | Age | Files | Lines |
| * | core, diskio: skip EDD/CHS detect for CD-ROMs | H. Peter Anvin | 2010-07-01 | 1 | -53/+59 |
| * | core, diskio: move dprintfs to the intended location | H. Peter Anvin | 2010-07-01 | 1 | -4/+6 |
| * | core, diskio: put the error code in dprintf and printable messages | H. Peter Anvin | 2010-07-01 | 1 | -2/+8 |
| * | diskstart: don't let the function number clobber the LBA | H. Peter Anvin | 2010-06-29 | 1 | -3/+7 |
| * | isolinux: don't clobber DX (DL!) on startup | H. Peter Anvin | 2010-06-29 | 1 | -6/+6 |
| * | isolinux: make sure Hidden is zero in native El Torito mode | H. Peter Anvin | 2010-06-29 | 1 | -10/+12 |
| * | core, diskio: add a few dprintf()'s | H. Peter Anvin | 2010-06-29 | 1 | -7/+22 |
| * | diskio: hard-code CD-ROM sectors to 2048 bytes | H. Peter Anvin | 2010-06-28 | 1 | -1/+12 |
| * | core, chdir: collapse slashes, avoid copy-to-selfsyslinux-4.00-pre64 | H. Peter Anvin | 2010-06-27 | 1 | -11/+48 |
| * | Export the 64-bit partition offset and use it in chain.c | H. Peter Anvin | 2010-06-27 | 2 | -8/+10 |
| * | diskstart: if no partition info is available, use bsHiddensyslinux-4.00-pre63 | H. Peter Anvin | 2010-06-26 | 1 | -2/+7 |
| * | PM getcwd(); Fix COM32 getcwd | Gene Cumm | 2010-06-26 | 3 | -0/+17 |
| * | core: move PartInfo back to the top of stack | H. Peter Anvin | 2010-06-26 | 1 | -9/+8 |
| * | syslinux.ld: remove redundant definition of STACK32_LEN | H. Peter Anvin | 2010-06-26 | 1 | -2/+0 |
| * | core, fs: eliminate recursion in put_inode() | H. Peter Anvin | 2010-06-26 | 1 | -5/+4 |
| * | Fix COM32 chdir() | Gene Cumm | 2010-06-26 | 1 | -0/+2 |
| * | pmapi: make the pmapi vector include its own size | H. Peter Anvin | 2010-06-26 | 1 | -0/+2 |
| * | core, fs: handle .. resolution in the filesystem core | H. Peter Anvin | 2010-06-25 | 2 | -14/+33 |
| * | btrfs: initialize the block cache early | H. Peter Anvin | 2010-06-25 | 1 | -44/+5 |
| * | btrfs: do not read past the end of the disk | H. Peter Anvin | 2010-06-25 | 1 | -0/+8 |
| * | core, diskio: make error messages a little more useful | H. Peter Anvin | 2010-06-25 | 1 | -1/+7 |
| * | pxe: don't corrupt the length of an RRQ packet on retry | H. Peter Anvin | 2010-06-25 | 1 | -1/+4 |
| * | pxe: fix the unload sequence | H. Peter Anvin | 2010-06-24 | 2 | -16/+24 |
| * | pxe: fix ip_ok() | H. Peter Anvin | 2010-06-24 | 2 | -8/+10 |
| * | fs: enforce filetypes in open_file | H. Peter Anvin | 2010-06-23 | 1 | -5/+13 |
| * | opendir: enforce the file type | H. Peter Anvin | 2010-06-23 | 1 | -2/+9 |
| * | pxe: set the file type in the inode structure | H. Peter Anvin | 2010-06-23 | 1 | -0/+1 |
| * | pxe: fix the timeout logic for RRQsyslinux-4.00-pre57 | H. Peter Anvin | 2010-06-22 | 1 | -28/+22 |
| * | pxe: fix bugs in DHCP parsing and config file selection | H. Peter Anvin | 2010-06-22 | 2 | -60/+57 |
| * | pxe: correct the generation of the UUID string | H. Peter Anvin | 2010-06-22 | 1 | -5/+5 |
| * | diskstart: if no partition table, we need Hidden == 0syslinux-4.00-pre56 | H. Peter Anvin | 2010-06-22 | 1 | -5/+11 |
| * | core: Make cfarcall IF-preserving | H. Peter Anvin | 2010-06-21 | 1 | -2/+9 |
| * | comboot: allow the read disk API call to specify a 64-bit LBA | H. Peter Anvin | 2010-06-21 | 1 | -2/+2 |
| * | core, adv: for CHS mode, the top 40 LBA bits must be zero | H. Peter Anvin | 2010-06-21 | 1 | -0/+4 |
| * | pxelinux: use alignb not alignz in a bss sections | H. Peter Anvin | 2010-06-21 | 1 | -1/+1 |
| * | diskstart: fix CHS mode, reinstate cyl 1023 checksyslinux-4.00-pre55 | H. Peter Anvin | 2010-06-21 | 1 | -12/+11 |
| * | diskstart: clean up GPT handling | H. Peter Anvin | 2010-06-21 | 1 | -9/+11 |
| * | dns: don't get stuck on no packet receivedsyslinux-4.00-pre54 | H. Peter Anvin | 2010-06-21 | 1 | -10/+5 |
| * | core: Preserve IF through call16() | H. Peter Anvin | 2010-06-21 | 2 | -3/+17 |
| * | pxe: fix handling of lost packets in DNS resolution | H. Peter Anvin | 2010-06-21 | 2 | -78/+75 |
| * | pxe: properly null-terminate packet after tftp:// | H. Peter Anvin | 2010-06-21 | 1 | -1/+2 |
| * | pxe: correct the parsing of tftp:// URLs | H. Peter Anvin | 2010-06-20 | 1 | -2/+2 |
| * | pxe: don't misidentify non-tftp URLs as tftp | H. Peter Anvin | 2010-06-20 | 1 | -1/+1 |
| * | core: align the EPAsyslinux-4.00-pre53pathbased | H. Peter Anvin | 2010-06-20 | 1 | -0/+1 |
| * | Merge syslinux/extlinux patch code and core code | H. Peter Anvin | 2010-06-20 | 3 | -45/+4 |
| * | Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52 | H. Peter Anvin | 2010-06-20 | 1 | -12/+24 |
| * | pxe: mark ipinfo as IPv4 | H. Peter Anvin | 2010-06-18 | 1 | -0/+2 |
| * | core, pxe: remove stray debugging printf | H. Peter Anvin | 2010-06-18 | 1 | -1/+0 |
| * | pxe: centralize all the IP information and export it to modules | H. Peter Anvin | 2010-06-18 | 7 | -43/+65 |
| * | Switch to 64-bit sector pointers everywhere | H. Peter Anvin | 2010-06-15 | 2 | -56/+44 |