| Commit message (Expand) | Author | Age | Files | Lines |
* | ldlinux: fixes bug that happens when using fullpath for a COM32 module | Andre Ericson | 2012-06-08 | 1 | -1/+1 |
* | elflink: Fix boot sector booting | Matt Fleming | 2012-06-07 | 1 | -0/+3 |
* | fs.h: A slighly more useful default PATH | H. Peter Anvin | 2012-05-18 | 1 | -1/+1 |
* | core: Add open_config() prototype | Matt Fleming | 2012-04-17 | 1 | -0/+1 |
* | core: Abstract search_config() into search_dirs() | Matt Fleming | 2012-03-23 | 1 | -2/+3 |
* | ldlinux: Avoid initialised data memory corruption | Matt Fleming | 2012-03-23 | 1 | -0/+1 |
* | core: Fix ldlinux.c32 failing to load when not installed in "/" | Matt Fleming | 2011-07-12 | 1 | -0/+4 |
* | ldlinux: PATH-based module lookup | Matt Fleming | 2011-06-06 | 1 | -0/+2 |
* | core: change load_config() to open_config() | H. Peter Anvin | 2011-05-27 | 1 | -3/+4 |
* | Merge branch 'master' into elflink-merge | H. Peter Anvin | 2010-08-12 | 1 | -2/+0 |
|\ |
|
| * | diskio: fix name for secpercyl field, remove unused type field | H. Peter Anvin | 2010-07-17 | 1 | -2/+0 |
| * | core: merge the configfile-searching code, isolinux generic names | H. Peter Anvin | 2010-07-02 | 1 | -0/+1 |
| * | PM getcwd(); Fix COM32 getcwd | Gene Cumm | 2010-06-26 | 1 | -0/+3 |
| * | core, fs: handle .. resolution in the filesystem core | H. Peter Anvin | 2010-06-25 | 1 | -5/+3 |
* | | elflink: core: rename getcwd() to avoid conflict | Feng Tang | 2010-07-20 | 1 | -1/+1 |
* | | elflink: merge 4.01 fs part | Feng Tang | 2010-07-20 | 1 | -5/+7 |
|/ |
|
* | fs: get rid of enum inode_mode | H. Peter Anvin | 2010-03-09 | 1 | -13/+0 |
* | pxe: use an inode structure for pxesyslinux-4.00-pre36 | H. Peter Anvin | 2010-03-06 | 1 | -16/+2 |
* | core/fs: clean up, fix and improve the internal readdir() interfaces | H. Peter Anvin | 2010-03-06 | 1 | -2/+13 |
* | Add 32-bit versions of open file/close file | H. Peter Anvin | 2010-03-06 | 1 | -0/+4 |
* | readdir: replace opendir/readdir/closedir API with a 32-bit API | H. Peter Anvin | 2010-03-04 | 1 | -0/+6 |
* | fs: add no_next_extent() dummy function | H. Peter Anvin | 2010-02-28 | 1 | -0/+3 |
* | core: fs: get rid of the prev_extent member | H. Peter Anvin | 2010-02-28 | 1 | -2/+2 |
* | core: get rid of unmangle_name completelysyslinux-4.00-pre31 | H. Peter Anvin | 2010-02-28 | 1 | -2/+0 |
* | core: remove unmangle_name | H. Peter Anvin | 2010-02-28 | 1 | -2/+0 |
* | fat: use generic_getfssec(), fix generic_getfssec(), add dprintf | H. Peter Anvin | 2010-02-26 | 1 | -1/+1 |
* | fs: add generic getfssec | H. Peter Anvin | 2010-02-26 | 1 | -2/+25 |
* | core: fix double free of pathbuf, constify iget filename, fix iso9660 | H. Peter Anvin | 2010-02-24 | 1 | -1/+1 |
* | core: add a direct 32-bit API | H. Peter Anvin | 2010-02-23 | 1 | -0/+1 |
* | cache: update the metadata cache design | H. Peter Anvin | 2010-02-16 | 1 | -2/+4 |
* | fs: centralize symlink handling | H. Peter Anvin | 2010-02-15 | 1 | -1/+1 |
* | fs: reference-count inodes, fix generic loadconfig | H. Peter Anvin | 2010-02-15 | 1 | -1/+16 |
* | config: allow a chdir at the time a new configuration file is loaded | H. Peter Anvin | 2010-02-14 | 1 | -1/+4 |
* | fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19 | H. Peter Anvin | 2010-02-13 | 1 | -14/+39 |
* | fs: fix cwd setting for FAT/iso9660/extfssyslinux-4.00-pre18 | H. Peter Anvin | 2010-02-10 | 1 | -9/+2 |
* | core/fs: abstract filesystem, use cache for ext2 group descriptors | H. Peter Anvin | 2010-01-25 | 1 | -8/+9 |
* | core/fs: make it more explicit sector size is per filesystem | H. Peter Anvin | 2010-01-25 | 1 | -4/+6 |
* | fs.h: fix prototype | H. Peter Anvin | 2010-01-25 | 1 | -1/+1 |
* | Merge commit 'liu/master' into fsc | H. Peter Anvin | 2009-12-28 | 1 | -10/+79 |
|\ |
|
| * | vfs: add the readdir stuff support | Liu Aleaxander | 2009-12-15 | 1 | -1/+0 |
| * | core: some cleanups | Liu Aleaxander | 2009-12-14 | 1 | -3/+1 |
| * | ISOLINUX: applying the generic path-lookup to iso9660 fs | Liu Aleaxander | 2009-12-14 | 1 | -0/+4 |
| * | LDLINUX:vfat: Improve the fat fs relative path searching | Liu Aleaxander | 2009-12-10 | 1 | -2/+8 |
| * | FS: add a new fs flag and do a better searchdir-check | Liu Aleaxander | 2009-11-20 | 1 | -1/+2 |
| * | EXTLINUX: simplify the ext2_fs_init function | Liu Aleaxander | 2009-11-20 | 1 | -2/+2 |
| * | core:fs: Use a much better union structure in file structure | Liu Aleaxander | 2009-11-20 | 1 | -7/+12 |
| * | Added a generic path_lookup method in vfs | Yuanhan Liu | 2009-10-25 | 1 | -8/+62 |
|/ |
|
* | Core: get rid of passing com32sys_t structure as parameter in PMode | Liu Aleaxander | 2009-08-31 | 1 | -1/+1 |
* | Core: code clean -- re-style the unstyle code | Liu Aleaxander | 2009-08-28 | 1 | -3/+3 |
* | Core: vfs-dir stuff cleaned | Liu Aleaxander | 2009-08-28 | 1 | -1/+1 |