Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
ee3d98a125a49f0674dbab496fd7ed62bf69f7ad
/
sim_serial.c
eb14529
Force return of SCPE_OPENERR when the same serial port is opened more than once.
by Mark Pizzolato
· 12 years ago
01ee219
Fixed some HP-UX serial I/O functionality from Mikulas Patocka
by Mark Pizzolato
· 12 years ago
a262dd9
Compiler indicated cleanups
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
de48307
Cleanup for build on VMS
by Mark Pizzolato
· 12 years ago
4ff56d6
Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99.
by Mark Pizzolato
· 12 years ago
e3207c2
Compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
674e56b
Fixed compile issues on some Linux platforms
by Mark Pizzolato
· 12 years ago
9356b0c
Changed Linux serial port enumeration to leverage kernel provided device information in /sys/class/tty
by Mark Pizzolato
· 12 years ago
af93ca9
Added /dev/ttyAMAn devices as possible serial port lines on *nix systems.
by Mark Pizzolato
· 12 years ago
3346f4a
Fix build on VMS (IA64)
by Mark Pizzolato
· 12 years ago
0450a9b
Compiler suggested cleanup
by Mark Pizzolato
· 12 years ago
c046a29
Fix reference to sim_deb
by Mark Pizzolato
· 12 years ago
883ad6b
Fixed sim_write_serial to return 0 when the non blocking write fails with the expected errno of EAGAIN
by Mark Pizzolato
· 12 years ago
b466bdc
Compiler warning cleanup
by Mark Pizzolato
· 12 years ago
c6c6648
Compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
388e13e
sim_serial.c Fixed VMS serial code after testing.
by Mark Pizzolato
· 12 years ago
3311f4d
sim_serial.c Added initial serial support for VMS hosts
by Mark Pizzolato
· 12 years ago
757969e
Fixed bugs found during testing by Mark Benson
by Mark Pizzolato
· 12 years ago
02cb620
Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code.
by Mark Pizzolato
· 12 years ago
2469689
Merge branch 'DMC11' into SerialMux
by Mark Pizzolato
· 12 years ago
c77bdb2
Added scp SHOW SERIAL command
by Mark Pizzolato
· 13 years ago
b2ebd56
Generalized serial port naming syntax to refer to host serial ports by the name 'serN' while continuing to allow the use of specific host device names.
by Mark Pizzolato
· 13 years ago
bc36e9d
Adds serial port support to the multiplexer library.
by Mark Pizzolato
· 13 years ago