1. daf8382 TMXR: Properly announce attach connection on serial lines when -V option is set by Mark Pizzolato · 7 years ago
  2. cb21246 SERIAL, MUX: General fix for Windows Platform physical serial port output by Mark Pizzolato · 7 years ago
  3. 2c6c8f4 SCP: Always invoke strlcpy, strlcat, strcasecmp and strcasencmp vs sim_ forms by Mark Pizzolato · 7 years ago
  4. 75a2ced SERIAL: Fix potential buffer overrun. (COVERITY) by Mark Pizzolato · 8 years ago
  5. 6a90ed4 VMS_BUILD: Fix build on OpenVMS/VAX host by Mark Pizzolato · 8 years ago
  6. c3496e4 TMXR: Reworked output to physical Serial ports for VMS and Windows hosts by Mark Pizzolato · 8 years ago
  7. 4065f47 SCP: Add sim_strncasecmp for platforms which may not have strncasecmp by Mark Pizzolato · 8 years ago
  8. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  9. 9d2079d SERIAL: Fix extra probes to start at 0. by Mark Pizzolato · 9 years ago
  10. de72cba SERIAL: Add probes for common serial port names on NetBSD. by Mark Pizzolato · 9 years ago
  11. d8f2647 SCP: general const cleanups and const change to sim_vm_parse_addr. by Mark Pizzolato · 9 years ago
  12. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  13. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  14. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  15. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  16. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  17. 65edda6 SERIAL: For writes to serial ports, accept both EAGAIN and EWOULDBLOCK as non-error conditions for all *nix hosts by Mark Pizzolato · 11 years ago
  18. 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
  19. d964df4 Compiler suggested cleanups by Mark Pizzolato · 11 years ago
  20. eb14529 Force return of SCPE_OPENERR when the same serial port is opened more than once. by Mark Pizzolato · 12 years ago
  21. 01ee219 Fixed some HP-UX serial I/O functionality from Mikulas Patocka by Mark Pizzolato · 12 years ago
  22. a262dd9 Compiler indicated cleanups by Mark Pizzolato · 12 years ago
  23. 7756cb8 Added HP-UX Serial port detection (for SHOW SERIAL) from Mikulas Patocka by Mark Pizzolato · 12 years ago
  24. de48307 Cleanup for build on VMS by Mark Pizzolato · 12 years ago
  25. 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
  26. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  27. 674e56b Fixed compile issues on some Linux platforms by Mark Pizzolato · 12 years ago
  28. 9356b0c Changed Linux serial port enumeration to leverage kernel provided device information in /sys/class/tty by Mark Pizzolato · 12 years ago
  29. af93ca9 Added /dev/ttyAMAn devices as possible serial port lines on *nix systems. by Mark Pizzolato · 12 years ago
  30. 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 12 years ago
  31. 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  32. c046a29 Fix reference to sim_deb by Mark Pizzolato · 12 years ago
  33. 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
  34. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  35. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  36. 388e13e sim_serial.c Fixed VMS serial code after testing. by Mark Pizzolato · 12 years ago
  37. 3311f4d sim_serial.c Added initial serial support for VMS hosts by Mark Pizzolato · 12 years ago
  38. 757969e Fixed bugs found during testing by Mark Benson by Mark Pizzolato · 12 years ago
  39. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  40. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  41. c77bdb2 Added scp SHOW SERIAL command by Mark Pizzolato · 12 years ago
  42. 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 · 12 years ago
  43. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago