SM: simplify and fix client (subsystem servers) management.
[reactos.git] / reactos / subsys / system /
2005-08-27 Andrew Munger"." means current directory, not previous. Spotted...
2005-08-26 Thomas Bluemelfixed code to compile both as ansi and unicode version...
2005-08-26 Filip NavaraMake the explorer taskbar look a bit nicer.
2005-08-25 Steven Edwardsminor build fixes for msvc
2005-08-25 Magnus OlsenThx ravelo to found a new bug in start.c it did not...
2005-08-25 Brandon TurnerDon't dereference the pointers. Catch by Thomas.
2005-08-25 Brandon TurnerImplement escape char in console. "^"
2005-08-25 Brandon TurnerUse GetShortPathName and GetLongPathName to correct...
2005-08-24 Magnus Olsenfixing a bug in searching for cmd for bat/cmd files...
2005-08-24 Magnus OlsenImplement start execute support for bat/cmd file. wokin...
2005-08-24 Royce Mitchell IIIzero the entire buffer
2005-08-24 Thomas Bluemelinstall the registry keys before enabling the driver
2005-08-24 Magnus Olsenimplemented "" remove for the start command. This...
2005-08-21 Brandon TurnerFix a CD bug spotted by ravelo_. This is simlair to...
2005-08-20 Brandon Turneroptimize 17218 by using memmove instead of memcopy...
2005-08-20 Brandon TurnerOpen err redirection the same as output redirection...
2005-08-20 Brandon TurnerChange the way batch files and output files are opened...
2005-08-18 Magnus Olsenimplement errorlevel in some cmd command and bug fix...
2005-08-18 Brandon Turnermake dir change errorlevel to 0 on success.
2005-08-18 Brandon TurnerTest commit, adding myself to the cmd credits.
2005-08-17 Magnus Olsenimplemented batch redirection by saving batch info...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-15 Steven EdwardsChangelog:
2005-08-14 Gé van GeldorpHave vmwinst add back the registry entries which were...
2005-08-14 Magnus Olsenchange CMDLINE_LENGTH to 8192 to keep rbuild happy...
2005-08-13 Martin FuchsProject file maintainance
2005-08-13 Martin Fuchsprepare for ANSI builds
2005-08-13 Martin FuchsProject file maintainance
2005-08-13 Martin FuchsWinefile Makefile for pure MinGW
2005-08-13 Martin Fuchsremove special handling of previous MinGW versions
2005-08-11 Hartmut BirrUse GetLocalTime instead of GetSystemTime.
2005-08-11 Hartmut BirrDon't query on batch files.
2005-08-11 Andrew MungerAdded TimeOut to the correct section, removed ion's...
2005-08-11 Emanuele AlibertiEmit Win32 error messages on failure.
2005-08-10 Emanuele AlibertiMinor change in two strings.
2005-08-09 Magnus OlsenThx harmut you did see the small bug, I miss, do not...
2005-08-09 Hartmut BirrDon't use the required access rights for the object...
2005-08-08 Hervé PoussineauRemove console debug output
2005-08-08 Magnus Olsenfixing bug 690 by Brandon Turner. note ms only allown...
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-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 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 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 Emanuele AlibertiA really simple Win32 implementation of 'hostname'.
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 Martin Fuchsset svn:eol-style to native
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 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-28 Thomas Bluemeldiscard explicitly returned value
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 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-24 Martin Fuchsset eol-style for most xml files
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-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 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
next