summaryrefslogtreecommitdiff
path: root/core/include
Commit message (Expand)AuthorAgeFilesLines
* Actually keep track of the pathnames for all elementssyslinux-4.06-pre9H. Peter Anvin2012-06-281-0/+1
* core: define and use set_flags() helperH. Peter Anvin2010-07-261-0/+13
* diskio: fix name for secpercyl field, remove unused type fieldH. Peter Anvin2010-07-172-8/+6
* diskio: expand most fields; cache the number of total tracksH. Peter Anvin2010-07-161-8/+7
* core: add a ms-denominated timerH. Peter Anvin2010-07-051-1/+5
* core: merge the configfile-searching code, isolinux generic namesH. Peter Anvin2010-07-021-0/+1
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-261-0/+3
* core, fs: handle .. resolution in the filesystem coreH. Peter Anvin2010-06-251-5/+3
* diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-121-2/+4
* core: move idle handling into protected modeH. Peter Anvin2010-03-301-3/+5
* fs: get rid of enum inode_modeH. Peter Anvin2010-03-091-13/+0
* core: don't bother zeroing the disk cache and heapH. Peter Anvin2010-03-061-2/+7
* pxe: use an inode structure for pxesyslinux-4.00-pre36H. Peter Anvin2010-03-061-16/+2
* core/fs: clean up, fix and improve the internal readdir() interfacesH. Peter Anvin2010-03-061-2/+13
* Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-0/+4
* readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-041-0/+6
* Add simplified toupper, tolower, str[n]casecmp to coreH. Peter Anvin2010-03-011-0/+25
* fs: add no_next_extent() dummy functionH. Peter Anvin2010-02-281-0/+3
* core: fs: get rid of the prev_extent memberH. Peter Anvin2010-02-281-2/+2
* core: get rid of unmangle_name completelysyslinux-4.00-pre31H. Peter Anvin2010-02-282-3/+0
* core: remove unmangle_nameH. Peter Anvin2010-02-281-2/+0
* core: don't use "const volatile" in __jiffies definitionH. Peter Anvin2010-02-281-1/+1
* fat: use generic_getfssec(), fix generic_getfssec(), add dprintfH. Peter Anvin2010-02-261-1/+1
* fs: add generic getfssecH. Peter Anvin2010-02-261-2/+25
* core: fix double free of pathbuf, constify iget filename, fix iso9660H. Peter Anvin2010-02-241-1/+1
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-1/+3
* core: add a direct 32-bit APIH. Peter Anvin2010-02-233-0/+10
* cache: fix _get_cache_block() return, add lock_cache_block()H. Peter Anvin2010-02-161-0/+1
* cache: update the metadata cache designH. Peter Anvin2010-02-162-12/+11
* fs: centralize symlink handlingH. Peter Anvin2010-02-151-1/+1
* fs: reference-count inodes, fix generic loadconfigH. Peter Anvin2010-02-151-1/+16
* config: allow a chdir at the time a new configuration file is loadedH. Peter Anvin2010-02-142-1/+7
* fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-131-14/+39
* fs: fix cwd setting for FAT/iso9660/extfssyslinux-4.00-pre18H. Peter Anvin2010-02-101-9/+2
* Merge branch 'fsc' into pathbasedH. Peter Anvin2010-02-104-17/+45
|\
| * codepage: add a lower-case tableH. Peter Anvin2010-02-041-1/+2
| * FAT: cache file position, re-enable codepagesH. Peter Anvin2010-02-041-0/+26
| * core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin2010-01-252-9/+11
| * core/fs: make it more explicit sector size is per filesystemH. Peter Anvin2010-01-252-7/+6
| * fs.h: fix prototypeH. Peter Anvin2010-01-251-1/+1
* | pathbased:btrfs: initial subvol supportAlek Du2010-01-131-0/+1
|/
* Merge commit 'liu/master' into fscH. Peter Anvin2009-12-283-11/+84
|\
| * vfs: add the readdir stuff supportLiu Aleaxander2009-12-151-1/+0
| * core: some cleanupsLiu Aleaxander2009-12-142-4/+1
| * ISOLINUX: applying the generic path-lookup to iso9660 fsLiu Aleaxander2009-12-141-0/+4
| * LDLINUX:vfat: Improve the fat fs relative path searchingLiu Aleaxander2009-12-101-2/+8
| * FS: add a new fs flag and do a better searchdir-checkLiu Aleaxander2009-11-201-1/+2
| * EXTLINUX: simplify the ext2_fs_init functionLiu Aleaxander2009-11-201-2/+2
| * core:fs: Use a much better union structure in file structureLiu Aleaxander2009-11-201-7/+12
| * Added a generic path_lookup method in vfsYuanhan Liu2009-10-252-8/+67
|/