| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43 | H. Peter Anvin | 2010-05-12 | 1 | -2/+4 |
| * | core: move idle handling into protected mode | H. Peter Anvin | 2010-03-30 | 1 | -3/+5 |
| * | fs: get rid of enum inode_mode | H. Peter Anvin | 2010-03-09 | 1 | -13/+0 |
| * | core: don't bother zeroing the disk cache and heap | H. Peter Anvin | 2010-03-06 | 1 | -2/+7 |
| * | 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 |
| * | Add simplified toupper, tolower, str[n]casecmp to core | H. Peter Anvin | 2010-03-01 | 1 | -0/+25 |
| * | 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 | 2 | -3/+0 |
| * | core: remove unmangle_name | H. Peter Anvin | 2010-02-28 | 1 | -2/+0 |
| * | core: don't use "const volatile" in __jiffies definition | H. Peter Anvin | 2010-02-28 | 1 | -1/+1 |
| * | 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: use better malloc; add low memory malloc; fix com32 exit | H. Peter Anvin | 2010-02-23 | 1 | -1/+3 |
| * | core: add a direct 32-bit API | H. Peter Anvin | 2010-02-23 | 3 | -0/+10 |
| * | cache: fix _get_cache_block() return, add lock_cache_block() | H. Peter Anvin | 2010-02-16 | 1 | -0/+1 |
| * | cache: update the metadata cache design | H. Peter Anvin | 2010-02-16 | 2 | -12/+11 |
| * | 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 | 2 | -1/+7 |
| * | 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 |
| * | Merge branch 'fsc' into pathbased | H. Peter Anvin | 2010-02-10 | 4 | -17/+45 |
| |\ |
|
| | * | codepage: add a lower-case table | H. Peter Anvin | 2010-02-04 | 1 | -1/+2 |
| | * | FAT: cache file position, re-enable codepages | H. Peter Anvin | 2010-02-04 | 1 | -0/+26 |
| | * | core/fs: abstract filesystem, use cache for ext2 group descriptors | H. Peter Anvin | 2010-01-25 | 2 | -9/+11 |
| | * | core/fs: make it more explicit sector size is per filesystem | H. Peter Anvin | 2010-01-25 | 2 | -7/+6 |
| | * | fs.h: fix prototype | H. Peter Anvin | 2010-01-25 | 1 | -1/+1 |
| * | | pathbased:btrfs: initial subvol support | Alek Du | 2010-01-13 | 1 | -0/+1 |
| |/ |
|
| * | Merge commit 'liu/master' into fsc | H. Peter Anvin | 2009-12-28 | 3 | -11/+84 |
| |\ |
|
| | * | vfs: add the readdir stuff support | Liu Aleaxander | 2009-12-15 | 1 | -1/+0 |
| | * | core: some cleanups | Liu Aleaxander | 2009-12-14 | 2 | -4/+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 | 2 | -8/+67 |
| |/ |
|
| * | core: hook INT 1Ch for a simple monotonic timer | H. Peter Anvin | 2009-09-02 | 1 | -0/+8 |
| * | core: pxe: port the PXE idle function to C | H. Peter Anvin | 2009-09-01 | 1 | -1/+3 |
| * | Core: get rid of passing com32sys_t structure as parameter in PMode | Liu Aleaxander | 2009-08-31 | 2 | -2/+2 |
| * | Core:pxelinux: code clean | Liu Aleaxander | 2009-08-30 | 1 | -46/+0 |
| * | Core:pxelinux: unload_pxe converted. | Liu Aleaxander | 2009-08-30 | 1 | -0/+2 |
| * | Core:pxelinux: code clean--removes the unused variables in ASM file | Liu Aleaxander | 2009-08-30 | 1 | -3/+1 |