| Commit message (Expand) | Author | Age | Files | Lines |
* | winio: update temp path so GCC etc can handle it. | Tamar Christina | 2020-07-15 | 3 | -32/+60 |
* | winio: Detect running IO Backend via peeking at RtsConfig | Andreas Klebinger | 2020-07-15 | 3 | -31/+51 |
* | winio: Remove unused size/iterate operations from IntTable | Andreas Klebinger | 2020-07-15 | 1 | -24/+0 |
* | winio: Rename unsafeSplat to unsafeCopyFromBuffer | Andreas Klebinger | 2020-07-15 | 2 | -10/+10 |
* | winio: Fix rebase artifacts | Tamar Christina | 2020-07-15 | 1 | -14/+7 |
* | winio: Various fixes related to rebase and testdriver | Tamar Christina | 2020-07-15 | 8 | -39/+137 |
* | winio: Remove outstanding_requests from runner. | Andreas Klebinger | 2020-07-15 | 2 | -21/+11 |
* | winio: Refactor non-threaded runner thread and scheduler interface. | Andreas Klebinger | 2020-07-15 | 4 | -141/+228 |
* | winio: Display thread labels when tracing scheduler events. | Andreas Klebinger | 2020-07-15 | 1 | -18/+24 |
* | winio: Always lock win32 event queue | Andreas Klebinger | 2020-07-15 | 1 | -10/+17 |
* | winio: Update placeholder comment with actual function name. | Andreas Klebinger | 2020-07-15 | 1 | -1/+1 |
* | winio: Wake io manager once per registerTimeout. | Andreas Klebinger | 2020-07-15 | 1 | -1/+0 |
* | winio: Update T9681 output, disable T4808 on windows. | Andreas Klebinger | 2020-07-15 | 2 | -4/+4 |
* | winio: ThreadDelay001: Use higher resolution timer. | Andreas Klebinger | 2020-07-15 | 1 | -4/+21 |
* | winio: Queue IO processing threads at the front of the queue. | Andreas Klebinger | 2020-07-15 | 3 | -1/+13 |
* | winio: Add an exported isHeapAlloced function to the RTS | Andreas Klebinger | 2020-07-15 | 1 | -0/+9 |
* | winio: nonthreaded: Create io processing threads in main thread. | Andreas Klebinger | 2020-07-15 | 3 | -34/+90 |
* | winio: Add comment about thread safety of processCompletion. | Andreas Klebinger | 2020-07-15 | 1 | -0/+4 |
* | winio: Make last_event a local variable | Andreas Klebinger | 2020-07-15 | 1 | -3/+8 |
* | winio: Mark outstanding_service_requests volatile. | Andreas Klebinger | 2020-07-15 | 1 | -2/+8 |
* | winio: Add comments/cleanup an import in base | Andreas Klebinger | 2020-07-15 | 3 | -1/+4 |
* | winio: Fix threadDelay maxBound invocations. | Andreas Klebinger | 2020-07-15 | 2 | -19/+24 |
* | winio: Mark FD instances as unsupported under WINIO. | Andreas Klebinger | 2020-07-15 | 1 | -24/+32 |
* | winio: Properly check for the tso of an incall to be zero. | Andreas Klebinger | 2020-07-15 | 1 | -1/+1 |
* | winio: Assign thread labels to IOManager threads. | Andreas Klebinger | 2020-07-15 | 2 | -2/+5 |
* | winio: Fix expected tempfiles output. | Andreas Klebinger | 2020-07-15 | 2 | -13/+1 |
* | winio: A few more improvements to the IOPort primitives. | Andreas Klebinger | 2020-07-15 | 1 | -11/+41 |
* | winio: Update output of T9681 since we now actually run it. | Andreas Klebinger | 2020-07-15 | 1 | -2/+5 |
* | winio: Allow hp2ps to build with -DDEBUG | Andreas Klebinger | 2020-07-15 | 1 | -1/+1 |
* | winio: Fix sqrt and openFile009 test cases | Andreas Klebinger | 2020-07-15 | 3 | -5/+9 |
* | winio: Remove debug event log trace | Andreas Klebinger | 2020-07-15 | 1 | -1/+0 |
* | winio: Set handle offset when opening files in Append mode. | Andreas Klebinger | 2020-07-15 | 7 | -6/+62 |
* | wionio: Make IO subsystem check a no-op on non-windows platforms. | Andreas Klebinger | 2020-07-15 | 1 | -2/+3 |
* | winio: Fix multi threaded threadDelay and a few other small changes. | Andreas Klebinger | 2020-07-15 | 2 | -96/+61 |
* | winio: Clean up code surrounding IOPort primitives. | Andreas Klebinger | 2020-07-15 | 6 | -45/+109 |
* | winio: Fix offset set by bufReadEmpty. | Andreas Klebinger | 2020-07-15 | 4 | -21/+37 |
* | winio: Rewrite bufWrite. | Andreas Klebinger | 2020-07-15 | 3 | -56/+79 |
* | winio: Fix output truncation for writes larger than buffer size | Andreas Klebinger | 2020-07-15 | 2 | -5/+12 |
* | winio: Fix input truncation when reading from handle. | Andreas Klebinger | 2020-07-15 | 2 | -14/+26 |
* | winio: Implement new tempfile routines for winio | Tamar Christina | 2020-07-15 | 5 | -14/+169 |
* | winio: fix FileSize unstat-able handles | Tamar Christina | 2020-07-15 | 1 | -0/+14 |
* | winio: Expand comments describing non-threaded loop | Andreas Klebinger | 2020-07-15 | 1 | -5/+37 |
* | winio: Remove some barf statements that are a bit strict. | Tamar Christina | 2020-07-15 | 1 | -2/+0 |
* | winio: Fix issues with non-threaded I/O manager after split. | Tamar Christina | 2020-07-15 | 3 | -6/+24 |
* | winio: Relaxing some constraints in io-manager. | Tamar Christina | 2020-07-15 | 3 | -2/+3 |
* | winio: Fix a scheduler bug with the threaded-runtime. | Tamar Christina | 2020-07-15 | 1 | -13/+6 |
* | winio: core non-threaded I/O manager | Tamar Christina | 2020-07-15 | 4 | -0/+844 |
* | winio: core threaded I/O manager | Tamar Christina | 2020-07-15 | 14 | -2/+2490 |
* | winio: Multiple refactorings and support changes. | Tamar Christina | 2020-07-15 | 34 | -1005/+476 |
* | winio: Switch Testsuite to test winio by default | Tamar Christina | 2020-07-15 | 6 | -17/+35 |