summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* btrfs: beginning of btrfs supportbtrfsH. Peter Anvin2009-08-149-7/+2900
* core: kaboom.c: file missing from previous checkinH. Peter Anvin2009-08-131-0/+16
* core: cleaner way to call kaboom from 32-bit codeH. Peter Anvin2009-08-123-10/+18
* core: use stpcpy() as generic_unmangle_name()H. Peter Anvin2009-08-126-12/+10
* iso9660: adjust to the new VFSH. Peter Anvin2009-08-121-110/+114
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-1214-151/+124
* core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-1211-188/+5
* core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-1112-169/+232
* Merge commit 'liu/master' into fscsyslinux-4.00-pre2H. Peter Anvin2009-08-114-45/+47
|\
| * Core:SYSLINUX: make searchdir do workLiu Aleaxander2009-08-113-24/+27
| * Core:SYSLINUX: fix the vfat_searchdirLiu Aleaxander2009-08-114-26/+25
* | pxe: more tweaks to the open (searchdir) routineH. Peter Anvin2009-08-111-131/+114
* | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-113-270/+162
|/
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-106-53/+42
* core: add missing (void), drop casts for Files[], cleanupsH. Peter Anvin2009-08-102-14/+13
* ext2: fix missing (void), use standard form for loopH. Peter Anvin2009-08-101-5/+5
* Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-1016-229/+202
|\
| * Core:pxelinux: improves the tftp options parsingLiu Aleaxander2009-08-091-8/+5
| * pxe: fix OACK packet handlingLiu Aleaxander2009-08-091-3/+8
| * Core: code-cleanLiu Aleaxander2009-08-083-35/+3
| * Core: unmangle_name convertedLiu Aleaxander2009-08-0814-97/+85
| * Core:EXTLINUX: fix the bug of open_file_t struct in extlinuxLiu Aleaxander2009-08-081-1/+3
| * Core: move the comman externs to core.hLiu Aleaxander2009-08-085-10/+4
| * Core: add _static_ statement to all fsLiu Aleaxander2009-08-084-84/+82
| * core:PXELINUX: fix the OACK option parsing bug.Liu Aleaxander2009-08-081-13/+13
| * Core: get the rid of the ld warningsLiu Aleaxander2009-08-083-6/+7
* | core/diskstart.inc: make the root filesystem a configurableH. Peter Anvin2009-08-103-19/+11
* | core: merge ldlinux.asm and extlinux.asmH. Peter Anvin2009-08-094-401/+210
* | Merge branch 'core32' into fscH. Peter Anvin2009-08-095-40/+55
|\ \ | |/ |/|
| * core: remove hack for dynamic symbol table generationcore32H. Peter Anvin2009-08-092-15/+3
| * Merge branch 'master' into core32H. Peter Anvin2009-08-083-25/+52
| |\
| | * graphics: actually do 32-bit writes to VGAH. Peter Anvin2009-07-301-2/+2
| | * graphics: trivial optimization of old-style graphic modesyslinux-3.83-pre4H. Peter Anvin2009-07-301-24/+47
| | * PXELINUX: allow filenames up to 251 characters longsyslinux-3.83-pre2H. Peter Anvin2009-07-282-1/+3
* | | Merge branch 'core32' into fscH. Peter Anvin2009-08-076-23/+86
|\ \ \ | |/ /
| * | core: include exported symbol informationH. Peter Anvin2009-07-093-3/+27
| * | syslinux.ld: add support for .ctors and .dtorsH. Peter Anvin2009-07-081-2/+22
| * | core: give 64K to the PM stackH. Peter Anvin2009-07-071-2/+2
| * | core/rllpack.c: fix some particular bad formattingH. Peter Anvin2009-07-011-7/+7
| * | core: assume NASM 2.03 or later, so we can use -MD for depsH. Peter Anvin2009-06-241-3/+1
| * | core: generate DWARF debugging info from NASMH. Peter Anvin2009-06-241-1/+1
| * | Merge branch 'master' into core32H. Peter Anvin2009-06-141-3/+18
| |\ \ | | |/
| | * PXELINUX: when chaining an NBP, restore *all* registersH. Peter Anvin2009-06-141-5/+11
| | * bootsect: zero memory above a chainloaded boot sector/NBPH. Peter Anvin2009-06-141-2/+11
| * | Merge branch 'master' into core32H. Peter Anvin2009-06-093-14/+32
| |\ \ | | |/
| | * pxelinux: actually stop parsing on a null optionsyslinux-3.82H. Peter Anvin2009-06-091-1/+2
| | * pxelinux: revert to using TFTP error 8H. Peter Anvin2009-06-091-1/+2
| | * pxelinux: cleaner test for OACK trailing null bytesH. Peter Anvin2009-06-091-9/+9
| | * PXELINUX: handle OACK packets with extra NULs, cleaner TFTP errorsyslinux-3.82-pre5H. Peter Anvin2009-06-081-11/+21
| | * core: prevent buggy INT 13h from leaving IF=0syslinux-3.82-pre4H. Peter Anvin2009-06-042-3/+9