reactos.git
18 years agoSorry for the debug messages.
Alex Ionescu [Tue, 13 Sep 2005 19:34:48 +0000 (19:34 +0000)]
Sorry for the debug messages.

svn path=/trunk/; revision=17839

18 years agoSome work-in-progress improvements and rethought of system-level code...notable impro...
Alex Ionescu [Tue, 13 Sep 2005 19:33:49 +0000 (19:33 +0000)]
Some work-in-progress improvements and rethought of system-level code...notable improvemnts till now are: -The KTHREAD alterted flag is now properly set to FALSE during APC delivery during traps, -More support for PKEXCEPTION_FRAME has been added for future PPC/IA64/etc compatibility -Context to/from TrapFrame functions have been greatly fixed to allow for edited frames, special cases, exceptions and also have the necessary support for supporting sanitation based on PreviousMode - KDBG now shows the proper CS/SS at all times, previous hack was removed. - Systemcall code was optimized a bit and the trap code was made a lot more generic so that in can be made into macros (it currently isn't, for debugging purposes). - V86 Mode trap frame bias has now been added to make trap code a lot more generic and shareable in the future. -More support and fixes for future Debugging capabilities have been added. - Random other scalability and stability code. This is still being worked on, syscall.S looks nasty for now (visually)

svn path=/trunk/; revision=17838

18 years agorename variable and change parameters in call to find_last_not_of() to hopefully...
Royce Mitchell III [Tue, 13 Sep 2005 19:11:37 +0000 (19:11 +0000)]
rename variable and change parameters in call to find_last_not_of() to hopefully be a little more accurate to what it's doing

svn path=/trunk/; revision=17837

18 years agofix bug in GetBinutilsVersion()
Royce Mitchell III [Tue, 13 Sep 2005 19:04:24 +0000 (19:04 +0000)]
fix bug in GetBinutilsVersion()

svn path=/trunk/; revision=17836

18 years ago- Freed the path string for the keyboard dll.
Hartmut Birr [Tue, 13 Sep 2005 18:08:18 +0000 (18:08 +0000)]
- Freed the path string for the keyboard dll.
- Freed some strings in all cases.

svn path=/trunk/; revision=17835

18 years agoFixed the declaration of RtlPinAtomInAtomTable.
Hartmut Birr [Tue, 13 Sep 2005 18:04:00 +0000 (18:04 +0000)]
Fixed the declaration of RtlPinAtomInAtomTable.

svn path=/trunk/; revision=17834

18 years agoImplement QUERYESCSUPPORT escape in ExtEscape (returns FALSE always)
Gregor Anich [Tue, 13 Sep 2005 14:46:48 +0000 (14:46 +0000)]
Implement QUERYESCSUPPORT escape in ExtEscape (returns FALSE always)

svn path=/trunk/; revision=17832

18 years agoQuery support for opengl-driver-info escape before calling it and some other minor...
Gregor Anich [Tue, 13 Sep 2005 14:46:00 +0000 (14:46 +0000)]
Query support for opengl-driver-info escape before calling it and some other minor changes.

svn path=/trunk/; revision=17831

18 years agocopy&paste enhancement
Royce Mitchell III [Tue, 13 Sep 2005 14:34:48 +0000 (14:34 +0000)]
copy&paste enhancement
patch by "brbak"
(see bug 749)

svn path=/trunk/; revision=17830

18 years agofix crash in 'make msvc'
Royce Mitchell III [Tue, 13 Sep 2005 11:57:50 +0000 (11:57 +0000)]
fix crash in 'make msvc'

svn path=/trunk/; revision=17829

18 years agoadded LGPL license header to the code from Wine and Patrik Stridvall and Royce Mitche...
Steven Edwards [Tue, 13 Sep 2005 03:51:18 +0000 (03:51 +0000)]
added LGPL license header to the code from Wine and Patrik Stridvall and Royce Mitchell III as authors

svn path=/trunk/; revision=17828

18 years agostarted working on generation of msvc2kX project files. THESE ARE NOT CORRECT. Right...
Steven Edwards [Tue, 13 Sep 2005 03:46:22 +0000 (03:46 +0000)]
started working on generation of msvc2kX project files. THESE ARE NOT CORRECT. Right now its just a copy of the existing msvc6 generation code. It will generate a *.sln and *.vcproj files however they are still in the old format.

svn path=/trunk/; revision=17827

18 years agoKimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
Hervé Poussineau [Mon, 12 Sep 2005 21:48:21 +0000 (21:48 +0000)]
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
Added Finnish resources.

svn path=/trunk/; revision=17826

18 years agosecurity audit of explorer code...
Royce Mitchell III [Mon, 12 Sep 2005 21:46:09 +0000 (21:46 +0000)]
security audit of explorer code...
strcpy -> lstrcpyn
strncpy -> lstrcpyn
[v]sprintf -> [v]snprintf
moved common Shell::get_path() subclass implementations into Shell::get_path_base() and made function overflow-proof
make other non-common subclass implementations of get_path overflow-proof

svn path=/trunk/; revision=17825

18 years agomsvc6 warning fix - cast return value of SHAlloc()
Royce Mitchell III [Mon, 12 Sep 2005 20:07:29 +0000 (20:07 +0000)]
msvc6 warning fix - cast return value of SHAlloc()

svn path=/trunk/; revision=17824

18 years agomsvc6 warning fix - cast return value of SHAlloc()
Royce Mitchell III [Mon, 12 Sep 2005 20:04:49 +0000 (20:04 +0000)]
msvc6 warning fix - cast return value of SHAlloc()

svn path=/trunk/; revision=17823

18 years agofix breakage - sorry
Royce Mitchell III [Mon, 12 Sep 2005 19:58:34 +0000 (19:58 +0000)]
fix breakage - sorry

svn path=/trunk/; revision=17822

18 years agoDoCommand()
Magnus Olsen [Mon, 12 Sep 2005 19:50:16 +0000 (19:50 +0000)]
DoCommand()
Remove one more hardcode buffer size. Remove limit command to MAX_PATH. No check for limit command line-

svn path=/trunk/; revision=17821

18 years agoBletch <npwoods@mess.org>
Gé van Geldorp [Mon, 12 Sep 2005 17:10:00 +0000 (17:10 +0000)]
Bletch <npwoods@mess.org>
- Implements the Encoding field when you save, allowing the user to save as
  ANSI, Unicode or UTF-8
- Invoking 'Save As' after saving or loading a file will default to the
  earlier filename
(minor changes by GvG, so mistakes are mine).

svn path=/trunk/; revision=17820

18 years agomsvc6 compatibility and small performance improvement in filename completion
Royce Mitchell III [Mon, 12 Sep 2005 16:06:53 +0000 (16:06 +0000)]
msvc6 compatibility and small performance improvement in filename completion

svn path=/trunk/; revision=17819

18 years agoio.h only exists for win32 - sorry *nix users
Royce Mitchell III [Mon, 12 Sep 2005 14:55:55 +0000 (14:55 +0000)]
io.h only exists for win32 - sorry *nix users

svn path=/trunk/; revision=17818

18 years agofix warning about unlink() being undeclared
Royce Mitchell III [Mon, 12 Sep 2005 14:33:57 +0000 (14:33 +0000)]
fix warning about unlink() being undeclared

svn path=/trunk/; revision=17817

18 years agoFix previous strangely incomplete NtRaiseException implementation and re-enable the...
Alex Ionescu [Mon, 12 Sep 2005 03:59:03 +0000 (03:59 +0000)]
Fix previous strangely incomplete NtRaiseException implementation and re-enable the ProbeForRead call that failed

svn path=/trunk/; revision=17816

18 years agoFix bug in KiUserExceptionDispatcher
Alex Ionescu [Mon, 12 Sep 2005 03:10:08 +0000 (03:10 +0000)]
Fix bug in KiUserExceptionDispatcher

svn path=/trunk/; revision=17815

18 years agoFix RtlpGetStackLimits to get the right limits if called in kernel-mode (separated...
Alex Ionescu [Mon, 12 Sep 2005 02:57:47 +0000 (02:57 +0000)]
Fix RtlpGetStackLimits to get the right limits if called in kernel-mode (separated implementations). Also don't return from _SEH_TRY blocks, because PSEH doesn't support this. Also temporarly disable a ProbeForRead check in KiContinue because it currently causes trouble

svn path=/trunk/; revision=17814

18 years agopatch by Alex_Ionescu - fixes crash in usb driver on bootup in vmware
Royce Mitchell III [Mon, 12 Sep 2005 01:32:11 +0000 (01:32 +0000)]
patch by Alex_Ionescu - fixes crash in usb driver on bootup in vmware

svn path=/trunk/; revision=17813

18 years agodocument parameter names
Royce Mitchell III [Mon, 12 Sep 2005 01:31:24 +0000 (01:31 +0000)]
document parameter names

svn path=/trunk/; revision=17812

18 years agoMajor refactoring of the exception handling code + misc fixes:
Alex Ionescu [Sun, 11 Sep 2005 22:32:20 +0000 (22:32 +0000)]
Major refactoring of the exception handling code + misc fixes:
- Fix/add prototypes for RtlCaptureContext, RtlDispatchException and RtlUnwind
- Fix EXCEPTION_REGISTRATION_RECORD structure and PEXCEPTION_ROUTINE
- Add w32api excpt.h (based on mingw) with PSDK compatibility fixes
- Fix seriously broken User-Mode Ldr thunk and APC Callback prototypes
- Fix KiUserExceptionDispatcher
- Remove useless NTDLL entrypoint
- Implement NTDLL Ki* callbacks in ASM
- Implement RtlCaptureContext
- Fix RtlRaiseException to handle cases when a user-mode debugger is present
- Fix RtlRaiseStatus as above, plus set the exception address and capture context
- Little cleanup of RTL headers
- Implement RtlpGetStackLimits, RtlpGetExceptionList, RtlpSetExceptionList, RtlpGetExceptionAddress in ASM
- Fix RtlDispatchException, add cases for exceptions in the DPC stack and validate the validity of the
exception frames. Add support for exception logging by the global flag. Use TRAP_FRAME/EXCPETION_FRAME instead of
Context.
- Fix RtlUnwind logic, support cases where it's called with custom arguments instead of NULL.
- Reimplement RtlpCaptureContext to work properly, convert exception handler calling functions to INTEL syntax
and fix some bugs (like checking for the right unwind flag, clearing volatile register values, etc. Also use some
optimizations to increase speed.
- Modify some kernel functions (like KeContextToTrapFrame, KiDispatchException, KiInitializeUserApc, etc.) to
support a PKEXCEPTION_FRAME for future PPC compatibility.
- Reimplement RtlCaptureUnicodeString/FreeUnicodeString as inlined probe macros and optimize them.
- Export ExRaiseStatus/Exception as Rtl*
- Reimplement NtContinue to have more platform-independent code, and to protect and validate user-mode context
and parameters with SEH.
- Implement KiRaiseException, add SEH to all user-mode parameters and when copying data to the user-mode stack.
- Fix KiInitializeUserApc to use KeTrapFrameToContext, to save the debug registers, not to deliver APCs during
v86 mode, and to protect user-mode stack operations in SEH and probing. Also make it generate the proper stack for the
user-mode callback.
- Implement KiUnexpectedInterrupt and KiCoprocessorError
- Reimplement NtRaiseException in ASM to take advantage of optimizations due to the trap frame being in the
stack when called through System call interface.
- Fix Ntcontinue to respect AlertThread paramter
- Fix some functiosn to return with KiServiceExit2 instead of KiServiceExit when required/needed
- Fix KiDispatchException's logic, fix hacks when calling KeUserExceptionDispatcher, use correct context
flags,...
- Make NTDLL Ki* callbacks have SEH to protect them and return to kernel-mode with notification of any
exceptions (the kernel-mode code to handle this isn't written yet though)

svn path=/trunk/; revision=17811

18 years agoDo not compile cmd to unicode, if we do pipe will be 100% broken then.
Magnus Olsen [Sun, 11 Sep 2005 21:19:32 +0000 (21:19 +0000)]
Do not compile cmd to unicode, if we do pipe will be 100% broken then.

svn path=/trunk/; revision=17810

18 years agofix referencing bug (ros crashed during setup if mousemove) in co_WinPosSearchChildren
Gunnar Dalsnes [Sun, 11 Sep 2005 21:05:32 +0000 (21:05 +0000)]
fix referencing bug (ros crashed during setup if mousemove) in co_WinPosSearchChildren

svn path=/trunk/; revision=17809

18 years agoMake some more dymatic buffer and correct some free()
Magnus Olsen [Sun, 11 Sep 2005 20:41:39 +0000 (20:41 +0000)]
Make some more dymatic buffer and correct some free()

svn path=/trunk/; revision=17808

18 years agosimple fix for 'del foo' where foo is a folder.
Brandon Turner [Sun, 11 Sep 2005 20:26:36 +0000 (20:26 +0000)]
simple fix for 'del foo' where foo is a folder.

svn path=/trunk/; revision=17807

18 years agoDo not crash if the prompt command name are binger that 260char or the command line.
Magnus Olsen [Sun, 11 Sep 2005 20:16:37 +0000 (20:16 +0000)]
Do not crash if the prompt command name are binger that 260char or the command line.

svn path=/trunk/; revision=17806

18 years agoWindows style auto complete should only return folders then the preceding command...
Brandon Turner [Sun, 11 Sep 2005 19:40:45 +0000 (19:40 +0000)]
Windows style auto complete should only return folders then the preceding command is cd or rd.

svn path=/trunk/; revision=17805

18 years agoThe system menu is allowed to have an unnamed entry which is not a separator
Gé van Geldorp [Sun, 11 Sep 2005 17:59:52 +0000 (17:59 +0000)]
The system menu is allowed to have an unnamed entry which is not a separator

svn path=/trunk/; revision=17804

18 years agoUpdate the swedish translation by Harteex
Magnus Olsen [Sun, 11 Sep 2005 17:47:00 +0000 (17:47 +0000)]
Update the swedish translation by Harteex

svn path=/trunk/; revision=17803

18 years ago-refcount reworking (simplification & improvement)
Gunnar Dalsnes [Sun, 11 Sep 2005 14:48:32 +0000 (14:48 +0000)]
-refcount reworking (simplification & improvement)
-make functions deal with pointers, not handles
-misc formatting

svn path=/trunk/; revision=17802

18 years ago- CFGMGR32.DLL: Forward implemented functions to SETUPAPI.DLL.
Eric Kohl [Sun, 11 Sep 2005 14:38:57 +0000 (14:38 +0000)]
- CFGMGR32.DLL: Forward implemented functions to SETUPAPI.DLL.
- SETUPAPI.DLL: Use PNP_EnumerateSubKeys to implement CM_Enumerate_Classes_Ex.

svn path=/trunk/; revision=17801

18 years agoSignal USB device arrivals to PnP manager
Hervé Poussineau [Sun, 11 Sep 2005 13:55:23 +0000 (13:55 +0000)]
Signal USB device arrivals to PnP manager

svn path=/trunk/; revision=17800

18 years agoDisable USB keyboard and mouse support, as they conflict with i8042prt driver.
Hervé Poussineau [Sun, 11 Sep 2005 13:55:18 +0000 (13:55 +0000)]
Disable USB keyboard and mouse support, as they conflict with i8042prt driver.
We need to change kbdclass/mouclass to be an upper filter of keyboard/mouse device objects (which would become unnamed), and to support multiple keyboards/mice

svn path=/trunk/; revision=17799

18 years agoMake _strtoui64 an alias of strtoull.
Filip Navara [Sun, 11 Sep 2005 13:05:33 +0000 (13:05 +0000)]
Make _strtoui64 an alias of strtoull.

svn path=/trunk/; revision=17798

18 years agoFix strtoull implementation and add it to build files. Based on patch by Mark Junker...
Filip Navara [Sun, 11 Sep 2005 12:36:09 +0000 (12:36 +0000)]
Fix strtoull implementation and add it to build files. Based on patch by Mark Junker <mjscod@gmx.de>.

svn path=/trunk/; revision=17797

18 years agoupdated wait_for_completion, should work similar to schedule_timeout.
Aleksey Bragin [Sun, 11 Sep 2005 11:59:25 +0000 (11:59 +0000)]
updated wait_for_completion, should work similar to schedule_timeout.

svn path=/trunk/; revision=17796

18 years agoLet OHCI miniport use shared code in drivers/usb/miniport/common/*, instead of duplic...
Hervé Poussineau [Sun, 11 Sep 2005 11:40:43 +0000 (11:40 +0000)]
Let OHCI miniport use shared code in drivers/usb/miniport/common/*, instead of duplicating it

svn path=/trunk/; revision=17795

18 years agoDisplay debug error message only when action fails
Hervé Poussineau [Sun, 11 Sep 2005 09:23:16 +0000 (09:23 +0000)]
Display debug error message only when action fails

svn path=/trunk/; revision=17794

18 years agoPreviously, the first character written to the buffer was random (off the
Art Yerkes [Sun, 11 Sep 2005 09:19:24 +0000 (09:19 +0000)]
Previously, the first character written to the buffer was random (off the
stack).  Not sure why this didn't blow up for others.  Make sure we fill
one character before placing one in the buffer.

svn path=/trunk/; revision=17793

18 years ago- Implement CM_Enumerate_Enumerators_ExA.
Eric Kohl [Sun, 11 Sep 2005 08:45:02 +0000 (08:45 +0000)]
- Implement CM_Enumerate_Enumerators_ExA.
- Fix a typo in PNP_EnumerateSubKeys.

svn path=/trunk/; revision=17792

18 years agoxHCI:
Hervé Poussineau [Sat, 10 Sep 2005 23:50:28 +0000 (23:50 +0000)]
xHCI:
* Fix value returned by IRP_MN_QUERY_CAPABILITIES and IOCTL_INTERNAL_USB_GET_ROOT_USB_DEVICE
* Remove debug output
USBHUB:
* Don't enumerate too much children. Display informations about them

svn path=/trunk/; revision=17791

18 years agoFix some object/handle victims. Fixes bug 765.
Gé van Geldorp [Sat, 10 Sep 2005 23:01:56 +0000 (23:01 +0000)]
Fix some object/handle victims. Fixes bug 765.

svn path=/trunk/; revision=17790

18 years ago- Acquire the temporary buffer from non paged pool in NtQueryDirectoryObject, because...
Hartmut Birr [Sat, 10 Sep 2005 22:35:08 +0000 (22:35 +0000)]
- Acquire the temporary buffer from non paged pool in NtQueryDirectoryObject, because the buffer is accessed at DPC_LEVEL.
- Do always add an empty entry at the end of the buffer

svn path=/trunk/; revision=17789

18 years agoHandle .msi files
Gé van Geldorp [Sat, 10 Sep 2005 20:19:23 +0000 (20:19 +0000)]
Handle .msi files

svn path=/trunk/; revision=17788

18 years agoAlso add registry entries when driver files are already present
Gé van Geldorp [Sat, 10 Sep 2005 19:37:20 +0000 (19:37 +0000)]
Also add registry entries when driver files are already present

svn path=/trunk/; revision=17787

18 years agoAuto-determine base of DWORD registry entries.
Gé van Geldorp [Sat, 10 Sep 2005 19:21:49 +0000 (19:21 +0000)]
Auto-determine base of DWORD registry entries.
Fixes bug 764.

svn path=/trunk/; revision=17786

18 years ago- Implement CM_Enumerate_Enumerators[_Ex]A/W
Eric Kohl [Sat, 10 Sep 2005 19:01:44 +0000 (19:01 +0000)]
- Implement CM_Enumerate_Enumerators[_Ex]A/W
- Fix PNP_EnumerateSubKeys

svn path=/trunk/; revision=17785

18 years agoRemove unneeded pointer indirection
Hervé Poussineau [Sat, 10 Sep 2005 18:45:34 +0000 (18:45 +0000)]
Remove unneeded pointer indirection

svn path=/trunk/; revision=17784

18 years agochange rest of warnings to allowwarnings - sorry I didn't get to this the other day.
Royce Mitchell III [Sat, 10 Sep 2005 18:39:34 +0000 (18:39 +0000)]
change rest of warnings to allowwarnings - sorry I didn't get to this the other day.

svn path=/trunk/; revision=17783

18 years agoMove shareable part of USB miniport drivers to a new directory. UHCI uses it.
Hervé Poussineau [Sat, 10 Sep 2005 18:04:42 +0000 (18:04 +0000)]
Move shareable part of USB miniport drivers to a new directory. UHCI uses it.

svn path=/trunk/; revision=17782

18 years agoPrint only the complete information if the fd is valid itself (in is_valid_fd).
Hartmut Birr [Sat, 10 Sep 2005 15:36:35 +0000 (15:36 +0000)]
Print only the complete information if the fd is valid itself (in is_valid_fd).

svn path=/trunk/; revision=17781

18 years agoSilence two debug messages after they have cried a little bit.
Hartmut Birr [Sat, 10 Sep 2005 15:30:21 +0000 (15:30 +0000)]
Silence two debug messages after they have cried a little bit.

svn path=/trunk/; revision=17780

18 years agoFixed a typo.
Hartmut Birr [Sat, 10 Sep 2005 15:21:16 +0000 (15:21 +0000)]
Fixed a typo.

svn path=/trunk/; revision=17779

18 years agoFixed the allocation of some buffers in Execute.
Hartmut Birr [Sat, 10 Sep 2005 15:20:10 +0000 (15:20 +0000)]
Fixed the allocation of some buffers in Execute.

svn path=/trunk/; revision=17778

18 years agoFixed GetConsoleTitleA/W.
Hartmut Birr [Sat, 10 Sep 2005 15:18:42 +0000 (15:18 +0000)]
Fixed GetConsoleTitleA/W.

svn path=/trunk/; revision=17777

18 years agoMove common code of USB miniport drivers into drivers/usb/miniport/common library
Hervé Poussineau [Sat, 10 Sep 2005 15:17:07 +0000 (15:17 +0000)]
Move common code of USB miniport drivers into drivers/usb/miniport/common library

svn path=/trunk/; revision=17776

18 years ago<module warnings=...>
Emanuele Aliberti [Sat, 10 Sep 2005 14:46:06 +0000 (14:46 +0000)]
<module warnings=...>
<module allowwarnings=...>

svn path=/trunk/; revision=17775

18 years agoAdd USB drivers to bootcd
Hervé Poussineau [Sat, 10 Sep 2005 13:03:17 +0000 (13:03 +0000)]
Add USB drivers to bootcd

svn path=/trunk/; revision=17774

18 years agoImplement CM_Delete_Class_Key[_Ex].
Eric Kohl [Sat, 10 Sep 2005 13:02:02 +0000 (13:02 +0000)]
Implement CM_Delete_Class_Key[_Ex].

svn path=/trunk/; revision=17773

18 years agoAdd RegDeleteTreeA/W prototype.
Eric Kohl [Sat, 10 Sep 2005 10:31:22 +0000 (10:31 +0000)]
Add RegDeleteTreeA/W prototype.

svn path=/trunk/; revision=17772

18 years agoFix maximizing problem introduced by r17764
Gé van Geldorp [Sat, 10 Sep 2005 08:22:03 +0000 (08:22 +0000)]
Fix maximizing problem introduced by r17764

svn path=/trunk/; revision=17771

18 years agoDon't trust the returned date/time from the BIOS. QEmu messes this up sometimes.
Gé van Geldorp [Fri, 9 Sep 2005 21:15:32 +0000 (21:15 +0000)]
Don't trust the returned date/time from the BIOS. QEmu messes this up sometimes.
Partly fixes bug 716.

svn path=/trunk/; revision=17767

18 years agoCompile cmd.exe as unicode
Hervé Poussineau [Fri, 9 Sep 2005 15:58:40 +0000 (15:58 +0000)]
Compile cmd.exe as unicode

svn path=/trunk/; revision=17766

18 years agomaxlen is in characters, _cnt is in bytes.
Gé van Geldorp [Fri, 9 Sep 2005 14:47:35 +0000 (14:47 +0000)]
maxlen is in characters, _cnt is in bytes.
Note: rebuild of lib/crt required for this change to take effect
(make crt_clean; make crt)
This brings the VMware Tools installer a hell of a lot further (bug 717).

svn path=/trunk/; revision=17765

18 years agoUse max tracking size instead of maximized size to limit window size.
Gé van Geldorp [Fri, 9 Sep 2005 13:35:02 +0000 (13:35 +0000)]
Use max tracking size instead of maximized size to limit window size.
Fixes bug 721.

svn path=/trunk/; revision=17764

18 years agoRestore console title after running a command
Gé van Geldorp [Fri, 9 Sep 2005 12:22:25 +0000 (12:22 +0000)]
Restore console title after running a command

svn path=/trunk/; revision=17763

18 years agoDon't assume UNICODE_STRINGs are nul terminated
Gé van Geldorp [Fri, 9 Sep 2005 12:22:01 +0000 (12:22 +0000)]
Don't assume UNICODE_STRINGs are nul terminated

svn path=/trunk/; revision=17762

18 years agoConvert title from UNICODE_STRING to nul-terminated
Gé van Geldorp [Fri, 9 Sep 2005 11:43:26 +0000 (11:43 +0000)]
Convert title from UNICODE_STRING to nul-terminated

svn path=/trunk/; revision=17761

18 years agoRetVal is in bytes, so check against MAX_PATH in bytes
Gé van Geldorp [Fri, 9 Sep 2005 10:22:40 +0000 (10:22 +0000)]
RetVal is in bytes, so check against MAX_PATH in bytes

svn path=/trunk/; revision=17760

18 years agoWindow handle is not valid anymore when the object is in "destroyed" state
Gé van Geldorp [Fri, 9 Sep 2005 09:50:58 +0000 (09:50 +0000)]
Window handle is not valid anymore when the object is in "destroyed" state

svn path=/trunk/; revision=17759

18 years agoRemove WS_VISIBLE bit from correct member
Gé van Geldorp [Fri, 9 Sep 2005 09:48:33 +0000 (09:48 +0000)]
Remove WS_VISIBLE bit from correct member

svn path=/trunk/; revision=17758

18 years agoRemove stray data from the XML. This one goes out to TLF.
Andrew Munger [Fri, 9 Sep 2005 00:38:39 +0000 (00:38 +0000)]
Remove stray data from the XML. This one goes out to TLF.

svn path=/trunk/; revision=17757

18 years ago-cursoricon: naming changes, cleanup
Gunnar Dalsnes [Fri, 9 Sep 2005 00:25:52 +0000 (00:25 +0000)]
-cursoricon: naming changes, cleanup
-fix: hide/show caret to accept NULL hWnds
-some handle to pointer converions
-double handle table size
-fix: co_WinPosActivateOtherWindow was trying to access desktop parent

svn path=/trunk/; revision=17756

18 years agowin32 api compatibility fix
Royce Mitchell III [Thu, 8 Sep 2005 23:10:17 +0000 (23:10 +0000)]
win32 api compatibility fix
changed 'warnings' attribute of <module> to 'allowwarnings' to make it's function less ambiguous

svn path=/trunk/; revision=17755

18 years agoChange driver name ohci.sys -> usbohci.sys
Hervé Poussineau [Thu, 8 Sep 2005 21:54:42 +0000 (21:54 +0000)]
Change driver name ohci.sys -> usbohci.sys

svn path=/trunk/; revision=17754

18 years agoRemove warnings and allow installation of USB files with make install
Hervé Poussineau [Thu, 8 Sep 2005 21:32:53 +0000 (21:32 +0000)]
Remove warnings and allow installation of USB files with make install

svn path=/trunk/; revision=17753

18 years agoFix double-clicking control panel items
Gé van Geldorp [Thu, 8 Sep 2005 21:08:53 +0000 (21:08 +0000)]
Fix double-clicking control panel items

svn path=/trunk/; revision=17752

18 years agoFix build, by correcting include paths and updating xml files of USB components
Hervé Poussineau [Thu, 8 Sep 2005 20:53:17 +0000 (20:53 +0000)]
Fix build, by correcting include paths and updating xml files of USB components

svn path=/trunk/; revision=17751

18 years agoAllocate a larger storage for the request buffer. It is necessary since the latest...
Hartmut Birr [Thu, 8 Sep 2005 20:18:46 +0000 (20:18 +0000)]
Allocate a larger storage for the request buffer. It is necessary since the latest changeing in ntdll for csrss connections.

svn path=/trunk/; revision=17750

18 years agoAdd xml files at the right places
Hervé Poussineau [Thu, 8 Sep 2005 20:16:36 +0000 (20:16 +0000)]
Add xml files at the right places
Remove now useless cromwell directory

svn path=/trunk/; revision=17749

18 years agoInitialize the length in the header in LpcSendTerminationPort.
Hartmut Birr [Thu, 8 Sep 2005 20:12:33 +0000 (20:12 +0000)]
Initialize the length in the header in LpcSendTerminationPort.

svn path=/trunk/; revision=17748

18 years agoMove drivers to the right location
Hervé Poussineau [Thu, 8 Sep 2005 20:07:16 +0000 (20:07 +0000)]
Move drivers to the right location

svn path=/trunk/; revision=17747

18 years agoRename drivers to their right name
Hervé Poussineau [Thu, 8 Sep 2005 20:02:40 +0000 (20:02 +0000)]
Rename drivers to their right name

svn path=/trunk/; revision=17746

18 years agoStart of big changes in layout of USB code. Fireball and I are agreeing on these...
Hervé Poussineau [Thu, 8 Sep 2005 19:58:55 +0000 (19:58 +0000)]
Start of big changes in layout of USB code. Fireball and I are agreeing on these changes.
Step 1: delete all useless stuff

svn path=/trunk/; revision=17745

18 years agoChristoph_vW <Christoph@ApiViewer.de>:
Casper Hornstrup [Thu, 8 Sep 2005 16:41:07 +0000 (16:41 +0000)]
Christoph_vW <Christoph@ApiViewer.de>:
Binutils detection

Modified to support cross-compilation

Resolves #707

svn path=/trunk/; revision=17744

18 years ago-remove hotkey lock
Gunnar Dalsnes [Thu, 8 Sep 2005 16:18:51 +0000 (16:18 +0000)]
-remove hotkey lock
-remove dc list lock
-simplify/rework refcounting
-remove keyboard queue state lock
-convert some functions into taking pointerargs, not handles

svn path=/trunk/; revision=17743

18 years agoUnlock console on alternate return paths. Fixes bug 734.
Gé van Geldorp [Thu, 8 Sep 2005 15:51:44 +0000 (15:51 +0000)]
Unlock console on alternate return paths. Fixes bug 734.

svn path=/trunk/; revision=17742

18 years agoCorrect notepad location
Gé van Geldorp [Thu, 8 Sep 2005 14:01:53 +0000 (14:01 +0000)]
Correct notepad location

svn path=/trunk/; revision=17741

18 years agosaveliyt@mail.ru:
Gé van Geldorp [Thu, 8 Sep 2005 13:27:17 +0000 (13:27 +0000)]
saveliyt@mail.ru:
Start SCM on livecd too

svn path=/trunk/; revision=17740

18 years agoReserve space for The Terminator
Gé van Geldorp [Thu, 8 Sep 2005 13:08:21 +0000 (13:08 +0000)]
Reserve space for The Terminator

svn path=/trunk/; revision=17739

18 years agoTranslate partition 0 to active partition. Fixes bug 181.
Gé van Geldorp [Thu, 8 Sep 2005 08:29:01 +0000 (08:29 +0000)]
Translate partition 0 to active partition. Fixes bug 181.

svn path=/trunk/; revision=17736

18 years ago- Move s(w)printf to rtl (cannot be shared in string because of differences with...
Alex Ionescu [Thu, 8 Sep 2005 06:52:01 +0000 (06:52 +0000)]
- Move s(w)printf to rtl (cannot be shared in string because of differences with the CRT implementation). - Fix build errors due to previous commits (sorry).

svn path=/trunk/; revision=17735

18 years agoShare more duplicated functions
Alex Ionescu [Thu, 8 Sep 2005 05:03:34 +0000 (05:03 +0000)]
Share more duplicated functions

svn path=/trunk/; revision=17734