spanish translation for format and regsvr32 by Remialdo <remialdo at gmail dot com>
[reactos.git] / reactos / ntoskrnl /
2007-12-20 Aleksey Bragin- Remove unneeded else-branch, spotted by Dmitry Philippov.
2007-12-20 Aleksey Bragin- Implement LpcRequestWaitReplyPort as a copy of NtRequ...
2007-12-19 Aleksey Bragin- Fix dangerous passing of possibly unterminated wide...
2007-12-19 Aleksey Bragin- Fix a problem with parameter passing in DispatchTwoPa...
2007-12-19 Christoph von Wittich%wZ req. PUNICODE_STRING instead of UNICODE_STRING
2007-12-16 Aleksey Bragin- A bit of cleanup (no code change).
2007-12-16 Aleksey Bragin- Add a signature field to KCBs, and use it to validate...
2007-12-16 Aleksey Bragin- Add shared->Exclusive promotion support to value...
2007-12-15 Aleksey Bragin- Use CmpLockRegistry instead of manual registry lockin...
2007-12-15 Aleksey Bragin- Fix typo in KCB flag.
2007-12-15 Aleksey Bragin- Use CmPrepareKey only in cmlib, since it's a cmlib...
2007-12-15 Aleksey Bragin- Implement NtCreateKey using the new parse routine.
2007-12-15 Aleksey Bragin- Implement BIOS access routines in HAL.
2007-12-15 Aleksey Bragin- Add eol-style:native.
2007-12-14 Hervé PoussineauAdd back support for function pointers override in...
2007-12-12 Aleksey Bragin- Silence memory descriptors output, since it works...
2007-12-12 Aleksey Bragin- Don't ignore empty resource descriptors (they still...
2007-12-12 Hervé PoussineauRemove hack
2007-12-11 Aleksey Bragin- Fix default buffer size for user-mode RtlQueryRegistr...
2007-12-11 Aleksey Bragin- Two more leftovers.
2007-12-11 Hervé PoussineauDon't create a key name with a final \0
2007-12-11 Aleksey Bragin- Fix a bug in CmpCreateLinkNode when the link node...
2007-12-11 Aleksey Bragin- Remove all registry-writing code from FreeLDR.
2007-12-11 Aleksey Bragin- Add missing types to DDK.
2007-12-11 Hervé PoussineauDon't fail if 'HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION...
2007-12-10 Aleksey BraginAndrey Korotaev <unc0rr@gmail.com>:
2007-12-10 Aleksey Bragin- Improve the FreeLDR->NTLDR conversion layer by now...
2007-12-09 Aleksey Bragin- Our NtCreateKey currently allows building trees ...
2007-12-09 Hervé PoussineauCurrentControlSet should already be created at this...
2007-12-08 Aleksey Bragin- Move NtCreateKey to regobj.c, delete ntfunc.c, now...
2007-12-08 Christoph von Wittich-UniqueProcessId is ULONG_PTR not ULONG
2007-12-07 Aleksey Bragin- Fix a bug in delay dereferencing which could lead...
2007-12-07 Hervé PoussineauBetter guess of the file path
2007-12-07 Aleksey Bragin- Fix LiveCD.
2007-12-06 Aleksey Bragin- Replace KEY_OBJECT by real CM_KEY_BODY NT type.
2007-12-06 Aleksey Bragin- Rewrite CmiScanKeyList to use the NCB.
2007-12-06 Aleksey Bragin- Remove CmiAddKeyToList.
2007-12-06 Hervé PoussineauFix small typo
2007-12-06 Christoph von Wittichreally fix the bug now - count from CM_KCBS_PER_PAGE...
2007-12-05 Aleksey Bragin- Save hive flags instead of ignoring them (but ignore...
2007-12-05 Aleksey Bragin- Fix a bug.
2007-12-05 Hervé PoussineauSend correct data to MiDereferenceImports()
2007-12-04 Aleksey Bragin- Finish correct definition of CM_KEY_NODE.
2007-12-04 Aleksey BraginDo a full clean rebuild after this commit!
2007-12-03 Hervé PoussineauImplement IoForwardIrpSynchronously
2007-12-03 Hervé Poussineau[FORMATTING] Fix indentation, no code change
2007-12-03 Hervé PoussineauRemove "Unknown device" wizards
2007-12-02 Aleksey Bragin- Implement NtInitalizeRegistry with proper boot flags...
2007-12-01 Hervé PoussineauCreate required reg keys if needed
2007-11-30 Aleksey Bragin- Cleanup code, add inline assembly versions for MSVC...
2007-11-28 Aleksey Bragin- Cleanup kdb_cli's code: be consistent in used types...
2007-11-27 Aleksey Bragin- Add a reset of a "failure" flag in a successive case...
2007-11-27 Aleksey Bragin- Display kernelmode source file:line in KeRosDumpStack...
2007-11-27 Hervé PoussineauNo need to increment handle count, it is already done...
2007-11-25 Aleksey Bragin- Misc cleanups/fixes.
2007-11-25 Aleksey Bragin- Remove unneeded kdb_string.c from the build, and...
2007-11-25 Aleksey Bragin- Remove Ke386WbInvd() and use compatible __wbinvd...
2007-11-25 Aleksey Bragin- Fix an awful mistake, which made any request to unloa...
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...
next