mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 11:11:01 +00:00
Now that support for 32-bit x86 has been removed, we don't have to worry about the top half of `off_t`/`u64` values being chopped off when we try to pass them in registers. Therefore, we no longer need the workaround of pointers to stack-allocated values to syscalls. Note that this changes the system call ABI, so statically linked programs will have to be re-linked. |
||
|---|---|---|
| .. | ||
| AtomicEdgeAction.h | ||
| Coredump.cpp | ||
| Coredump.h | ||
| CrashHandler.cpp | ||
| FinalizerTask.cpp | ||
| FinalizerTask.h | ||
| FutexQueue.cpp | ||
| FutexQueue.h | ||
| PerformanceEventBuffer.cpp | ||
| PerformanceEventBuffer.h | ||
| PerformanceManager.h | ||
| PowerStateSwitchTask.cpp | ||
| PowerStateSwitchTask.h | ||
| Process.cpp | ||
| Process.h | ||
| ProcessGroup.cpp | ||
| ProcessGroup.h | ||
| ProcessList.cpp | ||
| Scheduler.cpp | ||
| Scheduler.h | ||
| SyncTask.cpp | ||
| SyncTask.h | ||
| Thread.cpp | ||
| Thread.h | ||
| ThreadBlockers.cpp | ||
| ThreadTracer.cpp | ||
| ThreadTracer.h | ||
| WaitQueue.cpp | ||
| WaitQueue.h | ||
| WorkQueue.cpp | ||
| WorkQueue.h | ||