summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* diskstart: fix CHS mode, reinstate cyl 1023 checksyslinux-4.00-pre55H. Peter Anvin2010-06-211-12/+11
* diskstart: clean up GPT handlingH. Peter Anvin2010-06-211-9/+11
* dns: don't get stuck on no packet receivedsyslinux-4.00-pre54H. Peter Anvin2010-06-211-10/+5
* core: Preserve IF through call16()H. Peter Anvin2010-06-212-3/+17
* pxe: fix handling of lost packets in DNS resolutionH. Peter Anvin2010-06-212-78/+75
* pxe: properly null-terminate packet after tftp://H. Peter Anvin2010-06-211-1/+2
* pxe: correct the parsing of tftp:// URLsH. Peter Anvin2010-06-201-2/+2
* pxe: don't misidentify non-tftp URLs as tftpH. Peter Anvin2010-06-201-1/+1
* core: align the EPAsyslinux-4.00-pre53pathbasedH. Peter Anvin2010-06-201-0/+1
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-203-45/+4
* Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-201-12/+24
* pxe: mark ipinfo as IPv4H. Peter Anvin2010-06-181-0/+2
* core, pxe: remove stray debugging printfH. Peter Anvin2010-06-181-1/+0
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-187-43/+65
* Switch to 64-bit sector pointers everywhereH. Peter Anvin2010-06-152-56/+44
* core: add hlt to infinite loopH. Peter Anvin2010-06-141-1/+2
* Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin2010-06-141-181/+286
* fat: handle .. pointing back to the root directoryH. Peter Anvin2010-06-131-9/+27
* syslinux: Correctly handle the case of installing into the rootH. Peter Anvin2010-06-091-2/+6
* loadconfig: fold FAT pathname search into generic_load_configH. Peter Anvin2010-06-092-51/+36
* Unify instances of integer log2H. Peter Anvin2010-06-091-7/+2
* Make syslinux installer real "pathbased"Alek Du2010-06-092-6/+12
* syslinux: fix sector arraysAlek Du2010-05-201-2/+2
* Restore skip CR and LF in the comboot API copies of the banner stringsH. Peter Anvin2010-05-171-2/+2
* core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-149-52/+47
* diskstart: print CHS/EDD instead of CBIOS/EBIOSH. Peter Anvin2010-05-141-2/+2
* comboot: fix comapi_openSebastian Herbszt2010-05-141-0/+5
* FAT: need to track the current position past discontinuitiessyslinux-4.00-pre44H. Peter Anvin2010-05-131-25/+14
* diskio: compare to the proper pointerH. Peter Anvin2010-05-131-1/+1
* fat: fix confusion between byte and sector countsH. Peter Anvin2010-05-131-10/+11
* diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-126-22/+40
* syslinux.ld: don't pad between .got and .dataH. Peter Anvin2010-05-121-2/+0
* diskio: sanitize the reduced transfer sizesH. Peter Anvin2010-05-121-3/+6
* core: remove "Hello, World!" debugging messageH. Peter Anvin2010-05-103-14/+0
* core: fs: verify call to fs_ops->readdirSebastian Herbszt2010-04-011-2/+5
* core: move __jiffies and _IdleTimer to .data16syslinux-4.00-pre37H. Peter Anvin2010-03-302-8/+7
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-304-4/+4
|\
| * core: remove do_idle from pollcharH. Peter Anvin2010-03-304-1/+7
| * core: Workaround for Xen HVM HLT-in-real-mode bugH. Peter Anvin2010-03-302-2/+52
| * Clean up the version/copyright strings reported via the comboot APIH. Peter Anvin2010-03-302-5/+4
* | core: move idle handling into protected modeH. Peter Anvin2010-03-305-21/+73
* | Merge branch 'master' into pathbasedH. Peter Anvin2010-03-294-4/+17
|\ \ | |/
| * com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-291-1/+13
| * core: use MY_NAME for syslinux_bannerSebastian Herbszt2010-03-292-2/+2
* | fat: fix the type of get_inode_mode()H. Peter Anvin2010-03-091-6/+2
* | iso9660: set the type of get_inode_type()H. Peter Anvin2010-03-091-5/+2
* | fs: get rid of enum inode_modeH. Peter Anvin2010-03-096-41/+15
* | btrfs: Implement readdir operationAlek Du2010-03-081-12/+42
* | loadconfig: replace printf() with dprintf()H. Peter Anvin2010-03-081-1/+2
* | Changes missing from previous checkinH. Peter Anvin2010-03-073-50/+44