This website requires JavaScript.
Explore
CodingWorkshop
CodingWorkshop Site
Community Issues
Help
Register
Sign In
xt-sys
/
exectos
Watch
3
Star
5
Fork
2
You've already forked exectos
Code
Issues
5
Pull Requests
Actions
Projects
1
Releases
Wiki
Activity
Files
42d642631825bae0529fda239809b4e37fca54dd
exectos
/
xtoskrnl
/
ke
History
Aiken Harris
b3ce1a8be8
All checks were successful
Builds / ExectOS (i686, release) (push)
Successful in 32s
Details
Builds / ExectOS (amd64, release) (push)
Successful in 34s
Details
Builds / ExectOS (amd64, debug) (push)
Successful in 44s
Details
Builds / ExectOS (i686, debug) (push)
Successful in 42s
Details
Add KThread critical region management
2026-06-26 10:45:38 +02:00
..
amd64
Register APC interrupt handler
2026-06-26 10:22:18 +02:00
i686
Register APC interrupt handler
2026-06-26 10:22:18 +02:00
affinity.cc
Free affinity maps on allocation failure and remove redundant idle process affinity loop
2026-06-10 14:08:07 +02:00
apc.cc
Update APC initialization comment
2026-06-26 10:31:20 +02:00
bootinfo.cc
…
crash.cc
Freeze secondary processors during kernel panic
2026-06-08 15:02:55 +02:00
data.cc
Implement multi-processor freeze and thaw execution for SMP crash state synchronization
2026-06-08 14:38:17 +02:00
dispatch.cc
Implement thread preemption and context switching in dispatch interrupt handler
2026-06-18 11:18:36 +02:00
dpc.cc
…
event.cc
…
exports.cc
…
ipi.cc
Add IPI service routines for APC, DPC, and freeze request handling
2026-06-08 14:49:02 +02:00
kprocess.cc
Correct initial StackCount value to reflect underlying type width
2026-06-17 11:12:11 +02:00
krnlinit.cc
Add XTCLINK linkage to KeStartXtSystem
2026-06-08 20:06:23 +02:00
kthread.cc
Add KThread critical region management
2026-06-26 10:45:38 +02:00
kubsan.cc
…
runlevel.cc
…
schedule.cc
Update queued spinlock guard naming
2026-06-25 18:54:44 +02:00
semphore.cc
…
shdata.cc
…
spinlock.cc
Implement in-stack queued spinlock
2026-06-25 16:22:37 +02:00
sysres.cc
…
sysserv.cc
Add stub for System Service Descriptor Table accessor routine
2026-06-12 23:16:20 +02:00
systime.cc
…
timer.cc
…