summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* extlinux.asm: update copyright headerext4H. Peter Anvin2009-02-091-3/+3
* ext2_fs.inc: add ext4 constants and definitionsH. Peter Anvin2009-02-091-6/+50
* 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
* ISOLINUX: fix EBIOS information passing in hybrid HDD modeH. Peter Anvin2008-09-051-1/+4
* ISOLINUX: support for hybrid mode (CD-ROM/USB key)H. Peter Anvin2008-09-051-17/+238
* core/Makefile: iso%.bin depends on checksumiso.plH. Peter Anvin2008-09-051-1/+1
* checksumiso: pad isolinux.bin to a sector boundaryH. Peter Anvin2008-09-051-3/+18
* isolinux: return failure when opening a zero-length fileH. Peter Anvin2008-09-021-1/+2
* core/Makefile: The core is an embedded targetH. Peter Anvin2008-08-221-21/+1
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-15/+14
* Simplify and fix label string scanningH. Peter Anvin2008-07-222-15/+7
* parseconfig, ui: store the label name unmangledSebastian Herbszt2008-07-222-4/+27
* core/runkernel.inc: remove dead codesyslinux-3.71-pre16Sergey Vlasov2008-07-221-6/+0
* Fix initrd overwriting the kernel for some kernel sizesSergey Vlasov2008-07-221-0/+2
* Fix loading of *.lkrn images from gPXESergey Vlasov2008-07-221-7/+6
* Correctly parse "serial" statements with no baud rateH. Peter Anvin2008-07-171-7/+6
* isolinux: rename CurDir to CurrentDirSebastian Herbszt2008-07-161-8/+8
* adv: fix the handling of the ADV with CBIOSH. Peter Anvin2008-07-161-25/+39
* parseconfig: fix invalid mangle_name assumptionH. Peter Anvin2008-07-161-1/+1
* gen-id: only truncate tags starting with syslinux-<version>-H. Peter Anvin2008-07-151-1/+1
* Reformat overwide commentH. Peter Anvin2008-07-151-11/+15
* keymap, font: use readc, so we can handle indeterminate file sizessyslinux-3.71-pre10H. Peter Anvin2008-07-143-30/+42
* getc: add "readc" function to do block readsH. Peter Anvin2008-07-141-0/+20
* conio: jump to loadkeys_ret in loadkeys if size not 256 bytessyslinux-3.71-pre9Sebastian Herbszt2008-07-141-0/+2
* Fix residual use of DX:AX in the KEYMAP commandH. Peter Anvin2008-07-131-6/+2
* ldlinux: CurrentDir not set if syslinux.cfg is missingSebastian Herbszt2008-07-091-0/+2
* Make version.mk optional, so cleaning commands worksyslinux-3.71-pre6H. Peter Anvin2008-07-071-1/+1
* Share the gen-id stuff between core and memdiskH. Peter Anvin2008-07-074-47/+2
* Centralize more of the version number machineryH. Peter Anvin2008-07-076-7/+8
* Drop macros that just point to other macrosH. Peter Anvin2008-07-075-7/+5
* comboot: re-enable the idle callsyslinux-3.71-pre5H. Peter Anvin2008-07-071-4/+2
* comboot: make sure we CLD at all relevant entry pointsH. Peter Anvin2008-07-071-1/+6
* comboot.inc: add missing "section .text"H. Peter Anvin2008-07-071-0/+2
* comboot: save/restore all the DOS vectors; handle a few moreH. Peter Anvin2008-07-071-16/+85
* Include the git ID in the build stringH. Peter Anvin2008-07-072-1/+23
* Allow the initrd to be specified on a separate linesyslinux-3.71-pre4H. Peter Anvin2008-07-038-45/+49