alpha
Merge changes from v3.9-0 rc1
2012-03-19 16:05:24 -07:00
ALTAIR
Compiler suggested cleanups
2012-11-30 13:22:15 -08:00
AltairZ80
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
2013-01-07 12:47:24 -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-09 11:13:41 -08:00
GRI
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
H316
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
HP2100
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
2013-01-07 12:47:24 -08:00
I1401
Compiler warning cleanup
2012-12-13 13:41:57 -08:00
I1620
Compiler warning cleanup
2012-12-13 13:41:57 -08:00
I7094
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
2013-01-07 12:47:24 -08:00
Ibm1130
Fixed compiler issue when compiling with MinGW.
2012-12-20 13:30:28 -08:00
Interdata
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
2013-01-07 12:47:24 -08:00
LGP
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
NOVA
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
2013-01-07 12:47:24 -08:00
PDP1
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
2013-01-07 12:47:24 -08:00
PDP8
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
2013-01-07 12:47:24 -08:00
PDP10
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
2013-01-07 12:47:24 -08:00
PDP11
Fixed auto configure to ONLY configure Qbus and/or Unibus devices
2013-01-09 09:26:54 -08:00
PDP18B
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
2013-01-07 12:47:24 -08:00
S3
Compiler warning cleanup
2012-12-13 13:41:57 -08:00
SDS
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
2013-01-07 12:47:24 -08:00
sigma
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
2013-01-07 12:47:24 -08:00
swtp6800
Merge branch 'nj7p/swtp6800-v2.1'
2012-07-13 15:21:30 -07:00
TX-0
Replace getw/putw with sim_read/sim_write
2012-11-20 16:33:26 -08:00
VAX
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
Visual Studio Projects
Fixed BuildAll.cmd to work when invoked from a git bash shell
2013-01-05 16:16:48 -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 'Extra-VAXen'
2012-12-17 03:19:07 -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
pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator
2012-12-23 07:11:54 -08:00
makefile
Fixed test on commit id to avoid minor build error message when building on non windows systems from a zip download
2013-01-09 08:01:19 -08:00
scp.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
scp.h
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_BuildROMs.c
Merge branch 'SerialMux' and compiler suggested cleanup
2012-12-18 09:52:14 -08:00
sim_console.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_console.h
scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device
2012-10-23 14:37:19 -07:00
sim_defs.h
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_disk.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_disk.h
Added framework to support per device help commands
2012-12-30 13:12:15 -08:00
sim_ether.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -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
Fixed compile issues on some Linux platforms
2013-01-03 08:01:43 -08:00
sim_serial.h
sim_serial.c Added initial serial support for VMS hosts
2012-10-22 09:07:45 -07:00
sim_sock.c
Fixed sim_parse_addr to actually use the default_host parameter if a host component wasn't provided in the input
2013-01-06 05:11:51 -08:00
sim_sock.h
Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources
2012-12-09 12:12:09 -08:00
sim_tape.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_tape.h
Added framework to support per device help commands
2012-12-30 13:12:15 -08:00
sim_timer.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_timer.h
Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code.
2012-10-17 08:40:01 -07:00
sim_tmxr.c
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
2013-01-09 17:02:58 -08:00
sim_tmxr.h
Added framework to support per device help commands
2012-12-30 13:12:15 -08:00