summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-02-09Add the split_first and split_last functions on strings.Nathan Binkert
2005-01-21Merge zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-01-21Fix some mysql code issues.Nathan Binkert
2005-01-19Add a new aggregate trace flag that doesn't print gobs of ethernet raw data, ...Lisa Hsu
2005-01-18Merge changes to make m5 g++ 3.4 compatible.Kevin Lim
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-12-13Fix up the random number stuff.Nathan Binkert
2004-12-06Add support for Tsunami with 64 processorsAli Saidi
2004-11-18Minor fixes.Steve Reinhardt
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-15fix udp checksumsNathan Binkert
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-11-10Make it so we can cast an EthAddr to a 64-bit integerNathan Binkert
2004-10-23flesh out the TCP/IP/Ethernet supportNathan Binkert
2004-10-23make stuff compile on openbsd againNathan Binkert
2004-10-23get rid of pmap.h and make things variables and inlineNathan Binkert
2004-10-22Clean up the Range class and associated usages. The code wasNathan Binkert
2004-10-16Fixes for bigendian platformsAli Saidi
2004-10-01fix some bugs in the headers and fix checksumming.Nathan Binkert
2004-09-21a bit more cleaning of the network header wrappers.Nathan Binkert
2004-09-20Clean up network header stuff and make it more generic. UseNathan Binkert
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-08-18Added code using VPtr to be able to extract info from linux threadAli Saidi
2004-08-05Integrate Python configuration script parsing into m5 itself.Steve Reinhardt
2004-08-02fix compileNathan Binkert
2004-07-30Move all of the object matching code to a shared file so it canNathan Binkert
2004-07-30Make the DDUMP tracing feature output the cycle number andNathan Binkert
2004-07-26Move the query function to the cc file and make trace stuff workNathan Binkert
2004-07-23add a trace mechanism to trace sql stuffNathan Binkert
2004-07-22Stats database fixes to avoid naming conflicts in the databaseNathan Binkert
2004-07-22more initial checking of statsNathan Binkert
2004-07-10the changeset of partitioned caches. this changeset creates Split tagstore ...Lisa Hsu
2004-07-08Clean up some mysql stuff to make things work again andNathan Binkert
2004-07-08Tick is signed, so make Event start be large and positive,Nathan Binkert
2004-07-06Make binning work with stuff other than FS_MEASURENathan Binkert
2004-07-02Initial SCons-based build system. See www.scons.org.Steve Reinhardt
2004-06-30fix the -I flag stuff for CPP so it actually works right.Nathan Binkert
2004-06-28fix up the recordEvent stuff to support ignoring eventsNathan Binkert
2004-06-28add support to add a string to indicate a particular sample of a runNathan Binkert
2004-06-27allow the use of old console code and update elf_object not to rely on EM_ALP...Ali Saidi
2004-06-26rewrote uart and renamed console.cc to simconsole to reduce confusionAli Saidi
2004-06-23minor changes to endian code so that it runs on x86 linuxAli Saidi
2004-06-23Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-endianAli Saidi
2004-06-22Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-linuxAli Saidi
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-21Handle SIGABRT a little more nicely.Steve Reinhardt
2004-06-21lLisa Hsu