Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
ca3a9ff40e186bd90dbe246ebaafc29aebf7c7e9
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
b36efe5
Fix out of bounds array reference (off by 1) when validating a maximum line number on a multiplexer
by Mark Pizzolato
· 12 years ago
8e85834
Complete returning the DZ modem status information as identified in issue #22 and return RI if DTR is not set, and DCD if it is. This solves the modem behavior issue #24 as well.
by Mark Pizzolato
· 12 years ago
814960e
Properly restore DZ Modem Control state during a simulator RESTORE.
by Mark Pizzolato
· 12 years ago
93c9f35
Restore DZ modem control state to default on device detach. Properly clear modem bits when modem control enabled. Better display of modem control status.
by Mark Pizzolato
· 12 years ago
2c941c8
Fix to allow raw disk access even if Large File support isn't available on the host
by Mark Pizzolato
· 12 years ago
b6e93b6
Minor documentation update
by Mark Pizzolato
· 12 years ago
b545049
Added support to display git commit id when building from a zip archive and also to display the compiler version in SHOW VERSION on more platforms
by Mark Pizzolato
· 12 years ago
8cb6a2e
Corrected to properly leverage the new -N attach_unit switch
by Mark Pizzolato
· 12 years ago
185f20a
Added logic to all visual studio projects to install the git hooks for commit id on the first build in a newly cloned repository
by Mark Pizzolato
· 12 years ago
a30d025
Updated AltairZ80 simulator documentation from Peter Schorn
by Mark Pizzolato
· 12 years ago
d1db9ce
Added a -N switch to the standard attach_unit routine to force a new file to be created.
by Mark Pizzolato
· 12 years ago
958ce00
Provide a way to avoid building with large file support enabled via the compile time define of DONT_DO_LARGEFILE
by Mark Pizzolato
· 12 years ago
cddc3f8
Fix git hooks installation
by Mark Pizzolato
· 12 years ago
80ce8b2
Fixed makefile logic to install git hooks for git commit id
by Mark Pizzolato
· 12 years ago
8ec4e2a
Fixed makefile to automatically install the git hooks (to acquire the git commit id) on the first make after newly cloning a repository
by Mark Pizzolato
· 12 years ago
35b658c
Added git commit id to archive exports
by Mark Pizzolato
· 12 years ago
6f8349b
Fiix bug to now allow building of network capable simulators without network support (with appropriate warnings)
by Mark Pizzolato
· 12 years ago
4bd72e6
Compiler and static analyzer fixes from Peter Schorn.
by Mark Pizzolato
· 12 years ago
ee3d98a
Updated AltairZ80 from Peter Schorn
by Mark Pizzolato
· 12 years ago
400281f
NetBSD makefile cleanup
by Mark Pizzolato
· 12 years ago
34ad155
Compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
6fd3e5f
Added an message text for additional socket error which can be expected to happen on windows
by Mark Pizzolato
· 12 years ago
6f44a39
Added option to create listen sockets with SO_REUSEADDR if attach is done with -U switch set. Requested by Michael Mondy
by Mark Pizzolato
· 12 years ago
5bba4da
Added support for MTAB entries to have values which contain quoted strings (which can therefore contain spaces and/or other characters which might normally be delimiters. Need suggested by Michael Mondy
by Mark Pizzolato
· 12 years ago
3dd4121
Added Large File Support which was missing for NetBSD (and OpenBSD) hosts - reported by Felix Deichmann
by Mark Pizzolato
· 12 years ago
414cf33
Compiler identified issues in AltairZ80 simulator
by Mark Pizzolato
· 12 years ago
1936f7f
Fixed VAX8600 simulator boot from console without an attach disk to report a useful error instead of crashing
by Mark Pizzolato
· 12 years ago
e0225c3
Added boot from console floppy support to the VAX780 simulator (Changed console floppy device name from RXC to CS)
by Mark Pizzolato
· 12 years ago
798d123
Fixed missing help description for SHOW FEATURES command
by Mark Pizzolato
· 12 years ago
96dbeae
Added SHOW CPU MEMORY support for all VAX simulators to display the memory controller and board configuration
by Mark Pizzolato
· 12 years ago
52838ea
Fixed tmxr attach logic to initialize the backlink on all of the mux lines when only a single line is attached.
by Mark Pizzolato
· 12 years ago
eb14529
Force return of SCPE_OPENERR when the same serial port is opened more than once.
by Mark Pizzolato
· 12 years ago
8acb3b2
Fixed disk creation logic to avoid writing a zero sector to the first and last sector of a newly created disk if the disk's contents were copied from another disk. This solves the last details in issue #35
by Mark Pizzolato
· 12 years ago
471ea3e
Added SHOW CPU MEMORY to the MicroVAX I simulator
by Mark Pizzolato
· 12 years ago
d245c0b
Compiler warning cleanup
by Mark Pizzolato
· 12 years ago
c93658f
Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka)
by Mark Pizzolato
· 12 years ago
a005822
Extended the VAX 8600 memory to 512MB and reworked the memory board slot allocation logic to fill as many slots as possible.
by Mark Pizzolato
· 12 years ago
ed6e3f7
Fix to build on HPUX with the HP C compiler which doesn't define __unix
by Mark Pizzolato
· 12 years ago
b125da7
Fixed prior logic in sim_check_conn to return error conditions prior to read/write checks and to validate the peer's address on both read and write connection checks.
by Mark Pizzolato
· 12 years ago
d308a23
Fixed sim_check_conn to return error status if the socket being checked is writable and no peer name exists (i.e. when a connect has failed). Suggested by Paul Koning
by Mark Pizzolato
· 12 years ago
732718e
Fixed bug in pdp11_xu loopback processing. Now consistent with pdp11_xq. Found by Paul Koning
by Mark Pizzolato
· 12 years ago
5727ad1
Added a -V option to a VHD copy operation to cause a verify pass which will confirm all of the expected data has made it to the target virtual disk
by Mark Pizzolato
· 12 years ago
a78c978
Fixed pamm initialization for SBI 0 and improved output of SHOW CPU MEMORY - from Johnny Billquist
by Mark Pizzolato
· 12 years ago
8116b75
Fix VAX 8600 memory controller attribute descriptions to properly reflect the board size and slots.
by Mark Pizzolato
· 12 years ago
2f85000
Compiler suggested cleanup
by Mark Pizzolato
· 12 years ago
249f40e
Compiler indicated cleanup (FreeBSD on PPC)
by Mark Pizzolato
· 12 years ago
be270bb
Fix of Big Endian DELQA-T issue
by Mark Pizzolato
· 12 years ago
7217f60
Added OSX on PowerPC support
by Mark Pizzolato
· 12 years ago
e2bb312
Fixed redundant output in SHOW ETHERNET when ethernet devices are open and added device send/receive stats
by Mark Pizzolato
· 12 years ago
01ee219
Fixed some HP-UX serial I/O functionality from Mikulas Patocka
by Mark Pizzolato
· 12 years ago
933a23e
Added support to find dlopen in either libdl or libdld since some platforms package it there.
by Mark Pizzolato
· 12 years ago
ce41ac8
Fixed the non-functional VAX 8600 boot and use of the console RL02 disk.
by Mark Pizzolato
· 12 years ago
a28d5d7
Cleaned up the formatting of the pdp11_dmc help output as suggested by Jacob Goense
by Mark Pizzolato
· 12 years ago
9cbacc3
Added display of Windows version details to the output of SHOW VERSION
by Mark Pizzolato
· 12 years ago
ba2070f
Fix handle leak if a memory allocation error occurred during a VHD create with Copy
by Mark Pizzolato
· 12 years ago
38c1e1e
Changed line endings to CR-LF to conform to simh standard.
by Mark Pizzolato
· 12 years ago
de6bf7b
Fix simh/simh Issue#21: tx-0 won't build under MinGW compiler
by Howard M. Harte
· 12 years ago
c6691b6
Fixed size limit on RQ devices for PDP11 simulator
by Mark Pizzolato
· 12 years ago
388b2be
Added missing SET CPU MODEL to VAX 8600 simulator
by Mark Pizzolato
· 12 years ago
a98b150
The last compiler nit for issue #38
by Mark Pizzolato
· 12 years ago
51badc2
The MicroVAX specific CPU Boot help has been moved to the MicroVAX specific modules
by Mark Pizzolato
· 12 years ago
e7c2adb
Fixed bug affecting pdp11_rq disks introduced when adding greater than 2GB disk support to PDP11 simulator
by Mark Pizzolato
· 12 years ago
a262dd9
Compiler indicated cleanups
by Mark Pizzolato
· 12 years ago
9b3694b
Fixed extended VAX 8600 memory of 260MB.
by Mark Pizzolato
· 12 years ago
960c5b5
Fix issues observed by Sun C compiler
by Mark Pizzolato
· 12 years ago
1e515d8
HP-UX socket fixes from Mikulas Patocka.
by Mark Pizzolato
· 12 years ago
7756cb8
Added HP-UX Serial port detection (for SHOW SERIAL) from Mikulas Patocka
by Mark Pizzolato
· 12 years ago
55e45c9
Correct VAX 8600 Maximum memory size since 64MB boards were available (Johnny Billquist)
by Mark Pizzolato
· 12 years ago
0605b6d
Added support for building on Solaris with the Sun C compiler
by Mark Pizzolato
· 12 years ago
97bbd34
Added request for SHOW VERSION output when sending in problem reports
by Mark Pizzolato
· 12 years ago
4425241
OSX fix for recent sim_disk changes
by Mark Pizzolato
· 12 years ago
2e5b0d5
Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability.
by Mark Pizzolato
· 12 years ago
60e8558
Addition of Idling explaination and solution for Solaris hosts
by Mark Pizzolato
· 12 years ago
d3ec5a6
Fix to properly reference the correct routine during initial clock calibration introduced in commit: c45a377c7
by Mark Pizzolato
· 12 years ago
de48307
Cleanup for build on VMS
by Mark Pizzolato
· 12 years ago
c45a377
Use the same sleep API to determine the host minimal sleep time that will be used depending on whether ASYNCH_IO is enabled
by Mark Pizzolato
· 12 years ago
b06505a
Adjusted minimum wait time to allow RKLFMT to properly complete formatting an RK disk
by Mark Pizzolato
· 12 years ago
b31dc88
Added indication of idle/throttling capabilities and the OS clock tick size to the SHOW VERSION output
by Mark Pizzolato
· 12 years ago
28f645a
Compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
9bd8305
Cleanup compiler warnings on Solaris and newer OSX clang compilers.
by Mark Pizzolato
· 12 years ago
f179ba6
Added support for newer clang compilers on OSX and more flexible cases for libpcap components built from www.tcpdump.org source code
by Mark Pizzolato
· 12 years ago
3dea605
Remove compiler warnings generated by newer clang compiler
by Mark Pizzolato
· 12 years ago
147ca8c
Exclude LTO from gcc builds when compiler isn't known to support it.
by Mark Pizzolato
· 12 years ago
c293e15
Start sleep calibration for *nix platforms on a clock tick
by Mark Pizzolato
· 12 years ago
665e995
Fixed misspelled include guard for the definition of SERHANDLE.
by Mark Pizzolato
· 12 years ago
Next »