reactos.git
19 years ago- NtQuerySection should check for SECTION_QUERY access right and not SECTION_MAP_READ.
Filip Navara [Fri, 20 Aug 2004 21:23:49 +0000 (21:23 +0000)]
- NtQuerySection should check for SECTION_QUERY access right and not SECTION_MAP_READ.
- Fix prototype of NtExtendSection.

svn path=/trunk/; revision=10620

19 years agoRemoved ASSERT_KM macro. It's not used any longer.
Art Yerkes [Fri, 20 Aug 2004 16:26:10 +0000 (16:26 +0000)]
Removed ASSERT_KM macro.  It's not used any longer.

svn path=/trunk/; revision=10619

19 years agoFix few compiler/linker warnings.
Filip Navara [Fri, 20 Aug 2004 15:19:38 +0000 (15:19 +0000)]
Fix few compiler/linker warnings.

svn path=/trunk/; revision=10618

19 years ago- Provide better PCI device descriptions.
Eric Kohl [Fri, 20 Aug 2004 13:33:51 +0000 (13:33 +0000)]
- Provide better PCI device descriptions.
- Use public macros to analyze the PCI configuration space.

svn path=/trunk/; revision=10617

19 years agoDefine more PCI device subclasses.
Eric Kohl [Fri, 20 Aug 2004 13:29:14 +0000 (13:29 +0000)]
Define more PCI device subclasses.

svn path=/trunk/; revision=10616

19 years agofix
Magnus Olsen [Fri, 20 Aug 2004 09:44:20 +0000 (09:44 +0000)]
fix
gcc 3.3.x stop comiling and give a error msg
network/icmp.c: In function `SendICMPComplete':
network/icmp.c:28: warning: unused variable `IPPacket'
make[1]: *** [network/icmp.o] Error 1
make: *** [tcpip] Error 2

svn path=/trunk/; revision=10615

19 years agoDon't export all make variables by default
Gé van Geldorp [Fri, 20 Aug 2004 07:02:09 +0000 (07:02 +0000)]
Don't export all make variables by default
Based on work by Hartmut Birr

svn path=/trunk/; revision=10614

19 years agoOlder binutils don't like the -noname attribute
Gé van Geldorp [Fri, 20 Aug 2004 06:58:58 +0000 (06:58 +0000)]
Older binutils don't like the -noname attribute
on forwarded exports

svn path=/trunk/; revision=10613

19 years agoFix compiler warnings.
Filip Navara [Fri, 20 Aug 2004 00:57:55 +0000 (00:57 +0000)]
Fix compiler warnings.

svn path=/trunk/; revision=10612

19 years agoRemove definitions already present in W32API.
Filip Navara [Fri, 20 Aug 2004 00:57:42 +0000 (00:57 +0000)]
Remove definitions already present in W32API.

svn path=/trunk/; revision=10611

19 years agoFix syntax errors in .edf file.
Filip Navara [Fri, 20 Aug 2004 00:57:41 +0000 (00:57 +0000)]
Fix syntax errors in .edf file.

svn path=/trunk/; revision=10610

19 years ago2004-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 23:11:41 +0000 (23:11 +0000)]
2004-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: Fix ntoskrnl dependency problem.

svn path=/trunk/; revision=10609

19 years ago- Changed the sequence of some memory initialisation functions.
Hartmut Birr [Thu, 19 Aug 2004 22:17:47 +0000 (22:17 +0000)]
- Changed the sequence of some memory initialisation functions.

svn path=/trunk/; revision=10608

19 years ago- Rewrote MmInitializePageList. It isn't necessary to setup the pde's
Hartmut Birr [Thu, 19 Aug 2004 22:14:31 +0000 (22:14 +0000)]
- Rewrote MmInitializePageList. It isn't necessary to setup the pde's
  for the largest memory configuration at boot time.
- Made the parts of the page directory map inaccessible from user mode
  which are setup at boot time.

svn path=/trunk/; revision=10607

19 years ago- Fixed a crash which occurs on thread switching if the pde's for the new
Hartmut Birr [Thu, 19 Aug 2004 21:56:17 +0000 (21:56 +0000)]
- Fixed a crash which occurs on thread switching if the pde's for the new
  process structure are not established within the address space of the old thread.

svn path=/trunk/; revision=10606

19 years agoMore notes on oskit. braindumping.
Art Yerkes [Thu, 19 Aug 2004 21:53:43 +0000 (21:53 +0000)]
More notes on oskit.  braindumping.

svn path=/trunk/; revision=10605

19 years ago- Set the pde's for the kernel stack at thread creation time and not at any task...
Hartmut Birr [Thu, 19 Aug 2004 21:51:06 +0000 (21:51 +0000)]
- Set the pde's for the kernel stack at thread creation time and not at any task switch.

svn path=/trunk/; revision=10604

19 years ago- Replaced MmUpdateStackPageDir by MmUpdatePageDir which can establish
Hartmut Birr [Thu, 19 Aug 2004 21:47:51 +0000 (21:47 +0000)]
- Replaced MmUpdateStackPageDir by MmUpdatePageDir which can establish
  the pde's of a process for any address range within the kernel address range.

svn path=/trunk/; revision=10603

19 years agoDefine PCI subclasses and macros.
Eric Kohl [Thu, 19 Aug 2004 21:42:44 +0000 (21:42 +0000)]
Define PCI subclasses and macros.

svn path=/trunk/; revision=10602

19 years agooskittcp: new import. less diff output versus pure sources.
Art Yerkes [Thu, 19 Aug 2004 21:39:00 +0000 (21:39 +0000)]
oskittcp: new import.  less diff output versus pure sources.
no deleted code this time around.  all properly ifdef'd
more use of bsd style adapter structs and adapter queries with provided
support by tcpip.sys.
correct prototypes
some diff output is reformatting

tcpip: some bug fixes, -Wall -Werror on, all prototypes in
remove the need for MaxLLHeaderSize anywhere except lan.c
unify meaning of Header and Data members of IP_PACKET
unify PCHAR types in routines.c
move one more address into the struct, eliminating management and extra
poll alloc in NCE
eliminate wrong use of PIP_INTERFACE as NTE pointer in dispatch functions
other fixes

svn path=/trunk/; revision=10601

19 years ago- Move out LPCGUID from scsiwmi.h to basetyps.h where it belongs.
Filip Navara [Thu, 19 Aug 2004 18:16:39 +0000 (18:16 +0000)]
- Move out LPCGUID from scsiwmi.h to basetyps.h where it belongs.
- Fix initguid.h to eliminate warnings when compiling C programs.

svn path=/trunk/; revision=10600

19 years agoRemove some unused headers or parts of headers.
Filip Navara [Thu, 19 Aug 2004 18:12:29 +0000 (18:12 +0000)]
Remove some unused headers or parts of headers.

svn path=/trunk/; revision=10599

19 years agoFix syntax error in .def file.
Filip Navara [Thu, 19 Aug 2004 18:08:47 +0000 (18:08 +0000)]
Fix syntax error in .def file.

svn path=/trunk/; revision=10598

19 years ago2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 00:48:18 +0000 (00:48 +0000)]
2004-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* regtests/shared/regtests.c: Mark test name with |.

svn path=/trunk/; revision=10597

19 years ago2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 00:39:59 +0000 (00:39 +0000)]
2004-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: Depend on roscfg.h.

svn path=/trunk/; revision=10596

19 years ago2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 00:35:15 +0000 (00:35 +0000)]
2004-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/regtests2xml: New directory.
* tools/regtests2xml/.cvsignore: New file.
* tools/regtests2xml/Makefile: Ditto.
* tools/regtests2xml/regtests2xml.c: Ditto.

svn path=/trunk/; revision=10595

19 years agoReport the correct resource flags.
Eric Kohl [Wed, 18 Aug 2004 22:11:15 +0000 (22:11 +0000)]
Report the correct resource flags.

svn path=/trunk/; revision=10594

19 years agoUpdate resource-related defines.
Eric Kohl [Wed, 18 Aug 2004 22:06:55 +0000 (22:06 +0000)]
Update resource-related defines.

svn path=/trunk/; revision=10593

19 years agoReplace 0x7ffeffff by MmHighestUserAddress.
Filip Navara [Wed, 18 Aug 2004 20:41:03 +0000 (20:41 +0000)]
Replace 0x7ffeffff by MmHighestUserAddress.

svn path=/trunk/; revision=10592

19 years agoUpdate to FreeType 2.1.9
Gé van Geldorp [Wed, 18 Aug 2004 20:25:11 +0000 (20:25 +0000)]
Update to FreeType 2.1.9

svn path=/trunk/; revision=10591

19 years ago- Copy over device object SectorSize and AlignmentRequirement in IoAttachDeviceToDevi...
Filip Navara [Wed, 18 Aug 2004 15:09:02 +0000 (15:09 +0000)]
- Copy over device object SectorSize and AlignmentRequirement in IoAttachDeviceToDeviceStack.

svn path=/trunk/; revision=10590

19 years agoDon't retrieve a resource list when a device gets started, use the device nodes resou...
Eric Kohl [Wed, 18 Aug 2004 08:33:25 +0000 (08:33 +0000)]
Don't retrieve a resource list when a device gets started, use the device nodes resource list.

svn path=/trunk/; revision=10589

19 years agoFix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_RESOURCE_REQUIREMENTS.
Eric Kohl [Wed, 18 Aug 2004 08:25:58 +0000 (08:25 +0000)]
Fix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_RESOURCE_REQUIREMENTS.

svn path=/trunk/; revision=10588

19 years ago- Fix FsRtlDoesNameContainWildCards loop to take into account the first and lst lette...
Filip Navara [Wed, 18 Aug 2004 02:32:00 +0000 (02:32 +0000)]
- Fix FsRtlDoesNameContainWildCards loop to take into account the first and lst letter of the expression.
- Dumb implementation of FsRtlIsNameInExpression.

svn path=/trunk/; revision=10587

19 years ago- Move SectionPageProtection checks from helper routines to NtCreateSection.
Filip Navara [Wed, 18 Aug 2004 02:29:37 +0000 (02:29 +0000)]
- Move SectionPageProtection checks from helper routines to NtCreateSection.
- Remove dependency on ReactOS specific FO_FCB_IS_VALID magic and don't access FCB directly, use NtQueryInformationFile instead.
- Fix deleting of section if an early failure during section creation happens and not all structures are initialized yet.

svn path=/trunk/; revision=10586

19 years ago- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeAssociatedIrp. The caller is...
Filip Navara [Wed, 18 Aug 2004 02:24:02 +0000 (02:24 +0000)]
- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeAssociatedIrp. The caller is responsible for doing it.
- Don't unlock MDLs of associated Irps.

svn path=/trunk/; revision=10585

19 years ago- Set StackPtr->Parameters.Read.Length in IoPageRead.
Filip Navara [Wed, 18 Aug 2004 02:21:53 +0000 (02:21 +0000)]
- Set StackPtr->Parameters.Read.Length in IoPageRead.
- Set StackPtr->Parameters.Write.Length in Io[Synchronous]PageWrite.

svn path=/trunk/; revision=10584

19 years agoPrint in the debug traces if a partition is recognized or not.
Filip Navara [Wed, 18 Aug 2004 02:20:00 +0000 (02:20 +0000)]
Print in the debug traces if a partition is recognized or not.

svn path=/trunk/; revision=10583

19 years agoLink to our SDK libraries instead of using the W32API ones.
Filip Navara [Wed, 18 Aug 2004 02:16:00 +0000 (02:16 +0000)]
Link to our SDK libraries instead of using the W32API ones.

svn path=/trunk/; revision=10582

19 years agoFix declaration of FILE_DISPOSITION_INFORMATION.
Filip Navara [Wed, 18 Aug 2004 02:13:27 +0000 (02:13 +0000)]
Fix declaration of FILE_DISPOSITION_INFORMATION.

svn path=/trunk/; revision=10581

19 years agoremove debug output
Thomas Bluemel [Tue, 17 Aug 2004 21:52:17 +0000 (21:52 +0000)]
remove debug output

svn path=/trunk/; revision=10580

19 years agoload the wallpaper on startup and set it
Thomas Bluemel [Tue, 17 Aug 2004 21:49:51 +0000 (21:49 +0000)]
load the wallpaper on startup and set it

svn path=/trunk/; revision=10579

19 years agoadded very basic support for desktop wallpapers
Thomas Bluemel [Tue, 17 Aug 2004 21:47:36 +0000 (21:47 +0000)]
added very basic support for desktop wallpapers

svn path=/trunk/; revision=10578

19 years agouse WM_NOTIFY messages to communicate with the desktop window thread as they can...
Thomas Bluemel [Tue, 17 Aug 2004 14:57:52 +0000 (14:57 +0000)]
use WM_NOTIFY messages to communicate with the desktop window thread as they can't be sent from processes other than csrss

svn path=/trunk/; revision=10577

19 years ago2004-08-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Tue, 17 Aug 2004 13:53:05 +0000 (13:53 +0000)]
2004-08-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/depend.mk: Don't generate dependencies for implib target.

svn path=/trunk/; revision=10576

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Mon, 16 Aug 2004 22:31:05 +0000 (22:31 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: Correct dependencies.
* tools/Makefile: Silence some annoying messages.
* tools/config.mk: Ditto.
* rules.mak (MINIMALDEPENDENCIES): New option; minimal dependencies
(yes/no). If yes, then components do not depend on all import libraries.
If no, then they do. Defaults to yes.

svn path=/trunk/; revision=10575

19 years agoAvoid collision with MinGW wctype_t
Gé van Geldorp [Mon, 16 Aug 2004 20:02:23 +0000 (20:02 +0000)]
Avoid collision with MinGW wctype_t

svn path=/trunk/; revision=10574

19 years agodisplay version information in about dialog and on the desktop
Martin Fuchs [Mon, 16 Aug 2004 18:49:58 +0000 (18:49 +0000)]
display version information in about dialog and on the desktop

svn path=/trunk/; revision=10572

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Mon, 16 Aug 2004 17:28:46 +0000 (17:28 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/user32/include/debug.h (ASSERT): Don't call KeBugCheck.
* lib/user32/misc/dllmain.c (KeBugCheck): Remove declaration.

svn path=/trunk/; revision=10571

19 years agoImplement:
Eric Kohl [Mon, 16 Aug 2004 09:13:00 +0000 (09:13 +0000)]
Implement:
  - IRP_MN_READ_CONFIG
  - IRP_MN_WRITE_CONFIG
  - IRP_MN_QUERY_RESOURCES
  - IRP_MN_QUREY_DEVICE_TEXT

Implement (disabled):
  - IRP_MN_QUERY_ID.BusQueryInstanceID

svn path=/trunk/; revision=10570

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 23:41:26 +0000 (23:41 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/net/tcpip/include/.cvsignore: New file.
* drivers/net/tcpip/include/precomp.h: New file.
* drivers/net/tcpip/Makefile (TARGET_PCH): Set to include/precomp.h.
* drivers/net/tcpip/tests/Makefile (TARGET_PCH): Reset.
* drivers/net/tcpip/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10569

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 23:12:33 +0000 (23:12 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/net/ndis/include/.cvsignore: New file.
* drivers/net/ndis/.cvsignore: Add *.d.
* drivers/net/ndis/Makefile (TARGET_PCH): Set to include/ndissys.h.
* drivers/net/ndis/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10568

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:51:57 +0000 (22:51 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/net/afd/include/.cvsignore: New file.
* drivers/net/afd/include/tdiconn.h: Don't include <afd.h>.
* drivers/net/afd/.cvsignore: Add *.d.
* drivers/net/afd/makefile (TARGET_PCH): Set to include/afd.h.

svn path=/trunk/; revision=10567

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:40:34 +0000 (22:40 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* subsys/system/taskmgr/.cvsignore: Add *.gch.
* subsys/system/taskmgr/precomp.h: New file.
* subsys/system/taskmgr/makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/taskmgr/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10566

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:29:50 +0000 (22:29 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* subsys/system/usetup/.cvsignore: Add *.gch.
* subsys/system/usetup/precomp.h: New file.
* subsys/system/usetup/makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/usetup/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10565

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:15:23 +0000 (22:15 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* subsys/system/cmd/.cvsignore: Add *.gch.
* subsys/system/cmd/precomp.h: New file.
* subsys/system/cmd/Makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/cmd/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10564

19 years agoSimplify precomp.h.
Casper Hornstrup [Sun, 15 Aug 2004 21:39:59 +0000 (21:39 +0000)]
Simplify precomp.h.

svn path=/trunk/; revision=10563

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 21:36:30 +0000 (21:36 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/user32/include/.cvsignore: New file.
* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
* lib/user32/*/*.c: Use pre-compiled header.
* include/wine/debug.h (FIXME): Override previous declaration is needed.

svn path=/trunk/; revision=10562

19 years agoHandle shell link files contained in double quotes
Gé van Geldorp [Sun, 15 Aug 2004 21:01:14 +0000 (21:01 +0000)]
Handle shell link files contained in double quotes

svn path=/trunk/; revision=10561

19 years agoadded missing file
Thomas Bluemel [Sun, 15 Aug 2004 20:24:43 +0000 (20:24 +0000)]
added missing file

svn path=/trunk/; revision=10560

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 19:02:40 +0000 (19:02 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/userenv/.cvsignore: Add *.gch.
* lib/userenv/makefile (TARGET_PCH): Set to precomp.h.
* lib/userenv/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10559

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:53:07 +0000 (18:53 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/ws2_32/include/.cvsignore: New file.
* lib/ws2_32/makefile (TARGET_PCH): Set to include/ws2_32.h.
* lib/ws2_32/include/[catalog.h, handle.h]: Don't include ws2_32.h.

svn path=/trunk/; revision=10558

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:42:57 +0000 (18:42 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/gdi32/include/.cvsignore: New file.
* lib/gdi32/.cvsignore: Remove *.gch.

svn path=/trunk/; revision=10557

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:40:07 +0000 (18:40 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/gdi32/.cvsignore: Ignore *.gch.
* lib/gdi32/include/precomp.h: New file.
* lib/gdi32/Makefile (TARGET_PCH): Set to include/precomp.h.
* lib/gdi32/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10556

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:16:39 +0000 (18:16 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/msvcrt/.cvsignore: Ignore *.gch.
* lib/msvcrt/precomp.h: New file.
* lib/msvcrt/Makefile (TARGET_PCH): Set to precomp.h.
* lib/msvcrt/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10555

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 17:34:28 +0000 (17:34 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/crtdll/.cvsignore: Ignore *.gch.
* lib/crtdll/precomp.h: New file.
* lib/crtdll/Makefile (TARGET_PCH): Set to precomp.h.
* lib/crtdll/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10554

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 17:03:15 +0000 (17:03 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/advapi32/.cvsignore: Ignore *.gch.
* lib/advapi32/advapi32.h: New file.
* lib/advapi32/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10553

19 years agoMore info about naming.
Art Yerkes [Sun, 15 Aug 2004 16:52:13 +0000 (16:52 +0000)]
More info about naming.

svn path=/trunk/; revision=10552

19 years agoimproved network control panel
Gero Kuehn [Sun, 15 Aug 2004 16:50:30 +0000 (16:50 +0000)]
improved network control panel
more registry keys for the network configuration
preliminary TCPIP property sheet

svn path=/trunk/; revision=10551

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 16:39:12 +0000 (16:39 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* ntoskrnl/include/.cvsignore: New file.
* ntoskrnl/include/ntoskrnl.h: Ditto.
* ntoskrnl/*/*.c: Use pre-compiled header.
* ntoskrnl/Makefile: Support pre-compiled header.
* tools/helper.mk: .pch files are now .gch files.

svn path=/trunk/; revision=10550

19 years ago- Revert to old dependency system.
Filip Navara [Sun, 15 Aug 2004 01:44:31 +0000 (01:44 +0000)]
- Revert to old dependency system.

svn path=/trunk/; revision=10549

19 years ago- Revert to old dependency system.
Filip Navara [Sun, 15 Aug 2004 01:23:19 +0000 (01:23 +0000)]
- Revert to old dependency system.

svn path=/trunk/; revision=10548

19 years ago- Minor correction to shut up compiler warning.
Filip Navara [Sun, 15 Aug 2004 00:51:51 +0000 (00:51 +0000)]
- Minor correction to shut up compiler warning.

svn path=/trunk/; revision=10547

19 years ago- Don't append to existing files.
Filip Navara [Sun, 15 Aug 2004 00:51:01 +0000 (00:51 +0000)]
- Don't append to existing files.

svn path=/trunk/; revision=10546

19 years agoTry to retrieve the resource list before starting a pnp device.
Eric Kohl [Sat, 14 Aug 2004 22:47:08 +0000 (22:47 +0000)]
Try to retrieve the resource list before starting a pnp device.

svn path=/trunk/; revision=10545

19 years agoAvoid crash
Gé van Geldorp [Sat, 14 Aug 2004 22:36:38 +0000 (22:36 +0000)]
Avoid crash

svn path=/trunk/; revision=10544

19 years agoSync to Wine-20040813: update status
Gé van Geldorp [Sat, 14 Aug 2004 21:02:42 +0000 (21:02 +0000)]
Sync to Wine-20040813: update status

svn path=/trunk/; revision=10543

19 years ago- Fix dependency tracking for relative paths.
Filip Navara [Sat, 14 Aug 2004 20:51:46 +0000 (20:51 +0000)]
- Fix dependency tracking for relative paths.

svn path=/trunk/; revision=10542

19 years agoGet it building. Linking is next
Steven Edwards [Sat, 14 Aug 2004 20:43:40 +0000 (20:43 +0000)]
Get it building. Linking is next

svn path=/trunk/; revision=10541

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 20:36:35 +0000 (20:36 +0000)]
Sync to Wine-20040813:
Alexandre Julliard
- Avoid some non-portable makefile constructs, and get rid of the
  ALTNAMES variable.
Robert Reif <reif@earthlink.net>
- Change MIXER_GetDev to take pointer to returned address pointer and
  return one of 3 possible return values rather than an address or
  NULL.
- Adds *GetDevCapsW bad pointer check.
- Adds waveOutGetDevCapsW test.
Filip Navara <xnavara@volny.cz>
- Implementation of mmTaskCreate. Based on patch by Eric Pouech.
- Fallback implementation in waveOut[Un]PrepareHeader.
Marcelo Duarte <wine-devel@bol.com.br>
- Localization of devenum to Portuguese and minor corrections.

svn path=/trunk/; revision=10539

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 20:24:42 +0000 (20:24 +0000)]
Sync to Wine-20040813:
Ivan Leo Puoti <puoti@inwind.it>
- Added Italian resources.
Marcelo Duarte <wine-devel@bol.com.br>
- Update localization for Portuguese language.
Alexandre Julliard
- Get rid of the non-standard ICOM_VTABLE macro.
- Get rid of the non-standard ICOM_VFIELD macro.
- Fixed flags handling in StrIsIntlEqualA/W (spotted by James Hawkins).
Jacek Caban <jack@itma.pwr.wroc.pl>
- Implemented IsOS function.
Francois Gouget <fgouget@free.fr>
- Modify widl to put the C COM macros inside an #ifdef COBJMACROS block
  as is done in the Windows headers.
- Add #define COBJMACROS where needed in Wine.
- Fixes the compilation of the oleaut32/tests/olefont.c and
  urlmon/tests/url.c conformance tests with the Windows headers.
Stefan Leichter <Stefan.Leichter@camLine.com>
- Forward shlwapi.459/460 (SHExpandEnvironmentStringsA/W) to
  kernel32.ExpandEnvironmentStringsA/W.

svn path=/trunk/; revision=10538

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 20:09:12 +0000 (20:09 +0000)]
Sync to Wine-20040813:
Alexandre Julliard
- Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
  that use it.
- Get rid of the non-standard ICOM_VTABLE macro.
- Get rid of the non-standard ICOM_VFIELD macro.

svn path=/trunk/; revision=10537

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 20:05:16 +0000 (20:05 +0000)]
Sync to Wine-20040813:
Mike McCormack <mike@codeweavers.com>
- Remove dead code.
Jacek Caban<jack@itma.pwr.wroc.pl>
- Added EM_SCROLLCARET definition in include/richedit.h and handling in
  WindowProc.

svn path=/trunk/; revision=10536

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 20:00:59 +0000 (20:00 +0000)]
Sync to Wine-20040813:
Alexandre Julliard
- Avoid some non-portable makefile constructs, and get rid of the
  ALTNAMES variable.
- Get rid of the non-standard ICOM_VTABLE macro.
- Get rid of the non-standard ICOM_VFIELD macro.
- Get rid of the non-standard ICOM_DEFINE macro.
- Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
  that use it.
Mike McCormack <mike@codeweavers.com>
- Added a test for stat'ing a memory based storage file.
- stat on memory storage should return a NULL name, not "".
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
- Modify widl to put the C COM macros inside an #ifdef COBJMACROS block
  as is done in the Windows headers.
- Add #define COBJMACROS where needed in Wine.
- Fixes the compilation of the oleaut32/tests/olefont.c and
  urlmon/tests/url.c conformance tests with the Windows headers.
Mike Hearn <mh@codeweavers.com>
- Implement disconnect for proxies so that stubs are properly
  destroyed.
- Disconnect proxies at COM shutdown to release the corresponding
  stubs.
- Don't marshal IClassFactory into the local server pipe until we have
  connected, otherwise we might end up with stubs that are never used.
- Pass -Embedding switch to EXE servers, more tracing.
- Fix misleading warning ole CoGetClassObject.
- Fix ref counting in StdMarshalImpl_MarshalInterface for case where the
  stub already exists.
- Implement StdMarshal::ReleaseMarshalData.
- Fix infinite loops by checking the return value of _invoke_onereq and
  bailing appropriately.
- Add a comment on the SendReceive behaviour. Improve two others.
- Unref stub after invoking on it.
Robert Shearman <rob@codeweavers.com>
- Remove unneeded STUBMGR_Start call.
- Cleanup compobj_private.h.
- Fix some inaccuracies in a comment and reformat.
- Add static to non-exported marshal functions.
- Remove unused marshal functions.
- Rename several RPC functions.
- Emit fixme for known local wrong behaviour.
- Implement StdMarshal::ReleaseMarshalData.
- Document wrong behaviour for IRunningObjectTable.
- Fix infinite loops by checking the return value of _invoke_onereq and
  bailing appropriately.
- Add a comment on the SendReceive behaviour. Improve two others.
- Set RPC data representation.
Jeroen Janssen <japj@xs4all.nl>
- Updated some MSDN links in the code.

svn path=/trunk/; revision=10535

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 19:25:03 +0000 (19:25 +0000)]
Sync to Wine-20040813:
Ivan Leo Puoti <puoti@inwind.it>
- Added Italian resources.
Marcelo Duarte <wine-devel@bol.com.br>
- Update localization for Portuguese language.

svn path=/trunk/; revision=10534

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 19:21:01 +0000 (19:21 +0000)]
Sync to Wine-20040813:
Alexandre Julliard
- Avoid some non-portable makefile constructs, and get rid of the
  ALTNAMES variable.
- Get rid of the non-standard ICOM_VTABLE macro.
Henning Gerhardt <henning.gerhardt@web.de>
- Minor fixes and updates to the German resource files.
Jacek Caban <jack@itma.pwr.wroc.pl>
- Translation update.
Mike McCormack <mike@codeweavers.com>
- Unicode file dialogs send and receive unicode messages.
Jacek Caban <jack@itma.pwr.wroc.pl>
- Fix a bug in passing parameters to CFn_WMInitDialog and CFn_WMCommand
  in FormatCharDlgProcW.
James Hawkins <truiken@gmail.com>
- Cleanup A->W cross calls.
- Better fix for collate icon behavior.

svn path=/trunk/; revision=10533

19 years agoSync to Wine-20040813:
Gé van Geldorp [Sat, 14 Aug 2004 19:12:35 +0000 (19:12 +0000)]
Sync to Wine-20040813:
Jon Griffiths <jon_p_griffiths@yahoo.com>
- Make pattern brush data const.
Mike McCormack <mike@codeweavers.com>
- Prevent listview from crashing when a null sort function is passed to
  LVM_SORTITEMS.
Filip Navara <xnavara@volny.cz>
- Don't update infoPtr->dwStyle in LISTVIEW_WindowProc. It's already
  handled in LISTVIEW_StyleChanged and LISTVIEW_Create processing.
- Ignore WS_VSCROLL/WS_HSCROLL flags in infoPtr->dwStyle because they're
  not always up-to-date.
- Use correct dialog title for Wizard 97 and correctly display header
  bitmap for old-style Wizard 97.
- Fix TOOLBAR_DrawMasked to correctly use image list mask.
Eric Kohl <eric.kohl@t-online.de>
- Move watermark and header bitmap loading code from
  PROPSHEET_CreatePage into its own function PROPSHEET_LoadWizardBitmaps
  and call this function from property sheet's dialog procedure.
Thomas Weidenmueller <w3seek@reactos.com>
- Correct tooltips behavior.

svn path=/trunk/; revision=10532

19 years agoUpdate the README.WINE. It now contains a list of almost
Steven Edwards [Sat, 14 Aug 2004 16:00:23 +0000 (16:00 +0000)]
Update the README.WINE. It now contains a list of almost
everything we share with Wine. Needs updates and
corrections.

svn path=/trunk/; revision=10531

19 years ago- Fixed the definition of X86_CR4_PGE.
Hartmut Birr [Sat, 14 Aug 2004 15:17:09 +0000 (15:17 +0000)]
- Fixed the definition of X86_CR4_PGE.

svn path=/trunk/; revision=10530

19 years agoa few fixes.
Thomas Bluemel [Sat, 14 Aug 2004 11:50:25 +0000 (11:50 +0000)]
a few fixes.
I'm not going to continue working on this due to a lack of knowledge of the security api, so someone else who knows a bit more about them should step in...

svn path=/trunk/; revision=10529

19 years agoimplemented GI_EnableMouseTracking()
Thomas Bluemel [Sat, 14 Aug 2004 10:47:19 +0000 (10:47 +0000)]
implemented GI_EnableMouseTracking()

svn path=/trunk/; revision=10528

19 years ago- Remove the now unused .edf file.
Filip Navara [Sat, 14 Aug 2004 10:23:11 +0000 (10:23 +0000)]
- Remove the now unused .edf file.

svn path=/trunk/; revision=10527

19 years ago- Forward everything everything we can to MSVCRT and WS2_32.
Filip Navara [Sat, 14 Aug 2004 10:22:10 +0000 (10:22 +0000)]
- Forward everything everything we can to MSVCRT and WS2_32.

svn path=/trunk/; revision=10526

19 years ago- Enabled global pages if it is possible.
Hartmut Birr [Sat, 14 Aug 2004 09:17:05 +0000 (09:17 +0000)]
- Enabled global pages if it is possible.
- Put the kernel map onto a fixed location and establish a page table
  for the first 4MB in the very early boot process.
- Disable the mapping for the page table pages within the bss section.

svn path=/trunk/; revision=10525

19 years ago- Implementation of GI_message_box.
Filip Navara [Sat, 14 Aug 2004 07:15:05 +0000 (07:15 +0000)]
- Implementation of GI_message_box.

svn path=/trunk/; revision=10524

19 years agofixed a few parameters
Thomas Bluemel [Sat, 14 Aug 2004 01:03:38 +0000 (01:03 +0000)]
fixed a few parameters

svn path=/trunk/; revision=10523

19 years agoconvert license to LGPL
Thomas Bluemel [Sat, 14 Aug 2004 00:50:27 +0000 (00:50 +0000)]
convert license to LGPL

svn path=/trunk/; revision=10522

19 years ago*CORRECT* version of Defintion file.
Alex Ionescu [Sat, 14 Aug 2004 00:47:33 +0000 (00:47 +0000)]
*CORRECT* version of Defintion file.

svn path=/trunk/; revision=10521

19 years agoimplementation of __libc_init_memory()
Thomas Bluemel [Sat, 14 Aug 2004 00:39:19 +0000 (00:39 +0000)]
implementation of __libc_init_memory()

svn path=/trunk/; revision=10520

19 years agoRemoved duplicate entries.
Alex Ionescu [Sat, 14 Aug 2004 00:35:09 +0000 (00:35 +0000)]
Removed duplicate entries.

svn path=/trunk/; revision=10519