reactos.git
19 years agoDetect display controller. Distinguish VGA and VBE display devices.
Eric Kohl [Sun, 20 Jun 2004 09:12:10 +0000 (09:12 +0000)]
Detect display controller. Distinguish VGA and VBE display devices.

svn path=/trunk/; revision=9742

19 years agovarious bugfixes to IoQueryDeviceDescription and friends. The floppy driver now...
Vizzini [Sun, 20 Jun 2004 04:50:02 +0000 (04:50 +0000)]
various bugfixes to IoQueryDeviceDescription and friends.  The floppy driver now loads and finds the drive properly.

svn path=/trunk/; revision=9741

19 years agoclarified a misleading comment
Vizzini [Sun, 20 Jun 2004 03:36:44 +0000 (03:36 +0000)]
clarified a misleading comment

svn path=/trunk/; revision=9740

19 years agofixed a bug in IoCsqRemoveNextIrp (missing break)
Vizzini [Sun, 20 Jun 2004 03:29:29 +0000 (03:29 +0000)]
fixed a bug in IoCsqRemoveNextIrp (missing break)

svn path=/trunk/; revision=9739

19 years agomuch nicer-looking 8-bit versions of mycomputer.ico - the wine project is welcome...
Royce Mitchell III [Sun, 20 Jun 2004 03:06:31 +0000 (03:06 +0000)]
much nicer-looking 8-bit versions of mycomputer.ico - the wine project is welcome to have this change if they want it.

svn path=/trunk/; revision=9738

19 years agosome fixes to be able to create a unicode build
Thomas Bluemel [Sun, 20 Jun 2004 02:22:44 +0000 (02:22 +0000)]
some fixes to be able to create a unicode build

svn path=/trunk/; revision=9737

19 years agobacked out bugified patch
Vizzini [Sun, 20 Jun 2004 02:10:07 +0000 (02:10 +0000)]
backed out bugified patch

svn path=/trunk/; revision=9736

19 years agoadded support to edit REG_MULTI_SZ strings.
Thomas Bluemel [Sun, 20 Jun 2004 01:07:26 +0000 (01:07 +0000)]
added support to edit REG_MULTI_SZ strings.

svn path=/trunk/; revision=9735

19 years ago- Allocate memory from PagedPool instead of NonPagedPool where possible.
Filip Navara [Sun, 20 Jun 2004 00:45:37 +0000 (00:45 +0000)]
- Allocate memory from PagedPool instead of NonPagedPool where possible.
- Backported font initialization code with fixed memory leaks from my unfinished font handling rewrite patch.

svn path=/trunk/; revision=9734

19 years ago- Fixed memory corruption in IopInitializeBuiltinDriver.
Filip Navara [Sun, 20 Jun 2004 00:44:55 +0000 (00:44 +0000)]
- Fixed memory corruption in IopInitializeBuiltinDriver.
  [Should be ported to 0.2.3 release branch too.]

svn path=/trunk/; revision=9733

19 years agodisplay REG_NONE and REG_MULTI_SZ values
Thomas Bluemel [Sat, 19 Jun 2004 23:12:58 +0000 (23:12 +0000)]
display REG_NONE and REG_MULTI_SZ values

svn path=/trunk/; revision=9732

19 years ago- Increment the number of free pages in MmFreeMemory.
Filip Navara [Sat, 19 Jun 2004 22:42:41 +0000 (22:42 +0000)]
- Increment the number of free pages in MmFreeMemory.

svn path=/trunk/; revision=9731

19 years ago- Fixed NtUserDestroyWindow to correctly destroy owned windows. Fixes bugs #342 and...
Filip Navara [Sat, 19 Jun 2004 20:18:09 +0000 (20:18 +0000)]
- Fixed NtUserDestroyWindow to correctly destroy owned windows. Fixes bugs #342 and #350.
  [Should be ported to 0.2.3 release branch too.]

svn path=/trunk/; revision=9730

19 years ago- Force importing _vsnprintf from MSVCRT. The NTDLL version doesn't support %f specif...
Filip Navara [Sat, 19 Jun 2004 17:58:37 +0000 (17:58 +0000)]
- Force importing _vsnprintf from MSVCRT. The NTDLL version doesn't support %f specifiers.

svn path=/trunk/; revision=9728

19 years agovery basic makefile for vs2003 (and the free tools). Please note that some programs...
Richard Campbell [Sat, 19 Jun 2004 12:40:41 +0000 (12:40 +0000)]
very basic makefile for vs2003 (and the free tools).  Please note that some programs don't compile properly, will take a look at this later.

svn path=/trunk/; revision=9726

19 years agopatch by Tom (tmkpl@poczta.onet.pl)
Vizzini [Sat, 19 Jun 2004 08:53:35 +0000 (08:53 +0000)]
patch by Tom (tmkpl@poczta.onet.pl)
to clean up return val checking of some mdl calls

svn path=/trunk/; revision=9725

19 years ago- Fixed compilation problems with MinGW runtime 3.3.
Filip Navara [Sat, 19 Jun 2004 08:52:40 +0000 (08:52 +0000)]
- Fixed compilation problems with MinGW runtime 3.3.

svn path=/trunk/; revision=9724

19 years ago- Callbacks implementation. A little modified patch by Alex Ionescu (alex@relsoft...
Filip Navara [Sat, 19 Jun 2004 08:48:01 +0000 (08:48 +0000)]
- Callbacks implementation. A little modified patch by Alex Ionescu (alex@relsoft.net).

svn path=/trunk/; revision=9723

19 years agofixed an extremely irritating bug in an enum
Vizzini [Sat, 19 Jun 2004 08:47:59 +0000 (08:47 +0000)]
fixed an extremely irritating bug in an enum

svn path=/trunk/; revision=9722

19 years ago- Corrected shell paths.
Filip Navara [Sat, 19 Jun 2004 07:56:16 +0000 (07:56 +0000)]
- Corrected shell paths.

svn path=/trunk/; revision=9721

19 years agoadded support for setting Component Information for the ISA bus; fixed a minor bug
Vizzini [Sat, 19 Jun 2004 06:03:37 +0000 (06:03 +0000)]
added support for setting Component Information for the ISA bus; fixed a minor bug

svn path=/trunk/; revision=9720

19 years agoadded stubs for the Cache Manager by Alex Ionescu.
Steven Edwards [Sat, 19 Jun 2004 05:04:33 +0000 (05:04 +0000)]
added stubs for the Cache Manager by Alex Ionescu.

svn path=/trunk/; revision=9719

19 years agoChange from unclegarlic: Don't overwrite packet length.
Art Yerkes [Sat, 19 Jun 2004 02:03:33 +0000 (02:03 +0000)]
Change from unclegarlic: Don't overwrite packet length.

svn path=/trunk/; revision=9718

19 years agochanged from control.cpp to control.c, changed \ to / in control.c
Gero Kuehn [Sat, 19 Jun 2004 00:11:44 +0000 (00:11 +0000)]
changed from control.cpp to control.c, changed \ to / in control.c

svn path=/trunk/; revision=9717

19 years agoAttempt to fix PSEH compilation for kernel-mode targets. Arty please test this
KJK::Hyperion [Fri, 18 Jun 2004 22:33:06 +0000 (22:33 +0000)]
Attempt to fix PSEH compilation for kernel-mode targets. Arty please test this

svn path=/trunk/; revision=9716

19 years agoinitial checkin of the non-shell-namespace-based control panel and software add/remov...
Gero Kuehn [Fri, 18 Jun 2004 20:43:44 +0000 (20:43 +0000)]
initial checkin of the non-shell-namespace-based control panel and software add/remove cpl

svn path=/trunk/; revision=9715

19 years ago- Get this test compilable.
Filip Navara [Fri, 18 Jun 2004 17:37:02 +0000 (17:37 +0000)]
- Get this test compilable.

svn path=/trunk/; revision=9714

19 years agoAdded font enumeratiion demo
Steven Edwards [Fri, 18 Jun 2004 17:26:59 +0000 (17:26 +0000)]
Added font enumeratiion demo

svn path=/trunk/; revision=9713

19 years ago- VideoPortInt10 should copy back the output registers to caller.
Filip Navara [Fri, 18 Jun 2004 17:20:49 +0000 (17:20 +0000)]
- VideoPortInt10 should copy back the output registers to caller.

svn path=/trunk/; revision=9712

19 years agoeliminate GCC warning
Martin Fuchs [Fri, 18 Jun 2004 16:59:47 +0000 (16:59 +0000)]
eliminate GCC warning

svn path=/trunk/; revision=9709

19 years agoeliminate GCC warning
Martin Fuchs [Fri, 18 Jun 2004 16:44:59 +0000 (16:44 +0000)]
eliminate GCC warning

svn path=/trunk/; revision=9707

19 years agore-enable DesktopWindow::OnDefaultCommand to open explorer windows on desktop double...
Martin Fuchs [Fri, 18 Jun 2004 16:36:00 +0000 (16:36 +0000)]
re-enable DesktopWindow::OnDefaultCommand to open explorer windows on desktop double clicks

svn path=/trunk/; revision=9706

19 years ago- Map correct amount of the video memory.
Filip Navara [Fri, 18 Jun 2004 16:26:51 +0000 (16:26 +0000)]
- Map correct amount of the video memory.

svn path=/trunk/; revision=9705

19 years agoChangelog:
Filip Navara [Fri, 18 Jun 2004 15:18:58 +0000 (15:18 +0000)]
Changelog:
- Don't change DC origin in NtGdiOffsetViewportOrgEx
- Update transformation matrix in NtGdiSetViewportExtEx,
  NtGdiSetWindowExtEx, NtGdiSetWindowOrgEx, NtGdiOffsetWindowOrgEx
- When creating new DC initialize the Viewport/Window extensions.
- Transform logical coordinates to device ones in NtGdiExtTextOut
  and NtGdiLineTo.

svn path=/trunk/; revision=9703

19 years agoadded SetFocus call for the username dialog
Gero Kuehn [Thu, 17 Jun 2004 21:23:50 +0000 (21:23 +0000)]
added SetFocus call for the username dialog

svn path=/trunk/; revision=9702

19 years agoAdd missing nls settings for Great Britain.
Eric Kohl [Thu, 17 Jun 2004 18:29:44 +0000 (18:29 +0000)]
Add missing nls settings for Great Britain.
This fixes bug #344.

svn path=/trunk/; revision=9700

19 years agoRemove obsolete ide and (old) floppy drivers
Gé van Geldorp [Thu, 17 Jun 2004 13:28:53 +0000 (13:28 +0000)]
Remove obsolete ide and (old) floppy drivers

svn path=/trunk/; revision=9698

19 years agoFix typos.
Eric Kohl [Thu, 17 Jun 2004 10:49:51 +0000 (10:49 +0000)]
Fix typos.

svn path=/trunk/; revision=9696

19 years agoCompile advapi32 using w32api.
Eric Kohl [Thu, 17 Jun 2004 09:07:12 +0000 (09:07 +0000)]
Compile advapi32 using w32api.

svn path=/trunk/; revision=9695

19 years agoThis makes RtlUnicodeStringToInteger work like the win2k version. Basically
Art Yerkes [Thu, 17 Jun 2004 03:47:39 +0000 (03:47 +0000)]
This makes RtlUnicodeStringToInteger work like the win2k version.  Basically
this function never checks the validity of the input string and only returns
an error when the Base argument is set incorrectly.

This fixes the bug while booting vmware with the pcnet card on.

svn path=/trunk/; revision=9694

19 years agoAdd some missing error codes.
Eric Kohl [Wed, 16 Jun 2004 22:13:19 +0000 (22:13 +0000)]
Add some missing error codes.

svn path=/trunk/; revision=9693

19 years ago- Bump version number to 0.2.4.
Filip Navara [Wed, 16 Jun 2004 21:42:24 +0000 (21:42 +0000)]
- Bump version number to 0.2.4.

svn path=/trunk/; revision=9691

19 years agoAdd keyboard detection.
Eric Kohl [Wed, 16 Jun 2004 20:21:20 +0000 (20:21 +0000)]
Add keyboard detection.

svn path=/trunk/; revision=9690

19 years agoUpdate porting status
Gé van Geldorp [Wed, 16 Jun 2004 18:50:19 +0000 (18:50 +0000)]
Update porting status

svn path=/trunk/; revision=9688

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 18:48:46 +0000 (18:48 +0000)]
Sync to Wine-20040615:
Robert Reif <reif@earthlink.net>
- Added some trace and debug printing.
- Fixed a problem were a trace accesses a data member that may be
  outside of the actual data structure passed in.
- Added some more debug traces.
- Don't try to map the mapper device.
Mike McCormack <mike@codeweavers.com>
- Fix PlaySound.
Eric Pouech <pouech-eric@wanadoo.fr>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
  too small.
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- Fixed missing inversion in bit manipulation.
Ivan Leo Puoti <puoti@inwind.it>
- Changed my name, so update copyright info.

svn path=/trunk/; revision=9686

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 18:40:05 +0000 (18:40 +0000)]
Sync to Wine-20040615:
Robert Reif <reif@earthlink.net>
- Added tracing to all functions.
- Added error explanations.
- Changed debug channel from msacm to wavemap so not confused with
  msacm.
- Handle case where partial structure update requested.
- Minor white space cleanup.
- Returns proper error code when trying to get caps when no devices
  present.
- Fixed a bug where wrong a return value was returned when mapping is
  not possible.

svn path=/trunk/; revision=9685

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 18:27:33 +0000 (18:27 +0000)]
Sync to Wine-20040615:
Hans Leidekker <hans@it.vu.nl>
- Link to ntdll.
Raphael Junqueira <fenix@club-internet.fr>
- Stub for SHFlushSFCacheWrap.
Eric Pouech <pouech-eric@wanadoo.fr>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
  too small.
Stefan Leichter <Stefan.Leichter@camLine.com>
- Moved stub of StopWatch from ascii to unicode.

svn path=/trunk/; revision=9684

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 18:21:24 +0000 (18:21 +0000)]
Sync to Wine-20040615:
Robert Shearman <R.J.Shearman@warwick.ac.uk>
- Fix ref count on standard proxy creation.
- Release channel buffer in StdMarshal_UnmarshalInterface, since we no
  longer use it and the proxy should have taken a reference on it.
- Add a few comments.
Eric Pouech <pouech-eric@wanadoo.fr>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
  too small.
Patrik Stridvall <ps@leissner.se>
- Fixed some issues found by winapi_check.

svn path=/trunk/; revision=9683

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 18:13:23 +0000 (18:13 +0000)]
Sync to Wine-20040615:
Ivan Leo Puoti <puoti@inwind.it>
- Changed my name, so update copyright info.

svn path=/trunk/; revision=9682

19 years ago- Disable the "Floppy count: x" debug message.
Filip Navara [Wed, 16 Jun 2004 16:59:27 +0000 (16:59 +0000)]
- Disable the "Floppy count: x"  debug message.

svn path=/trunk/; revision=9681

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 07:06:50 +0000 (07:06 +0000)]
Sync to Wine-20040615:
Marcus Meissner <marcus@jet.franken.de>
- Revert broken strict aliasing fix.
Robert Shearman <R.J.Shearman@warwick.ac.uk>
- Fix ref count on standard proxy creation.
- Release channel buffer in StdMarshal_UnmarshalInterface, since we no
  longer use it and the proxy should have taken a reference on it.
- Add a few comments.
- Fixed CoMarshalInterThreadInterfaceInStream and
  CoGetInterfaceAndReleaseStream.
Patrik Stridvall <ps@leissner.se>
- Fixed some issues found by winapi_check.

svn path=/trunk/; revision=9680

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 06:58:48 +0000 (06:58 +0000)]
Sync to Wine-20040615:
Patrik Stridvall <ps@leissner.se>
- Fixed some issues found by winapi_check.
Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
- WNetGetConnection(): use QueryDosDevice to return a fake remote name
  instead of the drive label.

svn path=/trunk/; revision=9679

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 06:54:39 +0000 (06:54 +0000)]
Sync to Wine-20040615:
Ivan Leo Puoti <puoti@inwind.it>
- Changed my name, so update copyright info.
Ilya Korniyko <k_ilya@ukr.net>
- Encoding fixes in Ukrainian translation.
Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net>
- Support lpstrCustomFilter and return nFilterIndex in file dialog.
Rein Klazes <rklazes@xs4all.nl>
- In FILEDLG_ScanDir do not try to set the current directory to a path
  that is empty.

svn path=/trunk/; revision=9678

19 years agoSync to Wine-20040615:
Gé van Geldorp [Wed, 16 Jun 2004 06:46:13 +0000 (06:46 +0000)]
Sync to Wine-20040615:
Maxime Bellenge <maxime.bellenge@laposte.net>
- Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet
  styles.
- Add DT_END_ELLIPSIS as defaut style for text.
Ilya Korniyko <k_ilya@ukr.net>
- Encoding fixes in Ukrainian translation.
Filip Navara <xnavara@volny.cz>
- Let the subclassing stack grow the opposite way to make the code
  more transparent.
- Remove SubclassWndProc and move its logic to DefSubclassProc.
Dimitrie O. Paun <dpaun@rogers.com>
- Clear the state image bits only if LVS_EX_CHECKBOXES is set.
- Fix obvious logical error in focus handling.
- Indentation and formatting fixes.
- (based on a patch by Krishna Murthy).
Ulrich Czekalla <ulrich@codeweavers.com>
- Handle case where iterator range contains 0 elements.
- Handle case when item text is empty.
  According to MSDN, length should be returned when lParam is NULL.
Patrik Stridvall <ps@leissner.se>
- StrSpnW doesn't exist in comctl32.dll but StrCSpnW does.
Jon Griffiths <jon_p_griffiths@yahoo.com>
- Implemented TCM_SETITEMEXTRA.
Robert Shearman <R.J.Shearman@warwick.ac.uk>
- Don't draw whole button pressed when separate dropdown pressed, just
  the separate dropdown itself.
- TBN_DRAGOUT and NM_RDBLCLK notifications.
- Remove unneeded member of private toolbar struct.

svn path=/trunk/; revision=9677

19 years agoRemove debug stuff accidentaly left in
Gé van Geldorp [Wed, 16 Jun 2004 06:18:14 +0000 (06:18 +0000)]
Remove debug stuff accidentaly left in

svn path=/trunk/; revision=9676

19 years agoMarshall WM_CREATE/WM_NCCREATE messages
Gé van Geldorp [Wed, 16 Jun 2004 06:09:40 +0000 (06:09 +0000)]
Marshall WM_CREATE/WM_NCCREATE messages

svn path=/trunk/; revision=9675

19 years agoBuild "new" floppy driver instead of non-functional "old" one
Gé van Geldorp [Tue, 15 Jun 2004 22:33:47 +0000 (22:33 +0000)]
Build "new" floppy driver instead of non-functional "old" one

svn path=/trunk/; revision=9674

19 years agoDetect floppy disk drives.
Eric Kohl [Tue, 15 Jun 2004 12:22:19 +0000 (12:22 +0000)]
Detect floppy disk drives.

svn path=/trunk/; revision=9673

19 years ago- Reduced the size of the necessary inquiry data length to recognize a device as...
Hartmut Birr [Tue, 15 Jun 2004 09:29:41 +0000 (09:29 +0000)]
- Reduced the size of the necessary inquiry data length to recognize a device as valid.

svn path=/trunk/; revision=9672

19 years ago- Interpret the sign for qualifier 'l'.
Hartmut Birr [Tue, 15 Jun 2004 08:53:53 +0000 (08:53 +0000)]
- Interpret the sign for qualifier 'l'.

svn path=/trunk/; revision=9671

19 years ago- Initialized the variable status to get on success a proper return value.
Hartmut Birr [Tue, 15 Jun 2004 08:17:23 +0000 (08:17 +0000)]
- Initialized the variable status to get on success a proper return value.

svn path=/trunk/; revision=9670

19 years agorecv now works every time
Art Yerkes [Tue, 15 Jun 2004 02:56:13 +0000 (02:56 +0000)]
recv now works every time
- Standardized on recvfrom request and reply everywhere
- Added a continuous parameter to FillWSABuffers for stream sockets
- Added function TryToSatisfyRecvRequest
- Create MDLs for the WSABUFS.  These are needed because we aren't in our
  home process when tcpip calls back with data.
- Removed extraneous and potentially confusing lock ReadRequestQueueLock
  Now both ReadRequestQueue and ReceiveQueue rely on ReceiveQueueLock

svn path=/trunk/; revision=9669

19 years ago- Update trasformation matrix in SetViewportOrgEx.
Filip Navara [Mon, 14 Jun 2004 20:58:51 +0000 (20:58 +0000)]
- Update trasformation matrix in SetViewportOrgEx.

svn path=/trunk/; revision=9668

19 years ago- Packing fixes
Filip Navara [Mon, 14 Jun 2004 20:05:00 +0000 (20:05 +0000)]
- Packing fixes

svn path=/trunk/; revision=9667

19 years agoPreliminary version of recv.
Art Yerkes [Mon, 14 Jun 2004 03:22:27 +0000 (03:22 +0000)]
Preliminary version of recv.

svn path=/trunk/; revision=9666

19 years agorawip: Removed the deallocation of the client-supplied mdl. This does not
Art Yerkes [Mon, 14 Jun 2004 01:40:48 +0000 (01:40 +0000)]
rawip: Removed the deallocation of the client-supplied mdl.  This does not
appear to be part of the definition and is not done in the UDP case.
event: I moved the close notify into it's own function so that it can be
worked on separately.

svn path=/trunk/; revision=9665

19 years ago- Compile kernel32 using w32api.
Filip Navara [Sun, 13 Jun 2004 20:04:56 +0000 (20:04 +0000)]
- Compile kernel32 using w32api.
- Fixed some packing issues in DDK headers (more to come).

svn path=/trunk/; revision=9664

19 years ago- Fixed list traversing in MmAlterRegion to correctly handle Length that is greater...
Filip Navara [Sun, 13 Jun 2004 14:05:53 +0000 (14:05 +0000)]
- Fixed list traversing in MmAlterRegion to correctly handle Length that is greater than real memory area size.

svn path=/trunk/; revision=9663

19 years agoUnicode fix
Martin Fuchs [Sun, 13 Jun 2004 12:56:39 +0000 (12:56 +0000)]
Unicode fix

svn path=/trunk/; revision=9662

19 years agoXMLStorage update: XMLReaderBase
Martin Fuchs [Sun, 13 Jun 2004 12:45:29 +0000 (12:45 +0000)]
XMLStorage update: XMLReaderBase

svn path=/trunk/; revision=9661

19 years ago- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectVirtualMemory and KeQueryInterr...
Filip Navara [Sun, 13 Jun 2004 10:35:53 +0000 (10:35 +0000)]
- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectVirtualMemory and KeQueryInterruptTime.

svn path=/trunk/; revision=9660

19 years agoRemoved redundant tracking (now incorporated into NdisAllocatePacket, etc)
Art Yerkes [Sat, 12 Jun 2004 04:46:18 +0000 (04:46 +0000)]
Removed redundant tracking (now incorporated into NdisAllocatePacket, etc)
that was causing a bugcheck in the 'ping to us' case.  The memory was detected
tracked twice (correctly).

This condition was detected by mifritcher after I checked in.

svn path=/trunk/; revision=9659

19 years agoSet MaximumLength to size of allocated memory
Gé van Geldorp [Fri, 11 Jun 2004 20:15:07 +0000 (20:15 +0000)]
Set MaximumLength to size of allocated memory

svn path=/trunk/; revision=9658

19 years agoPatch by Michael Fritscher <michael@fritscher.net>
Gé van Geldorp [Fri, 11 Jun 2004 14:10:12 +0000 (14:10 +0000)]
Patch by Michael Fritscher <michael@fritscher.net>
Add /? and /s cmdline options

svn path=/trunk/; revision=9657

19 years agoPatch by Michael Fritscher <michael@fritscher.net>
Gé van Geldorp [Fri, 11 Jun 2004 13:59:16 +0000 (13:59 +0000)]
Patch by Michael Fritscher <michael@fritscher.net>
Fix CVS warnings.

svn path=/trunk/; revision=9656

19 years agoThe root bus driver should return an empty resource list on IRP_MN_QUERY_RESOURCES.
Eric Kohl [Fri, 11 Jun 2004 09:33:42 +0000 (09:33 +0000)]
The root bus driver should return an empty resource list on IRP_MN_QUERY_RESOURCES.

svn path=/trunk/; revision=9655

19 years agoPrevent CVS warnings about .*.d files
Gé van Geldorp [Fri, 11 Jun 2004 09:10:17 +0000 (09:10 +0000)]
Prevent CVS warnings about .*.d files

svn path=/trunk/; revision=9654

19 years agoRetrieve Hardware IDs and Compatible IDs from the bus driver and attach them to the...
Eric Kohl [Thu, 10 Jun 2004 11:00:28 +0000 (11:00 +0000)]
Retrieve Hardware IDs and Compatible IDs from the bus driver and attach them to the device node.

svn path=/trunk/; revision=9653

19 years ago- Enabled the dependency check for the storage drivers.
Hartmut Birr [Thu, 10 Jun 2004 08:20:20 +0000 (08:20 +0000)]
- Enabled the dependency check for the storage drivers.

svn path=/trunk/; revision=9652

19 years ago- Use a bitmap for managing the srb extensions.
Hartmut Birr [Thu, 10 Jun 2004 08:14:57 +0000 (08:14 +0000)]
- Use a bitmap for managing the srb extensions.
- Removed the complete request and next request counter.
  The counters are always wrong, because some miniport drivers fires up
  to much notification requests.
- Enable the queues for the miniport driver, if they are supported.
- Fixed a bug in ScsiPortCompleteRequest.

svn path=/trunk/; revision=9651

19 years ago- Allocate for each srb its one sense info buffer.
Hartmut Birr [Thu, 10 Jun 2004 07:56:42 +0000 (07:56 +0000)]
- Allocate for each srb its one sense info buffer.
- Reinitialize the transfer size if a retry is necessary in ScsiClassSendSrbSynchronous.

svn path=/trunk/; revision=9650

19 years ago- Exchanged source and target in WRITE_REGISTER_BUFFER_xxx.
Hartmut Birr [Thu, 10 Jun 2004 07:50:30 +0000 (07:50 +0000)]
- Exchanged source and target in WRITE_REGISTER_BUFFER_xxx.

svn path=/trunk/; revision=9649

19 years agoadded \n for DPRINT
Steven Edwards [Wed, 9 Jun 2004 20:39:41 +0000 (20:39 +0000)]
added \n for DPRINT

svn path=/trunk/; revision=9648

19 years agoThis is a merge onto head of the last two months worth of changes to the
Art Yerkes [Wed, 9 Jun 2004 18:11:39 +0000 (18:11 +0000)]
This is a merge onto head of the last two months worth of changes to the
networking code.

There is individual change info on the branch arty_20040329.

Here is a summary of what changed:

tcpip:

- Added a mostly working transport/tcp branch based on oskittcp
  (checked in at drivers/lib/oskittcp).  This code shares almost nothing
  with the previous version.

- Regularized IRP handling

- Fixed ownership of buffers throughout tcpip.sys.  Buffers are now
  required to be copied in a few more cases, but everybody can call
  anybody else and not have to worry about keeping a buffer alive
  for any specific reason.

- Also moved lots more operations onto the stack (small datastructures
  and pointers).  This will result in a further simplification of the
  code here.

- Made each completion routine solely responsible for freeing memory
  from the corresponding action.

- Removed reference counted small address structures in favor if inlines

- Changed and clarified ownership rules almost everwhere

- Fixed a few more type punning style errors

- Added more info used by iphlpapi

- Added some memory tracing stuff

ndis:

- Fixed one or two type punning errors

ws2_32:

- Added getservbyname and getprotobyname (partial)

oskittcp:

- Diagnostics everywhere

- Eliminated dependence on raw_ip input

- Simplified buffering and signalling model a bit

- Added memory checking as in tcpip

- more to come

svn path=/trunk/; revision=9647

19 years agoBuild Hardware IDs and Compatible IDs for PCI devices.
Eric Kohl [Wed, 9 Jun 2004 14:22:53 +0000 (14:22 +0000)]
Build Hardware IDs and Compatible IDs for PCI devices.

svn path=/trunk/; revision=9646

19 years ago- Correctly set Irp->IoStatus.Information when handling IOCTL_BOOTVID_INITIALIZE...
Filip Navara [Tue, 8 Jun 2004 19:31:10 +0000 (19:31 +0000)]
- Correctly set Irp->IoStatus.Information when handling IOCTL_BOOTVID_INITIALIZE request. This fixes the occasional page faults during bugchecks when NTOSKRNL:InbvResetDisplay tried to call function pointed by uninitialized variable.

svn path=/trunk/; revision=9645

19 years ago- Fixed the counting of pending irps.
Hartmut Birr [Mon, 7 Jun 2004 20:03:00 +0000 (20:03 +0000)]
- Fixed the counting of pending irps.

svn path=/trunk/; revision=9644

19 years ago- Fixed redefinition of VERSION.
Filip Navara [Mon, 7 Jun 2004 18:03:12 +0000 (18:03 +0000)]
- Fixed redefinition of VERSION.

svn path=/trunk/; revision=9643

19 years ago- Include bootdata/hiveinst.inf when building the Live CD registry hives.
Filip Navara [Mon, 7 Jun 2004 17:31:50 +0000 (17:31 +0000)]
- Include bootdata/hiveinst.inf when building the Live CD registry hives.

svn path=/trunk/; revision=9642

19 years ago- Implemented ScsiPortCompleteRequest.
Hartmut Birr [Mon, 7 Jun 2004 16:37:07 +0000 (16:37 +0000)]
- Implemented ScsiPortCompleteRequest.
- Fixed the calculation of the max transfer size.
- Rewrote parts of SpiScanAdapter and SpiSendInquiry to speed up device detection.
- Fixed the handling of sense info data for HBA's which are auto request sense capability.
- Added some more debug messages.

svn path=/trunk/; revision=9641

19 years agoImplement mouse driver autodetection and installation.
Eric Kohl [Mon, 7 Jun 2004 12:24:00 +0000 (12:24 +0000)]
Implement mouse driver autodetection and installation.

svn path=/trunk/; revision=9640

19 years ago- Check if the temp directory exist, if not use the current directory.
Hartmut Birr [Sun, 6 Jun 2004 17:33:13 +0000 (17:33 +0000)]
- Check if the temp directory exist, if not use the current directory.

svn path=/trunk/; revision=9639

19 years ago- Cancelled my last change.
Hartmut Birr [Sun, 6 Jun 2004 17:29:57 +0000 (17:29 +0000)]
- Cancelled my last change.

svn path=/trunk/; revision=9638

19 years agoUse hardware description if available to initialize the serial mouse port.
Eric Kohl [Sun, 6 Jun 2004 15:55:03 +0000 (15:55 +0000)]
Use hardware description if available to initialize the serial mouse port.

svn path=/trunk/; revision=9637

19 years ago- Allocate memory for mdl's for paging io from stack instead of the non paged pool.
Hartmut Birr [Sun, 6 Jun 2004 09:13:21 +0000 (09:13 +0000)]
- Allocate memory for mdl's for paging io  from stack instead of the non paged pool.

svn path=/trunk/; revision=9636

19 years ago- Get first the parameters and do then the processing.
Hartmut Birr [Sun, 6 Jun 2004 09:05:21 +0000 (09:05 +0000)]
- Get first the parameters and do then the processing.

svn path=/trunk/; revision=9635

19 years ago- Fixed the set command for WinXP.
Hartmut Birr [Sun, 6 Jun 2004 09:03:07 +0000 (09:03 +0000)]
- Fixed the set command for WinXP.
- The second parameter must be zero in the call to SetEnvironmentVariable
  if the variable should be deleted.

svn path=/trunk/; revision=9634

19 years ago- Removed MakeSureDirectoryPathExistsEx.
Hartmut Birr [Sun, 6 Jun 2004 08:58:56 +0000 (08:58 +0000)]
- Removed MakeSureDirectoryPathExistsEx.
- Use the current directory if GetTempPath fails.
- Inherit the handles to the child process (in Execute).
- Assume that the current process is always a console process if ntdll exist
  but not contains the functions NtQueryInformationProcess or NtReadVirtualMemory.

svn path=/trunk/; revision=9633

19 years ago- Check if the temp path exist in GetTempPathW.
Hartmut Birr [Sun, 6 Jun 2004 08:50:26 +0000 (08:50 +0000)]
- Check if the temp path exist in GetTempPathW.

svn path=/trunk/; revision=9632

19 years ago- Allocate memory for mdl's for paging io from stack instead of the non paged pool.
Hartmut Birr [Sun, 6 Jun 2004 08:36:31 +0000 (08:36 +0000)]
- Allocate memory for mdl's for paging io  from stack instead of the non paged pool.

svn path=/trunk/; revision=9631