summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* disklib: Detect DiskCryptor MBRGert Hulselmans2011-01-251-0/+2
* disklib: Detect "FreeDOS (eXtended FDisk)" MBRGert Hulselmans2011-01-251-1/+3
* disklib: Detect "MS-DOS 3.30 through Windows 95 (A)" MBRGert Hulselmans2011-01-251-1/+3
* disklib: Detect new Syslinux (normal + isohybrid) MBRGert Hulselmans2011-01-251-4/+13
* disklib: Detect Paragon MBRGert Hulselmans2011-01-251-0/+3
* com32: fix a ffile descriptor leak on open() of a nonexistent fileH. Peter Anvin2010-12-061-2/+4
* gfxboot: require LABEL keywordsSebastian Herbszt2010-12-051-0/+5
* gfxboot: support TEXT and ENDTEXT keywordsSebastian Herbszt2010-12-051-1/+14
* gfxboot: use a character array for an absolute symbolH. Peter Anvin2010-11-141-3/+4
* disklib: remove improper "inline"H. Peter Anvin2010-11-141-2/+2
* com32: add a centralized bitops headerH. Peter Anvin2010-11-143-23/+66
* Merge branch 'genec-rosh-for-hpa', remote branches 'genec/sample-make-for-hpa...H. Peter Anvin2010-11-143-22/+51
|\
| * gfxboot: fix buffer overrun when loading kernel/initramfssyslinux-4.03Colin Watson2010-10-201-1/+2
| * Merge remote branch 'liu/master'syslinux-4.03-pre6H. Peter Anvin2010-10-151-18/+27
| |\
| | * lib: Update memmem functionLiu Aleaxander2010-10-091-18/+27
| * | chain.c32: DRMK: Fix comment at top of sourceGene Cumm2010-10-141-1/+2
| * | chain.c32: DRMK: Add comment about only using a DWORD for partition offsetGene Cumm2010-10-131-0/+1
| * | chain.c32: DRMK: clean up output; clean up and correct commentsGene Cumm2010-10-131-10/+8
| * | chain.c: Progress on DRMK and notes that it's not perfect yet.Gene Cumm2010-10-131-2/+21
* | | rosh: rosh_argcat now has length. if DO_DEBUG, show startup commandGene Cumm2010-10-161-8/+16
* | | rosh: display command entered and a command unknown message when not knownGene Cumm2010-10-161-20/+24
* | | Merge branch 'master' into rosh_for_hpaGene Cumm2010-10-133-37/+54
|\ \ \ | |/ /
| * | gfxboot: add include and menu include supportsyslinux-4.03-pre5Colin Watson2010-10-121-21/+42
| * | chain.c32: make CHS calculation match core/fs/diskio.cH. Peter Anvin2010-10-121-14/+10
| * | strspn.c: drop "inline"H. Peter Anvin2010-10-121-2/+2
| * | chain.c32: fix conversion from LBA to CHSH. Peter Anvin2010-10-121-1/+1
| |/
* | rosh: add another item in the ToDos commentGene Cumm2010-10-131-0/+2
* | rosh: Fix rosh_ls(); fix FTBFS on rosh_more(); add ROSH_DEBUG2_ARGV_V macroGene Cumm2010-10-092-7/+31
* | unistd.h: Add missing getopt declarationsGene Cumm2010-10-091-0/+4
* | Merge branch 'master' into rosh_for_hpaGene Cumm2010-10-091-3/+29
|\ \ | |/
| * Merge remote branch 'genec/rosh_for_hpa'syslinux-4.03-pre4H. Peter Anvin2010-10-083-24/+99
| |\
| * | chain: Extra comments; shrink the new space to minimumGene Cumm2010-08-011-5/+5
| * | chain: Just assign the value rather than using memcpy()Gene Cumm2010-08-011-4/+1
| * | chain: add drmk= to usageGene Cumm2010-08-011-0/+1
| * | chain: Fix up and clean up DRMK load code; fix filename length; Patch memory.Gene Cumm2010-08-011-11/+8
| * | chain.c32: prepare for loading DRMKGene Cumm2010-08-011-0/+31
| * | chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
* | | rosh: Remove unneeded cases in rosh_command() switch statementsGene Cumm2010-10-091-2/+0
* | | rosh: Clean up rosh_command to remove old stuffGene Cumm2010-10-091-4/+0
* | | rosh: code cleanupGene Cumm2010-10-091-3/+2
* | | rosh: Change rosh_ls()/rosh_dir() to use argc/argv; use getopt()Gene Cumm2010-10-092-76/+47
* | | rosh: Change rosh_more()/rosh_less() to use argc/argvGene Cumm2010-10-091-26/+18
* | | rosh: remove cmdstr from rosh_pwd()Gene Cumm2010-10-091-9/+2
* | | rosh: clear errno before possibly using it. might be set by a previous callGene Cumm2010-10-091-2/+9
* | | rosh: Add argc/argv rosh_reboot(); Allow warm rebootsGene Cumm2010-10-091-7/+27
* | | rosh: In main, use string macro directlyGene Cumm2010-10-091-1/+1
* | | rosh: Change rosh_run() to use argc/argvGene Cumm2010-10-091-14/+13
* | | rosh: Change rosh_help() to use the string passed to it directlyGene Cumm2010-10-091-9/+6
* | | rosh: ROSH_DEBUG_ARGV_V in headerGene Cumm2010-10-091-2/+2
* | | rosh: convert rosh_cat() to argc/argvGene Cumm2010-10-091-18/+9