summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* dns: don't get stuck on no packet receivedsyslinux-4.00-pre54H. Peter Anvin2010-06-211-10/+5
* 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
* pxe: don't misidentify non-tftp URLs as tftpH. Peter Anvin2010-06-201-1/+1
* pxe: mark ipinfo as IPv4H. Peter Anvin2010-06-181-0/+2
* core, pxe: remove stray debugging printfH. Peter Anvin2010-06-181-1/+0
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-185-39/+51
* fat: handle .. pointing back to the root directoryH. Peter Anvin2010-06-131-9/+27
* syslinux: Correctly handle the case of installing into the rootH. Peter Anvin2010-06-091-2/+6
* loadconfig: fold FAT pathname search into generic_load_configH. Peter Anvin2010-06-092-51/+36
* Unify instances of integer log2H. Peter Anvin2010-06-091-7/+2
* Make syslinux installer real "pathbased"Alek Du2010-06-092-6/+12
* core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-142-3/+36
* FAT: need to track the current position past discontinuitiessyslinux-4.00-pre44H. Peter Anvin2010-05-131-25/+14
* diskio: compare to the proper pointerH. Peter Anvin2010-05-131-1/+1
* fat: fix confusion between byte and sector countsH. Peter Anvin2010-05-131-10/+11
* diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-122-18/+27
* diskio: sanitize the reduced transfer sizesH. Peter Anvin2010-05-121-3/+6
* core: fs: verify call to fs_ops->readdirSebastian Herbszt2010-04-011-2/+5
* core: move idle handling into protected modeH. Peter Anvin2010-03-301-1/+3
* fat: fix the type of get_inode_mode()H. Peter Anvin2010-03-091-6/+2
* iso9660: set the type of get_inode_type()H. Peter Anvin2010-03-091-5/+2
* fs: get rid of enum inode_modeH. Peter Anvin2010-03-095-28/+15
* btrfs: Implement readdir operationAlek Du2010-03-081-12/+42
* loadconfig: replace printf() with dprintf()H. Peter Anvin2010-03-081-1/+2
* Changes missing from previous checkinH. Peter Anvin2010-03-073-50/+44
* pxe: move port allocation to a separate file; use dynamic port for DNSH. Peter Anvin2010-03-071-0/+68
* pxe: make have_uuid a boolH. Peter Anvin2010-03-073-5/+4