summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* cat.c32: handle multiple files, use argv[0], copy 4K at a timeH. Peter Anvin2010-05-201-11/+14
* CMENU: Fixing login_handler prototypeErwan Velu2010-05-121-1/+1
* com32: Fixing cast in argv to avoid warningErwan Velu2010-05-121-1/+1
* hdt: casting to avoid useless warningErwan Velu2010-05-121-1/+1
* hdt: Fixing print_history() prototypeErwan Velu2010-05-122-2/+2
* cpuid: Typo between argv & argcErwan Velu2010-05-121-1/+1
* cmd: Adding proper include to syslinux_run_commandErwan Velu2010-05-121-0/+1
* disk: Fixing get_error() callErwan Velu2010-05-121-8/+6
* cat.c32: move from samples to modules; remove debug codeH. Peter Anvin2010-05-113-9/+3
* cat.c32: check if filename existsGert Hulselmans2010-05-111-2/+7
* Merge remote branch 'hdt-pierre/fixes-for-3.86'H. Peter Anvin2010-05-111-1/+1
|\
| * disk.c32: add disk geometry checkPierre-Alexandre Meyer2010-03-071-1/+1
* | Merge remote branch 'erwan/master'H. Peter Anvin2010-05-113-3/+3
|\ \
| * | VPD: Fixing base_addressErwan Velu2010-05-113-3/+3
* | | Merge remote branch 'erwan/master'H. Peter Anvin2010-05-114-102/+168
|\ \ \ | |/ /
| * | DMI: Increasing processor buffer sizeErwan Velu2010-05-061-1/+1
| * | DMI: Fixing memory corruptionErwan Velu2010-05-062-100/+167
| * | DMI: removing useless variableErwan Velu2010-05-061-1/+0
* | | mboot.c32: autodetect SolarisH. Peter Anvin2010-05-034-8/+32
* | | gfxboot: fix menu label handlingSteffen Winterfeldt2010-04-241-20/+28
* | | gfxboot: better error handlingSteffen Winterfeldt2010-04-241-23/+95
* | | gfxboot: fix localbootSteffen Winterfeldt2010-04-241-1/+1
* | | gfxboot: turn off graphics before starting kernelSteffen Winterfeldt2010-04-241-0/+2
* | | gfxboot: handle IPAPPENDSteffen Winterfeldt2010-04-241-0/+12
* | | gfxboot: make config statements case-insensitiveSteffen Winterfeldt2010-04-241-11/+11
* | | gfxboot: support MENU LABEL statementSteffen Winterfeldt2010-04-241-10/+39
* | | chain.c32 sethidden option fixMichal Soltys2010-04-231-1/+1
* | | cpuid.c32: output the correct register namesH. Peter Anvin2010-03-311-3/+3
* | | cpuid.c32: very simple low-level CPUID info CLI routineH. Peter Anvin2010-03-302-1/+62
* | | Clean up the version/copyright strings reported via the comboot APIH. Peter Anvin2010-03-302-6/+6
* | | com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-293-6/+8
* | | MCONFIG: update gcc options for embedded and com32H. Peter Anvin2010-03-291-4/+9
* | | mboot: set boot loader nameH. Peter Anvin2010-03-294-3/+54
* | | gpllib: fix call to CPUID function 4Sebastian Herbszt2010-03-291-2/+4
| |/ |/|
* | chain.c32: Fix chaining to MBRsH. Peter Anvin2010-03-051-6/+5
* | libpci: merge BIOS read and BIOS writeH. Peter Anvin2010-02-206-25/+13
* | i915resolution: use libpci to access PCI config spacesyslinux-3.85-pre13syslinux-3.85H. Peter Anvin2010-02-161-19/+11
* | Merge branch 'i915res'H. Peter Anvin2010-02-164-2/+813
|\ \
| * \ Merge branch 'master' into i915ressyslinux-3.85-pre63H. Peter Anvin2010-02-0828-15/+3735
| |\ \
| * \ \ Merge branch 'master' into i915ressyslinux-3.85-pre62H. Peter Anvin2010-02-034-11/+33
| |\ \ \
| * \ \ \ Merge branch 'master' into i915ressyslinux-3.85-pre61H. Peter Anvin2010-01-221-0/+3
| |\ \ \ \
| * | | | | vesa: allow arbitrary resolutions on some Intel chipsetsH. Peter Anvin2010-01-224-2/+813
* | | | | | chain.c: part_info -> partinfosyslinux-3.85-pre11H. Peter Anvin2010-02-131-1/+1
* | | | | | chain.c32: add option to set hidden sectors; load boot sector for NTLDRH. Peter Anvin2010-02-131-66/+134
| |_|_|/ / |/| | | |
* | | | | vesa: for jpg or png images, tile the image across the screenH. Peter Anvin2010-02-081-9/+37
* | | | | sysdump: quiet gcc warningH. Peter Anvin2010-02-081-1/+2
* | | | | sysdump: use the same serial receive threshold as the coresyslinux-3.85-pre9H. Peter Anvin2010-02-071-1/+1
* | | | | sysdump: make ymodem work even on a serial consoleH. Peter Anvin2010-02-073-13/+47
* | | | | sysdump: don't include final null byte in version fileH. Peter Anvin2010-02-071-1/+1
* | | | | sysdump: ymodem: actually retransmit a block if we get NAKH. Peter Anvin2010-02-071-2/+2