Commit Graph

447 Commits

Author SHA1 Message Date
f99e919cb7 Implement kernel handle encoding 2026-07-14 23:04:48 +02:00
68e08d3065 Implement accessor for the currently executing executive thread 2026-07-14 23:00:49 +02:00
e4ae43f676 Implement object reference by handle 2026-07-14 21:54:34 +02:00
f436efbd11 Implement InitializeObjectAttributes helper 2026-07-14 21:47:22 +02:00
168a8655ac Rename framebuffer allocation tag and add security privilege array tag 2026-07-14 21:46:01 +02:00
b256c260b9 Implement system and idle process creation and initialization functions 2026-07-14 21:41:15 +02:00
06291d2525 Expose active processors affinity map 2026-07-14 21:19:49 +02:00
5e91e362ae Implement process quota charging 2026-07-13 16:39:58 +02:00
8ad412ecb5 Initialize process quota subsystem 2026-07-11 01:43:23 +02:00
b77a57a0e3 Add quota management spinlock and expose ReturnProcessQuota 2026-07-11 01:39:23 +02:00
130e797dd9 Add security access and audit interfaces 2026-07-10 13:01:36 +02:00
f51c7a5ce5 Implement RAII guards for exclusive and shared push locks 2026-07-10 08:27:09 +02:00
c7b257dfc4 Resolve missing type dependencies 2026-07-10 08:06:46 +02:00
e8fa736c7a Implement RAII guard for critical regions 2026-07-10 08:03:58 +02:00
b83aaf7cd0 Register Process and Thread object types 2026-07-09 23:19:42 +02:00
e8c4b5cbda Stub out process and thread deletion functions 2026-07-09 20:51:56 +02:00
b98d94b4f3 Implement process and thread object type getters 2026-07-09 20:33:57 +02:00
2b1ff4aa9f Implement handle table management interface 2026-07-09 19:16:01 +02:00
d8eeff620e Implement push lock blocking 2026-07-09 14:51:24 +02:00
f9a471633f Implement push lock unblocking 2026-07-09 12:05:52 +02:00
5982403a79 Implement unicode string comparison function 2026-07-09 09:12:40 +02:00
7db52a816f Expose system process object 2026-07-09 08:54:22 +02:00
7336710c23 Add Object Manager module inclusion 2026-07-09 08:14:58 +02:00
195c749396 Implement core Object Manager subsystem 2026-07-09 08:11:44 +02:00
96502d5db6 Add executive work item stubs 2026-07-09 07:18:45 +02:00
279aba9742 Add process quota block pool tag 2026-07-08 23:25:31 +02:00
9012f82681 Introduce process quota management 2026-07-08 21:51:41 +02:00
10aaac59e4 Allocate contiguous memory for local lookaside lists 2026-07-07 14:42:49 +02:00
a0e707d35f Implement buffer return logic for general lookaside lists 2026-07-04 14:08:05 +02:00
042bf8520c Add per-processor lookaside list cache management functions 2026-07-04 00:54:52 +02:00
cba4c6fffb Define pool allocation tag for security descriptor objects 2026-07-04 00:12:32 +02:00
66f74be947 Add initial security subsystem 2026-07-04 00:09:07 +02:00
5cd52a4a12 Implement conversion of shared push lock to exclusive mode 2026-07-01 16:29:30 +02:00
c58305022f add push lock initialization code 2026-06-30 23:33:25 +02:00
d8f4f6bfd0 Add memory manager probe functions 2026-06-30 22:28:39 +02:00
ef4f9ba74d Introduce very basic exception handling support 2026-06-30 22:21:30 +02:00
f9cbe78f84 Implement architecture-specific user probe address retrieval 2026-06-30 21:41:08 +02:00
84d35e3c97 Implement kernel push lock infrastructure 2026-06-29 18:25:40 +02:00
9ef8c569d5 Add event priority boost stub 2026-06-29 16:04:28 +02:00
7d9c338e2a Provide atomic bit test and clear functionality 2026-06-29 00:31:55 +02:00
2868db63ca Retrieve interrupt time via kernel shared data 2026-06-29 00:13:00 +02:00
119480382b Add dispatcher object routing for wait satisfaction and interval calculation 2026-06-28 23:25:45 +02:00
a54c4b48fb Add initial NLS support 2026-06-26 23:52:58 +02:00
b3ce1a8be8 Add KThread critical region management 2026-06-26 10:45:38 +02:00
53a8b57a96 Register APC interrupt handler 2026-06-26 10:22:18 +02:00
77c1138f7d Add CheckApcDelivery to evaluate APC interrupt request or direct delivery 2026-06-26 09:54:38 +02:00
03f97d94ae Add executive resource synchronization functions 2026-06-25 23:33:09 +02:00
8c6e06c973 Introduce RAII wrapper for in-stack queued spinlock acquisition 2026-06-25 21:32:16 +02:00
f2168e8c55 Update queued spinlock guard naming 2026-06-25 18:54:44 +02:00
6184e9e73d Implement in-stack queued spinlock 2026-06-25 16:22:37 +02:00