| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |