Age | Commit message (Expand) | Author | Files | Lines |
2009-03-01 | Add option to read image in from a fileHEADmaster | Stuart Bennett | 3 | -6/+44 |
2008-01-23 | Update patch for new ops.c location | Stuart Bennett | 1 | -3/+3 |
2008-01-23 | Don't leak mmaps | Stuart Bennett | 1 | -3/+4 |
2008-01-11 | 32 bit write support for ioreplay | Stuart Bennett | 1 | -2/+3 |
2008-01-11 | .gitignore update | Stuart Bennett | 1 | -0/+3 |
2008-01-11 | Add some useful utils | Stuart Bennett | 5 | -12/+603 |
2008-01-11 | Consider lrmi.h, thunk.c and x86-common.* to be part of libx86emu, and use a ... | Stuart Bennett | 26 | -18/+18 |
2008-01-11 | Fallback to using c0000 bios if nvidia prom/pramin loading fails | Stuart Bennett | 1 | -1/+1 |
2007-12-21 | Oops, need 0xe80c in there too | Stuart Bennett | 1 | -1/+1 |
2007-12-20 | Handle the address regs for g80 type cards in IO logger | Stuart Bennett | 1 | -2/+2 |
2007-12-10 | Handle loops to as-yet unvisited places | Stuart Bennett | 1 | -8/+22 |
2007-12-10 | Add missing debug print | Stuart Bennett | 1 | -0/+1 |
2007-12-10 | More docs and workaround for nvidia laptop issue | Stuart Bennett | 3 | -0/+51 |
2007-12-10 | Add a quickstart instruction list | Stuart Bennett | 2 | -0/+54 |
2007-12-09 | Boost default history length for deloopifier | Stuart Bennett | 1 | -1/+1 |
2007-12-08 | Add an instruction sanity checker to deloopify | Stuart Bennett | 2 | -1/+9 |
2007-12-08 | Add line numbers from input file to deloop'd output | Stuart Bennett | 2 | -13/+29 |
2007-12-08 | Add deloopify, a trace compactor | Stuart Bennett | 4 | -44/+198 |
2007-12-07 | Allow force reading of shadow ram bios image | Stuart Bennett | 3 | -9/+15 |
2007-12-07 | Cheesy IO logger now does 32 bit writes too | Stuart Bennett | 1 | -0/+10 |
2007-12-07 | Add bios dumper | Stuart Bennett | 2 | -3/+20 |
2007-11-27 | Always use PROM/PRAMIN on Nvidia cards | Stuart Bennett | 3 | -17/+23 |
2007-11-27 | More cheesy io parsing | Stuart Bennett | 1 | -2/+6 |
2007-11-26 | Fix the rest of ops2 opcodes for printing nicely | Stuart Bennett | 1 | -97/+156 |
2007-11-26 | Correct the debug print formatting of some opcodes | Stuart Bennett | 1 | -8/+28 |
2007-11-24 | Make tying -l and -d output together a bit easier by making -l print cs:ip | Stuart Bennett | 1 | -8/+8 |
2007-11-24 | Add postandrestore.bash note to README | Stuart Bennett | 1 | -1/+9 |
2007-11-24 | A script to allow posting and mode restoration, for fbcon use | Stuart Bennett | 1 | -0/+29 |
2007-11-24 | More elegant bios replacement | Stuart Bennett | 2 | -28/+26 |
2007-11-23 | Type fixes | Stuart Bennett | 3 | -4/+4 |
2007-11-23 | IO logging, with a shabby parser | Stuart Bennett | 4 | -3/+125 |
2007-11-23 | Support PRAMIN bios reading | Stuart Bennett | 1 | -5/+34 |
2007-11-23 | Hopefully 64 bit proof the bios loading stuff | Stuart Bennett | 1 | -1/+1 |
2007-11-23 | PROM usage should work everywhere now | Stuart Bennett | 2 | -30/+46 |
2007-11-23 | Initial support reading the BIOS from PROM on Nvidia cards | Stuart Bennett | 5 | -8/+193 |
2007-11-22 | Print a completion message | Stuart Bennett | 1 | -0/+2 |
2007-11-16 | Hopefully fix 64 bit issues | Stuart Bennett | 3 | -5/+10 |
2007-11-16 | Some distros do the funky pciutils-with-zlib thing. bah. | Stuart Bennett | 1 | -1/+1 |
2007-11-16 | There. Who could claim this isn't user friendly? | Stuart Bennett | 1 | -0/+19 |
2007-11-16 | inttool is dead, long live vbtracetool | Stuart Bennett | 3 | -16/+16 |
2007-11-16 | Allow mode setting and retrieval, allow cmdline args | Stuart Bennett | 1 | -24/+93 |
2007-11-16 | Further perf work | Stuart Bennett | 1 | -5/+7 |
2007-11-16 | Merge some printks to go faster | Stuart Bennett | 1 | -16/+6 |
2007-11-16 | Print the regs nicely | Stuart Bennett | 1 | -5/+29 |
2007-11-16 | Exit when we've finished | Stuart Bennett | 1 | -0/+5 |
2007-11-16 | Make the printk function actually work | Stuart Bennett | 1 | -2/+5 |
2007-11-16 | Silence compile warnings | Stuart Bennett | 2 | -2/+0 |
2007-11-16 | Add x86emu debug setting in inttool, not thunk.c | Stuart Bennett | 2 | -4/+4 |
2007-11-16 | Ignore object files, the inttool binary and the x86emu archive | Stuart Bennett | 1 | -0/+3 |
2007-11-16 | Inttool. Some similarities to vbetool. | Stuart Bennett | 2 | -2/+98 |