summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* PXE: fix the EFI localboot hackH. Peter Anvin2010-02-052-17/+26
* pxe: make gPXE workH. Peter Anvin2010-02-051-176/+162
* Merge branch 'master' into fscH. Peter Anvin2010-02-043-99/+177
|\
| * pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2010-02-032-108/+208
| * pxelinux: stop using the PXE-provided stackH. Peter Anvin2010-02-031-2/+2
* | fs: generic handling of single dot (.) in disk-based filesystemssyslinux-4.00-pre16H. Peter Anvin2010-02-041-23/+26
* | FAT: handle WinNT filename case flagsH. Peter Anvin2010-02-042-11/+17
* | codepage: add a lower-case tableH. Peter Anvin2010-02-041-1/+2
* | FAT: cache file position, re-enable codepagesH. Peter Anvin2010-02-045-100/+222
* | FAT: For FAT32, the root directory is a cluster chainsyslinux-4.00-pre15H. Peter Anvin2010-02-011-7/+13
* | Merge commit 'origin/master' into fscH. Peter Anvin2010-02-012-4/+8
|\ \ | |/
| * core: set QUIET_FLAG if we load Linux "quiet"H. Peter Anvin2010-02-012-4/+8
* | FAT: remove debugging printfsyslinux-4.00-pre14H. Peter Anvin2010-01-311-4/+1
* | FAT: fix FAT16/32 next cluster calculation, make more similar to FAT12H. Peter Anvin2010-01-311-10/+16
* | FAT: fix next_sector implementationsyslinux-4.00-pre13H. Peter Anvin2010-01-311-5/+5
* | Merge branch 'master' into fscsyslinux-4.00-pre12H. Peter Anvin2010-01-271-4/+4
|\ \ | |/
| * FAT: generate EOF depending on exceeding the number of clustersH. Peter Anvin2010-01-251-12/+20
| * ldlinux: fix FAT EOF detectionH. Peter Anvin2010-01-251-3/+6
| * runkernel: we only look at the first letter in vga=...H. Peter Anvin2010-01-251-4/+4
* | core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin2010-01-2510-171/+142
* | FAT: use an anonymous unionH. Peter Anvin2010-01-252-2/+2
* | FAT: deal with non-mirrored FATs for FAT32H. Peter Anvin2010-01-251-0/+6
* | core/fs: make it more explicit sector size is per filesystemH. Peter Anvin2010-01-256-25/+33
* | fs.h: fix prototypeH. Peter Anvin2010-01-251-1/+1
* | FAT: Compare cluster count to total number of clustersH. Peter Anvin2010-01-252-23/+23
* | FAT: handle the cluster number being 1H. Peter Anvin2010-01-251-1/+1
* | FAT: clean up cluster arithmeticH. Peter Anvin2010-01-251-7/+8
* | Merge commit 'origin/master' into fscH. Peter Anvin2010-01-242-5/+17
|\ \ | |/
| * Add support for "vga=current"H. Peter Anvin2010-01-221-4/+7
| * core: don't reset the video mode when invoking the kernelH. Peter Anvin2010-01-222-1/+10
* | core/diskio: correct the EDD parameter querysyslinux-4.00-pre10H. Peter Anvin2010-01-211-1/+7
* | core/diskstart: we don't have 64-bit partition offset just yet...H. Peter Anvin2010-01-211-1/+3
* | Merge branch 'master' into fscH. Peter Anvin2010-01-062-10/+17
|\ \ | |/
| * Update date to 2010H. Peter Anvin2010-01-062-1/+2
| * core: Remove the built-in defaultH. Peter Anvin2010-01-062-9/+15
* | btrfs: use malloc instead of static allocation for chunk mapDu, Alek2009-12-292-1/+9
* | btrfs: change func() to func(void)H. Peter Anvin2009-12-281-3/+3
* | isolinux: export kaboomH. Peter Anvin2009-12-281-0/+1
* | Merge commit 'liu/master' into fscH. Peter Anvin2009-12-2819-1693/+1827
|\ \
| * | vfs: add the readdir stuff supportLiu Aleaxander2009-12-157-34/+276
| * | EXTLINUX: fix the complie errorLiu Aleaxander2009-12-151-2/+1
| * | isofs: fix some coding style problems in iso9660.cLiu Aleaxander2009-12-141-17/+17
| * | core: some cleanupsLiu Aleaxander2009-12-146-58/+53
| * | ISOLINUX: applying the generic path-lookup to iso9660 fsLiu Aleaxander2009-12-144-426/+263
| * | vfs: turn off the cache debug informationLiu Aleaxander2009-12-101-2/+0
| * | LDLINUX:vfat: Oh, NO, I did fix the above bug in a wrong way!Liu Aleaxander2009-12-101-4/+10
| * | LDLINUX:vfat: fix the bug that can't find the program even it existsLiu Aleaxander2009-12-101-0/+1
| * | LDLINUX:vfat: Improve the fat fs relative path searchingLiu Aleaxander2009-12-104-38/+26
| * | LDLINUX: Applying the generic path_lookup to FAT fsLiu Aleaxander2009-12-093-581/+387
| * | FS: add a new fs flag and do a better searchdir-checkLiu Aleaxander2009-11-203-6/+7