summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core: fix lowmem mallocH. Peter Anvin2010-02-244-3/+6
* core: move aligned segments earlierH. Peter Anvin2010-02-241-17/+18
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-2315-256/+418
* pxe: clean up/fix generation of ipappend stringsH. Peter Anvin2010-02-234-40/+22
* fs/pxe: drop the use of PKTBUF_SEGH. Peter Anvin2010-02-233-34/+28
* Merge branch 'pxefix' into pathbasedH. Peter Anvin2010-02-231-0/+4
|\
| * pxe: set the block size in the fs structureH. Peter Anvin2010-02-231-0/+4
* | core: add a direct 32-bit APIH. Peter Anvin2010-02-236-3/+61
* | pathbased:btrfs use iget interface and leverage general search routingAlek Du2010-02-232-175/+81
* | core/com32.inc: warn about possible double use of core_xfer_bufH. Peter Anvin2010-02-211-0/+3
|/
* core: rewrite loadhigh in CH. Peter Anvin2010-02-212-62/+121
* com32: go back to using real_mode_seg as bounce bufferH. Peter Anvin2010-02-211-1/+1
* core: let xfer_buf_seg, real_mode_seg be assigned by the linkerH. Peter Anvin2010-02-219-22/+50
* core: use vk_append for function 0016h temp storagesyslinux-4.00-pre24H. Peter Anvin2010-02-161-13/+14
* core: remove stray -DDEBUGH. Peter Anvin2010-02-161-2/+0
* ext2: handle symlinks larger than a single blockH. Peter Anvin2010-02-161-5/+33
* ext2: a zero block number is actually legitH. Peter Anvin2010-02-161-4/+5
* ext2: drop any 64K limitH. Peter Anvin2010-02-162-6/+4
* fs: move the disk cache into high memoryH. Peter Anvin2010-02-162-14/+7
* ext2: fix confusion between logical and physical block numbersH. Peter Anvin2010-02-161-2/+2
* cache: fix cache initializationH. Peter Anvin2010-02-161-14/+14
* fs: move cache_init() into fs_init, to handle special needsH. Peter Anvin2010-02-164-3/+26
* ext2: fix bmap block number breakageH. Peter Anvin2010-02-161-12/+9
* cache: fix _get_cache_block() return, add lock_cache_block()H. Peter Anvin2010-02-162-7/+23
* cache: update the metadata cache designH. Peter Anvin2010-02-168-235/+197
* core: move fs-related C files into fs/H. Peter Anvin2010-02-166-0/+0
* core: remove obsolete assembly strecpy.incH. Peter Anvin2010-02-161-28/+0
* core: remove obsolete assembly cache.incH. Peter Anvin2010-02-161-114/+0
* fs: use malloc'd mutable pathname bufferssyslinux-4.00-pre23H. Peter Anvin2010-02-161-48/+80
* ext2: clean up types in the bmap functionsH. Peter Anvin2010-02-163-124/+123
* generic_close_file: use put_inode(), not free_inode()H. Peter Anvin2010-02-161-1/+1
* btrfs: use generic_load_configsyslinux-4.00-pre22H. Peter Anvin2010-02-151-16/+1
* fs: centralize symlink handlingH. Peter Anvin2010-02-153-79/+74
* fs: reference-count inodes, fix generic loadconfigH. Peter Anvin2010-02-1510-110/+106
* core: separate bcopyxx code and data; use linker-generated symbolsH. Peter Anvin2010-02-154-28/+39
* memmove: don't reverse copy if there is no overlapH. Peter Anvin2010-02-151-3/+6
* bootsect.inc: change 100000h -> free_high_memorysyslinux-4.00-pre21H. Peter Anvin2010-02-141-3/+3
* pxelinux: remove USE_PXE_PROVIDED_STACKH. Peter Anvin2010-02-141-20/+6
* Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-147-28/+55
|\
| * pxelinux: complete but disable debugging code, not for productionsyslinux-3.85-pre10H. Peter Anvin2010-02-121-5/+14
| * core: document the stack location, use STACK_TOP throughoutH. Peter Anvin2010-02-124-7/+12
| * pxelinux: move the stack to avoid AMI BIOS bugH. Peter Anvin2010-02-123-8/+24
| * pxelinux: give our own IP address in the "derivate info" API callH. Peter Anvin2010-02-061-0/+2
| * pxelinux: call reset_pxe before local bootsyslinux-3.85-pre6H. Peter Anvin2010-02-051-0/+1
* | config: allow a chdir at the time a new configuration file is loadedH. Peter Anvin2010-02-1413-39/+98
* | fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-1318-353/+412
* | fs: fix cwd setting for FAT/iso9660/extfssyslinux-4.00-pre18H. Peter Anvin2010-02-104-26/+19
* | pathbased: Add FAT support to extlinux and let FAT be "true" pathbasedAlek Du2010-02-102-92/+104
* | Merge branch 'fsc' into pathbasedH. Peter Anvin2010-02-1021-642/+858
|\ \
| * | PXE: fix the EFI localboot hackH. Peter Anvin2010-02-052-17/+26