rename scrnsavelib to scrnsave as it's the name for this library on MS's psdk
[reactos.git] / reactos / ntoskrnl /
2007-11-25 Aleksey Bragin- Add isprint to ctype.h.
2007-11-23 Aleksey Bragin- Cleanup NtCreateKey and NtOpenKey to make it simpler...
2007-11-23 Aleksey Bragin- Huge cleanup of cm.h -- remove stuff that's not neede...
2007-11-23 Aleksey Bragin- Remove CmiInitHives.
2007-11-23 Art YerkesWe need an address within the stack in order for freein...
2007-11-23 Aleksey Bragin- Remove hack in CmpLinkHiveToMaster and make it suppor...
2007-11-23 Aleksey Bragin- Major cleanup of code inside CmiConnectHive:
2007-11-22 Aleksey Bragin- Fix prototype of NtLoadKeyEx.
2007-11-20 Christoph von Wittichuse sizeof(OBJECT_ATTRIBUTES) instead of sizeof(POBJECT...
2007-11-20 Christoph von Wittichadd missing brackets in MmReserveSwapPages
2007-11-20 Christoph von Wittichfix some format strings
2007-11-20 Aleksey Bragin- Load symbols for NTOSKRNL and HAL as 1st and 2nd...
2007-11-19 Aleksey Bragin- Rewrite KdbSymProcessSymbols to use the KD_SYMBOLS_IN...
2007-11-18 Aleksey Bragin- Reference/dereference the file object when working...
2007-11-18 Aleksey Bragin- Fix paged pool overwrite in IopUnloadDriver, due...
2007-11-16 Aleksey Bragin- Fix a typo.
2007-11-14 Hervé PoussineauTry to be more consistent in unimplemented messages
2007-11-13 Aleksey Bragin- Make file lock and unlock operations succeed without...
2007-11-12 Hervé Poussineausection.c wasn't meant to be part of r30401
2007-11-12 Aleksey Bragin- Okay so...listen up. First off: When you acquire...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-07 Hervé PoussineauSet SysThreadCreated to TRUE when possible (used in...
2007-11-06 Hervé PoussineauAll PnP IRPs must be initialized with STATUS_NOT_SUPPORTED
2007-11-06 Hervé PoussineauSimplify code
2007-11-06 Hervé PoussineauFix some compilation errors in ntkrnlmp
2007-11-05 Aleksey Bragin- Get rid of ReactOS Hive Flags.
2007-11-05 Aleksey Bragin- Fix a typo (compare a WCHAR with a WCHAR, not CHAR).
2007-11-05 James TaborNtoskrnl:
2007-11-05 James TaborNtoskrnl:
2007-11-05 Hervé PoussineauAdd rbuild file to build ntkrnlmp.exe
2007-11-05 Aleksey Bragin- SeSet/QuerySecurityAccessMask() should initialize...
2007-11-05 Art YerkesInitialize DesiredAccess. Cygwin is a little closer.
2007-11-04 Art YerkesAdd the beginnings of context switch and decrementer...
2007-11-04 Art YerkesFix key parsing by copying the unicode string struct...
2007-11-03 Aleksey Bragin- Don't bother flushing volatile hives.
2007-11-02 Aleksey Bragin- Move Nt* APIs converted to new CM into config/cmapi.c
2007-11-02 Aleksey Bragin- It may happen so, that the driver was loaded by the...
2007-10-31 Aleksey Bragin- Update cached KCB values when necessary.
2007-10-31 Aleksey Bragin- Get rid of parent key member in PKEY_OBJECT, and...
2007-10-31 Aleksey Bragin- Dispatch all symbol loads to a single function, which...
2007-10-30 Thomas BluemelSilence possible uninitialized variable warning when...
2007-10-30 Aleksey Bragin- Start using members inside the KCB instead of the...
2007-10-29 Aleksey Bragin- Actually create KCB where needed.
2007-10-29 Aleksey Bragin- Merge KCB/NCB code (and related delay alloc/free...
2007-10-28 Art Yerkeslower IRQL at appropriate time.
2007-10-28 Aleksey Bragin- Include config/cm.h for cm based code, and remove...
2007-10-28 Aleksey Bragin- Move registry shareable types (not internal to ntoskr...
2007-10-28 Art YerkesFix memory map to kernel mode.
2007-10-26 Aleksey Bragin- Define LIST_ENTRY functions as part of host headers...
2007-10-26 Aleksey Bragin- Both calls to LpcpMoveMessage must be guarded with...
2007-10-25 Aleksey Bragin- Update cmlib interface to NT 5.2.
2007-10-25 Mike Nordell[COMMENTS] Redundant comments removed.
2007-10-25 Mike NordellQuota cleanup. IRQL verfications for public functions...
2007-10-24 Mike NordellInterlocked add/sub for quota. Still disabled code.
2007-10-23 Aleksey Bragin- Revert 29702 (IopParseDeviceHack is still required...
2007-10-23 Mike NordellUnbreak build (unused local var's warnings when not...
2007-10-23 Mike Nordell[FORMATTING] Consistency.
2007-10-23 Mike NordellFirst small attempt at implementing process memory...
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-23 Hervé Poussineau__USE_W32API is always defined nowadays
2007-10-20 Mike NordellDon't try to open a harddisk for reading when checking...
2007-10-20 Mike Nordell[COMMENT] Added comment explaining how this code, which...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-17 Mike Nordellproper PSEH return usage (thanks janderwald)
2007-10-17 Mike NordellFix PAGE_ROUND_DOWN, PAGE_ROUND_UP, and a user of them...
2007-10-17 Mike NordellProbe arguments if coming from usermode. Use previous...
2007-10-16 Hervé PoussineauDisplay a simple bootlogo, instead of a black screen...
2007-10-16 Mike Nordellconst-correctness cleanup. 'CONST UNICODE_STRING*'...
2007-10-16 Mike NordellAttempt to make Cm API at least a little const-correct.
2007-10-16 Mike NordellDebugging helper functions added, to verify hive list...
2007-10-16 Mike NordellFixes the registry loop bug. No more bugchecks after...
2007-10-14 Art YerkesAdd simple GDB stub.
2007-10-14 Aleksey Bragin- Fixed a typo in the line which lead to actual zeroing...
2007-10-13 Aleksey Bragin- Move Teb's StaticUnicodeString initialisation from...
2007-10-12 Aleksey Bragin- Don't free a NULL pointer.
2007-10-12 Mike NordellAdded some descriptive comments for otherwise hard...
2007-10-10 Aleksey Bragin- Copy kernel's IDT entries to the IDT we've got from...
2007-10-10 Hervé PoussineauCleanup the LinkerScript class and use it
2007-10-09 Aleksey BraginMike Nordell <tamlin>
2007-10-06 Art YerkesFlipped increment/decrement. Noticed by encoded.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-06 Aleksey Bragin- Implement KiTrap19 handler (XMMI exceptions, mostly...
2007-10-05 Aleksey Bragin- Those two are not needed anymore.
2007-10-05 Aleksey Bragin- Fix a mistake, led to usage of unitialized memory...
2007-10-03 Aleksey Bragin- Fix ExAllocatePoolWithTag with a 0 tag.
2007-10-03 Aleksey Bragin- Use IopLoanUnloadDriver() for calling unload routine...
2007-10-03 Aleksey Bragin- NtLoadDriver APIs refactor/improvent:
2007-10-03 Hervé PoussineauSepare right code from hack
2007-10-02 Aleksey Bragin- Temporary revert 29342.
2007-10-01 Aleksey Bragin- Finally move MmInit1 to MmInitSystem where it should...
2007-10-01 Aleksey Bragin- Forgot to hit "CTRL+S" in the editor :) (add a FIXME...
2007-10-01 Aleksey Bragin- Almost completely fix the hack in IopParseDevice...
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-10-01 Hervé PoussineauRename 'base' to 'installbase' for CdFile, InstallFile...
2007-09-30 Hervé PoussineauReference file handle according to previous mode
2007-09-30 Aleksey Bragin- ObReferenceObjectByHandle/ObpReferenceProcessByHandle...
2007-09-30 Gregor BrunmarRemoved duplicate function entry. Thanks to encoded...
2007-09-27 Aleksey Bragin- Wrong param was being sent to MiSyncThreadProcessView...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-27 Aleksey Bragin- Coalesce all calls to MmUpdatePageDir through a singl...
next