Age | Commit message (Expand) | Author |
2011-12-13 | gcc: fix unused variable warnings from GCC 4.6.1 | Nathan Binkert |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2008-09-19 | Check the return value of I/O operations for failure | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2008-07-01 | Change everything to use the cached virtPort rather than created their own ea... | Ali Saidi |
2007-10-02 | Remote GDB: Get rid of an unwanted delete in SE. | Gabe Black |
2007-01-30 | sizeof with a pointer to dynamically allocated memory will return the size of... | Gabe Black |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-08 | Make a function to say how big gdbregs is in bytes vs. regs. | Gabe Black |
2006-11-07 | Broke remote_gdb into a base class and architecture specific derived classes. | Gabe Black |
2006-11-06 | Remote GDB support has been changed to use inheritance. Alpha should work, bu... | Gabe Black |
2006-08-28 | Fix remote gdb buffer overflow. | Steve Reinhardt |
2006-06-08 | add write/read functions that have endian conversions in them | Ali Saidi |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |