.. |
cc
|
- Support INIT section pragmas for msvc. Patch by Brezenbak.
|
2005-11-28 23:25:31 +00:00 |
cm
|
- Implemented InterlockedBitTestAndReset, InterlockedBitTestAndSet, InterlockedExchangeAddSizeT.
|
2005-12-29 19:12:09 +00:00 |
dbgk
|
some %x -> %p fixes
|
2005-07-04 22:11:00 +00:00 |
ex
|
Fix stack corruption. Thanks to Waxdragon and the fact he uses an -O2 build (hint hint nudge nudge)
|
2006-01-05 06:24:07 +00:00 |
fs
|
- Support INIT section pragmas for msvc. Patch by Brezenbak.
|
2005-11-28 23:25:31 +00:00 |
inbv
|
Until the kernel handle support is finished or bootvid support is rewritten not to use driver objects open & close the handle every time (in the correct context).
|
2005-12-10 14:36:39 +00:00 |
include
|
- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised or lowered instead.
|
2006-01-05 04:26:55 +00:00 |
io
|
- Added support for NTLDR style freeloader GUI. To enable, edit freeldr.ini and add:
|
2005-12-27 03:12:00 +00:00 |
kd
|
- fixed the ProbeForWrite prototype
|
2005-11-29 11:44:04 +00:00 |
kdbg
|
fixed some more warnings
|
2005-11-29 22:07:10 +00:00 |
ke
|
- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised or lowered instead.
|
2006-01-05 04:26:55 +00:00 |
ldr
|
Allocate a tem buffer for the module names in LdrpQueryModuleInformation, because it isn't possible to call RtlUnicodeStringToAnsiString if the irql is raised to DPC_LEVEL.
|
2005-12-11 17:02:07 +00:00 |
lpc
|
- fixed the ProbeForWrite prototype
|
2005-11-29 11:44:04 +00:00 |
mm
|
Implemented the 'red zone check' for the non paged pool.
|
2006-01-02 18:45:52 +00:00 |
ob
|
protect access to buffers with SEH in NtSetSecurityObject and NtQuerySecurityObject and ask for the proper access rights
|
2005-12-30 01:41:02 +00:00 |
po
|
- Support INIT section pragmas for msvc. Patch by Brezenbak.
|
2005-11-28 23:25:31 +00:00 |
ps
|
- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised or lowered instead.
|
2006-01-05 04:26:55 +00:00 |
rtl
|
- fixed definition of RtlImageRvaToVa
|
2005-12-08 23:55:34 +00:00 |
se
|
protect access to buffers with SEH in NtSetSecurityObject and NtQuerySecurityObject and ask for the proper access rights
|
2005-12-30 01:41:02 +00:00 |
tests
|
Remove old makefiles
|
2005-06-05 16:32:33 +00:00 |
Doxyfile
|
activate Doxygen SEARCHENGINE option
|
2003-12-14 10:55:30 +00:00 |
mkconfig.c
|
strip whitespace from end of lines
|
2005-05-09 01:38:29 +00:00 |
ntoskrnl.dbg.lnk
|
- Put all init functions in a special section and do free
|
2003-10-12 17:37:08 +00:00 |
ntoskrnl.def
|
- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised or lowered instead.
|
2006-01-05 04:26:55 +00:00 |
ntoskrnl.lnk
|
- Put all init functions in a special section and do free
|
2003-10-12 17:37:08 +00:00 |
ntoskrnl.mc
|
- Fix shamefully dangerously broken Work Thread/Queue/Item implementation:
|
2006-01-03 21:34:19 +00:00 |
ntoskrnl.rc
|
migrate substitution keywords to SVN
|
2005-01-06 13:58:04 +00:00 |
ntoskrnl.txt
|
Initial revision
|
1998-08-25 04:27:26 +00:00 |
ntoskrnl.xml
|
- Implement Pushlocks. Only Waking, and Exclusive Acquire/Release + Waits have been tested. The shared paths and block/unblock are still untested and may probably contain bugs. Pushlocks are not yet used in the kernel and they won't be until all paths are tested and validated.
|
2006-01-03 23:36:05 +00:00 |