alpha
Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues
2013-01-10 15:14:51 -08:00
ALTAIR
More compiler identified cleanups
2013-01-10 16:10:39 -08:00
AltairZ80
Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues
2013-01-10 15:14:51 -08:00
display
Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21
2012-12-23 11:28:46 -08:00
doc
Documentation cleanup
2013-01-15 10:33:29 -08:00
GRI
Added calls to sim_register_clock_unit for simulators with clock devices
2013-01-22 16:07:23 -08:00
H316
Fix compiler warnings
2013-01-23 05:42:36 -08:00
HP2100
Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays
2013-01-22 05:41:27 -08:00
I1401
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
2013-01-10 13:29:15 -08:00
I1620
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
2013-01-10 13:29:15 -08:00
I7094
Added calls to sim_register_clock_unit for simulators with clock devices
2013-01-22 16:07:23 -08:00
Ibm1130
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
2013-01-10 13:29:15 -08:00
Interdata
Merge branch 'master' into AsyncTmxr
2013-01-21 16:52:42 -08:00
LGP
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
2013-01-10 13:29:15 -08:00
NOVA
Compiler suggested fixes
2013-01-23 12:36:03 -08:00
PDP1
Added calls to sim_register_clock_unit for simulators with clock devices
2013-01-22 16:07:23 -08:00
PDP8
Compiler suggested fixes
2013-01-23 12:36:03 -08:00
PDP10
Merge branch 'master' into AsyncTmxr
2013-01-22 17:16:53 -08:00
PDP11
pdp11_dmc - Update from Rob Jarratt
2013-01-25 14:55:11 -08:00
PDP18B
Added calls to sim_register_clock_unit for simulators with clock devices
2013-01-22 16:07:23 -08:00
S3
Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues
2013-01-10 15:14:51 -08:00
SDS
Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O.
2013-01-21 11:31:29 -08:00
sigma
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
2013-01-10 13:29:15 -08:00
swtp6800
Compiler suggested fixes
2013-01-23 12:36:03 -08:00
TX-0
Fix compiler warnings
2013-01-23 05:42:36 -08:00
VAX
Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators
2013-01-25 12:04:25 -08:00
Visual Studio Projects
Add git hooks to create .git-commit-id as changes to the repository are made. These hook scripts need to be installed in the .git/hooks directory to actually take effect. See Visual\ Studio\ Projects/git-hooks/0ReadMe_git-hooks.txt for details.
2013-01-23 12:45:32 -08:00
.gitattributes
simh v2.5
2011-04-15 08:33:23 -07:00
.gitignore
Adding initial support to display the git commit id in the simulator code.
2012-12-20 15:04:37 -08:00
0readme_39.txt
Official simh-v3.9-0 Merge
2012-05-02 07:06:11 -07:00
0readme_ethernet.txt
Merge branch 'DMC11' into SerialMux
2012-10-16 15:50:38 -07:00
0readmeAsynchIO.txt
Merge branch 'master' into AsyncTmxr
2013-01-21 16:52:42 -08:00
build_mingw.bat
Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files
2012-12-15 09:40:30 -08:00
build_mingw_ether.bat
Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files
2012-12-15 09:40:30 -08:00
build_mingw_noasync.bat
Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files
2012-12-15 09:40:30 -08:00
descrip.mms
More compiler identified cleanups
2013-01-10 16:10:39 -08:00
makefile
Fixed makefile for building tx-0 (with display support) on OSX - from Stephen Hoffmann
2013-01-24 17:26:41 -08:00
scp.c
Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators
2013-01-25 12:04:25 -08:00
scp.h
Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays
2013-01-22 05:41:27 -08:00
sim_BuildROMs.c
Merge branch 'SerialMux' and compiler suggested cleanup
2012-12-18 09:52:14 -08:00
sim_console.c
Compiler suggested cleanups
2013-01-23 05:07:44 -08:00
sim_console.h
Merge branch 'master' into AsyncTmxr
2013-01-21 16:52:42 -08:00
sim_defs.h
Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators
2013-01-25 12:04:25 -08:00
sim_disk.c
Added examples to the sim_disk attach help
2013-01-25 00:23:58 -08:00
sim_disk.h
Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0).
2013-01-19 10:59:40 -08:00
sim_ether.c
Standardized scp command formatting in help output
2013-01-15 06:21:32 -08:00
sim_ether.h
Added ethernet help and cleaned up generic help output
2013-01-09 11:13:06 -08:00
sim_fio.c
Fixed concurrent write issue (discovered by Sergey Oboguev) which may happen if SIM_ASYNC_IO is enabled
2012-02-01 19:58:55 -08:00
sim_fio.h
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_rev.h
Added an optional mechanism which will display the git commit id that produced the current simulator if the git commit id information is available
2013-01-02 07:46:17 -08:00
sim_serial.c
Compiler suggested cleanups
2013-01-23 05:07:44 -08:00
sim_serial.h
Untangle circular include references between tmxr serial and sock include files.
2013-01-21 11:29:27 -08:00
sim_sock.c
Fixed last change which only still worked if the OS returned the IPv6 socket first and now failed completely if not.
2013-01-23 15:12:35 -08:00
sim_sock.h
Untangle circular include references between tmxr serial and sock include files.
2013-01-21 11:29:27 -08:00
sim_tape.c
Fix ordering of thread activities while detaching disks and tapes
2013-01-22 20:59:49 -08:00
sim_tape.h
Added framework to support per device help commands
2012-12-30 13:12:15 -08:00
sim_timer.c
Compiler suggested cleanups
2013-01-23 05:07:44 -08:00
sim_timer.h
Add display of the registered clock device
2013-01-22 16:05:02 -08:00
sim_tmxr.c
Arranged sequencing of Modem RING and DCD bits to be presented together if DTR is not on and DCD only if DTR is on.
2013-01-25 12:00:53 -08:00
sim_tmxr.h
Arranged sequencing of Modem RING and DCD bits to be presented together if DTR is not on and DCD only if DTR is on.
2013-01-25 12:00:53 -08:00