First attempt to convert the VMS demo server.
[reactos.git] / reactos / subsys /
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-10 Emanuele AlibertiMinor change in two strings.
2005-08-10 Gunnar Dalsnesmove W32PROCESS/W32THREAD into win32\include bcause...
2005-08-09 Magnus OlsenThx harmut you did see the small bug, I miss, do not...
2005-08-09 Gunnar Dalsnesreturn timer id for windowed timers also
2005-08-09 Hartmut BirrDon't use the required access rights for the object...
2005-08-09 Alex IonescuSigh... yet another misuse of Object Attributes. Develo...
2005-08-09 Alex Ionescuremove another invalid ObjectAttribute
2005-08-09 Alex IonescuFix invalid Object Attributes
2005-08-08 Hervé PoussineauRemove console debug output
2005-08-08 Magnus Olsenfixing bug 690 by Brandon Turner. note ms only allown...
2005-08-08 Thomas Bluemelpass the correct access mode to ObOpenObjectByName
2005-08-07 Thomas Bluemeluse the correct pointer to free the string. Thx to...
2005-08-07 Filip NavaraChange the module type to win32gui. We really don't...
2005-08-07 Hartmut BirrFixed the comment from my last commit.
2005-08-07 Hartmut Birr- Removed the exclusive deletion because '-' is a valid...
2005-08-07 Thomas Bluemelfixed uninitialized variable warning
2005-08-07 Hartmut BirrAllocated a converting buffer for WideCharToMultiByte...
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-06 Filip NavaraFix translation of extended keys.
2005-08-06 Thomas Bluemelfixed uninitialized variable warning and indentation
2005-08-06 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-06 Thomas Bluemel#include "usetup.h" -> #include <usetup.h>
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Magnus OlsenFixes a bug which disallows tab complete on empty input...
2005-08-05 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-04 Magnus Olsenfix a small bug in cd, it did make all char lower case...
2005-08-04 Filip NavaraFix keyboard input in usetup.
2005-08-04 Magnus OlsenWindows TAB complete style instead for unix style patch...
2005-08-04 Thomas Bluemelcompile welcome.exe as unicode application by default
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-03 Casper HornstrupFix building 'make test'
2005-08-03 Martin Fuchsswitch back to #include "precomp.h" for precomp.cpp...
2005-08-03 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-03 Gé van Geldorpi386DX <i386dx@hotmail.com>:
2005-08-03 Martin Fuchsset svn:eol-style of *.dsp/dsw to CRLF
2005-08-02 Thomas BluemelRouven Wessling <pentiumforever@gmail.com>:
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Thomas Bluemelfix typo...
2005-08-02 Thomas BluemelViolin Iliev <violin@developer.bg>:
2005-08-02 Thomas BluemelSVN maintainance: fix line endings and ignore proxy...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-08-02 Emanuele AlibertiA really simple Win32 implementation of 'hostname'.
2005-08-01 Emanuele AlibertiFirst attempt to make the XML data we feed rbuild confo...
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-31 Alex IonescuDefine NDEBUG
2005-07-30 Hartmut BirrMade cmd unicode compatible.
2005-07-30 Hartmut BirrUse FileGetString instead of ReadFile, because ReadFile...
2005-07-30 Hartmut BirrPut FindClose onto the correct position.
2005-07-29 Thomas Bluemeldynamically import functions from ntdll on startup
2005-07-29 Alex Ionescu- Add back and fix useful dprint.
2005-07-29 James TaborSorry for the mess. Fixup debug prints.
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-28 Thomas Bluemelclear out the lower 2 bits of a pid before using it...
2005-07-28 Thomas Bluemeldiscard explicitly returned value
2005-07-28 Emanuele AlibertiFix compilation (as hinted by Alex).
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-27 Martin Fuchsfix last patch: LPWSTR -> LPTSTR
2005-07-27 Magnus Olsenfix errorlevel for type, the r16766 was Brandon Turner...
2005-07-27 Alex Ionescu - Add wine_dbgstr_w
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Magnus Olsenupdate the english text for type
2005-07-27 Magnus Olsenadd /P as param for Type, from PCDOS by Brandon Turner
2005-07-26 Filip NavaraDo not dereference NULL pointers and this time for...
2005-07-26 Filip NavaraDo not dereference NULL pointers.
2005-07-26 Filip NavaraYet another fix to WinPosActivateOtherWindow, we should...
2005-07-26 Filip NavaraDon't steal foreground window focus from other applicat...
2005-07-26 Filip NavaraFix reverting of focus to owner windows.
2005-07-26 Filip NavaraAdd check for global handles to NtGdiDeleteDC, this...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Magnus Olsenupdate the En.rc for del by Brandon Turner and me
2005-07-26 Magnus OlsenImplement /S /F and code clean up by Brandon Turner
2005-07-26 Thomas Bluemelremoved some MmCopyTo/FromCaller calls from win32k...
2005-07-26 Filip NavaraFix some bugs in DIB mapping code to prevent instant...
2005-07-26 Filip NavaraDon't allow setting menu for child windows in IntSetMenu.
2005-07-26 Filip Navara#include "csrss.h" -> #include <csrss.h>
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-25 Alex Ionescu - Message Queue Fix, resolves a number of application...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-24 Hartmut BirrFixed the memory allocation in EngCreateEvent.
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile instead of NtQueryInformatio...
2005-07-23 Steven Edwardsdont try to buid font.c as its a empty file for now
2005-07-23 Thomas Bluemelregedit should be installed in %SystemRoot% directly
2005-07-22 Magnus Olsenlast mins bug fix frirc nick jjkola, Jyrki Jaakkola...
2005-07-22 Magnus Olsenirc nick jjkola, Jyrki Jaakkola <jjkola@email.com...
2005-07-22 Thomas Bluemelprobe the pointers in _MmCopyFromCaller and _MmCopyToCa...
2005-07-22 James TaborUpdate and implement UnrealizeObject.
2005-07-21 Magnus Olsenfix bug in date if the input arg are not right dateform...
2005-07-21 Magnus Olsenfix a small bug, write out time like HH:MM:SS,ms as...
2005-07-21 Magnus OlsenFix copy /B filename + , , bug (touch)...
2005-07-21 Magnus Olsenadd touch to copy by Brandon Turner
2005-07-21 Alex Ionescu - Fix "cd" usage when the initial directory is a direc...
next