gem5/sim
Steve Reinhardt db6038937d Minor fixes. Somehow do-tests.pl suddenly started failing
on test5 because of a wrong exit code; fixed that.

sim/main.cc:
    No need to ignore SIGPIPE, as far as I know.
sim/sim_events.cc:
    A CountedExitEvent is a normal termination, so
    should have an exit code of 0.

--HG--
extra : convert_revision : 8b5072aca54f3ca08b2815b73ac01c00e4da49b6
2003-12-09 20:25:52 -08:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
builder.hh Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
debug.cc Various cleanup. Mostly forcing initialization of some fields... 2003-12-06 09:57:59 -08:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00
eventq.hh eventq.cc, eventq.hh: 2003-10-31 22:09:18 -05:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc Minor fixes. Somehow do-tests.pl suddenly started failing 2003-12-09 20:25:52 -08:00
param.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
param.hh Get rid of lots of obsolete mentions of stat_sdb_t. 2003-10-29 22:22:03 -08:00
process.cc Restructuring of LiveProcess etc. to support multiple emulated OS syscall 2003-12-01 19:34:38 -08:00
process.hh Restructuring of LiveProcess etc. to support multiple emulated OS syscall 2003-12-01 19:34:38 -08:00
serialize.cc Various cleanup. Mostly forcing initialization of some fields... 2003-12-06 09:57:59 -08:00
serialize.hh Various cleanup. Mostly forcing initialization of some fields... 2003-12-06 09:57:59 -08:00
sim_events.cc Minor fixes. Somehow do-tests.pl suddenly started failing 2003-12-09 20:25:52 -08:00
sim_events.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Little fixes to make more of the stats reset correctly. 2003-11-06 00:41:14 -05:00
sim_object.hh Add a virtual function resetStats() that any SimObject can inherit 2003-11-05 18:21:18 -05:00
sim_time.cc Fix stats reset 2003-11-05 17:57:41 -05:00
sim_time.hh Fix stats reset 2003-11-05 17:57:41 -05:00
syscall_emul.cc Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
syscall_emul.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
system.cc We only need to choose that we do want binning, or we don't. 2003-11-22 15:07:53 -05:00
system.hh We only need to choose that we do want binning, or we don't. 2003-11-22 15:07:53 -05:00
universe.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00