Move VMS subtree in the proper place.
[reactos.git] / reactos / include /
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Alex Ionescui8042prt driver by tinus.
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-30 Hervé PoussineauDon't double define GUID_DEVICE_INTERFACE_ARRIVAL and...
2005-04-30 Hervé PoussineauImplement IoRegisterPlugPlayNotification, IoUnregisterP...
2005-04-29 Thomas Bluemel- added stubs for NtSuspendProcess and NtResumeProcess
2005-04-28 Aleksey BraginImported LANG_ and SUBLANG_ defines from WINE
2005-04-27 Hartmut BirrFixed _SEH2_END.
2005-04-26 Gé van GeldorpSync to Wine-20050419:
2005-04-26 Alex IonescuImplement IoRaiseHardError, combine error stuff, fix...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Eric Kohladvapi32.dll: Implement QueryServiceStatus.
2005-04-21 Gé van GeldorpSync to Wine-20050419:
2005-04-20 Hervé PoussineauImplement IoRegisterDeviceInterface
2005-04-19 Thomas Bluemelimport wininet.h from wine to solve conflicts with...
2005-04-18 Filip NavaraReenable ControlService and fix syntax errors in svcctl...
2005-04-18 Eric KohlDisable ControlService() because of a bug in WIDL.
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuForgot this...sorry..it was 3am
2005-04-17 Eric KohlADVAPI32.DLL / SERVICES.EXE:
2005-04-17 Alex IonescuIoCreateDevice Changes:
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-16 Alex IonescuAdd file object flags, complete DEVOBJ_EXTENSION, and...
2005-04-16 Eric KohlADVAPI32.DLL:
2005-04-15 Eric KohlUse RPC for making calls to the Service Control Manager.
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-14 Thomas Bluemeladd some missing gdi functions to the driver function...
2005-04-13 Art YerkesSorry, forgot header for API dll communication.
2005-04-13 Alex IonescuKernel Gates. Ultra-lightweight and exclusive Wait...
2005-04-10 Emanuele AlibertiSM: initial work on SM_API_QUERY_INFORMATION (client...
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
2005-04-05 Steven Edwardsmore w32api conversion. Send errors.h to the Trash Can
2005-04-02 Steven Edwardsanother one bytes the dust. messages.h is gone
2005-04-02 Steven Edwardsanother one bytes the dust
2005-04-02 Steven Edwardsbunch of w32api fixes. ascii.h is gonecd ..! coff.h...
2005-04-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...
2005-04-01 Steven Edwardsuse the w32api headers
2005-04-01 Steven Edwardsmove another SDK header to the SDK
2005-04-01 Steven Edwardsmove some SDK headers to the SDK, convert filenames...
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-27 KJK::HyperionImplemented PSEH wrapper for native compiler SEH. Chang...
2005-03-27 KJK::HyperionForgot to implement _SEH2_LEAVE. Also added some _SEH2...
2005-03-27 KJK::Hyperion_SEH2_HANDLE as a short-hand for _SEH2_EXCEPT(_SEH_STAT...
2005-03-27 KJK::HyperionNew syntax for PSEH. UNTESTED, any takers? It can be...
2005-03-24 Art YerkesThis is change 1 of 2.
2005-03-23 Emanuele Alibertiold Win9x drivers subsystem id
2005-03-20 Eric Kohl- Add stubs: CM_GetChild, CM_GetChild_Ex, CM_GetParent...
2005-03-19 Magnus Olsendid forget these two file
2005-03-19 Magnus Olsenupdate directx d3d and draw header to Wine-20050310
2005-03-19 Filip Navara- Replace the ColorMap pointer in BITMAPOBJ with palett...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-19 Magnus Olsenupdate the ddraw.h header ageinst Wine-20050310
2005-03-16 Magnus Olsensmall change to start to implement ddraw.dll
2005-03-16 Magnus Olsensmall change to start to implement ddraw.dll
2005-03-15 Gunnar Dalsnesfixed GetTempFileNameA/W by ripping from wine
2005-03-15 Gé van GeldorpSync to Wine-20050310:
2005-03-14 Gé van GeldorpSync to Wine-20050310
2005-03-14 Emanuele AlibertiSMDLL + SMLIB (static code in SMSS.EXE)
2005-03-14 Thomas Bluemelimplemented the SystemInterruptInformation information...
2005-03-14 Gé van GeldorpSync to Wine-20050310:
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-13 Thomas Bluemelfixed HANDLE_TABLE structure
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Thomas BluemelThomas Weidenmueller <w3seek@reactos.com>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraThomas Weidenmueller <w3seek@reactos.com>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-11 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-03-08 Gé van GeldorpUse GDIINFO values instead of DEVMODE values
2005-03-07 Gé van GeldorpImplement Information Contexts
2005-03-01 Gunnar Dalsnesinit. work on a notify-directory impl.
2005-02-28 Emanuele AlibertiFix FsRtlNotifyInitializeSync signature.
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-26 Emanuele Alibertism namespace macros
2005-02-24 Eric KohlSupport remaining basic types (float, double, small...
2005-02-22 Thomas Bluemel1. added irql checks to various rtl and security functions
2005-02-21 Martin Fuchsmove public expat headers into common include folder
2005-02-21 Thomas Bluemelsynchronized with wine to get tools build again (missin...
2005-02-20 Gé van GeldorpForgotten file
2005-02-20 Emanuele AlibertiSM_ missing updated headers
2005-02-20 Mike NordellUsed, but never set include-guard macro fixed. Thanks...
2005-02-19 Thomas Bluemel1. made the PEB structure match xp's layout
2005-02-18 Thomas Bluemelimplemented reuse counters for gdi objects
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-17 Gunnar Dalsnes_T should not be defined here
2005-02-16 Gunnar Dalsnescrt:
2005-02-16 Eric KohlAdd lsasrv.dll stub.
2005-02-16 Filip NavaraMinor formatting change.
2005-02-16 Thomas BluemelForward to user32 when appropriate in shlwapi and remov...
2005-02-16 Eric Kohl- Implement CaptureStringArg and CaptureAndConvertAnsiArg.
2005-02-15 Thomas Bluemelsecured buffer access in NtCreateSection(), NtOpenSecti...
2005-02-15 Thomas Bluemeldistinguish kmode and umode alertability
2005-02-14 Thomas Bluemelsecured access to buffers in NtWaitForSingleObject...
next