| Commit message (Expand) | Author | Age | Files | Lines |
| * | core: fix handling new directory "/" for CONFIG in ISOLINUX and EXTLINUX | Gene Cumm | 2010-09-23 | 2 | -0/+4 |
| * | pxe: add a "pxeretry" option to deal with 404's in web appssyslinux-4.03-pre2 | H. Peter Anvin | 2010-08-26 | 4 | -0/+18 |
| * | diskio: remove redundant register write | Don Hiatt | 2010-08-13 | 1 | -2/+0 |
| * | core: look for invalid MBR handover information address | H. Peter Anvin | 2010-08-11 | 1 | -3/+12 |
| * | Make __free_tagged actually free memory | Sebastian Herbszt | 2010-07-27 | 1 | -1/+1 |
| * | core: define and use set_flags() helper | H. Peter Anvin | 2010-07-26 | 3 | -7/+18 |
| * | core: don't hang if no config file is found | H. Peter Anvin | 2010-07-25 | 5 | -9/+14 |
| * | pxe: fix byte order of output from parse_dotquad() | H. Peter Anvin | 2010-07-19 | 1 | -1/+1 |
| * | diskio: add a paranoia cast | H. Peter Anvin | 2010-07-17 | 1 | -1/+1 |
| * | diskio: fix name for secpercyl field, remove unused type field | H. Peter Anvin | 2010-07-17 | 3 | -12/+9 |
| * | diskio: remove locally coded ilog2() | H. Peter Anvin | 2010-07-16 | 1 | -13/+1 |
| * | diskio: expand most fields; cache the number of total tracks | H. Peter Anvin | 2010-07-16 | 2 | -9/+9 |
| * | diskio: move strict CHS start value check into chs_rdwr_sectors() | H. Peter Anvin | 2010-07-16 | 1 | -9/+15 |
| * | diskio: check early for an impossible LBA value for CHS requests | H. Peter Anvin | 2010-07-16 | 1 | -0/+3 |
| * | diskio: when falling back EDD->CHS make sure to get the offset right | H. Peter Anvin | 2010-07-16 | 1 | -1/+2 |
| * | diskio: remove redundant sector count cap | H. Peter Anvin | 2010-07-16 | 1 | -3/+0 |
| * | diskio: allow fallback from EDD to CHS | H. Peter Anvin | 2010-07-16 | 1 | -39/+72 |
| * | btrfs: print an error if finding compressed/encrypted data | H. Peter Anvin | 2010-07-05 | 2 | -1/+14 |
| * | core: add a ms-denominated timer | H. Peter Anvin | 2010-07-05 | 3 | -3/+21 |
| * | core: split loadconfig.c into two files | H. Peter Anvin | 2010-07-02 | 2 | -29/+41 |
| * | core: merge the configfile-searching code, isolinux generic names | H. Peter Anvin | 2010-07-02 | 3 | -42/+40 |
| * | core: always canonicalize the configuration file name | H. Peter Anvin | 2010-07-02 | 1 | -1/+4 |
| * | pxelinux: new IPAPPEND 4 to generate a SYSUUID= option.syslinux-4.01-pre3 | H. Peter Anvin | 2010-07-01 | 4 | -24/+58 |
| * | core, diskio: reset controller between EDD retries | H. Peter Anvin | 2010-07-01 | 1 | -1/+13 |
| * | comboot.inc: vk_append is a field in a struct, not an address | H. Peter Anvin | 2010-07-01 | 1 | -4/+4 |
| * | 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 |