| Commit message (Expand) | Author | Age | Files | Lines |
| * | diskstart: don't let the function number clobber the LBA | H. Peter Anvin | 2010-06-29 | 1 | -3/+7 |
| * | diskstart: if no partition info is available, use bsHiddensyslinux-4.00-pre63 | H. Peter Anvin | 2010-06-26 | 1 | -2/+7 |
| * | core: move PartInfo back to the top of stack | H. Peter Anvin | 2010-06-26 | 1 | -9/+8 |
| * | diskstart: if no partition table, we need Hidden == 0syslinux-4.00-pre56 | H. Peter Anvin | 2010-06-22 | 1 | -5/+11 |
| * | diskstart: fix CHS mode, reinstate cyl 1023 checksyslinux-4.00-pre55 | H. Peter Anvin | 2010-06-21 | 1 | -12/+11 |
| * | diskstart: clean up GPT handling | H. Peter Anvin | 2010-06-21 | 1 | -9/+11 |
| * | core: align the EPAsyslinux-4.00-pre53pathbased | H. Peter Anvin | 2010-06-20 | 1 | -0/+1 |
| * | Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52 | H. Peter Anvin | 2010-06-20 | 1 | -12/+24 |
| * | Switch to 64-bit sector pointers everywhere | H. Peter Anvin | 2010-06-15 | 1 | -36/+26 |
| * | core: add hlt to infinite loop | H. Peter Anvin | 2010-06-14 | 1 | -1/+2 |
| * | Implement !GPT protocol in Syslinux core; handle offset > 2 TB | H. Peter Anvin | 2010-06-14 | 1 | -181/+286 |
| * | diskstart: print CHS/EDD instead of CBIOS/EBIOS | H. Peter Anvin | 2010-05-14 | 1 | -2/+2 |
| * | diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43 | H. Peter Anvin | 2010-05-12 | 1 | -1/+1 |
| * | Merge branch 'master' into pathbased | H. Peter Anvin | 2010-03-30 | 1 | -3/+2 |
| |\ |
|
| | * | Clean up the version/copyright strings reported via the comboot API | H. Peter Anvin | 2010-03-30 | 1 | -3/+2 |
| * | | Merge branch 'master' into pathbasedsyslinux-4.00-pre20 | H. Peter Anvin | 2010-02-14 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | core: document the stack location, use STACK_TOP throughout | H. Peter Anvin | 2010-02-12 | 1 | -1/+1 |
| * | | Merge branch 'fsc' into pathbased | H. Peter Anvin | 2010-01-21 | 1 | -1/+3 |
| |\ \ |
|
| | * | | core/diskstart: we don't have 64-bit partition offset just yet... | H. Peter Anvin | 2010-01-21 | 1 | -1/+3 |
| * | | | pathbased: clean up diskstart address numbers, 256 byte subvols | H. Peter Anvin | 2010-01-13 | 1 | -16/+21 |
| * | | | pathbased:btrfs: initial subvol support | Alek Du | 2010-01-13 | 1 | -10/+11 |
| * | | | core: initial work on path-based cwd selection | H. Peter Anvin | 2010-01-06 | 1 | -4/+15 |
| |/ / |
|
| * | | Merge commit 'liu/master' into fsc | H. Peter Anvin | 2009-12-28 | 1 | -0/+1 |
| * | | core: merge cpuinit.inc into init.inc | H. Peter Anvin | 2009-09-02 | 1 | -2/+0 |
| * | | core/diskstart.inc: make the root filesystem a configurable | H. Peter Anvin | 2009-08-10 | 1 | -19/+5 |
| * | | Merge branch 'core32' into fsc | H. Peter Anvin | 2009-08-07 | 1 | -1/+7 |
| |\ \ |
|
| | * \ | Merge branch 'master' into core32 | H. Peter Anvin | 2009-06-09 | 1 | -1/+7 |
| | |\ \
| | |/ |
|
| | | * | core: prevent buggy INT 13h from leaving IF=0syslinux-3.82-pre4 | H. Peter Anvin | 2009-06-04 | 1 | -1/+7 |
| * | | | Merge branch 'isolinux' | Liu Aleaxander | 2009-06-23 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Core:ISOLINUX: convert the isolinux.asm to C | Liu Aleaxander | 2009-06-21 | 1 | -0/+1 |
| * | | | | Core:EXTLINUX: applies the path from hpa to EXTLINUX | Liu Aleaxander | 2009-06-20 | 1 | -2/+8 |
| |/ / / |
|
| * | | | Core: make vfs do the work | Liu Aleaxander | 2009-06-11 | 1 | -2/+26 |
| * | | | Core: Convert the searchdir function to C | Liu Aleaxander | 2009-06-05 | 1 | -0/+1 |
| * | | | extract the geting fs information code in asm to a C function fs_init | Liu Aleaxander | 2009-06-03 | 1 | -0/+1 |
| * | | | Convert the cache code to C and implement the core printf function | Liu Aleaxander | 2009-06-02 | 1 | -0/+1 |
| |/ / |
|
| * | | prepcore: error out if the compressed image is too large to load | H. Peter Anvin | 2009-06-01 | 1 | -1/+1 |
| * | | core/diskstart.inc: break transactions on 64K boundaries | H. Peter Anvin | 2009-05-14 | 1 | -1/+3 |
| * | | core/diskstart: handle more than 2^16 dwords | H. Peter Anvin | 2009-05-14 | 1 | -10/+11 |
| * | | core: handle more than 32K of code for disk-based derivatives | H. Peter Anvin | 2009-05-14 | 1 | -17/+39 |
| * | | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pm | H. Peter Anvin | 2009-05-13 | 1 | -1/+1 |
| * | | core: zero bss and uibss; fix some section confusions | H. Peter Anvin | 2009-05-13 | 1 | -3/+4 |
| * | | core: move initial code to a new .init segment; unify .bss+.bss1 | H. Peter Anvin | 2009-05-13 | 1 | -2/+2 |
| * | | New attempt at unify protected mode entry/exit | H. Peter Anvin | 2009-05-13 | 1 | -1/+2 |
| |/ |
|
| * | core: merge the startup code for disk-based derivatives | H. Peter Anvin | 2009-04-19 | 1 | -0/+681 |