Properly bias frame, remove bugcheck added for debugging, re-add bugcheck removed...
[reactos.git] / reactos /
2005-09-13 Alex IonescuProperly bias frame, remove bugcheck added for debuggin...
2005-09-13 Alex IonescuMissing files...
2005-09-13 Alex IonescuSorry for the debug messages.
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-13 Royce Mitchell IIIrename variable and change parameters in call to find_l...
2005-09-13 Royce Mitchell IIIfix bug in GetBinutilsVersion()
2005-09-13 Hartmut Birr- Freed the path string for the keyboard dll.
2005-09-13 Hartmut BirrFixed the declaration of RtlPinAtomInAtomTable.
2005-09-13 Gregor AnichImplement QUERYESCSUPPORT escape in ExtEscape (returns...
2005-09-13 Gregor AnichQuery support for opengl-driver-info escape before...
2005-09-13 Royce Mitchell IIIcopy&paste enhancement
2005-09-13 Royce Mitchell IIIfix crash in 'make msvc'
2005-09-13 Steven Edwardsadded LGPL license header to the code from Wine and...
2005-09-13 Steven Edwardsstarted working on generation of msvc2kX project files...
2005-09-12 Hervé PoussineauKimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
2005-09-12 Royce Mitchell IIIsecurity audit of explorer code...
2005-09-12 Royce Mitchell IIImsvc6 warning fix - cast return value of SHAlloc()
2005-09-12 Royce Mitchell IIImsvc6 warning fix - cast return value of SHAlloc()
2005-09-12 Royce Mitchell IIIfix breakage - sorry
2005-09-12 Magnus OlsenDoCommand()
2005-09-12 Gé van GeldorpBletch <npwoods@mess.org>
2005-09-12 Royce Mitchell IIImsvc6 compatibility and small performance improvement...
2005-09-12 Royce Mitchell IIIio.h only exists for win32 - sorry *nix users
2005-09-12 Royce Mitchell IIIfix warning about unlink() being undeclared
2005-09-12 Alex IonescuFix previous strangely incomplete NtRaiseException...
2005-09-12 Alex IonescuFix bug in KiUserExceptionDispatcher
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-12 Royce Mitchell IIIpatch by Alex_Ionescu - fixes crash in usb driver on...
2005-09-12 Royce Mitchell IIIdocument parameter names
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-11 Magnus OlsenDo not compile cmd to unicode, if we do pipe will be...
2005-09-11 Gunnar Dalsnesfix referencing bug (ros crashed during setup if mousem...
2005-09-11 Magnus OlsenMake some more dymatic buffer and correct some free()
2005-09-11 Brandon Turnersimple fix for 'del foo' where foo is a folder.
2005-09-11 Magnus OlsenDo not crash if the prompt command name are binger...
2005-09-11 Brandon TurnerWindows style auto complete should only return folders...
2005-09-11 Gé van GeldorpThe system menu is allowed to have an unnamed entry...
2005-09-11 Magnus OlsenUpdate the swedish translation by Harteex
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-11 Eric Kohl- CFGMGR32.DLL: Forward implemented functions to SETUPA...
2005-09-11 Hervé PoussineauSignal USB device arrivals to PnP manager
2005-09-11 Hervé PoussineauDisable USB keyboard and mouse support, as they conflic...
2005-09-11 Filip NavaraMake _strtoui64 an alias of strtoull.
2005-09-11 Filip NavaraFix strtoull implementation and add it to build files...
2005-09-11 Aleksey Braginupdated wait_for_completion, should work similar to...
2005-09-11 Hervé PoussineauLet OHCI miniport use shared code in drivers/usb/minipo...
2005-09-11 Hervé PoussineauDisplay debug error message only when action fails
2005-09-11 Art YerkesPreviously, the first character written to the buffer...
2005-09-11 Eric Kohl- Implement CM_Enumerate_Enumerators_ExA.
2005-09-10 Hervé PoussineauxHCI:
2005-09-10 Gé van GeldorpFix some object/handle victims. Fixes bug 765.
2005-09-10 Hartmut Birr- Acquire the temporary buffer from non paged pool...
2005-09-10 Gé van GeldorpHandle .msi files
2005-09-10 Gé van GeldorpAlso add registry entries when driver files are already...
2005-09-10 Gé van GeldorpAuto-determine base of DWORD registry entries.
2005-09-10 Eric Kohl- Implement CM_Enumerate_Enumerators[_Ex]A/W
2005-09-10 Hervé PoussineauRemove unneeded pointer indirection
2005-09-10 Hervé PoussineauMove shareable part of USB miniport drivers to a new...
2005-09-10 Hartmut BirrPrint only the complete information if the fd is valid...
2005-09-10 Hartmut BirrSilence two debug messages after they have cried a...
2005-09-10 Hartmut BirrFixed a typo.
2005-09-10 Hartmut BirrFixed the allocation of some buffers in Execute.
2005-09-10 Hartmut BirrFixed GetConsoleTitleA/W.
2005-09-10 Hervé PoussineauMove common code of USB miniport drivers into drivers...
2005-09-10 Hervé PoussineauAdd USB drivers to bootcd
2005-09-10 Eric KohlImplement CM_Delete_Class_Key[_Ex].
2005-09-10 Eric KohlAdd RegDeleteTreeA/W prototype.
2005-09-10 Gé van GeldorpFix maximizing problem introduced by r17764
2005-09-09 Gé van GeldorpDon't trust the returned date/time from the BIOS. QEmu...
2005-09-09 Hervé PoussineauCompile cmd.exe as unicode
2005-09-09 Gé van Geldorpmaxlen is in characters, _cnt is in bytes.
2005-09-09 Gé van GeldorpUse max tracking size instead of maximized size to...
2005-09-09 Gé van GeldorpRestore console title after running a command
2005-09-09 Gé van GeldorpDon't assume UNICODE_STRINGs are nul terminated
2005-09-09 Gé van GeldorpConvert title from UNICODE_STRING to nul-terminated
2005-09-09 Gé van GeldorpRetVal is in bytes, so check against MAX_PATH in bytes
2005-09-09 Gé van GeldorpWindow handle is not valid anymore when the object...
2005-09-09 Gé van GeldorpRemove WS_VISIBLE bit from correct member
2005-09-09 Gunnar Dalsnes-cursoricon: naming changes, cleanup
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-08 Hervé PoussineauChange driver name ohci.sys -> usbohci.sys
2005-09-08 Hervé PoussineauRemove warnings and allow installation of USB files...
2005-09-08 Gé van GeldorpFix double-clicking control panel items
2005-09-08 Hervé PoussineauFix build, by correcting include paths and updating...
2005-09-08 Hartmut BirrAllocate a larger storage for the request buffer. It...
2005-09-08 Hervé PoussineauAdd xml files at the right places
2005-09-08 Hartmut BirrInitialize the length in the header in LpcSendTerminati...
2005-09-08 Hervé PoussineauMove drivers to the right location
2005-09-08 Hervé PoussineauRename drivers to their right name
2005-09-08 Hervé PoussineauStart of big changes in layout of USB code. Fireball...
2005-09-08 Casper HornstrupChristoph_vW <Christoph@ApiViewer.de>:
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-08 Gé van GeldorpUnlock console on alternate return paths. Fixes bug...
2005-09-08 Gé van GeldorpCorrect notepad location
2005-09-08 Gé van Geldorpsaveliyt@mail.ru:
2005-09-08 Gé van GeldorpReserve space for The Terminator
2005-09-08 Gé van GeldorpTranslate partition 0 to active partition. Fixes bug...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-08 Alex IonescuDon't duplicate string and ctype functions 2 (or even...
next