| Commit message (Expand) | Author | Age | Files | Lines |
* | diskio: Support EDD 4 16-byte device paths | H. Peter Anvin | 2011-01-17 | 1 | -2/+2 |
* | diskio: add reminder that we need clear in the future | H. Peter Anvin | 2011-01-17 | 1 | -0/+3 |
* | core, pxe: Fix handling of unqualified DNS names | H. Peter Anvin | 2010-11-14 | 1 | -1/+1 |
* | 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 | 1 | -0/+14 |
* | diskio: remove redundant register write | Don Hiatt | 2010-08-13 | 1 | -2/+0 |
* | core: define and use set_flags() helper | H. Peter Anvin | 2010-07-26 | 2 | -7/+5 |
* | core: don't hang if no config file is found | H. Peter Anvin | 2010-07-25 | 1 | -1/+4 |
* | 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 | 1 | -4/+3 |
* | 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 | 1 | -1/+2 |
* | 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: 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 | 2 | -42/+39 |
* | 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 | 3 | -23/+55 |
* | core, diskio: reset controller between EDD retries | H. Peter Anvin | 2010-07-01 | 1 | -1/+13 |
* | 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 |
* | 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 |
* | PM getcwd(); Fix COM32 getcwd | Gene Cumm | 2010-06-26 | 1 | -0/+13 |
* | core, fs: eliminate recursion in put_inode() | H. Peter Anvin | 2010-06-26 | 1 | -5/+4 |
* | core, fs: handle .. resolution in the filesystem core | H. Peter Anvin | 2010-06-25 | 1 | -9/+30 |
* | 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 |
* | dns: don't get stuck on no packet receivedsyslinux-4.00-pre54 | H. Peter Anvin | 2010-06-21 | 1 | -10/+5 |
* | 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 |