Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
4d34547b053aead7e90e541b9c8b4cb83732d746
4d34547
Cleanup DUP11 implementation and refactor for shared use by another device (KMC11).
by Mark Pizzolato
· 12 years ago
e2b7962
Merge branch 'master' of github.com:simh/simh
by Mark Pizzolato
· 12 years ago
881f53e
Added support to the Remote Console facility to close a remote console session on EOF
by Mark Pizzolato
· 12 years ago
bc49f6b
Fix for Unibus word DMA from Rob Jarratt
by Mark Pizzolato
· 12 years ago
9149b81
Merge remote-tracking branch 'github/master'
by Mark Pizzolato
· 12 years ago
39c7942
Changed some spaces and indentations
by Mark Pizzolato
· 12 years ago
1c7bf98
Cleaned up readme documentation to avoid potential confusion when initially setting up a windows build environment.
by Mark Pizzolato
· 12 years ago
a61dec6
Add initial sharable DDCMP support
by Mark Pizzolato
· 12 years ago
3e25042
Change some tabs to spaces
by Timothe Litt
· 12 years ago
5f26e60
Add set cpu serial for KS
by Timothe Litt
· 12 years ago
b80fa0a
Revert "Add set serial to KS cpu"
by Timothe Litt
· 12 years ago
611b763
Add set serial to KS cpu
by Timothe Litt
· 12 years ago
f5de2f4
LP20 emulation was overwriting existing files
by Timothe Litt
· 12 years ago
27dac1a
Added rate limit support (SET DUPn SPEED=bps).
by Mark Pizzolato
· 12 years ago
4ba152d
Fix packet transmit overrun behaviors which caused DECnet circuit failures.
by Mark Pizzolato
· 12 years ago
4019e67
Fixed CRC implementation, CRC state bit presentation and added register declarations
by Mark Pizzolato
· 12 years ago
c3750e6
Added logic to act on the state and transitions of the RCVEN bit of the receiver CSR.
by Mark Pizzolato
· 12 years ago
3b8784b
Added makefile support for the DUP11 device
by Mark Pizzolato
· 12 years ago
89bd58a
Addition of DUP11 simulation to all Unibus simulators (PDP11, PDP10, and all Unibus VAXen)
by Mark Pizzolato
· 12 years ago
f30d432
Fixes to:
by Mark Pizzolato
· 12 years ago
1eb15fc
Fix to support multiplexer devices which call tmxr_open_master directly instead of tmxr_attach so that the resulting TMXR will be in the open multiplexer list
by Mark Pizzolato
· 12 years ago
44886f9
Add asynch I/O support for AIX platform
by Mark Pizzolato
· 12 years ago
00a5cca
Fixed broken Linux build
by Mark Pizzolato
· 12 years ago
2bfaf46
AIX Platform support
by Mark Pizzolato
· 12 years ago
6401a37
Compiler suggested cleanup
by Mark Pizzolato
· 12 years ago
b755a71
Added sim_ether dynamic libpcap load support for platforms which need to use pcap_setnonblock.
by Mark Pizzolato
· 12 years ago
c347949
Added documentation for bitfields
by Mark Pizzolato
· 12 years ago
ed186da
Fix asynch I/O race condition.
by Mark Pizzolato
· 12 years ago
44d6651
Added hex debug output for tcp session data on non-telnet line debug
by Mark Pizzolato
· 12 years ago
784bc5d
Added new tmxr_line_attach_string API to return the attach string specific to a a particular multiplexer line.
by Mark Pizzolato
· 12 years ago
cf59910
Added a -E switch to the SHOW DEVICE/SHOW CONFIG/SHOW FEATURES command to only display Enabled devices
by Mark Pizzolato
· 12 years ago
76fccce
Fix for Issue #53 for DC, DL, and VH multiplexer devices
by Mark Pizzolato
· 12 years ago
e82507d
Fixed DZ bug which referenced the wrong dz device when the number of DZ multiplexers configured was not a power of 2 (i.e.3, 5, 7, etc.)
by Mark Pizzolato
· 12 years ago
e8e751c
Added randomization to the checking for success of outgoing connections and the arrival of incoming connections
by Mark Pizzolato
· 12 years ago
7edcf5f
Added stability to virtual null modem connections by consuming all incoming per line connections until a good one (or none) is found.
by Mark Pizzolato
· 12 years ago
8d1a134
Added sim_getnames_sock to get a printable form of the endpoints of a socket
by Mark Pizzolato
· 12 years ago
c097ae5
Added help info to asynchronous timer device
by Mark Pizzolato
· 12 years ago
145b5c6
Added per line Modem Control capabilities to TMXR
by Mark Pizzolato
· 12 years ago
f2ccc5b
Change 8-bit characters to printable form.
by Mark Pizzolato
· 12 years ago
dcc6355
Add line number to line specific debug message output.
by Mark Pizzolato
· 12 years ago
0b1fe53
Use generic message routine for sim_accept_conn and sim_read_sock and don't emit a message if a read fails due to ECONNRESET (this is expected).
by Mark Pizzolato
· 12 years ago
d01b070
More compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
6c42556
Added build support for the new SSEM simulator and fixed minor compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
3e25784
LF endings replaced with CR-LF endings
by Gerardo Ospina
· 12 years ago
03d92e2
Merge https://github.com/simh/simh
by Gerardo Ospina
· 12 years ago
865ae4d
Added CR-LF line endings. Tabs replaced with spaces
by Gerardo Ospina
· 12 years ago
f8a2f12
makefile fix to produce consistent CC command for all targets
by Mark Pizzolato
· 12 years ago
f118a72
Merge https://github.com/simh/simh
by Gerardo Ospina
· 12 years ago
3448edf
enhanced the relatively new tmxr_linemsgf api to dynamically flush a completely full transmit buffer as needed.
by Mark Pizzolato
· 12 years ago
d866800
Enhanced remote console to display the simulator's prompt string in the remote console sessions and changed startup message to more clearly describe how to get into multiple command mode.
by Mark Pizzolato
· 12 years ago
b8d037b
SSEM documentation added
by Gerardo Ospina
· 12 years ago
3d27f01
Fix to avoid remote console looping in Multi-Command mode (Fix to issue #50).
by Mark Pizzolato
· 12 years ago
671644f
Avoid passing negative values (i.e. signed characters) to isprint() which is not happy with doing this on some platforms.
by Mark Pizzolato
· 12 years ago
7eb02bf
Avoid noisy log messages in Remote Console activities.
by Mark Pizzolato
· 12 years ago
80289e1
Enhanced Remote Console support to allow two separate command processing modes.
by Mark Pizzolato
· 12 years ago
782bec6
Fix potential remote console memory leak
by Mark Pizzolato
· 12 years ago
281c181
Describe the proper build command for HP-UX
by Mark Pizzolato
· 12 years ago
5fda4b6
Cleanup for build support on HP-UX for both 32bit and 64bit builds with gcc and the HP C compilers.
by Mark Pizzolato
· 12 years ago
52ec325
Compiler suggested fix.
by Mark Pizzolato
· 12 years ago
d964df4
Compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
ddb1042
Reworked all asynch queues to always link using the unit a_next field instead of the next field.
by Mark Pizzolato
· 12 years ago
141b6e8
Fixed formatting error
by Mark Pizzolato
· 12 years ago
6c6d641
Tolerate race condition which results in spurious timer thread wakeups which were causing the timer thread to exit. (SIM_ASYNCH_CLOCKS)
by Mark Pizzolato
· 12 years ago
6cf54e8
Fixes for stable operation with SIM_ASYNCH_CLOCKS defined
by Mark Pizzolato
· 12 years ago
9faef6e
Added separate debugging ability to trace line connect/disconnect activities to better debug virtual null modem cable activities.
by Mark Pizzolato
· 12 years ago
f8da94e
Fixed compile and operational behaviors when running with SIM_ASYNCH_CLOCKS enabled
by Mark Pizzolato
· 12 years ago
b30211c
Added documentation for the Remote Console capabilities
by Mark Pizzolato
· 12 years ago
cc8c79e
Added a more unique naming paradigm for remote console temporary log files to avoid potential collisions when multiple simulators may be running concurrently
by Mark Pizzolato
· 12 years ago
242103e
Added remote console support when a persistent console log is not enabled.
by Mark Pizzolato
· 12 years ago
67712d0
Added more extensive debug output of tmxr telnet parameter and data
by Mark Pizzolato
· 12 years ago
b1e31a7
Fixed Remote Console to tolerate bare LF as a line terminator and enhanced the tmxr debug output for special characters
by Mark Pizzolato
· 12 years ago
8735538
Fix building under Visual Studio on Windows XP.
by Mark Pizzolato
· 12 years ago
b97bc9e
Initial public version of Manchester SSEM for SIMH
by Gerardo Ospina
· 12 years ago
02ebf6b
Added support for STEP command execution in Remote Console sessions
by Mark Pizzolato
· 12 years ago
2728317
Missing pieces for change to add tmxr_linemsgf.
by Mark Pizzolato
· 12 years ago
d364571
Added tmxr_linemsgf api to send formatted messages to a multiplexer line.
by Mark Pizzolato
· 12 years ago
9a17215
Added display of VMS host system type and OS version to SHOW VERSION output
by Mark Pizzolato
· 12 years ago
d71e53f
Added support for the DIR (LS) command on VMS hosts
by Mark Pizzolato
· 12 years ago
60695d3
Missing change for issue #48
by Mark Pizzolato
· 12 years ago
9844ba6
Added DIR (LS) command to list the files in a directory. This command is usable in Remote Console sessions.
by Mark Pizzolato
· 12 years ago
b04b7ae
Fixed socket creation issue which happens on some IPv6 capable systems which don't have IPv6 enabled but return IPv6 family addresses with getaddrinfo. This is issue #48
by Mark Pizzolato
· 12 years ago
02b3477
Ensure correct Remote Console functionality when log files get big
by Mark Pizzolato
· 12 years ago
4c6f086
Fix compiler identified typo reported by Peter Schorn
by Mark Pizzolato
· 12 years ago
de22137
Enhanced Remote Console support
by Mark Pizzolato
· 12 years ago
ba09b2d
Avoid crash in remote console when invalid command is entered and notification to alternate remote consoles.
by Mark Pizzolato
· 12 years ago
ca3a9ff
Fixed formatting
by Mark Pizzolato
· 12 years ago
b38acb9
Merge branch 'Operator-Commands'
by Mark Pizzolato
· 12 years ago
99c1305
Merge remote-tracking branch 'origin/master' into Operator-Commands
by Mark Pizzolato
· 12 years ago
b886fb2
Add Remote Console support
by Mark Pizzolato
· 12 years ago
38a0448
Fixed declaration error in ibm1130 simulator and properly exported the newly renamed routine sim_sub_args.
by Mark Pizzolato
· 12 years ago
5a56c19
Added ability to display modem bits when a line is connected to a modem control enabled multiplexer.
by Mark Pizzolato
· 12 years ago
7dfe46c
Fixed generic compiler name report in SHOW VERSION and fixed make using Sun C compiler
by Mark Pizzolato
· 12 years ago
5c9288a
Fix regression in production of the VAX.EXE binary on Debug builds
by Mark Pizzolato
· 12 years ago
ba57675
Added better support for virtual null modem cables on Modem Control multiplexer lines.
by Mark Pizzolato
· 12 years ago
e65ef13
Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org
by Mark Pizzolato
· 12 years ago
ba87329
Fix to properly manage modem DCD and RNG state.
by Mark Pizzolato
· 12 years ago
0f078e9
Added register field decoding to the debug register trace output
by Mark Pizzolato
· 12 years ago
df93215
Fixed output of debug data when a debug message doesn't contain a newline
by Mark Pizzolato
· 12 years ago
ed7f3be
Added a tmxr_detach_ln routine.
by Mark Pizzolato
· 12 years ago
c600ae0
fix to the "Fortran chain" problem in the 1401 from Bob Supnik.
by Mark Pizzolato
· 12 years ago
Next »