summaryrefslogtreecommitdiff
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
* netinet/in.h: add __constfunc to inlinesH. Peter Anvin2009-08-121-4/+5
* netinet/in.h: put in explicit casts for all the hton/ntoh macrosH. Peter Anvin2009-08-121-6/+6
* 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
* com32: remove strpcpy() - we already have stpcpy()H. Peter Anvin2009-08-124-23/+2
* 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-116-50/+54
|\
| * Core:SYSLINUX: make searchdir do workLiu Aleaxander2009-08-114-28/+31
| * Core:SYSLINUX: fix the vfat_searchdirLiu Aleaxander2009-08-116-27/+28
* | pxe: more tweaks to the open (searchdir) routineH. Peter Anvin2009-08-111-131/+114
* | netinet/in.h: adjust hton/ntoh macros to be true constantsH. Peter Anvin2009-08-111-11/+20
* | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-115-755/+695
|/
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-106-53/+42
* MCONFIG: update GCCOPTH. Peter Anvin2009-08-103-0/+15
* 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-0911-95/+334
|\ \ | |/ |/|
| * core: remove hack for dynamic symbol table generationcore32H. Peter Anvin2009-08-092-15/+3
| * Merge branch 'master' into core32H. Peter Anvin2009-08-089-80/+331
| |\
| | * NEWS: document isohybrid -id fixed.H. Peter Anvin2009-08-031-0/+1
| | * isohybrid: convert -id to a binary stringSteffen Winterfeldt2009-08-031-1/+1
| | * memdisk: remove unnecessary %ifdefsyslinux-3.83-pre6H. Peter Anvin2009-08-021-4/+0
| | * memdisk: don't set CX:DX for INT 13h AH=15h for floppiesH. Peter Anvin2009-08-022-5/+54
| | * MEMDISK: additional EDD DPT FieldsMiller, Shao2009-08-021-2/+2
| | * memdisk: correct the types for the EDD DPT, and write a real onesyslinux-3.83-pre5H. Peter Anvin2009-07-312-27/+41
| | * memdisk: don't write the EDD DPT unless we are in EDD mode...H. Peter Anvin2009-07-311-6/+8
| | * Merge commit 'andytim/freedos'H. Peter Anvin2009-07-302-0/+20
| | |\
| | | * [memdisk] Additional EDD Device Parameter Table fieldsShao Miller2009-07-312-0/+20
| | * | 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
| | * NEWS: document Thinkpad fixsyslinux-3.83-pre3H. Peter Anvin2009-07-301-0/+2
| | * memdisk: move temporary variables away from the EDD data blockH. Peter Anvin2009-07-301-6/+6
| | * memdisk: handle recursive INT 13h invocationH. Peter Anvin2009-07-301-12/+52