temporarily disable -Werror for tools, there seem to be differences between versions...
[reactos.git] / reactos / subsys /
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...
2005-07-20 Magnus Olsenfix more cmd goto bugs. found labels bugs, and search...
2005-07-20 Magnus Olsenfix another bug in goto it is internel label :eof jump...
2005-07-20 Magnus Olsenfix one bug with cmd goto so WBAT will work bit more...
2005-07-20 Alex Ionescu - Final fix.
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-20 Alex Ionescu- Move rosdhcp_public.h to dhcp library include directory.
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-19 Magnus Olsenfixing bug copy file c: by Brandon Turner
2005-07-19 Magnus OlsenMake CMD rember startpath when you change from start...
2005-07-19 Magnus OlsenFix some pipe and revirt one erly change as harumt...
2005-07-19 Magnus Olsenadd ConErrMessage to deal with error msg and ConOutMess...
2005-07-19 Casper HornstrupGenerate RPC interface headers in intermediate directory
2005-07-19 Magnus OlsenFix all bugs in cmd commands cd, make it rember the...
2005-07-19 James TaborFixup UnrealizeObject so it can return the correct...
2005-07-19 Magnus OlsenCd does rember the cd c:\gcc and you can do c:
2005-07-19 Magnus Olsenmake GetRootPath bit smarter
2005-07-18 Magnus Olsenmake GetRootPath bit faster if it does not get a drive...
2005-07-18 Magnus Olsenadd a new interal function call GetRootPath(TCHAR ...
2005-07-18 Hartmut BirrRemoved the message also from the senders queue (in...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-17 Casper HornstrupPrepare cmd for testing
2005-07-17 Martin Fuchsadd explorer-ro.rc
2005-07-17 Casper HornstrupFix building of tests
2005-07-17 Hartmut BirrFixed the determining of the file from the output redir...
2005-07-17 Magnus Olsen/D /Z are implement in ros cmd copy by BrandonTurner...
2005-07-16 Magnus Olsencrop mf logo to 30x280 and it showing right rember...
2005-07-15 Magnus Olsenpart1 of move bug from a volume to another have been...
2005-07-15 Magnus OlsenI should not write code when it is hot outside
2005-07-15 Magnus Olsenin cress COPYCMD param search speed before w3seek does it
2005-07-15 Magnus Olsenlast try to fix NULL bug
2005-07-15 Magnus Olsenlast bugfix did forget use tchar * 512 in malloc I...
2005-07-15 Magnus Olsendid forget check malloc and realloc was NULL and set...
2005-07-15 Magnus Olsenimplement $s
2005-07-15 Magnus Olsenbug fix $t so it write out time instead for "current...
2005-07-15 Magnus Olsencrop the height of mf new logo so it show right
2005-07-15 Hartmut BirrRevert my last commit (r16578).
2005-07-15 Magnus Olsenrevert back startmenu.cpp the change are not complite...
2005-07-15 Magnus Olsenupdate swedish .rc and rename it from sw to sv, remove...
2005-07-15 Magnus OlsenForget set some error level and some msg that should...
2005-07-15 Hartmut BirrFixed a test condition in IntWaitMessage.
2005-07-15 Magnus Olsenfix a bug from me in COPYCMD check code it was two /V
2005-07-15 Magnus Olsenfix errorlevel for copy. left to do is /D = copy encryp...
2005-07-15 Magnus OlsenAdd environment variable COPYCMD to copy
2005-07-15 James TaborFix up WM_ENABLE ScrollBarWndProc. Looks like we can...
2005-07-15 James TaborFixing WM_ENABLE ScrollBarWndProc. Tested it with 7...
next