summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* pxelinux: fix the handling of KeepPXEH. Peter Anvin2009-04-144-21/+14
* core: unbreak "make depend", fix make spotlessH. Peter Anvin2009-04-062-4/+5
* ipappend: clean up ipappend code; add ipappend to plain cmdlineH. Peter Anvin2009-04-064-45/+60
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-0414-5/+19
* com32: fix the argument orderH. Peter Anvin2009-04-011-1/+1
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-1/+2
* Banner: "and contributors" is just too long; try "et al"H. Peter Anvin2009-03-314-4/+4
* Fix the new kernel command-line parsersyslinux-3.74-pre14H. Peter Anvin2009-03-301-2/+3
* Add "and contributors" to the copyright bannerH. Peter Anvin2009-03-214-4/+4
* getc: move parseint_esdi out of the getint control flowH. Peter Anvin2009-03-201-15/+14
* runkernel: further simplify the command-line parsersyslinux-3.74-pre8H. Peter Anvin2009-03-181-38/+33
* Refactor command line parsing; support "quiet" optionsyslinux-3.74-pre7H. Peter Anvin2009-03-186-90/+176
* */Makefile: fixes for older versions of NASMH. Peter Anvin2009-03-161-2/+2
* */Makefile: use -include when including dependenciesH. Peter Anvin2009-03-161-2/+2
* SYSLINUX: fix handling of .bss files for FAT12/FAT16H. Peter Anvin2009-03-162-11/+15
* isolinux: split MaxTransfer for HD and CD modesH. Peter Anvin2009-03-161-5/+7
* runkernel: when computing initrd address, skip fractional pagesH. Peter Anvin2009-03-111-1/+7
* YEAR is a number, not a stringH. Peter Anvin2009-02-274-8/+12
* pxelinux: abstract the handling of PXENV+ and !PXEH. Peter Anvin2009-02-271-96/+55
* Use YEAR, not the obsolete macro yearH. Peter Anvin2009-02-275-9/+4
* Revert "bcopy32: move descriptor count into ecx after reload"H. Peter Anvin2009-02-261-1/+0
* bcopy32: move descriptor count into ecx after reloadH. Peter Anvin2009-02-241-0/+1
* pxelinux: workaround for old versions of NASMH. Peter Anvin2009-02-211-2/+3
* pxelinux: InitStack is only 16-bit seg:offH. Peter Anvin2009-02-181-1/+1
* pxelinux: simplify the detection of the API structureH. Peter Anvin2009-02-181-69/+28
* Merge branch 'dir'H. Peter Anvin2009-02-165-4/+451
|\
| * ldlinux: move es manipulation into ucs2_to_cpH. Peter Anvin2009-02-101-6/+4
| * ldlinux: readdir: trivial optimizationH. Peter Anvin2009-02-101-4/+3
| * ldlinux: fix interface to ucs2_to_cpH. Peter Anvin2009-02-101-4/+4
| * Merge branch 'charset' into dirH. Peter Anvin2009-02-101-3/+25
| |\
| | * Reorganize the codepage handling to allow ucs2 -> codepage conversionH. Peter Anvin2009-01-251-3/+25
| * | COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm2009-02-095-1/+429
* | | pxelinux: compactify the getting cached packets messageH. Peter Anvin2009-02-161-4/+8
* | | pxelinux: Minimum size for PXENV+ is 0x28 bytesH. Peter Anvin2009-02-161-0/+3
* | | pxelinux: clean up and correct the entry point searchH. Peter Anvin2009-02-161-94/+116
|/ /
* | Add comboot interface to access the keyboard remapping tableH. Peter Anvin2009-02-031-1/+16
* | parseconfig.inc: use "skipline" where appropriateH. Peter Anvin2009-01-311-2/+2
* | Make sure we eat the input when ignoring a DEFAULT commandH. Peter Anvin2009-01-312-11/+13
* | Fix the new "UI" directiveSebastian Herbszt2008-12-141-0/+1
* | Add new "UI" directive instead of abusing the DEFAULT directiveH. Peter Anvin2008-12-144-7/+14
|/
* PXELINUX: local domain is option 15, not option 16syslinux-3.73-pre7H. Peter Anvin2008-12-011-1/+1
* core/Makefile: fix dependency generation with old versions of NASMH. Peter Anvin2008-12-011-1/+6
* e820: pre-initialize bufferH. Peter Anvin2008-10-131-0/+5
* Support "extended attributes" for INT 15h, AX=E820hH. Peter Anvin2008-10-131-2/+12
* Add CD-ROM mode query to the COM32 interfaceH. Peter Anvin2008-10-101-0/+4
* Add Tab display of labelssyslinux-3.72-pre6H. Peter Anvin2008-09-094-0/+48
* parsecmd: show keyword in err_noparm messageSebastian Herbszt2008-09-091-3/+5
* isolinux: save a few bytesH. Peter Anvin2008-09-081-2/+1
* isolinux: save a few bytes to make sure we actually fitH. Peter Anvin2008-09-081-12/+7
* isolinux: display BIOS typeH. Peter Anvin2008-09-051-8/+28