summaryrefslogtreecommitdiff
path: root/sources/core/VSTask.java
AgeCommit message (Collapse)Author
2008-05-19Bugfix in the TaskManager.insert method.Paul Buetow
2008-05-19local process time goes on if process is crashed. simulates BIOS time.Paul Buetow
2008-05-18new Task Manager works :-)Paul Buetow
2008-05-18Process Crash and Process Recover Events work with the new Task maanger.Paul Buetow
2008-05-18The TaskManager works partly.Paul Buetow
2008-05-18TaskManager better.Paul Buetow
2008-05-17Bugfix: Crash and Recover tasks use global time.Paul Buetow
2008-05-17Manual crash/recover implemented.Paul Buetow
2008-05-17VSEvent interface has now has the init method.Paul Buetow
2008-05-17Vectortimestamps workPaul Buetow
Better representation of Lamporttimestamps BerkelyTimeProtocol M trunk/ROADMAP M trunk/sources/prefs/VSPrefs.java M trunk/sources/prefs/VSDefaultPrefs.java M trunk/sources/simulator/VSMain.java M trunk/sources/simulator/VSSimulation.java M trunk/sources/simulator/VSSimulationPanel.java M trunk/sources/utils/VSFrame.java M trunk/sources/utils/VSClassLoader.java M trunk/sources/utils/VSInfoArea.java M trunk/sources/protocols/BroadcastSturmProtocol.java M trunk/sources/protocols/ExternalTimeSyncProtocol.java M trunk/sources/protocols/RegisteredProtocols.java M trunk/sources/protocols/PingPongProtocol.java M trunk/sources/protocols/InternalTimeSyncProtocol.java M trunk/sources/protocols/VSProtocol.java M trunk/sources/protocols/DummyProtocol.java A trunk/sources/protocols/BerkelyTimeProtocol.java M trunk/sources/core/VSLamport.java M trunk/sources/core/VSProcess.java A trunk/sources/core/VSTime.java A trunk/sources/core/VSVectorTime.java M trunk/sources/core/VSTask.java M trunk/sources/core/VSMessage.java M trunk/sources/editors/VSEditor.java M trunk/sources/editors/VSProtocolEditor.java M trunk/sources/editors/VSSimulationEditor.java M trunk/sources/editors/VSEditorFrame.java M trunk/sources/editors/VSProcessEditor.java
2008-05-15 1 Moved the stuff to trunk!Paul Buetow