Commit Graph

1755 Commits

Author SHA1 Message Date
7db52a816f Expose system process object 2026-07-09 08:54:22 +02:00
34acfe2b8b Add STATUS_PRIVILEGE_NOT_HELD status code 2026-07-09 08:47:38 +02:00
ec356b8a6e Suppress unused variable warning 2026-07-09 08:38:07 +02:00
aae31c2b1d Define cross-language attribute macros 2026-07-09 08:36:18 +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
f2922349de Simplify lookaside list free path with early returns and direct pool fallback 2026-07-08 09:32:11 +02:00
e5cf62cbfb Add work queue structures 2026-07-07 14:59:26 +02:00
10aaac59e4 Allocate contiguous memory for local lookaside lists 2026-07-07 14:42:49 +02:00
e3081c0cf5 Define core Object Manager structures 2026-07-05 21:07:22 +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
30a6517109 Define non-paged lookaside list number enumeration 2026-07-04 00:28:53 +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
0ccf20f0c9 Add SEH exception pointers structure and accessors 2026-07-03 23:40:15 +02:00
a2801bab2a Provide forward type references for newly introduced kernel structures 2026-07-03 21:48:48 +02:00
9fcd81a507 Add I/O, power, and configuration manager type definitions 2026-07-03 21:43:02 +02:00
46fb492032 Define core LPC types and structures 2026-07-03 16:52:59 +02:00
b2e3a6afe0 Remove Count field from KAFFINITY_MAP 2026-07-03 16:07:31 +02:00
2389bcbed1 Introduce device queue structures 2026-07-03 15:58:44 +02:00
213713b6d2 Introduce core security and privilege structures 2026-07-03 14:40:51 +02:00
c1bc4e4940 Add security information and access token types 2026-07-03 10:46:56 +02:00
b76a240fd8 Define core security structures 2026-07-03 10:23:10 +02:00
d164495d48 Add basic paged pool setup 2026-07-02 09:27:54 +02:00
2b7fc5b41d Fix swapped arguments in queued spinlock release 2026-07-01 18:45:03 +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
91946ae88f Use non-paged pool as temporary fallback for paged pool allocations 2026-06-29 22:19:52 +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
9d5466594a Expand status code definitions 2026-06-29 00:03:09 +02:00
119480382b Add dispatcher object routing for wait satisfaction and interval calculation 2026-06-28 23:25:45 +02:00
3011df6f3c Update thread initialization code to use MutexListHead 2026-06-28 19:31:01 +02:00
6e4f9dd5b1 Rename MutantObject to MutexObject 2026-06-28 19:05:36 +02:00
42d6426318 Introduce KMUTEX structure and remove KGATE usage from push lock 2026-06-28 18:53:53 +02:00
757acb732e Add push lock structures 2026-06-27 01:36:11 +02:00
a54c4b48fb Add initial NLS support 2026-06-26 23:52:58 +02:00
314012cad9 Add National Language Support table definitions 2026-06-26 19:24:22 +02:00
b3ce1a8be8 Add KThread critical region management 2026-06-26 10:45:38 +02:00
d6f925ebfd Update APC initialization comment 2026-06-26 10:31:20 +02:00
53a8b57a96 Register APC interrupt handler 2026-06-26 10:22:18 +02:00