A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Thomas Bluemel ea5929db62 1. added irql checks to various rtl and security functions
2. RtlGetVersion needs to be implemented differently in ntoskrnl and ntdll, ntoskrnl's version must not access the PEB (which might not be present) while ntdlls gets most information from the PEB structure
3. can't use spinlocks to serialize access to the security descriptor cache since it calls sd rtl functions which require to run < apc level

svn path=/trunk/; revision=13712
2005-02-22 17:58:19 +00:00
irc Interpret numeric values as being hexadecimal values if they contain hex digits a-f 2005-02-16 23:17:17 +00:00
msvc6 Initial revision 2004-02-06 08:21:52 +00:00
os2 neu 2004-01-31 01:29:11 +00:00
posix Resource script uses the new generic rc script. 2005-02-13 23:03:17 +00:00
reactos 1. added irql checks to various rtl and security functions 2005-02-22 17:58:19 +00:00
rosapps Add EOL to make gcc shutup. 2005-02-16 03:17:36 +00:00