Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
6e35bee5c5975a1cd11cc3dfbb1f400100a3e807
6e35bee
SCP: Fixed Coverity identified issues
by Mark Pizzolato
· 7 years ago
b1318f5
SCP: Always clear uptr->fileref on detach
by Mark Pizzolato
· 7 years ago
83234f1
DISK: Add Linux host support for direct CDROM access
by Mark Pizzolato
· 7 years ago
874f60c
SCP: Fix potentially uninitialized variable reference
by Mark Pizzolato
· 7 years ago
6c425cc
H316: Expose RTC INTERVAL and QUANTUM values in registers update testrtc.cmd
by Mark Pizzolato
· 7 years ago
5f2c7b2
SCP: Defer substitution for IF/ASSERT command action commands
by Mark Pizzolato
· 7 years ago
c294787
SCP: Fix expression evaluation divide by zero, and avoid parameter substitution
by Mark Pizzolato
· 7 years ago
0daff90
SCP: Add TIME_MSEC predefined variable to provide time to milliseconds
by Mark Pizzolato
· 7 years ago
ed1a6f3
B5500: Move extern declarations to b5500_defs.h
by Mark Pizzolato
· 7 years ago
ef94dcb
SDS: Simplify MT operation check.
by Bob Supnik
· 7 years ago
d725954
3b2: Tighten floppy timing
by Seth Morabito
· 7 years ago
92fce4d
DISPLAY: 'Fix Coverity identified issues
by Ian Schofield
· 7 years ago
d88aa07
3b2: Expand tabs
by Seth Morabito
· 7 years ago
75b1a2f
3b2: Fix line endings, enforce CONST
by Seth Morabito
· 7 years ago
392b8f2
3b2: Fix makefile and 3B2.vcproj
by Seth Morabito
· 7 years ago
d76bd81
3b2: Code cleanup
by Seth Morabito
· 7 years ago
3975826
3b2: Allow boot without cpu param
by Seth Morabito
· 7 years ago
ba9d862
3b2: CIO PORTS and CTC devices
by Seth Morabito
· 7 years ago
584147f
TMXR: Remove output unit from delay consideration after poll has nothing queued
by Mark Pizzolato
· 7 years ago
b897863
makefile: Add test for semaphore.h
by Mark Pizzolato
· 7 years ago
b3136d2
AltairZ80: Replaced platform specific directory scanning with SCP API (update 2)
by Peter Schorn
· 7 years ago
4734454
SCP: Fix sim_dir_scan on Windows to return correct directory name
by Mark Pizzolato
· 7 years ago
ce390bb
TMXR: Make transmitted data consider the configured line speed factor
by Mark Pizzolato
· 7 years ago
13cb294
I650: Release 3
by Roberto Sancho Villa
· 7 years ago
b51d250
SCP: Ignore trailing whitespace for all commands
by Mark Pizzolato
· 7 years ago
ded2b20
TIMER: Tolerate trailing spaces on SET THROTTLE arguments
by Mark Pizzolato
· 7 years ago
3671ef1
TMXR: Add speed factor validation check and display in SHOW MUX
by Mark Pizzolato
· 7 years ago
d7f1942
display: Fix display type 340 bug.
by Lars Brinkhoff
· 7 years ago
a3c40cd
PDP11, Qbus VAX: Avoid incorrect packet length when multiple RBDLs are used
by Mark Pizzolato
· 7 years ago
2363300
DISK: Fix Coverity identified error path problems
by Mark Pizzolato
· 7 years ago
13b4f65
FIO: Fix large file support on Linux AND Android platforms correctly
by Mark Pizzolato
· 7 years ago
caee890
TX-0: Fix Coverity indicated potential memory overrun
by Mark Pizzolato
· 7 years ago
cc31a50
SCP: Allow empty SIM_BUILD_OS for compilers that don't support empty strings
by Mark Pizzolato
· 7 years ago
e1d2204
makefile: only provide GIT_COMMIT_TIME one time on compile commands
by Mark Pizzolato
· 7 years ago
cb53ddb
makefile: Make compile time Android Version visible in SHOW VERSION output
by Mark Pizzolato
· 7 years ago
c1894a7
makefile: Remove hard coded assumption about library path for Android build
by Mark Pizzolato
· 7 years ago
a5a71ed
makefile: Fix Linux library search when ldconfig isn't in the path
by Mark Pizzolato
· 7 years ago
c0cda9f
SCP: Remove leading / from sim_dir_scan file names when glob isn't available
by Mark Pizzolato
· 7 years ago
9d04c49
I7000: Fix compiler warnings comparing const char to a negative integer.
by Mark Pizzolato
· 7 years ago
818032f
SCP: Remove redundant DIR_ENTRY_CALLBACK declaration
by Mark Pizzolato
· 7 years ago
b781834
SCP: Add sim_dir_scan API for general use.
by Mark Pizzolato
· 7 years ago
5ee2944
DISK: Properly parenthesize logical expression for clarity avoid clang warning
by Mark Pizzolato
· 7 years ago
752bcad
FIO: Fix typo in platform determination
by Mark Pizzolato
· 7 years ago
0aa4264
FIO: Properly configure large file support for different Android versions
by Mark Pizzolato
· 7 years ago
39802c4
makefile: Support mode Android versions when termux is used
by Mark Pizzolato
· 7 years ago
914d79c
SERIAL: Avoid potential SEGFAULT when scandir() fails on Linux
by Mark Pizzolato
· 7 years ago
6a99ac8
makefile: Add support to build under Android termux
by Mark Pizzolato
· 7 years ago
d090436
SCP: Support host environments which can't do termios TCSAFLUSH
by Mark Pizzolato
· 7 years ago
fc104f9
slirp: avoid compiling unused fork_exec code.
by Mark Pizzolato
· 7 years ago
0c0a995
slirp: change tabs to spaces
by Mark Pizzolato
· 7 years ago
6ccbfc7
SCP: Report errno value when starting instruction execution fails
by Mark Pizzolato
· 7 years ago
961f5e3
makefile: query C compiler for its default include paths.
by Mark Pizzolato
· 7 years ago
7a8d617
I650: Fix Coverity Warning
by Roberto Sancho Villa
· 7 years ago
cc0e993
makefile: Allow git-commit-id to be correctly set in more cases
by Mark Pizzolato
· 7 years ago
e266271
DISK: Fix auto format detection when attaching VHD disk images
by Mark Pizzolato
· 7 years ago
3afc778
3b2: Fix TOD clock DST and TZ issue
by Seth Morabito
· 7 years ago
245a85d
SCP: Fix Coverity identified memory leak in error expression evaluation path
by Mark Pizzolato
· 7 years ago
f5f4c96
I650: Fix coverity errors
by Roberto Sancho Villa
· 7 years ago
a4b5160
SCP: Add string comparison support to C Style expression evaluation
by Mark Pizzolato
· 7 years ago
96d3b5d
SCP: Add SCP debug options to default device debug setup
by Mark Pizzolato
· 7 years ago
130ad1c
SCP: Fix potential error path expression evaluation memory leak (Coverity)
by Mark Pizzolato
· 7 years ago
4e508cf
SCP: Add C style expression support for IF conditions and SET ENV -A
by Mark Pizzolato
· 7 years ago
8fe02ad
SCP: Updaeted HELP EVAL to provide meaningful examples.
by Mark Pizzolato
· 7 years ago
396679a
SCP: Add strtotsv to generally parse signed t_value data (t_svalue).
by Mark Pizzolato
· 7 years ago
b4ca917
SCP: Add formatting support for signed t_value (t_svalue).
by Mark Pizzolato
· 7 years ago
f2f4bfa
TMXR: Fix potential uninitialized variable reference Coverity warning
by Mark Pizzolato
· 7 years ago
02e7483
I650: Release 2
by Roberto Sancho Villa
· 7 years ago
9160b9a
doc: Update the FAQ. How to search the mailing list archive
by Mark Pizzolato
· 7 years ago
4c62583
TMXR: Add ability to disable specific lines on multi-line multiplexers.
by Mark Pizzolato
· 7 years ago
54f4665
PDP11, VAX: Fix Coverity identified debug path null pointer dereference
by Mark Pizzolato
· 7 years ago
15e86fb
SCP, DISK: Fix Coverity identified debug path null pointer dereferences
by Mark Pizzolato
· 7 years ago
309598e
SCP: Fix declaration duplications and indentation issues
by Mark Pizzolato
· 7 years ago
adedce8
SCP: Add quoted string argument to SET ENV otherwise trim whitespace
by Mark Pizzolato
· 7 years ago
c8beee2
doc: Clarify details in "Writing a Simulator for the SIMH System"
by Mark Pizzolato
· 7 years ago
fdd9d87
SCP: Fix MinGW build warnings due to sizeof time_t
by Mark Pizzolato
· 7 years ago
afffe30
3b2: Fix minor MMU paging bug
by Seth Morabito
· 7 years ago
ca77941
doc: Update documents for RQ and TQ unit plug value setting
by Mark Pizzolato
· 7 years ago
1741ae2
PDP11, VAX: Add MSCP Media ID encoding/decoding details (Johnny Billquist)
by Mark Pizzolato
· 7 years ago
5a9263c
PDP11, VAX: Add settable unit numbers for TQ drives
by Mark Pizzolato
· 7 years ago
bd621f5
3b2: Call tmxr routines in IU reset
by Seth Morabito
· 7 years ago
a7d0d4a
3b2: CIO feature card framework
by Seth Morabito
· 7 years ago
05ba8c4
3b2: Silence warning on Windows
by Seth Morabito
· 7 years ago
177be95
3b2: Refactor DUART and DMA
by Seth Morabito
· 7 years ago
da31dfa
SCP: Extend EXAMINE <dev> STATE to display elements of arrayed registers
by Mark Pizzolato
· 7 years ago
d6a5268
DISK: Properly open in RAW mode on *nix
by Mark Pizzolato
· 7 years ago
5a18d31
PDP11, VAX: Add settable unit numbers for RQ drives
by Mark Pizzolato
· 7 years ago
8bec55b
DISK: Properly fail an attempt to access to a non-existent file in raw mode
by Mark Pizzolato
· 7 years ago
6667f65
DISK: Add explicit AUTO detect disk format mode
by Mark Pizzolato
· 7 years ago
d356274
PDP10: Fix build warning when compiling DZ module
by Mark Pizzolato
· 7 years ago
cc7721b
PDP11: Allow DZ devices Unibus and Qbus to have correct number of lines
by Mark Pizzolato
· 7 years ago
114a29b
SCP: Add PCRE version to SHOW VERSION output
by Mark Pizzolato
· 7 years ago
1d22b48
PDP11: Add new debug API support to VT11 device, fix broken build
by Mark Pizzolato
· 7 years ago
6263378
DISK: Change auto disk format open logic to include RAW
by Mark Pizzolato
· 7 years ago
28e4311
SCP: Extended debugging to allow for unit specific debug for disk and tape
by Mark Pizzolato
· 7 years ago
81bcd6d
CONSOLE/SERIAL: Properly rate limit output to console port
by Mark Pizzolato
· 7 years ago
a47c04b
TIMER: Fix throttle startup delay check
by Mark Pizzolato
· 7 years ago
2bcb60e
TIMER: Add external initialization option for clock calibration
by Mark Pizzolato
· 7 years ago
95f5a1c
TMXR: Properly display serial configuration and allow unconfigured serial ports
by Mark Pizzolato
· 7 years ago
4087783
3b2: Silence warning in Windows build
by Seth Morabito
· 7 years ago
a9f9b3a
3b2: Refactor MMU and fix two bugs
by Seth Morabito
· 7 years ago
Next »