- Do only allow to install reactos on disks which are visible by the bios.
[reactos.git] / reactos / subsys /
2005-09-15 Hartmut Birr- Do only allow to install reactos on disks which are...
2005-09-13 Hartmut Birr- Freed the path string for the keyboard dll.
2005-09-13 Gregor AnichImplement QUERYESCSUPPORT escape in ExtEscape (returns...
2005-09-13 Royce Mitchell IIIcopy&paste enhancement
2005-09-12 Royce Mitchell IIIsecurity audit of explorer code...
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-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 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-10 Gé van GeldorpFix some object/handle victims. Fixes bug 765.
2005-09-10 Gé van GeldorpAlso add registry entries when driver files are already...
2005-09-10 Hartmut BirrFixed the allocation of some buffers in Execute.
2005-09-10 Gé van GeldorpFix maximizing problem introduced by r17764
2005-09-09 Hervé PoussineauCompile cmd.exe as unicode
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 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 Hartmut BirrAllocate a larger storage for the request buffer. It...
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 Geldorpsaveliyt@mail.ru:
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsneswindow pointer was incorrectly passed as wparam to...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-07 Alex IonescuImplement NTDLL's CSR routines in a compatible way...
2005-09-07 Gé van GeldorpMake sure memory will be freed on delete of DIB section
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gunnar Dalsnesmake co_WinPosShowWindow take pWnd, not hWnd
2005-09-07 Gunnar Dalsnesscrollbar:
2005-09-06 Gunnar Dalsnesprop: simplify refcounting, naming changes
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Gé van GeldorpCorrect sizes if origin is not (0, 0)
2005-09-06 Alex Ionescu- One last build fix.
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-06 Gunnar Dalsnesremake refcounting
2005-09-06 Gunnar Dalsneswindow parent handle -> pointer adaptions
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
2005-09-06 Gunnar Dalsnesmove object.c and ssec.c into ntuser where they belong
2005-09-06 Gunnar Dalsnesforgot a file:-| sry
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-09-04 Magnus Olsenfix bug 739 can not create file notepad newfile.txt
2005-09-04 Magnus OlsenRevers the change after reboot it did carcgh for me...
2005-09-04 Magnus Olsenremove some hardcode buffer value. The dymatic buffer...
2005-09-04 Magnus OlsenRemove more hardcode buffer value to dymatic buffer.
2005-09-04 Magnus Olsenfix a small bug after me, and check if it really got...
2005-09-03 Magnus Olsenremove some hardcode commadline buffer value. first...
2005-09-03 Magnus Olsenfix type can handler \n at text output thx ravelo for...
2005-09-03 Andrew MungerFix cmd build. Please check your changes before commiting.
2005-09-03 Hartmut BirrSet the ownership before locking the bitmap in EngCreat...
2005-09-03 Brandon TurnerSetting my changes back for prompt.c. Greatlord and...
2005-09-03 Magnus OlsenUpdated translation by Anders, proofread by Andreas...
2005-09-03 Magnus OlsenSwedish translation by David Nordenberg, proofread...
2005-09-03 Magnus OlsenSwedish translation by Andreas Bjerkeholt, proofread...
2005-09-03 Magnus OlsenDavid Nordenberg: Swedish translation, proofread by...
2005-09-03 Magnus Olsenrevers brandon change to prompt.c they are incorrect...
2005-09-03 Brandon TurnerCorrectly assign %propmt%.
2005-09-02 Brandon TurnerFixed a bug that crashed cmd when "cd /D" but no path...
2005-09-02 Filip NavaraFix open mode passed to CreateFile in DoSaveFile functi...
2005-08-29 Thomas Bluemelfixed uninitialized variable warning
2005-08-29 Brandon Turnerfix an if statment. Found by thomas.
2005-08-29 Brandon TurnerFixed a bug in tab complete when there was only one...
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-28 Emanuele AlibertiAutoregister Debug internal subsystem too. Now 'sm...
2005-08-27 Emanuele Alibertinative EOL
2005-08-27 Emanuele AlibertiMinor changes and IT resource file.
2005-08-27 Emanuele AlibertiSM: simplify and fix client (subsystem servers) management.
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 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
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...
next