summaryrefslogtreecommitdiff
path: root/core/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* core: hook INT 1Ch for a simple monotonic timerH. Peter Anvin2009-09-021-0/+8
* core: pxe: port the PXE idle function to CH. Peter Anvin2009-09-011-1/+3
* Core: get rid of passing com32sys_t structure as parameter in PModeLiu Aleaxander2009-08-312-2/+2
* Core:pxelinux: code cleanLiu Aleaxander2009-08-301-46/+0
* Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-0/+2
* Core:pxelinux: code clean--removes the unused variables in ASM fileLiu Aleaxander2009-08-301-3/+1
* Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-281-3/+3
* Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-282-29/+1
* Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-282-11/+9
* Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-272-0/+44
* Core:PXELINUX: dnsrelov.inc convertedLiu Aleaxander2009-08-191-4/+4
* core: cleaner way to call kaboom from 32-bit codeH. Peter Anvin2009-08-121-1/+8
* core: use stpcpy() as generic_unmangle_name()H. Peter Anvin2009-08-121-1/+3
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-122-4/+19
* core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-124-606/+0
* core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-111-6/+21
* pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-111-166/+68
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-101-1/+3
* Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-103-5/+6
|\
| * Core: unmangle_name convertedLiu Aleaxander2009-08-081-1/+1
| * Core: move the comman externs to core.hLiu Aleaxander2009-08-081-3/+2
|/
* Core:PXELINUX: pxelinux derivative merged succeesfullyLiu Aleaxander2009-08-063-56/+53
* Core:PXELINUX: try to merge pxelinuxLiu Aleaxander2009-08-063-1/+372
* Core: changes the sector_t and block_t types to be uint64_tLiu Aleaxander2009-07-111-3/+2
* Merge branch 'isolinux'Liu Aleaxander2009-06-233-5/+22
|\