- 54516bb sigma: New simulator (from beta) by Bob Supnik · 6 years ago
- a92dc61 alpha, pdp18b, PDP8, sigma: removed stray tabs which crept in over time. by Mark Pizzolato · 7 years ago
- b7b1f42 I1401, I7094, ID16, ID32, NOVA, SDS, SIGMA: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
- 0cc2a46 sigma: Add "Sigma 7 BigMem" as a model variant by Bob Supnik · 8 years ago
- c26c6ea NOVA, PDP1,, sigma: Various cosmetic/typo changes by Bob Supnik · 8 years ago
- 1cd11f3 sigma: Added missing CONST to fix broken build by Mark Pizzolato · 8 years ago
- 0c03efb sigma: Fix Coverity identified problems by Bob Supnik · 8 years ago
- fa62a00 GRI, H316, I7094, NOVA, SDS, sigma: Annotate switch case fall through (COVERITY) by Bob Supnik · 8 years ago
- c3e1117 SIGMA: Fixed compiler warning by Mark Pizzolato · 8 years ago
- 15b1919 SIGMA: Add LOAD support for Carriage Control Tape by Bob Supnik · 8 years ago
- 35c42bb SIGMA: Fixed unspecified return value in HIO by Bob Supnik · 8 years ago
- d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
- c33abec SDS, Sigma: Make sure breakpoint's don't advance sim_time by Mark Pizzolato · 8 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 15736ae Visual Studio Projects: Added support for building under Visual Studio Community (2015) by Mark Pizzolato · 9 years ago
- a7da3c6 SIGMA: Merge updates from Bob Supnik by Mark Pizzolato · 10 years ago
- 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
- 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
- e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
- 54a4845 ALL: Revert "ALL: make sure all useful state is in simh registers while processing events" by Mark Pizzolato · 10 years ago
- 5551a0d ALL: make sure all useful state is in simh registers while processing events by Mark Pizzolato · 10 years ago
- c2cef3c ALL: Avoid name space collision for the global variable PC when readline is dynamically loaded in many simulators. by Mark Pizzolato · 10 years ago
- 18ebf29 sigma_lp: Fix a fopen leak by Lioncash · 10 years ago
- 499757a sigma_cpu: Fix always true case by Lioncash · 10 years ago
- 4dbac41 SCP: Added const declarations to various APIs to reflect the appropriate usage. Moved parameter values for run_cmd and exdep_cmd to scp.h by Mark Pizzolato · 10 years ago
- 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- c1c5535 sigma: Fix shutdown/detach issue with tape devices. by Mark Pizzolato · 10 years ago
- d5ca542 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 by Mark Pizzolato · 12 years ago
- dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
- 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
- a3b0dc3 Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. by Mark Pizzolato · 12 years ago
- fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago