summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* pxe: don't corrupt the length of an RRQ packet on retryH. Peter Anvin2010-06-251-1/+4
* pxe: fix the unload sequenceH. Peter Anvin2010-06-242-16/+24
* pxe: fix ip_ok()H. Peter Anvin2010-06-242-8/+10
* fs: enforce filetypes in open_fileH. Peter Anvin2010-06-231-5/+13
* opendir: enforce the file typeH. Peter Anvin2010-06-231-2/+9
* pxe: set the file type in the inode structureH. Peter Anvin2010-06-231-0/+1
* pxe: fix the timeout logic for RRQsyslinux-4.00-pre57H. Peter Anvin2010-06-221-28/+22
* pxe: fix bugs in DHCP parsing and config file selectionH. Peter Anvin2010-06-222-60/+57
* pxe: correct the generation of the UUID stringH. Peter Anvin2010-06-221-5/+5
* diskstart: if no partition table, we need Hidden == 0syslinux-4.00-pre56H. Peter Anvin2010-06-221-5/+11
* core: Make cfarcall IF-preservingH. Peter Anvin2010-06-211-2/+9
* comboot: allow the read disk API call to specify a 64-bit LBAH. Peter Anvin2010-06-211-2/+2
* core, adv: for CHS mode, the top 40 LBA bits must be zeroH. Peter Anvin2010-06-211-0/+4
* pxelinux: use alignb not alignz in a bss sectionsH. Peter Anvin2010-06-211-1/+1
* 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