reactos.git
18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 19:56:51 +0000 (19:56 +0000)]
Sync to Wine-0_9_5:
Alexandre Julliard <julliard@winehq.org>
- Support building flex files without debug support.
- Added some flex options to avoid compiler warnings.
  Moved options from the Makefile into the source.

svn path=/trunk/; revision=20618

18 years agofix a typo
Magnus Olsen [Fri, 6 Jan 2006 19:05:34 +0000 (19:05 +0000)]
fix a typo

svn path=/trunk/; revision=20617

18 years ago- Added the properties dialog
Ged Murphy [Fri, 6 Jan 2006 18:28:27 +0000 (18:28 +0000)]
- Added the properties dialog
- Add an about dialog
- Split up the query code to make it more usable
- Call description from the registry
- Many other code mods

svn path=/trunk/; revision=20616

18 years agoMerge in a post-Wine-0_9_5 change to get rid of some warnings. Thanks to
Gé van Geldorp [Fri, 6 Jan 2006 17:46:36 +0000 (17:46 +0000)]
Merge in a post-Wine-0_9_5 change to get rid of some warnings. Thanks to
CvW for reporting.

svn path=/trunk/; revision=20615

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 17:26:49 +0000 (17:26 +0000)]
Sync to Wine-0_9_5:
Alexandre Julliard <julliard@winehq.org>
- Support building flex files without debug support.
- Added some flex options to avoid compiler warnings.
  Moved options from the Makefile into the source.

svn path=/trunk/; revision=20614

18 years agoimplemented ExpandEnvironmentStringsForUserA/W
Thomas Bluemel [Fri, 6 Jan 2006 15:42:12 +0000 (15:42 +0000)]
implemented ExpandEnvironmentStringsForUserA/W

svn path=/trunk/; revision=20612

18 years agoRemoved DPRINT1, 8^D
James Tabor [Fri, 6 Jan 2006 14:50:56 +0000 (14:50 +0000)]
Removed DPRINT1, 8^D

svn path=/trunk/; revision=20611

18 years agoRevert, thx Thomas, wasnt sure.
James Tabor [Fri, 6 Jan 2006 14:23:26 +0000 (14:23 +0000)]
Revert, thx Thomas, wasnt sure.

svn path=/trunk/; revision=20610

18 years agoShould have placed extern in there.
James Tabor [Fri, 6 Jan 2006 13:57:38 +0000 (13:57 +0000)]
Should have placed extern in there.

svn path=/trunk/; revision=20609

18 years agofixed uninitialized variable warnings
Thomas Bluemel [Fri, 6 Jan 2006 11:58:17 +0000 (11:58 +0000)]
fixed uninitialized variable warnings

svn path=/trunk/; revision=20608

18 years agoFixed the register saving in ExfInterlockedCompareExchange64.
Hartmut Birr [Fri, 6 Jan 2006 11:36:43 +0000 (11:36 +0000)]
Fixed the register saving in ExfInterlockedCompareExchange64.

svn path=/trunk/; revision=20607

18 years ago- Fix Status/WaitStatus/Thread->WaitStatus confusion/mess and reduce to a signle...
Alex Ionescu [Fri, 6 Jan 2006 08:37:46 +0000 (08:37 +0000)]
- Fix Status/WaitStatus/Thread->WaitStatus confusion/mess and reduce to a signle variable.

svn path=/trunk/; revision=20606

18 years ago- Invert CONFIG_SMP defines as requested by Hartmut
Alex Ionescu [Fri, 6 Jan 2006 08:00:09 +0000 (08:00 +0000)]
- Invert CONFIG_SMP defines as requested by Hartmut
- Remove KiBlockThread and replace by more elegant KiSwapThread which will also make moving to the new scheduler easier.
- Handle special case where we have kernel apcs pending and your previous irql was below apc_level during the wait code.
- Remove hack to manually unwait a thread during a status of kernel apc.

svn path=/trunk/; revision=20605

18 years agoNeed extra proto.
James Tabor [Fri, 6 Jan 2006 06:38:47 +0000 (06:38 +0000)]
Need extra proto.

svn path=/trunk/; revision=20604

18 years agoImplement NtUserGetMenuBarInfo. Tested with MPlayerC with OBJID_MENU only, the rest...
James Tabor [Fri, 6 Jan 2006 06:32:05 +0000 (06:32 +0000)]
Implement NtUserGetMenuBarInfo. Tested with MPlayerC with OBJID_MENU only, the rest looked easy enough.

svn path=/trunk/; revision=20603

18 years agofixed working strechblt for all dibxx now. do not say it does not take offset of...
Magnus Olsen [Fri, 6 Jan 2006 05:27:48 +0000 (05:27 +0000)]
fixed working strechblt for all dibxx now. do not say it does not take offset of source and destantion into accunt, it does. left implement CliprRegion. but last no longer black windows with or corupt images showing.

svn path=/trunk/; revision=20602

18 years ago- Fix some bugs in Kernel Queue implementation:
Alex Ionescu [Fri, 6 Jan 2006 02:25:12 +0000 (02:25 +0000)]
- Fix some bugs in Kernel Queue implementation:
  * KeRemoveQueue did not set Thread->WaitNext = FALSE if it was called with WaitNext = TRUE.
  * KeRemoveQueue did not handle the case where a kernel-mode APC is pending and the previous IRQL was below APC_LEVEL.
  * KeRemoveQueue did not set the thread's wait status to 0.
  * KiInsertQueue did not set the Thread's wait status to the entry being inserted.
  * KiInsertQueue did not remove the thread from its wait list.
  * KeRemoveQueue did not properly link the wait blocks.

svn path=/trunk/; revision=20601

18 years agoNew icon. Couple of code changes linked to that. Just playing :)
Ged Murphy [Fri, 6 Jan 2006 00:01:20 +0000 (00:01 +0000)]
New icon. Couple of code changes linked to that. Just playing :)

svn path=/trunk/; revision=20600

18 years agoRemove the temp note. Gé is on fire !
Ged Murphy [Thu, 5 Jan 2006 23:43:49 +0000 (23:43 +0000)]
Remove the temp note. Gé is on fire !

svn path=/trunk/; revision=20599

18 years agoadded german translation
Christoph von Wittich [Thu, 5 Jan 2006 23:26:43 +0000 (23:26 +0000)]
added german translation

svn path=/trunk/; revision=20598

18 years agoDon't keep overwriting the first address entry, give the others a chance too.
Gé van Geldorp [Thu, 5 Jan 2006 23:11:51 +0000 (23:11 +0000)]
Don't keep overwriting the first address entry, give the others a chance too.
Fixes IP address display in ipconfig.

svn path=/trunk/; revision=20597

18 years agoeverything I said about mixed case seems to be wrong. everywhere else we allow it...
Steven Edwards [Thu, 5 Jan 2006 23:10:05 +0000 (23:10 +0000)]
everything I said about mixed case seems to be wrong. everywhere else we allow it in resource files so to be consistant I guess it should be uppercase here

svn path=/trunk/; revision=20596

18 years agoadd to the bootcd for the purpose of testing bug 1253
Ged Murphy [Thu, 5 Jan 2006 23:00:54 +0000 (23:00 +0000)]
add to the bootcd for the purpose of testing bug 1253

svn path=/trunk/; revision=20595

18 years agopatch from GvG, it fixing the bug for calc = when it showing e-309, Bug 1195, it...
Magnus Olsen [Thu, 5 Jan 2006 22:54:30 +0000 (22:54 +0000)]
patch from GvG, it fixing the bug for calc = when it showing e-309, Bug 1195, it have even affected python  and other apps trying writing out 0 as text string.

svn path=/trunk/; revision=20594

18 years agoFixed uninitialized variable warning with GCC4
Thomas Bluemel [Thu, 5 Jan 2006 22:24:28 +0000 (22:24 +0000)]
Fixed uninitialized variable warning with GCC4

svn path=/trunk/; revision=20593

18 years agoen.rc not En.rc
Brandon Turner [Thu, 5 Jan 2006 22:18:31 +0000 (22:18 +0000)]
en.rc not En.rc

svn path=/trunk/; revision=20592

18 years ago- God is a second-hand imitation of Gé. Fix for bug 1213.
Alex Ionescu [Thu, 5 Jan 2006 21:49:49 +0000 (21:49 +0000)]
- God is a second-hand imitation of Gé. Fix for bug 1213.

svn path=/trunk/; revision=20591

18 years agoDifferent output for !bug command on the other channels. (#winehackers, #samba-technical)
Maarten Bosma [Thu, 5 Jan 2006 21:46:24 +0000 (21:46 +0000)]
Different output for !bug command on the other channels. (#winehackers, #samba-technical)

svn path=/trunk/; revision=20590

18 years agoFix ugly toolbar colour
Ged Murphy [Thu, 5 Jan 2006 20:57:29 +0000 (20:57 +0000)]
Fix ugly toolbar colour

svn path=/trunk/; revision=20588

18 years ago- Fix local xml file (thanks to Christoph for spotting this)
Ged Murphy [Thu, 5 Jan 2006 20:13:06 +0000 (20:13 +0000)]
- Fix local xml file (thanks to Christoph for spotting this)
- Add to dir the build

svn path=/trunk/; revision=20587

18 years ago- Start to put together a services.msc equivalent.
Ged Murphy [Thu, 5 Jan 2006 18:04:46 +0000 (18:04 +0000)]
- Start to put together a services.msc equivalent.
- mmc.exe is probably a long way off, thus mmc snap-ins will be too. This will suffice until then. Most of the code should be transferable.

svn path=/trunk/; revision=20586

18 years agoAdd !error command which checks NtStatus, Winerror and hResult.
Maarten Bosma [Thu, 5 Jan 2006 17:52:39 +0000 (17:52 +0000)]
Add !error command which checks NtStatus, Winerror and hResult.

svn path=/trunk/; revision=20585

18 years agofix build in unspecified build environment - patch by Reuben Perelman <reub2000@earth...
Royce Mitchell III [Thu, 5 Jan 2006 16:35:08 +0000 (16:35 +0000)]
fix build in unspecified build environment - patch by Reuben Perelman <reub2000@earthlink.net>

svn path=/trunk/; revision=20584

18 years agofix msvc6 warnings
Royce Mitchell III [Thu, 5 Jan 2006 16:32:49 +0000 (16:32 +0000)]
fix msvc6 warnings

svn path=/trunk/; revision=20583

18 years ago- Tabs not spaces.
Alex Ionescu [Thu, 5 Jan 2006 16:30:20 +0000 (16:30 +0000)]
- Tabs not spaces.

svn path=/trunk/; revision=20582

18 years ago- Uncondtionally build with optimizations (can still be disabled by commenting out...
Alex Ionescu [Thu, 5 Jan 2006 16:25:44 +0000 (16:25 +0000)]
- Uncondtionally build with optimizations (can still be disabled by commenting out the block locally; is this easy enough Ge?)

svn path=/trunk/; revision=20581

18 years ago- New ERESOURCE implementation: fixes the return value of some functions (VOID vs...
Alex Ionescu [Thu, 5 Jan 2006 16:24:32 +0000 (16:24 +0000)]
- New ERESOURCE implementation: fixes the return value of some functions (VOID vs NTSTATUS, USHORT vs ULONG), as well as optimized the code loops and general structure of the code. Additionnaly, functions do not simply call other functions with similar names; the exact implementation of each function has now been properly separated (see the DDK for more information on this) to have the most optimized scenarios.
- Also, the spinlock is not actually acquired on non-SMP builds; instead, interrupts are blocked and unblocked for acquire/release, this optimizes locking.
- Added many asserts and bugcheck scenarios.
- Added thread priority boosting.
- Added some debugging helpers and deadlock detection.
- Added RESOURCE_NOT_OWNED bugcehck message.
* Thanks again to Waxdragon (Andrew) for testing this build.

svn path=/trunk/; revision=20580

18 years ago- Change dispatcher lock release to be more like documented in Windows Internals...
Alex Ionescu [Thu, 5 Jan 2006 15:32:08 +0000 (15:32 +0000)]
- Change dispatcher lock release to be more like documented in Windows Internals II and to allow an easier move to Queued Spinlock.

svn path=/trunk/; revision=20579

18 years agoIdentify TechBot to allow private messages
Casper Hornstrup [Thu, 5 Jan 2006 15:29:08 +0000 (15:29 +0000)]
Identify TechBot to allow private messages

svn path=/trunk/; revision=20578

18 years ago- Fix build.
Alex Ionescu [Thu, 5 Jan 2006 15:17:54 +0000 (15:17 +0000)]
- Fix build.

svn path=/trunk/; revision=20577

18 years ago- Disable commented out define-check which i had only commented to check building.
Alex Ionescu [Thu, 5 Jan 2006 13:59:11 +0000 (13:59 +0000)]
- Disable commented out define-check which i had only commented to check building.

svn path=/trunk/; revision=20576

18 years ago- Separate UP and MP spinlock functions.
Alex Ionescu [Thu, 5 Jan 2006 13:51:06 +0000 (13:51 +0000)]
- Separate UP and MP spinlock functions.
- Optimize UP spinlock functions so they don't call ntoskrnl anymore and only raise/lower irql.
- Implemented Queued Spinlocks and In-Stack Queued Spinlocks for UP machines.
* Implemented KeAcquireInStackQueuedSpinLock, KeReleaseInStackQueuedSpinLock, KeAcquireQueuedSpinLock, KeReleaseQueuedSpinLock, KeTryToAcquireQueuedSpinLock, KeTryToAcquireQueuedSpinLockRaiseToSynch, KeAcquireQueuedSpinLockRaisetoSynch.

svn path=/trunk/; revision=20575

18 years agoAdd some exports to ntdll
Hervé Poussineau [Thu, 5 Jan 2006 13:40:05 +0000 (13:40 +0000)]
Add some exports to ntdll

svn path=/trunk/; revision=20574

18 years ago- Implemented Queued and In-Stack Queued Spinlocks (at DPC-Level). See "Windows Inter...
Alex Ionescu [Thu, 5 Jan 2006 13:12:48 +0000 (13:12 +0000)]
- Implemented Queued and In-Stack Queued Spinlocks (at DPC-Level). See "Windows Internals II" Chapter 4, Pages 25-27.

svn path=/trunk/; revision=20573

18 years agoKefReleaseSpinLockFromDpcLevel needs the address of a spinlock and not its value.
Hartmut Birr [Thu, 5 Jan 2006 12:48:33 +0000 (12:48 +0000)]
KefReleaseSpinLockFromDpcLevel needs the address of a spinlock and not its value.

svn path=/trunk/; revision=20572

18 years agoAdd prototypes for Nt/ZwReplyWaitReceivePortEx, Nt/ZwImpersonateAnonymousToken
Hervé Poussineau [Thu, 5 Jan 2006 12:27:03 +0000 (12:27 +0000)]
Add prototypes for Nt/ZwReplyWaitReceivePortEx, Nt/ZwImpersonateAnonymousToken

svn path=/trunk/; revision=20571

18 years ago- Disable NtQuerySecurityObject for now
Gé van Geldorp [Thu, 5 Jan 2006 09:22:09 +0000 (09:22 +0000)]
- Disable NtQuerySecurityObject for now
- Add some registry entries for TinyWeb (patch by Dr.Fred)
Fixes 1214

svn path=/trunk/; revision=20570

18 years agoFix stack corruption. Thanks to Waxdragon and the fact he uses an -O2 build (hint...
Alex Ionescu [Thu, 5 Jan 2006 06:24:07 +0000 (06:24 +0000)]
Fix stack corruption. Thanks to Waxdragon and the fact he uses an -O2 build (hint hint nudge nudge)

svn path=/trunk/; revision=20569

18 years ago- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised...
Alex Ionescu [Thu, 5 Jan 2006 04:26:55 +0000 (04:26 +0000)]
- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised or lowered instead.
- Made inlined functions in ke/wait.c macros, because they weren't being inlined.
- Created separate cases for satisfying mutant, non-mutant and generic objects, to optimize wait satisfaction.
- Fixed some places which werne't setting the dispatcher header's size member correctly.
- Fixed formatting in ke/wait.c
- Fixed a case in KiCheckAlertability: we also need to check if the thread is alerted in Kernel-Mode, even if the wait mode given was user and user-mode is not alerted.
- Fixed signaling checks across the wait code and removed KiCheckIfObjectSignaled. We must not consider the mutant as signaled if SignalState is = 1.
- Fix code to check if the wait blocks' status is STATUS_TIMEOUT, because we do not need to check for signal state in that case.
- Removed the exports for internal dispatcher lock routines.

** Thanks to Waxdragon for stress-testing this for an hour :)

svn path=/trunk/; revision=20568

18 years agofix new strechblt code for dib32, left todo dib1, dib4, dib24
Magnus Olsen [Thu, 5 Jan 2006 01:49:00 +0000 (01:49 +0000)]
fix new strechblt code for dib32, left todo dib1, dib4, dib24

svn path=/trunk/; revision=20567

18 years ago- fix build on dbg=0. Thanks to Andrew
Alex Ionescu [Thu, 5 Jan 2006 00:56:44 +0000 (00:56 +0000)]
- fix build on dbg=0. Thanks to Andrew

svn path=/trunk/; revision=20566

18 years agoAvoid using uninitialized variables
Gé van Geldorp [Wed, 4 Jan 2006 23:48:15 +0000 (23:48 +0000)]
Avoid using uninitialized variables

svn path=/trunk/; revision=20565

18 years agoOnly use the Folder class handler if we're actually executing a folder.
Gé van Geldorp [Wed, 4 Jan 2006 23:28:10 +0000 (23:28 +0000)]
Only use the Folder class handler if we're actually executing a folder.
Fixes bug 1235.

svn path=/trunk/; revision=20564

18 years agoFix (so far harmless) typo
Gé van Geldorp [Wed, 4 Jan 2006 22:46:45 +0000 (22:46 +0000)]
Fix (so far harmless) typo

svn path=/trunk/; revision=20563

18 years agoLet oskit tell us when sending should be blocked 'cause its stuffed upto its
Gé van Geldorp [Wed, 4 Jan 2006 22:40:48 +0000 (22:40 +0000)]
Let oskit tell us when sending should be blocked 'cause its stuffed upto its
nose with data waiting to be sent. Bug 1232.

svn path=/trunk/; revision=20562

18 years ago- Fix worker thread priorities. A quick check of the DDK and ProcesXP confirmed that...
Alex Ionescu [Wed, 4 Jan 2006 20:45:58 +0000 (20:45 +0000)]
- Fix worker thread priorities. A quick check of the DDK and ProcesXP confirmed that there was a bug (thanks GvG!). Turns out I had forgotten to use the -base- priority kernel call. Renamed some variables to make it clearer and fixed the bug. The correct priorities are 12, 13, 15.

svn path=/trunk/; revision=20561

18 years agofixed gcc4 warnings
Thomas Bluemel [Wed, 4 Jan 2006 14:26:06 +0000 (14:26 +0000)]
fixed gcc4 warnings

svn path=/trunk/; revision=20560

18 years agoClean up and fixed NtUserGetMenuItemRect. Needs more testing. I watch mplayerc swip...
James Tabor [Wed, 4 Jan 2006 06:44:52 +0000 (06:44 +0000)]
Clean up and fixed NtUserGetMenuItemRect. Needs more testing. I watch mplayerc swip all the menu items with crashing.

svn path=/trunk/; revision=20559

18 years ago- Display a temporary note in ipconfig to avoid user confusion.
Ged Murphy [Tue, 3 Jan 2006 23:41:57 +0000 (23:41 +0000)]
- Display a temporary note in ipconfig to avoid user confusion.
- Requires fixing of GetAdaptersInfo

svn path=/trunk/; revision=20558

18 years ago- Implement Pushlocks. Only Waking, and Exclusive Acquire/Release + Waits have been...
Alex Ionescu [Tue, 3 Jan 2006 23:36:05 +0000 (23:36 +0000)]
- Implement Pushlocks. Only Waking, and Exclusive Acquire/Release + Waits have been tested. The shared paths and block/unblock are still untested and may probably contain bugs. Pushlocks are not yet used in the kernel and they won't be until all paths are tested and validated.
- Public DDIs Implemented: ExfAcquirePushLockExclusive, ExfAcquirePushLockShared, ExfTryToWakePushLock, ExfReleasePushLock, ExfReleasePushLockExclusive, ExfReleasePushLockShared, ExfUnblockPushLock.

svn path=/trunk/; revision=20557

18 years ago- More proper fix for the QEMU/Abiword regression. Remove kernel32 hack. Thanks to...
Alex Ionescu [Tue, 3 Jan 2006 22:36:36 +0000 (22:36 +0000)]
- More proper fix for the QEMU/Abiword regression. Remove kernel32 hack. Thanks to Filip and The Munger.

svn path=/trunk/; revision=20556

18 years ago- Dirty temporary fix to unregress abiword/qemu.
Alex Ionescu [Tue, 3 Jan 2006 22:25:09 +0000 (22:25 +0000)]
- Dirty temporary fix to unregress abiword/qemu.

svn path=/trunk/; revision=20555

18 years ago- Fix shamefully dangerously broken Work Thread/Queue/Item implementation:
Alex Ionescu [Tue, 3 Jan 2006 21:34:19 +0000 (21:34 +0000)]
- Fix shamefully dangerously broken Work Thread/Queue/Item implementation:
  * Do not pollute the kernel with 10 real-time threads and 5 high-priority threads in order to manage work items. Work threads are very-low priority (< 7) and should never pre-empt userthreads like they do now. 1 priority 7, 5 priority 5 and 3 priority 4 threads are now properly created.
  * Implement a worker thread balance set manager. On SMP systems, it is able to determine when a new thread should be allocate to execute on a free CPU. On both UP and MP, it is also able to detect if a work queue has deadlocked, and will allocate new dynamic threads to unfreeze the queue.
  * Add check for threads returning with APC disabled, and re-enable APCs if this happend. This hack is used in NT for broken drivers.
  * Lots of code changes to support dynamic threads, which:
    - Can terminate.
    - Use a 10 minute timeout on the kernel queue.
  * Add skeleton code for swapping worker thread stacks as well as worker thread shutdown (not yet implemented).
  * Add WORKER_INVALID bugcheck definition.
  * These changes seem to make ROS a lot more responsive.

- NDK:
  * Make more compatible with MS IFS
  * Fix EX_WORK_QUEUE definition.
  * Fix ETHREAD offsets.
  * Fix RtlIsNameLegalDOS8Dot3 definition.
  * Move splay tree defines to IFS.

svn path=/trunk/; revision=20554

18 years agoAdd kbdur.dll (Ukrainian keyboard layout) to the install-cd.
Aleksey Bragin [Tue, 3 Jan 2006 21:29:39 +0000 (21:29 +0000)]
Add kbdur.dll (Ukrainian keyboard layout) to the install-cd.

svn path=/trunk/; revision=20553

18 years agofix ugly tab formatting
Ged Murphy [Tue, 3 Jan 2006 21:17:28 +0000 (21:17 +0000)]
fix ugly tab formatting

svn path=/trunk/; revision=20552

18 years agoSkeleton dialog box to control system page file size
Ged Murphy [Tue, 3 Jan 2006 21:00:06 +0000 (21:00 +0000)]
Skeleton dialog box to control system page file size

svn path=/trunk/; revision=20551

18 years agoCommit a patch for hide and show mouse. (forget it)
Magnus Olsen [Tue, 3 Jan 2006 18:49:10 +0000 (18:49 +0000)]
Commit a patch for hide and show mouse. (forget it)

svn path=/trunk/; revision=20550

18 years agoforget remove some test code.
Magnus Olsen [Tue, 3 Jan 2006 17:59:56 +0000 (17:59 +0000)]
forget remove some test code.

svn path=/trunk/; revision=20549

18 years agoforget remove a calc value in the for loop it can do outside the loop.
Magnus Olsen [Tue, 3 Jan 2006 17:21:11 +0000 (17:21 +0000)]
forget remove a calc value in the for loop it can do outside the loop.

svn path=/trunk/; revision=20548

18 years agoRemove putpixel from strechblt and add code to write direcly to the memory. it incres...
Magnus Olsen [Tue, 3 Jan 2006 17:05:39 +0000 (17:05 +0000)]
Remove putpixel from strechblt and add code to write direcly to the memory. it incress the speed for strechblt.
this is ony for 16bit graphice mode.

svn path=/trunk/; revision=20547

18 years agoaddding new streach code for dib8, left to add it is dib1, dib4, dib24, dib32
Magnus Olsen [Tue, 3 Jan 2006 16:22:09 +0000 (16:22 +0000)]
addding new streach code for dib8, left to add it is dib1, dib4, dib24, dib32

svn path=/trunk/; revision=20546

18 years agoCopy the correct value if the value is stored directly in the data pointer (in CmiExp...
Hartmut Birr [Tue, 3 Jan 2006 14:56:47 +0000 (14:56 +0000)]
Copy the correct value if the value is stored directly in the data pointer (in CmiExportValue).

svn path=/trunk/; revision=20545

18 years agoFixed the the conversion of the vendor identifier string. Sometimes, the wrong conver...
Hartmut Birr [Tue, 3 Jan 2006 13:44:35 +0000 (13:44 +0000)]
Fixed the the conversion of the vendor identifier string. Sometimes, the wrong conversion has resulted in a invalid opcode exception.

svn path=/trunk/; revision=20544

18 years agofix typos.
Maarten Bosma [Tue, 3 Jan 2006 11:49:59 +0000 (11:49 +0000)]
fix typos.

svn path=/trunk/; revision=20543

18 years agofix spelling mistake.
Maarten Bosma [Tue, 3 Jan 2006 00:24:37 +0000 (00:24 +0000)]
fix spelling mistake.

svn path=/trunk/; revision=20542

18 years agoChange URL to svn.reactos.org
Maarten Bosma [Tue, 3 Jan 2006 00:17:31 +0000 (00:17 +0000)]
Change URL to svn.reactos.org

svn path=/trunk/; revision=20541

18 years agoAdd some Apps and change tree version to the bare one.
Maarten Bosma [Tue, 3 Jan 2006 00:12:35 +0000 (00:12 +0000)]
Add some Apps and change tree version to the bare one.

svn path=/trunk/; revision=20540

18 years agoChange include base too.
Maarten Bosma [Tue, 3 Jan 2006 00:10:01 +0000 (00:10 +0000)]
Change include base too.

svn path=/trunk/; revision=20539

18 years agoThx GvG for helping put to gather a new math formula that make alot of calc not neede...
Magnus Olsen [Mon, 2 Jan 2006 23:43:43 +0000 (23:43 +0000)]
Thx GvG for helping put to gather a new math formula that make alot of calc not needed any longer. and correct fourmla for rounding fault. I did not think of it when I rewrote the streachblt. it feal strechblt is bit fasfer agains the old one.

svn path=/trunk/; revision=20538

18 years agoSilence some debug messages
Gé van Geldorp [Mon, 2 Jan 2006 20:51:54 +0000 (20:51 +0000)]
Silence some debug messages

svn path=/trunk/; revision=20537

18 years agoUse lookaside lists for two most common allocation sizes (mbuf and data buffer)
Gé van Geldorp [Mon, 2 Jan 2006 20:26:03 +0000 (20:26 +0000)]
Use lookaside lists for two most common allocation sizes (mbuf and data buffer)

svn path=/trunk/; revision=20536

18 years agoUse a lookaside list for tracking
Gé van Geldorp [Mon, 2 Jan 2006 20:04:19 +0000 (20:04 +0000)]
Use a lookaside list for tracking

svn path=/trunk/; revision=20535

18 years agoCorrect Streachblt in windows mode, it take accunt org and offset now. this need...
Magnus Olsen [Mon, 2 Jan 2006 19:00:47 +0000 (19:00 +0000)]
Correct Streachblt in windows mode, it take accunt org and offset now. this need to be implement in dib1, dib4, dib8,dib24, dib32

svn path=/trunk/; revision=20534

18 years agoImplemented the 'red zone check' for the non paged pool.
Hartmut Birr [Mon, 2 Jan 2006 18:45:52 +0000 (18:45 +0000)]
Implemented the 'red zone check' for the non paged pool.

svn path=/trunk/; revision=20533

18 years agoSimplified the definition of the interrupt handlers for non smp machines.
Hartmut Birr [Mon, 2 Jan 2006 18:34:31 +0000 (18:34 +0000)]
Simplified the definition of the interrupt handlers for non smp machines.

svn path=/trunk/; revision=20532

18 years ago- Fix building with old binutils. Thanks to Ge for the fix.
Alex Ionescu [Mon, 2 Jan 2006 18:03:19 +0000 (18:03 +0000)]
- Fix building with old binutils. Thanks to Ge for the fix.

svn path=/trunk/; revision=20531

18 years agoFixed the size of the allocated port structure.
Hartmut Birr [Mon, 2 Jan 2006 17:46:35 +0000 (17:46 +0000)]
Fixed the size of the allocated port structure.

svn path=/trunk/; revision=20530

18 years agoAllow files other than C to be included in the projects
Ged Murphy [Mon, 2 Jan 2006 16:43:54 +0000 (16:43 +0000)]
Allow files other than C to be included in the projects
Patch by Brezenbak (IRC)

svn path=/trunk/; revision=20529

18 years agoReport current bus number during IRP_MN_QUERY_RESOURCES
Hervé Poussineau [Mon, 2 Jan 2006 11:39:15 +0000 (11:39 +0000)]
Report current bus number during IRP_MN_QUERY_RESOURCES
Child bus number is in u.type1.SecondaryBus field, not u.type1.SubordinateBus

svn path=/trunk/; revision=20528

18 years agoStart \\Device\\USBFDOx names at index 0.
Hervé Poussineau [Mon, 2 Jan 2006 11:37:00 +0000 (11:37 +0000)]
Start \\Device\\USBFDOx names at index 0.
Use the same index to create the symbolic link \\??\\HCDx
This should fix the handling of multiple USB controllers

svn path=/trunk/; revision=20527

18 years agoReplace STATUS_UNSUCCESSFUL by STATUS_TOO_MANY_NAMES
Hervé Poussineau [Mon, 2 Jan 2006 11:32:03 +0000 (11:32 +0000)]
Replace STATUS_UNSUCCESSFUL by STATUS_TOO_MANY_NAMES

svn path=/trunk/; revision=20526

18 years agoGenerate static MIDL_PROC_FORMAT_STRING, MIDL_TYPE_FORMAT_STRING and MIDL_STUB_DESC.
Eric Kohl [Sun, 1 Jan 2006 20:59:39 +0000 (20:59 +0000)]
Generate static MIDL_PROC_FORMAT_STRING, MIDL_TYPE_FORMAT_STRING and MIDL_STUB_DESC.

svn path=/trunk/; revision=20525

18 years agorevert 20523.
Ged Murphy [Sun, 1 Jan 2006 20:56:01 +0000 (20:56 +0000)]
revert 20523.
explorer and my computer are different animals

svn path=/trunk/; revision=20524

18 years agochange explorer quick launch icon to use default 'my computer' icon instead of a...
Ged Murphy [Sun, 1 Jan 2006 18:45:16 +0000 (18:45 +0000)]
change explorer quick launch icon to use default 'my computer' icon instead of a folder.

svn path=/trunk/; revision=20523

18 years ago- split logoff and shutdown resources
Ged Murphy [Sun, 1 Jan 2006 18:13:07 +0000 (18:13 +0000)]
- split logoff and shutdown resources
- add icons for each

svn path=/trunk/; revision=20522

18 years agofix some bugs wih org with strechblt.
Magnus Olsen [Sun, 1 Jan 2006 17:12:19 +0000 (17:12 +0000)]
fix some bugs wih org with strechblt.

svn path=/trunk/; revision=20521

18 years agoAdd missing processor architecture cases
Hervé Poussineau [Sun, 1 Jan 2006 16:49:53 +0000 (16:49 +0000)]
Add missing processor architecture cases

svn path=/trunk/; revision=20520

18 years agorevert 17709 for it break streach for windows mode. That why I did only got black...
Magnus Olsen [Sun, 1 Jan 2006 16:00:45 +0000 (16:00 +0000)]
revert 17709 for it break streach for windows mode. That why I did only got black windows in winquake with windows mode 640x480.

svn path=/trunk/; revision=20519

18 years agoeliminate GCC warning about initialization order
Martin Fuchs [Sun, 1 Jan 2006 15:44:46 +0000 (15:44 +0000)]
eliminate GCC warning about initialization order

svn path=/trunk/; revision=20517

18 years ago- Fix crashes in calls to ScmAssignNewTag.
Eric Kohl [Sun, 1 Jan 2006 15:32:40 +0000 (15:32 +0000)]
- Fix crashes in calls to ScmAssignNewTag.
- ScmrCreateServiceW: Assign a group to the service.

svn path=/trunk/; revision=20516