reactos.git
19 years agoHandle matching of "f0_*.*" expression to "f0_000" file name in FsRtlIsNameInExpressi...
Filip Navara [Sat, 4 Sep 2004 15:02:00 +0000 (15:02 +0000)]
Handle matching of "f0_*.*" expression to "f0_000" file name in FsRtlIsNameInExpression and add relevant regression test.

svn path=/trunk/; revision=10783

19 years agofix compings warings
Magnus Olsen [Sat, 4 Sep 2004 10:51:20 +0000 (10:51 +0000)]
fix compings warings

not all waring have been fix

svn path=/trunk/; revision=10782

19 years agoAdded check for socklen_t
Steven Edwards [Fri, 3 Sep 2004 21:34:48 +0000 (21:34 +0000)]
Added check for socklen_t

svn path=/trunk/; revision=10781

19 years agofix compings warings
Magnus Olsen [Fri, 3 Sep 2004 17:47:29 +0000 (17:47 +0000)]
fix compings warings

src/types.c: In function `pap_qstring':
src/types.c:99: warning: passing arg 2 of `adns__alloc_interim' as unsigned due to prototype
src/types.c:103: warning: passing arg 3 of `memcpy' as unsigned due to prototype
src/types.c: In function `pap_domain':
src/types.c:352: warning: passing arg 2 of `adns__alloc_interim' as unsigned due to prototype
src/types.c:356: warning: passing arg 3 of `memcpy' as unsigned due to prototype
src/types.c: In function `pap_findaddrs':
src/types.c:422: warning: passing arg 2 of `adns__vbuf_ensure' as signed due to prototype
src/types.c: In function `csp_hostaddr':
src/types.c:573: warning: passing arg 3 of `csp_qstring' as signed due to prototype
src/types.c: In function `icb_ptr':
src/types.c:705: warning: passing arg 3 of `memcmp' as unsigned due to prototype
src/types.c: In function `pa_ptr':
src/types.c:747: warning: passing arg 3 of `memcpy' as unsigned due to prototype
src/types.c:755: warning: passing arg 3 of `memcmp' as unsigned due to prototype
src/types.c:765: warning: passing arg 1 of `htonl' as unsigned due to prototype
src/types.c: In function `pap_mailbox822':
src/types.c:880: warning: passing arg 2 of `adns__alloc_interim' as unsigned due to prototype
src/types.c:881: warning: passing arg 3 of `memcpy' as unsigned due to prototype

svn path=/trunk/; revision=10780

19 years agocompings warings. and some did have wrong protypes.
Magnus Olsen [Fri, 3 Sep 2004 16:49:18 +0000 (16:49 +0000)]
compings warings. and some did have wrong protypes.

0. fix warning: passing arg 1 of `send' as unsigned due to prototype
1. fix warning: passing arg 3 of `memcpy' as unsigned due to prototype
2. fix warning: passing arg 3 of `send' as signed due to prototype
3. fix warning: unused variable `bytes_written'
4. fix warning: dereferencing type-punned
    pointer will break strict-aliasing rules

5. fix warning: dereferencing type-punned
   pointer will break strict-aliasing rules

svn path=/trunk/; revision=10779

19 years ago- Disable debugging messages.
Filip Navara [Fri, 3 Sep 2004 04:44:45 +0000 (04:44 +0000)]
- Disable debugging messages.

svn path=/trunk/; revision=10778

19 years ago- Revert the I/O port change from my previous patch. I didn't notice we're doing...
Filip Navara [Fri, 3 Sep 2004 04:19:12 +0000 (04:19 +0000)]
- Revert the I/O port change from my previous patch. I didn't notice we're doing "+ 2" there.

svn path=/trunk/; revision=10777

19 years agoIssue soft reset command for identification and not ATAPI reset command which works...
Filip Navara [Fri, 3 Sep 2004 02:55:50 +0000 (02:55 +0000)]
Issue soft reset command for identification and not ATAPI reset command which works only for packet based devices like CD-ROM drives and it's use on ATA devices is prohibited by the standard. If an ATAPI device is detected then and only then issue the ATAPI reset command. Also fix the addresses in AtapiClaimHwResources. This might fix bug #406.

svn path=/trunk/; revision=10776

19 years agofix lite more waring when it compiling
Magnus Olsen [Fri, 3 Sep 2004 00:15:04 +0000 (00:15 +0000)]
fix lite more waring when it compiling

svn path=/trunk/; revision=10775

19 years agofix follow warings msg
Magnus Olsen [Thu, 2 Sep 2004 23:51:07 +0000 (23:51 +0000)]
fix follow warings msg
Warning: resolving  x by linking to
                DrvCopyContext@12
DrvCreateContext@4
DrvCreateLayerContext@8
DrvDeleteContext@4
DrvDescribeLayerPlane@20
DrvDescribePixelFormat@16
DrvGetLayerPaletteEntries@20
DrvGetProcAddress@4
DrvReleaseContext@4
DrvRealizeLayerPalette@12
DrvSetContext@12
DrvSetLayerPaletteEntries@20
DrvSetPixelFormat@8
DrvShareLists@8
DrvSwapBuffers@4
DrvSwapLayerBuffers@8
DrvValidateVersion@4

svn path=/trunk/; revision=10774

19 years agochange ccflags = -O march=i386 to march=i486
Magnus Olsen [Thu, 2 Sep 2004 19:49:44 +0000 (19:49 +0000)]
change ccflags = -O march=i386 to march=i486
All asm code are writen for i486. so why did we compile it for i386 when it does not work on i386.

svn path=/trunk/; revision=10773

19 years agoADNS lib afer eol conversion. Greatlord pointed out that the DOS eols
Art Yerkes [Thu, 2 Sep 2004 19:03:45 +0000 (19:03 +0000)]
ADNS lib afer eol conversion.  Greatlord pointed out that the DOS eols
checked in double when checked out in a certain way on windows.

svn path=/trunk/; revision=10772

19 years agoAdded python command app to oskit test.
Art Yerkes [Thu, 2 Sep 2004 02:33:11 +0000 (02:33 +0000)]
Added python command app to oskit test.

svn path=/trunk/; revision=10771

19 years agoActivate dnsapi and adns.
Art Yerkes [Wed, 1 Sep 2004 23:49:39 +0000 (23:49 +0000)]
Activate dnsapi and adns.

svn path=/trunk/; revision=10770

19 years ago- Disable debugging messages.
Filip Navara [Wed, 1 Sep 2004 20:41:07 +0000 (20:41 +0000)]
- Disable debugging messages.

svn path=/trunk/; revision=10768

19 years agoImplement WSHGetWildcardAddress
Art Yerkes [Wed, 1 Sep 2004 03:39:29 +0000 (03:39 +0000)]
Implement WSHGetWildcardAddress

svn path=/trunk/; revision=10766

19 years agoCorrected compile error due to different enum used in prototype.
Art Yerkes [Wed, 1 Sep 2004 02:33:50 +0000 (02:33 +0000)]
Corrected compile error due to different enum used in prototype.

svn path=/trunk/; revision=10765

19 years agoEXT2 should now be allowed in arcnames, etc.
Art Yerkes [Wed, 1 Sep 2004 00:37:29 +0000 (00:37 +0000)]
EXT2 should now be allowed in arcnames, etc.

svn path=/trunk/; revision=10764

19 years ago- Allow shared read access to the debug.log file.
Filip Navara [Wed, 1 Sep 2004 00:15:08 +0000 (00:15 +0000)]
- Allow shared read access to the debug.log file.

svn path=/trunk/; revision=10763

19 years ago- Don't use ULONG for storing pointers.
Filip Navara [Tue, 31 Aug 2004 23:53:40 +0000 (23:53 +0000)]
- Don't use ULONG for storing pointers.

svn path=/trunk/; revision=10762

19 years ago- Don't use ULONG for storing pointers.
Filip Navara [Tue, 31 Aug 2004 23:48:02 +0000 (23:48 +0000)]
- Don't use ULONG for storing pointers.

svn path=/trunk/; revision=10761

19 years ago- Return value of WM_GETTEXTLENGTH is in TCHARs, not in bytes, so there is
Gé van Geldorp [Tue, 31 Aug 2004 23:32:01 +0000 (23:32 +0000)]
- Return value of WM_GETTEXTLENGTH is in TCHARs, not in bytes, so there is
  no need to convert between Ansi and Unicode (number of characters remains
  the same)
- Allocate Ansi buffer for WM_GETTEXT since MultiByteToWideChar can't handle
  overlapping buffers

svn path=/trunk/; revision=10760

19 years ago- Removed the member OldProcess from the ETHREAD structure.
Hartmut Birr [Tue, 31 Aug 2004 20:17:18 +0000 (20:17 +0000)]
- Removed the member OldProcess from the ETHREAD structure.

svn path=/trunk/; revision=10759

19 years ago- Allow always shared read for a file which is opened for read only.
Hartmut Birr [Tue, 31 Aug 2004 20:07:06 +0000 (20:07 +0000)]
- Allow always shared read for a file which is opened for read only.

svn path=/trunk/; revision=10758

19 years ago- Store always offsets on cluster boundaries in FCB->LastOffset.
Hartmut Birr [Tue, 31 Aug 2004 20:02:24 +0000 (20:02 +0000)]
- Store always offsets on cluster boundaries in FCB->LastOffset.

svn path=/trunk/; revision=10757

19 years ago- Fix converting of UTF8 sequences in IntMultiByteToWideCharUTF8.
Filip Navara [Tue, 31 Aug 2004 19:54:14 +0000 (19:54 +0000)]
- Fix converting of UTF8 sequences in IntMultiByteToWideCharUTF8.

svn path=/trunk/; revision=10755

19 years ago- Restoring of character size in VBEResetHw. Patch by Herv� Poussineau.
Filip Navara [Tue, 31 Aug 2004 18:28:50 +0000 (18:28 +0000)]
- Restoring of character size in VBEResetHw. Patch by Herv� Poussineau.

svn path=/trunk/; revision=10754

19 years ago- Use FsRtl routines for wildcard handling.
Filip Navara [Tue, 31 Aug 2004 16:08:38 +0000 (16:08 +0000)]
- Use FsRtl routines for wildcard handling.

svn path=/trunk/; revision=10753

19 years ago- Fixed some wchar to char translations.
Hartmut Birr [Tue, 31 Aug 2004 14:40:50 +0000 (14:40 +0000)]
- Fixed some wchar to char translations.

svn path=/trunk/; revision=10751

19 years agoImplement IntWideCharToMultiByteUTF8 since it's needed for saving Explorer configurat...
Filip Navara [Tue, 31 Aug 2004 07:01:43 +0000 (07:01 +0000)]
Implement IntWideCharToMultiByteUTF8 since it's needed for saving Explorer configuration. (This change should be ported to the release branch.)

svn path=/trunk/; revision=10748

19 years ago- Revise order of PsInitializeThread to insert the thread to the lists after *all...
Filip Navara [Tue, 31 Aug 2004 06:08:38 +0000 (06:08 +0000)]
- Revise order of PsInitializeThread to insert the thread to the lists after *all* the fields are initialized and while holding the PiThreadListLock lock acquired.

svn path=/trunk/; revision=10747

19 years agoRemoved SeaShell from the tip.
Steven Edwards [Tue, 31 Aug 2004 02:38:41 +0000 (02:38 +0000)]
Removed SeaShell from the tip.
Its in the attic if anyone needs to look at it.

svn path=/trunk/; revision=10746

19 years ago- Add NET_NIC.inf and syssetup.inf files to bootcd.
Filip Navara [Mon, 30 Aug 2004 20:33:36 +0000 (20:33 +0000)]
- Add NET_NIC.inf and syssetup.inf files to bootcd.

svn path=/trunk/; revision=10745

19 years ago- Close the registry hive file object in CmiInitNonVolatileRegistryHive.
Filip Navara [Mon, 30 Aug 2004 19:28:59 +0000 (19:28 +0000)]
- Close the registry hive file object in CmiInitNonVolatileRegistryHive.

svn path=/trunk/; revision=10744

19 years agoSince system services are now provided by the client, we need the
Art Yerkes [Mon, 30 Aug 2004 18:12:30 +0000 (18:12 +0000)]
Since system services are now provided by the client, we need the
callback struct first.

svn path=/trunk/; revision=10743

19 years ago- Fixed some compiler warnings.
Eric Kohl [Mon, 30 Aug 2004 10:53:38 +0000 (10:53 +0000)]
- Fixed some compiler warnings.
- Detect and report PCI-BIOS.

svn path=/trunk/; revision=10742

19 years agofix tab order
Martin Fuchs [Mon, 30 Aug 2004 06:29:46 +0000 (06:29 +0000)]
fix tab order

svn path=/trunk/; revision=10741

19 years agoDisplay "ReactOS" instead of "Microsoft Windows NT" for the ROS builded version
Martin Fuchs [Mon, 30 Aug 2004 06:28:54 +0000 (06:28 +0000)]
Display "ReactOS" instead of "Microsoft Windows NT" for the ROS builded version

svn path=/trunk/; revision=10740

19 years ago.cvsignore added.
Emanuele Aliberti [Mon, 30 Aug 2004 05:40:13 +0000 (05:40 +0000)]
.cvsignore added.

svn path=/trunk/; revision=10739

19 years agoAdded Advpack to build process.
James Tabor [Mon, 30 Aug 2004 04:59:40 +0000 (04:59 +0000)]
Added Advpack to build process.

svn path=/trunk/; revision=10738

19 years agoFirst implementation of advpack.dll.
James Tabor [Mon, 30 Aug 2004 04:49:03 +0000 (04:49 +0000)]
First implementation of advpack.dll.

svn path=/trunk/; revision=10737

19 years agoTest app for oskittcp. Takes datagrams by UDP and send any replies to the
Art Yerkes [Mon, 30 Aug 2004 04:47:34 +0000 (04:47 +0000)]
Test app for oskittcp.  Takes datagrams by UDP and send any replies to the
last host/port that contacted it.  I intend to use it to finish isolating
bugs in the main body of tcpip.sys and oskittcp interface.

svn path=/trunk/; revision=10736

19 years agoAdded WintrustAddActionID stub.
Aleksey Bragin [Sun, 29 Aug 2004 20:47:18 +0000 (20:47 +0000)]
Added WintrustAddActionID stub.
Added CRYPT_REGISTER_ACTIONID struct
Added CRYPT_TRUST_REG_ENTRY struct.z ` By Semyon "Tappak" Novikov.

svn path=/trunk/; revision=10735

19 years agoOskit can now be linked from userland. This is part one of my plan.
Art Yerkes [Sun, 29 Aug 2004 20:04:42 +0000 (20:04 +0000)]
Oskit can now be linked from userland.  This is part one of my plan.
tcpip: provide malloc + free, sleep + wakeup functions
oskittcp: remove functions and headers that imply km and supply them from the
user.
tcp_usrreq: i was printing a possibly free mbuf here.

svn path=/trunk/; revision=10734

19 years agoThis patch adds actually informative messages about what went wrong loading
Art Yerkes [Sun, 29 Aug 2004 18:29:48 +0000 (18:29 +0000)]
This patch adds actually informative messages about what went wrong loading
the registry entries for NLS files, etc.

svn path=/trunk/; revision=10733

19 years agosilence debug messages
Thomas Bluemel [Sun, 29 Aug 2004 15:50:53 +0000 (15:50 +0000)]
silence debug messages

svn path=/trunk/; revision=10732

19 years agoimplemented SetProcessPriorityBoost() and GetProcessPriorityBoost() (only the kernel3...
Thomas Bluemel [Sun, 29 Aug 2004 14:46:02 +0000 (14:46 +0000)]
implemented SetProcessPriorityBoost() and GetProcessPriorityBoost() (only the kernel32 part)

svn path=/trunk/; revision=10731

19 years agomark GetSystemWindowsDirectory() as implemented as it does exactly the same as GetWin...
Thomas Bluemel [Sun, 29 Aug 2004 12:12:34 +0000 (12:12 +0000)]
mark GetSystemWindowsDirectory() as implemented as it does exactly the same as GetWindowsDirectory()

svn path=/trunk/; revision=10730

19 years ago- Use ULONG_PTR instead of ULONG for integer arithmetics on pointers.
Filip Navara [Sat, 28 Aug 2004 22:22:39 +0000 (22:22 +0000)]
- Use ULONG_PTR instead of ULONG for integer arithmetics on pointers.

svn path=/trunk/; revision=10729

19 years ago- Implement file sharing checks.
Filip Navara [Sat, 28 Aug 2004 22:19:12 +0000 (22:19 +0000)]
- Implement file sharing checks.

svn path=/trunk/; revision=10728

19 years ago- Mapping zero-sized files is prohibited.
Filip Navara [Sat, 28 Aug 2004 22:18:24 +0000 (22:18 +0000)]
- Mapping zero-sized files is prohibited.

svn path=/trunk/; revision=10727

19 years ago- Simplify CreateFileMapping[AW].
Filip Navara [Sat, 28 Aug 2004 22:16:27 +0000 (22:16 +0000)]
- Simplify CreateFileMapping[AW].
- Fix return value of GlobalReAlloc and GlobalUnlock.

svn path=/trunk/; revision=10726

19 years ago- RtlReAllocateHeap shouldn't allocate memory if ptr == NULL.
Filip Navara [Sat, 28 Aug 2004 22:14:08 +0000 (22:14 +0000)]
- RtlReAllocateHeap shouldn't allocate memory if ptr == NULL.

svn path=/trunk/; revision=10725

19 years ago- Change GlobalDiscard and LocalDiscard to macros.
Filip Navara [Sat, 28 Aug 2004 22:09:53 +0000 (22:09 +0000)]
- Change GlobalDiscard and LocalDiscard to macros.

svn path=/trunk/; revision=10724

19 years ago- Simplified version of _lcreat.
Filip Navara [Sat, 28 Aug 2004 22:08:54 +0000 (22:08 +0000)]
- Simplified version of _lcreat.

svn path=/trunk/; revision=10723

19 years ago- Fix handling of INVALID_HANDLE_VALUE case in FindNextFile.
Filip Navara [Sat, 28 Aug 2004 22:07:51 +0000 (22:07 +0000)]
- Fix handling of INVALID_HANDLE_VALUE case in FindNextFile.

svn path=/trunk/; revision=10722

19 years ago- Remove invalid code from CreateToolhelp32Snapshot.
Filip Navara [Sat, 28 Aug 2004 22:06:02 +0000 (22:06 +0000)]
- Remove invalid code from CreateToolhelp32Snapshot.

svn path=/trunk/; revision=10721

19 years agoPrevent crash when a thread is terminated while sending a cross-thread
Gé van Geldorp [Sat, 28 Aug 2004 15:01:46 +0000 (15:01 +0000)]
Prevent crash when a thread is terminated while sending a cross-thread
message

svn path=/trunk/; revision=10719

19 years agoUse '$Windows NT$' signature because setupapi doesn't accept '$ReactOS$' yet.
Eric Kohl [Sat, 28 Aug 2004 12:42:19 +0000 (12:42 +0000)]
Use '$Windows NT$' signature because setupapi doesn't accept '$ReactOS$' yet.

svn path=/trunk/; revision=10718

19 years ago- Add preliminary wizard page title and subtitle string resources.
Eric Kohl [Sat, 28 Aug 2004 11:08:50 +0000 (11:08 +0000)]
- Add preliminary wizard page title and subtitle string resources.
- Use setupapi functions to process syssetup.inf.

svn path=/trunk/; revision=10717

19 years agoRemove NASM_CMD definition since it is already correctly defined in the
Gé van Geldorp [Sat, 28 Aug 2004 07:27:22 +0000 (07:27 +0000)]
Remove NASM_CMD definition since it is already correctly defined in the
top level rules.mak

svn path=/trunk/; revision=10716

19 years agoCvs ingnore file added.
James Tabor [Fri, 27 Aug 2004 23:10:13 +0000 (23:10 +0000)]
Cvs ingnore file added.

svn path=/trunk/; revision=10715

19 years agoPort of Msiexec from Wine.
James Tabor [Fri, 27 Aug 2004 23:08:00 +0000 (23:08 +0000)]
Port of Msiexec from Wine.

svn path=/trunk/; revision=10714

19 years agoPort Wine Msiexec to ROS.
James Tabor [Fri, 27 Aug 2004 22:54:29 +0000 (22:54 +0000)]
Port Wine Msiexec to ROS.

svn path=/trunk/; revision=10713

19 years agoChange nasm to nasmw (to match what's used in the reactos module)
Gé van Geldorp [Fri, 27 Aug 2004 20:38:24 +0000 (20:38 +0000)]
Change nasm to nasmw (to match what's used in the reactos module)

svn path=/trunk/; revision=10712

19 years agoThis adds a rule which will trigger automatic conversion between msvc
Art Yerkes [Fri, 27 Aug 2004 18:24:28 +0000 (18:24 +0000)]
This adds a rule which will trigger automatic conversion between msvc
style and pseh syntactically.  Name any file that should be converted
as foo_msvc.c and put foo.o in TARGET_OBJECTS and the file will be
preprocessed.

I asked some opinions about the naming and everyone seems ok with it.

svn path=/trunk/; revision=10711

19 years agoWintrust lib stub (not imported from Wine). By Semyon "Tappak" Novikov.
Aleksey Bragin [Fri, 27 Aug 2004 12:10:27 +0000 (12:10 +0000)]
Wintrust lib stub (not imported from Wine). By Semyon "Tappak" Novikov.

svn path=/trunk/; revision=10709

19 years agoHeader file for wintrust lib. By Semyon "Tappak" Novikov.
Aleksey Bragin [Fri, 27 Aug 2004 12:06:29 +0000 (12:06 +0000)]
Header file for wintrust lib. By Semyon "Tappak" Novikov.

svn path=/trunk/; revision=10708

19 years ago- Establish the pde's for the callback stack if the stack was recycled from the list.
Hartmut Birr [Fri, 27 Aug 2004 10:25:46 +0000 (10:25 +0000)]
- Establish the pde's for the callback stack if the stack was recycled from the list.

svn path=/trunk/; revision=10705

19 years ago- Establish the pde for the thread structure within the process
Hartmut Birr [Fri, 27 Aug 2004 10:24:04 +0000 (10:24 +0000)]
- Establish the pde for the thread structure within the process
  before a switch to the process occurs.

svn path=/trunk/; revision=10704

19 years ago- Complete rewrite of environment variable handling to get rid of memory leaks, heap...
Filip Navara [Fri, 27 Aug 2004 03:08:23 +0000 (03:08 +0000)]
- Complete rewrite of environment variable handling to get rid of memory leaks, heap corruption and spurious pointers.
- Remove some ancient Wine stuff that either wasn't used or didn't work.
- Fix realloc to not call HeapReAlloc for allocating new memory.

svn path=/trunk/; revision=10703

19 years agoDo not call HalReleaseDisplayOwnership when KDB is entered and screen debugging is...
Gregor Anich [Fri, 27 Aug 2004 00:14:01 +0000 (00:14 +0000)]
Do not call HalReleaseDisplayOwnership when KDB is entered and screen debugging is not enabled. After an exception the screen will not turn blue but will freeze and be un-frozen when KDB is left (cont) I hope this can not damage old monitors if the card starts producing garbage signals when the driver is suspended - in VMWare it works well.

svn path=/trunk/; revision=10702

19 years agofix
Magnus Olsen [Thu, 26 Aug 2004 21:08:06 +0000 (21:08 +0000)]
fix
some waring msg  when it being compile

svn path=/trunk/; revision=10701

19 years agoBump version number to 0.2.5
Gé van Geldorp [Thu, 26 Aug 2004 21:05:42 +0000 (21:05 +0000)]
Bump version number to 0.2.5

svn path=/trunk/; revision=10700

19 years agochanged back to CVS, false br
Robert Kopferl [Thu, 26 Aug 2004 20:36:11 +0000 (20:36 +0000)]
changed back to CVS, false br

svn path=/trunk/; revision=10698

19 years agochanged to RC1
Robert Kopferl [Thu, 26 Aug 2004 20:24:40 +0000 (20:24 +0000)]
changed to RC1

svn path=/trunk/; revision=10697

19 years ago- Changed -Wno-strict-aliasing to -fno-strict-aliasing.
Hartmut Birr [Thu, 26 Aug 2004 19:55:20 +0000 (19:55 +0000)]
- Changed -Wno-strict-aliasing to -fno-strict-aliasing.
- Reduced optimisation from -O6 to -O3.

svn path=/trunk/; revision=10696

19 years agofix
Magnus Olsen [Thu, 26 Aug 2004 19:53:37 +0000 (19:53 +0000)]
fix
some waring msg  when it being compile

svn path=/trunk/; revision=10695

19 years agofix
Magnus Olsen [Thu, 26 Aug 2004 16:48:46 +0000 (16:48 +0000)]
fix
some waring msg  when it being compile
type
redefinition of `LPCOLESTR16'
redefinition of `OLECHAR16'
redefinition of `LPOLESTR16'

svn path=/trunk/; revision=10693

19 years agoChange stabs handling of KDB - does no longer allocate a block of memory for each...
Gregor Anich [Thu, 26 Aug 2004 16:04:50 +0000 (16:04 +0000)]
Change stabs handling of KDB - does no longer allocate a block of memory for each stub entry, instead each .sym file is loaded completely into (non-paged) memory.

svn path=/trunk/; revision=10692

19 years ago- Implemented GetACP() and GetOEMCP().
Hartmut Birr [Thu, 26 Aug 2004 16:03:09 +0000 (16:03 +0000)]
- Implemented GetACP() and GetOEMCP().

svn path=/trunk/; revision=10691

19 years ago- Added more nls files.
Hartmut Birr [Thu, 26 Aug 2004 16:01:26 +0000 (16:01 +0000)]
- Added more nls files.

svn path=/trunk/; revision=10690

19 years agofix
Magnus Olsen [Thu, 26 Aug 2004 15:11:50 +0000 (15:11 +0000)]
fix
waring msg  when it being compile

svn path=/trunk/; revision=10689

19 years agoIf SendMessageTimeout() times out, GetLastError() should return 0
Gé van Geldorp [Thu, 26 Aug 2004 12:29:37 +0000 (12:29 +0000)]
If SendMessageTimeout() times out, GetLastError() should return 0

svn path=/trunk/; revision=10688

19 years agofix
Magnus Olsen [Thu, 26 Aug 2004 11:58:33 +0000 (11:58 +0000)]
fix
ntoskrnl so it can be compile with optimze -O2 or higher

svn path=/trunk/; revision=10687

19 years agoFix MSVCRT compile-time error due to duplicate symbol definition
Gé van Geldorp [Thu, 26 Aug 2004 07:54:47 +0000 (07:54 +0000)]
Fix MSVCRT compile-time error due to duplicate symbol definition

svn path=/trunk/; revision=10686

19 years agoChange <GL\\gl.h> to "GL/gl.h" include.
Gregor Anich [Thu, 26 Aug 2004 02:04:48 +0000 (02:04 +0000)]
Change <GL\\gl.h> to "GL/gl.h" include.

svn path=/trunk/; revision=10685

19 years agoFix GL/glu.h include...
Gregor Anich [Thu, 26 Aug 2004 01:54:03 +0000 (01:54 +0000)]
Fix GL/glu.h include...

svn path=/trunk/; revision=10684

19 years agoFix GL/gl.h include for cross-compiling from linux.
Gregor Anich [Thu, 26 Aug 2004 01:52:06 +0000 (01:52 +0000)]
Fix GL/gl.h include for cross-compiling from linux.

svn path=/trunk/; revision=10683

19 years agoAvoid arithmetic overflow
Gé van Geldorp [Wed, 25 Aug 2004 22:31:01 +0000 (22:31 +0000)]
Avoid arithmetic overflow

svn path=/trunk/; revision=10682

19 years ago2004-08-25 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Wed, 25 Aug 2004 20:47:22 +0000 (20:47 +0000)]
2004-08-25  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/cdmake/cdmake.c: Error out if extension is too long.

svn path=/trunk/; revision=10681

19 years agoDisable SSE - When Mesa with SSE enabled is ran in ReactOS/VMWare it crashes with...
Gregor Anich [Wed, 25 Aug 2004 20:20:09 +0000 (20:20 +0000)]
Disable SSE - When Mesa with SSE enabled is ran in ReactOS/VMWare it crashes with SIGILL.

svn path=/trunk/; revision=10680

19 years agoAdd OpenGL to the user libraries (glu32, mesa32, opengl32)
Gregor Anich [Wed, 25 Aug 2004 15:58:12 +0000 (15:58 +0000)]
Add OpenGL to the user libraries (glu32, mesa32, opengl32)

svn path=/trunk/; revision=10679

19 years ago- Implement CcRepinBcb and CcGetFileObjectFromBcb.
Filip Navara [Wed, 25 Aug 2004 15:08:29 +0000 (15:08 +0000)]
- Implement CcRepinBcb and CcGetFileObjectFromBcb.
- Partially implement CcUnpinRepinnedBcb, CcPinMappedData,
  CcPinRead, CcPreparePinWrite, CcInitializeCacheMap (Art Yerkes)
  and CcUninitializeCacheMap.
- Fix ReadCacheSegmentChain to handle correctly big request and
  check for MDL request memory overflow.
- Allow passing NULL BCB to CcSetFileSizes.
- Ensure that registry files are opened using lowercase file names.

svn path=/trunk/; revision=10678

19 years ago- Do not depend on paths returned by FileNameInformation requests to be NULL terminated.
Filip Navara [Wed, 25 Aug 2004 15:04:19 +0000 (15:04 +0000)]
- Do not depend on paths returned by FileNameInformation requests to be NULL terminated.

svn path=/trunk/; revision=10677

19 years ago- Fix masking out the write flags in IoCheckShareAccess and IoSetShareAccess.
Filip Navara [Wed, 25 Aug 2004 15:01:48 +0000 (15:01 +0000)]
- Fix masking out the write flags in IoCheckShareAccess and IoSetShareAccess.

svn path=/trunk/; revision=10676

19 years agoMesa version 6.1 import - Forgot the new Makefile/def file
Gregor Anich [Wed, 25 Aug 2004 12:43:28 +0000 (12:43 +0000)]
Mesa version 6.1 import - Forgot the new Makefile/def file

svn path=/trunk/; revision=10675

19 years agoMesa version 6.1 import.
Gregor Anich [Wed, 25 Aug 2004 12:35:24 +0000 (12:35 +0000)]
Mesa version 6.1 import.

svn path=/trunk/; revision=10674

19 years ago- Fixed the back-space-handling in ConioWriteConsole.
Hartmut Birr [Wed, 25 Aug 2004 10:37:14 +0000 (10:37 +0000)]
- Fixed the back-space-handling in ConioWriteConsole.

svn path=/trunk/; revision=10673

19 years agoFix compilation with GCC 3.4.x
Filip Navara [Tue, 24 Aug 2004 18:27:53 +0000 (18:27 +0000)]
Fix compilation with GCC 3.4.x

svn path=/trunk/; revision=10672