summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* iso9660: use generic_mangle_nameH. Peter Anvin2011-04-041-49/+1
* vfat: Fix mangling of directory names starting with ..Rich Mahn2011-04-041-2/+4
* pxe: disable the "force INT 18h" hackH. Peter Anvin2011-04-041-6/+13
* pxe: allow TFTP server IP to be empty when not using TFTPMichael Brown2011-03-281-3/+3
* core/fs/pxe/pxe.c: remove variables set but not usedH. Peter Anvin2011-03-161-0/+1
* core/fs/iso9660/iso9660.c: remove variables set but not usedH. Peter Anvin2011-03-161-1/+2
* core/fs/fat/fat.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+2
* diskio: Support EDD 4 16-byte device pathsH. Peter Anvin2011-01-171-2/+2
* diskio: add reminder that we need clear in the futureH. Peter Anvin2011-01-171-0/+3
* core, pxe: Fix handling of unqualified DNS namesH. Peter Anvin2010-11-141-1/+1
* core: fix handling new directory "/" for CONFIG in ISOLINUX and EXTLINUXGene Cumm2010-09-232-0/+4
* pxe: add a "pxeretry" option to deal with 404's in web appssyslinux-4.03-pre2H. Peter Anvin2010-08-261-0/+14
* diskio: remove redundant register writeDon Hiatt2010-08-131-2/+0
* core: define and use set_flags() helperH. Peter Anvin2010-07-262-7/+5
* core: don't hang if no config file is foundH. Peter Anvin2010-07-251-1/+4
* pxe: fix byte order of output from parse_dotquad()H. Peter Anvin2010-07-191-1/+1
* diskio: add a paranoia castH. Peter Anvin2010-07-171-1/+1
* diskio: fix name for secpercyl field, remove unused type fieldH. Peter Anvin2010-07-171-4/+3
* diskio: remove locally coded ilog2()H. Peter Anvin2010-07-161-13/+1
* diskio: expand most fields; cache the number of total tracksH. Peter Anvin2010-07-161-1/+2
* diskio: move strict CHS start value check into chs_rdwr_sectors()H. Peter Anvin2010-07-161-9/+15
* diskio: check early for an impossible LBA value for CHS requestsH. Peter Anvin2010-07-161-0/+3
* diskio: when falling back EDD->CHS make sure to get the offset rightH. Peter Anvin2010-07-161-1/+2
* diskio: remove redundant sector count capH. Peter Anvin2010-07-161-3/+0
* diskio: allow fallback from EDD to CHSH. Peter Anvin2010-07-161-39/+72
* btrfs: print an error if finding compressed/encrypted dataH. Peter Anvin2010-07-052-1/+14
* 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-022-42/+39
* 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-013-23/+55
* core, diskio: reset controller between EDD retriesH. Peter Anvin2010-07-011-1/+13
* 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
* 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
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-261-0/+13
* core, fs: eliminate recursion in put_inode()H. Peter Anvin2010-06-261-5/+4
* core, fs: handle .. resolution in the filesystem coreH. Peter Anvin2010-06-251-9/+30
* 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