summaryrefslogtreecommitdiff
path: root/com32/sysdump
Commit message (Expand)AuthorAgeFilesLines
* sysdump: add $(LIBS) to the link ruleH. Peter Anvin2011-04-261-1/+1
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-3/+4
|\
| * sysdump: Delete superfluous $(LIBS) prerequisiteMatt Fleming2011-04-161-2/+1
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | sysdump: Fixing includesErwan Velu2011-03-1610-11/+5
* | sysdump: removing useless fileErwan Velu2011-03-161-2/+0
* | libupload: New library to manage uploadsErwan Velu2011-03-1522-3098/+41
|/
* sysdump, be_srec: increment the addressH. Peter Anvin2010-06-221-0/+1
* sysdump: output S-records to the consoleH. Peter Anvin2010-06-223-0/+86
* sysdump: smarter ACPI dumpH. Peter Anvin2010-06-213-19/+288
* sysdump: make TFTP server optionalH. Peter Anvin2010-06-211-3/+23
* sysdump: dump ACPI informationH. Peter Anvin2010-06-183-0/+177
* sysdump: use lmalloc/lfreeH. Peter Anvin2010-06-182-3/+10
* sysdump: tftp: use lmalloc(), and set the gatewayH. Peter Anvin2010-06-181-6/+21
* sysdump: use <sys/cpu.h>H. Peter Anvin2010-05-111-21/+1
* sysdump: guard against a nonsensical month numberH. Peter Anvin2010-02-141-0/+7
* sysdump: don't force cpuid() to be inlinedH. Peter Anvin2010-02-141-2/+1
* Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-141-2/+2
* 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
* sysdump: actually make the new backend system worksyslinux-3.85-pre8H. Peter Anvin2010-02-077-57/+72
* sysdump: change to a two-phase generate/output model, buffer in memoryH. Peter Anvin2010-02-0710-193/+183
* sysdump: serial: add missing header fileH. Peter Anvin2010-02-071-0/+1
* sysdump: be_tftp.c: fix prototypeH. Peter Anvin2010-02-071-1/+3
* sysdump: *actually* generate the proper version stringH. Peter Anvin2010-02-071-2/+7
* sysdump: handle the case of more than one DMI tableH. Peter Anvin2010-02-071-4/+11
* sysdump: record the sysdump version used to generate a bundleH. Peter Anvin2010-02-072-1/+15
* sysdump: dump CPUID informationsyslinux-3.85-pre7H. Peter Anvin2010-02-073-0/+115
* sysdump: remove unused variableH. Peter Anvin2010-02-071-1/+0
* sysdump: be more explicit about what we are doingH. Peter Anvin2010-02-064-2/+9
* sysdump: fix the dumping of the e820 memory informationH. Peter Anvin2010-02-061-0/+1
* sysdump: fix hacking of the DMI structure addressH. Peter Anvin2010-02-061-7/+4
* sysdump: dump memory map informationH. Peter Anvin2010-02-063-0/+82
* sysdump: add PCI config space dumpingH. Peter Anvin2010-02-064-1/+72
* sysdump: add support for dumping DMI tablesH. Peter Anvin2010-02-066-91/+136
* sysdump: add back ymodem support; clean up memory dump structureH. Peter Anvin2010-02-0615-275/+325
* sysdump: add missing return statement in cpio_writefile()H. Peter Anvin2010-02-061-0/+2
* sysdump: dump vesa modes, generate usable timestampsH. Peter Anvin2010-02-0612-15/+165
* sysdump: first working version (can dump lowmem over TFTP)H. Peter Anvin2010-02-067-4/+385
* sysdump: port memdump to com32 with the intent of enhancing itH. Peter Anvin2010-02-0610-0/+2652