summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* read: handle the case of partial data from unreaddynamicH. Peter Anvin2009-08-102-6/+10
* lib: add unread() syscall; use it to implement ungetc()H. Peter Anvin2009-08-099-7/+114
* Merge branch 'core32' into dynamicH. Peter Anvin2009-08-091-1/+1
|\
| * core: remove hack for dynamic symbol table generationcore32H. Peter Anvin2009-08-092-15/+3
* | Merge branch 'core32' into dynamicH. Peter Anvin2009-08-089-80/+331
|\ \ | |/
| * 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
| | * PXELINUX: allow filenames up to 251 characters longsyslinux-3.83-pre2H. Peter Anvin2009-07-283-1/+4
| | * Merge commit 'syslinux-3.83-pre1'H. Peter Anvin2009-07-272-2/+2
| | |\
| | | * NEWS: document chain.c32 ISOLINUX fix.syslinux-3.83-pre1H. Peter Anvin2009-07-231-0/+1
| | | * chain.c32: set DL properly when loaded from ISOLINUXH. Peter Anvin2009-07-231-2/+1
| | * | gfxboot: remove obsolete message regarding pxelinux supportSebastian Herbszt2009-07-181-1/+0
| | * | gfxboot: parse TIMEOUT keywordSebastian Herbszt2009-07-181-2/+73
| | * | gfxboot: only call gfxboot core if labels are specifiedSebastian Herbszt2009-07-181-0/+9
| | * | gfxboot: display error message if bootlogo file not foundSebastian Herbszt2009-07-181-0/+9
| | * | gfxboot: change handling of keywordsSebastian Herbszt2009-07-181-23/+34
* | | | Add --hash-style=gnu to the relevant LDFLAGSH. Peter Anvin2009-08-022-2/+2
* | | | file: clear fp->i.buf when the buffer is freedH. Peter Anvin2009-08-022-0/+2
* | | | file: use malloc/free to allocate and free buffersH. Peter Anvin2009-08-025-12/+45
* | | | prepcore: print compression statisticsH. Peter Anvin2009-08-021-0/+6
* | | | core: cleaner way to remove .rel.dyn; mark bss segments (NOLOAD)H. Peter Anvin2009-07-242-13/+12
* | | | MCONFIG: add a rule for STRIPH. Peter Anvin2009-07-241-0/+1
* | | | syslinux.ld: fix definition of __dynstr_lenH. Peter Anvin2009-07-201-1/+1
* | | | Merge branch 'core32' into dynamicH. Peter Anvin2009-07-162-5/+27
|\ \ \ \ | |/ / /
| * | | extlinux: handle more than one sector of sector pointersH. Peter Anvin2009-07-161-5/+12
| * | | dos: add pointer to PE header in binaryH. Peter Anvin2009-07-101-0/+15
* | | | core: add the -E option to the ld command lineH. Peter Anvin2009-07-151-1/+1
* | | | core: remove dependency on symbols.SH. Peter Anvin2009-07-111-1/+1
* | | | Add __dynsym_len and __dynstr_lenH. Peter Anvin2009-07-101-0/+2
* | | | core: generate a .dynamic section with all that jazzH. Peter Anvin2009-07-093-19/+51
|/ / /
* | | com32: add openmem.o to the MakefileH. Peter Anvin2009-07-091-0/+1
* | | Add openmem() function to read from memory as if it were a fileH. Peter Anvin2009-07-094-9/+70
* | | 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
* | | Merge branch 'master' into core32H. Peter Anvin2009-07-050-0/+0
|\ \ \ | |/ /
| * | dosutil/Makefile: more complete structureH. Peter Anvin2009-07-051-8/+20