summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* btrfs: print an error if finding compressed/encrypted dataH. Peter Anvin2010-07-052-1/+14
* core: add a ms-denominated timerH. Peter Anvin2010-07-053-3/+21
* core: split loadconfig.c into two filesH. Peter Anvin2010-07-022-29/+41
* core: merge the configfile-searching code, isolinux generic namesH. Peter Anvin2010-07-023-42/+40
* core: always canonicalize the configuration file nameH. Peter Anvin2010-07-021-1/+4
* pxelinux: new IPAPPEND 4 to generate a SYSUUID= option.syslinux-4.01-pre3H. Peter Anvin2010-07-014-24/+58
* core, diskio: reset controller between EDD retriesH. Peter Anvin2010-07-011-1/+13
* comboot.inc: vk_append is a field in a struct, not an addressH. Peter Anvin2010-07-011-4/+4
* core, diskio: skip EDD/CHS detect for CD-ROMsH. Peter Anvin2010-07-011-53/+59
* core, diskio: move dprintfs to the intended locationH. Peter Anvin2010-07-011-4/+6
* core, diskio: put the error code in dprintf and printable messagesH. Peter Anvin2010-07-011-2/+8
* diskstart: don't let the function number clobber the LBAH. Peter Anvin2010-06-291-3/+7
* isolinux: don't clobber DX (DL!) on startupH. Peter Anvin2010-06-291-6/+6
* isolinux: make sure Hidden is zero in native El Torito modeH. Peter Anvin2010-06-291-10/+12
* core, diskio: add a few dprintf()'sH. Peter Anvin2010-06-291-7/+22
* diskio: hard-code CD-ROM sectors to 2048 bytesH. Peter Anvin2010-06-281-1/+12
* core, chdir: collapse slashes, avoid copy-to-selfsyslinux-4.00-pre64H. Peter Anvin2010-06-271-11/+48
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-272-8/+10
* diskstart: if no partition info is available, use bsHiddensyslinux-4.00-pre63H. Peter Anvin2010-06-261-2/+7
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-263-0/+17
* core: move PartInfo back to the top of stackH. Peter Anvin2010-06-261-9/+8
* syslinux.ld: remove redundant definition of STACK32_LENH. Peter Anvin2010-06-261-2/+0
* core, fs: eliminate recursion in put_inode()H. Peter Anvin2010-06-261-5/+4
* Fix COM32 chdir()Gene Cumm2010-06-261-0/+2
* pmapi: make the pmapi vector include its own sizeH. Peter Anvin2010-06-261-0/+2
* core, fs: handle .. resolution in the filesystem coreH. Peter Anvin2010-06-252-14/+33
* btrfs: initialize the block cache earlyH. Peter Anvin2010-06-251-44/+5
* btrfs: do not read past the end of the diskH. Peter Anvin2010-06-251-0/+8
* core, diskio: make error messages a little more usefulH. Peter Anvin2010-06-251-1/+7
* pxe: don't corrupt the length of an RRQ packet on retryH. Peter Anvin2010-06-251-1/+4
* pxe: fix the unload sequenceH. Peter Anvin2010-06-242-16/+24
* pxe: fix ip_ok()H. Peter Anvin2010-06-242-8/+10
* fs: enforce filetypes in open_fileH. Peter Anvin2010-06-231-5/+13
* opendir: enforce the file typeH. Peter Anvin2010-06-231-2/+9
* pxe: set the file type in the inode structureH. Peter Anvin2010-06-231-0/+1
* pxe: fix the timeout logic for RRQsyslinux-4.00-pre57H. Peter Anvin2010-06-221-28/+22
* pxe: fix bugs in DHCP parsing and config file selectionH. Peter Anvin2010-06-222-60/+57
* pxe: correct the generation of the UUID stringH. Peter Anvin2010-06-221-5/+5
* diskstart: if no partition table, we need Hidden == 0syslinux-4.00-pre56H. Peter Anvin2010-06-221-5/+11
* core: Make cfarcall IF-preservingH. Peter Anvin2010-06-211-2/+9
* comboot: allow the read disk API call to specify a 64-bit LBAH. Peter Anvin2010-06-211-2/+2
* core, adv: for CHS mode, the top 40 LBA bits must be zeroH. Peter Anvin2010-06-211-0/+4
* pxelinux: use alignb not alignz in a bss sectionsH. Peter Anvin2010-06-211-1/+1
* diskstart: fix CHS mode, reinstate cyl 1023 checksyslinux-4.00-pre55H. Peter Anvin2010-06-211-12/+11
* diskstart: clean up GPT handlingH. Peter Anvin2010-06-211-9/+11
* dns: don't get stuck on no packet receivedsyslinux-4.00-pre54H. Peter Anvin2010-06-211-10/+5
* core: Preserve IF through call16()H. Peter Anvin2010-06-212-3/+17
* pxe: fix handling of lost packets in DNS resolutionH. Peter Anvin2010-06-212-78/+75
* pxe: properly null-terminate packet after tftp://H. Peter Anvin2010-06-211-1/+2
* pxe: correct the parsing of tftp:// URLsH. Peter Anvin2010-06-201-2/+2