Having two cats with the same name in one repository is too much
[reactos.git] / reactos /
2006-10-17 James TaborAdd another member to GdiUserData structure.
2006-10-17 James TaborImplement Get & Set batch limit.
2006-10-17 Alex Ionescu- Merge some parts of IoInitSystem in the same main...
2006-10-17 James TaborWin32k GDI Compatibility Project:
2006-10-17 Alex Ionescu- One school day and two midterms later, I'm still...
2006-10-16 Thomas BluemelFixed usage of uninitialized variable warning
2006-10-16 Alex Ionescu- Fix user-mode compilation.
2006-10-16 Thomas BluemelFix a typo. Thanks to Dmitry Timoshkov
2006-10-16 Alex Ionescu- Implement RtlGetElementGenericTable using ordered...
2006-10-16 Alex Ionescu- Fix GCC compile bug.
2006-10-16 Alex Ionescu- Create "AVL FUNCTIONS" section tag.
2006-10-16 Alex Ionescu- Implement RtlLookupElementGenericTableFull.
2006-10-16 Alex Ionescu- Implement RtlIsGenericTableEmpty, RtlNumberGenericTab...
2006-10-16 Alex Ionescu- Added some generic table routines to rtlfuncs.h so...
2006-10-16 Alex Ionescu- Organize file by AVL/Splay routines.
2006-10-16 Alex Ionescu- Fix a bug in FreeLdr key creation (patch by Filip...
2006-10-16 Hervé PoussineauAdd some missing exports
2006-10-16 James TaborAdd object type COLORSPACE mask.
2006-10-16 James TaborFirst of the Win32k-Gdi compatibility changes.
2006-10-16 James TaborFix text line.
2006-10-15 Hervé PoussineauCorrectly return FALSE in SeAccessCheck if access is...
2006-10-15 Hervé PoussineauDon't force a security descriptor to have an owner
2006-10-15 Hervé PoussineauInclude intrin.h only if compiler is GCC.
2006-10-15 James TaborFixed definition for NtUserLoadKeyboardLayoutEx.
2006-10-15 Thomas BluemelImplement the advapi32 part of ImpersonateAnonymousToken
2006-10-15 Thomas BluemelAdd a stub for NtCompareTokens
2006-10-15 Thomas BluemelImplemented AddMandatoryAce
2006-10-15 Thomas BluemelMake some strings const
2006-10-15 Thomas BluemelFixed one more optimization bug
2006-10-15 Thomas BluemelSorry, accidently committed a bug...
2006-10-15 Thomas BluemelFix buffer overflow in KiGetCpuVendor, thanks to Michae...
2006-10-15 Thomas BluemelRemove ASSERT(FALSE) statement
2006-10-15 Thomas BluemelFix optimization bug
2006-10-14 Art YerkesFixed avl tree completely.
2006-10-14 Aleksey Bragin- Use loader memory types in memory allocation bitmap...
2006-10-13 Hervé PoussineauBetter stub for ScmrSetServiceObjectSecurity
2006-10-13 Magnus Olseninclude/GL folders files update to mingw w32s api versi...
2006-10-13 Hervé PoussineauSet file security information (if provided in .inf...
2006-10-13 Thomas BluemelDon't accidentally free the object name path in case...
2006-10-13 Hervé PoussineauDisable DbgBreakPoint() in release versions. This lets...
2006-10-13 Thomas BluemelFix building with GCC4
2006-10-13 Johannes Anderwald- add cat, load, unload, infinst, nts2w32err, objdir...
2006-10-13 Johannes Anderwald- add binpatch to build system
2006-10-13 Johannes Anderwald- give stats an rbuild file
2006-10-13 Johannes Anderwald- give tickcount a rbuild file
2006-10-13 Art YerkesFixen. Delete is still broken.
2006-10-12 Aleksey Bragin- Fix a mistake in low memory pages allocation algorith...
2006-10-12 Hervé PoussineauRead object security descriptors from .inf file. Apply...
2006-10-12 Hervé PoussineauBetter stubs for RpcImpersonateClient and RpcRevertToSe...
2006-10-11 Hervé PoussineauSend right security descriptor to InitializeObjectAttri...
2006-10-11 Hervé PoussineauReplace incomplete and broken implementations of Conver...
2006-10-11 Hervé PoussineauAdd some definitions
2006-10-11 Hervé PoussineauDon't try to signal init event, as it has been removed...
2006-10-11 Thomas BluemelFixed InterlockedExchangeAdd
2006-10-11 KJK::HyperionHow could so much be so wrong in so little code is...
2006-10-11 Thomas BluemelSome header upgrades
2006-10-11 Thomas BluemelFix polling of ShutdownNotify
2006-10-10 Aleksey Bragin- Add global var for keeping size of NLS data in pages
2006-10-10 Art YerkesAdded 'austin' AVL implementation and provide a binding...
2006-10-10 Aleksey BraginAdd a stub to peloader.c
2006-10-10 Aleksey Bragin- Implement WinLdrLoadBootDrivers() / WinLdrLoadDeviceD...
2006-10-10 Filip NavaraFix setting of SystemBootDevice and SystemStartOptions...
2006-10-09 Filip NavaraSort the key indexes in CM.
2006-10-09 Hervé Poussineau- Start NetLogon service (lsass.exe)
2006-10-09 Hervé PoussineauFormatting and add a call to StartServiceCtrlDispatcher
2006-10-09 Magnus Olsenmake our msvcrt bit more windows nt4/2000 compatible
2006-10-09 Magnus Olsenfixed so our taskmgr works in windows 2000
2006-10-09 Thomas BluemelMake sure the compiler doesn't optimize away writes...
2006-10-09 Thomas BluemelSome portability fixes that address possible alignment...
2006-10-09 Aleksey BraginRevert r24430 changes (by Magnus Olsen) since they...
2006-10-09 Thomas BluemelFix compilation with GCC4
2006-10-09 Thomas BluemelStrings should be const char *. Fixes compilation with...
2006-10-09 Thomas BluemelStrings should be const char *. Fixes compilation with...
2006-10-09 MindflyerChange copyright to 1996-2006, because
2006-10-09 Aleksey BraginFix mkhive compiling by adding _NTSYSTEM_ define. This...
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-08 Alex Ionescu- Add RtlInitEmptyAnsiString to DDK.
2006-10-08 Alex Ionescu- Remove InitSharedUserDataPage since this entire funct...
2006-10-08 Alex Ionescu- Finalize ARC Boot changes:
2006-10-08 Alex Ionescu- Optimize IopApplyRosCdromArcHack by not searching...
2006-10-08 Alex Ionescu- Part 2.5 of ARC Boot changes. Re-factor IoCreateArcNa...
2006-10-08 Thomas BluemelSome header fixes
2006-10-08 Alex Ionescu- Greatly simplify and optimize IoCreateArcNames by...
2006-10-08 Alex Ionescu- Have FreeLDR fill out ARC_DISK_SIGNATURE information...
2006-10-08 Alex Ionescu- Part 2 of ARC boot changes: Major modifications done...
2006-10-08 Aleksey Bragin- Add dumping boot drivers list, remove unneded comment
2006-10-08 Aleksey Bragin- Add simple support functions to be able to use more...
2006-10-08 Alex Ionescu- Whoops, don't call IopReassignSystemRoot twice.
2006-10-08 Alex Ionescu- Part 1 of ARC boot cleanups/changes: Create a valid...
2006-10-08 Alex Ionescu- More re-shuffling of initialization calls, including...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-07 Ged Murphymove the string parsing routine into it's own function...
2006-10-07 Ged Murphytesting ros-diffs
2006-10-07 Aleksey Bragin- Add structure for describing boot-loaded drivers
2006-10-06 Alex Ionescu- Fix calls to HvInitializeHive
next