Alex Ionescu [Sat, 7 Jan 2006 21:45:51 +0000 (21:45 +0000)]
- Get NE2000 driver to build on msvc/ddk.
svn path=/trunk/; revision=20672
Alex Ionescu [Sat, 7 Jan 2006 21:38:40 +0000 (21:38 +0000)]
- Get NDIS to compile on msvc/ddk (thanks to filip for his help)
- Get PCNET to compile on msvc/ddk.
svn path=/trunk/; revision=20671
Alex Ionescu [Sat, 7 Jan 2006 20:52:25 +0000 (20:52 +0000)]
- Fix ndis build, thanks to Filip.
svn path=/trunk/; revision=20670
Alex Ionescu [Sat, 7 Jan 2006 20:33:48 +0000 (20:33 +0000)]
- Get NDIS (almost) compiling with msvc/ddk.
svn path=/trunk/; revision=20669
Aleksey Bragin [Sat, 7 Jan 2006 20:00:43 +0000 (20:00 +0000)]
push-include for #pragma pack(16)
svn path=/trunk/; revision=20668
Christoph von Wittich [Sat, 7 Jan 2006 19:54:50 +0000 (19:54 +0000)]
increased buffer size to max needed size
replaced _stprintf with _sntprintf
svn path=/trunk/; revision=20667
Ged Murphy [Sat, 7 Jan 2006 19:14:03 +0000 (19:14 +0000)]
Fix a buffer overflow. Thanks to Christoph for spotting this.
svn path=/trunk/; revision=20665
James Tabor [Sat, 7 Jan 2006 18:53:26 +0000 (18:53 +0000)]
Thx Filip, for pointing this out. Added the missing break, if wState did not get set to CBF_EDIT.
svn path=/trunk/; revision=20664
Thomas Bluemel [Sat, 7 Jan 2006 18:19:10 +0000 (18:19 +0000)]
fixed removing the children in ShellBrowser::InsertSubitems()
svn path=/trunk/; revision=20663
Ged Murphy [Sat, 7 Jan 2006 17:10:51 +0000 (17:10 +0000)]
- fix startup type
- add top level headers
svn path=/trunk/; revision=20662
Alex Ionescu [Sat, 7 Jan 2006 08:50:54 +0000 (08:50 +0000)]
- Forgot to commit these for MSVC build...
svn path=/trunk/; revision=20661
Alex Ionescu [Sat, 7 Jan 2006 08:28:20 +0000 (08:28 +0000)]
- get wshtcpip to compile..
svn path=/trunk/; revision=20660
Alex Ionescu [Sat, 7 Jan 2006 08:10:10 +0000 (08:10 +0000)]
- Deleted npf as recommended by Steven, KJK and Art.
svn path=/trunk/; revision=20659
Alex Ionescu [Sat, 7 Jan 2006 08:07:41 +0000 (08:07 +0000)]
- Get afd to build.
svn path=/trunk/; revision=20658
Alex Ionescu [Sat, 7 Jan 2006 07:56:55 +0000 (07:56 +0000)]
- GEt TCPIP building with msvc.
svn path=/trunk/; revision=20657
Alex Ionescu [Sat, 7 Jan 2006 07:40:14 +0000 (07:40 +0000)]
- Do not generate manifest files for drivers or native apps.
- Get portcls to compile.
- Commit some fixes I forgot.
svn path=/trunk/; revision=20656
Alex Ionescu [Sat, 7 Jan 2006 07:33:08 +0000 (07:33 +0000)]
- Get oskittcp to compile on msvc.
svn path=/trunk/; revision=20655
Alex Ionescu [Sat, 7 Jan 2006 07:08:08 +0000 (07:08 +0000)]
- Get IP to compile.
svn path=/trunk/; revision=20654
Alex Ionescu [Sat, 7 Jan 2006 07:00:31 +0000 (07:00 +0000)]
- Get chew and csq to compile.
svn path=/trunk/; revision=20653
Alex Ionescu [Sat, 7 Jan 2006 06:31:55 +0000 (06:31 +0000)]
- Get kbd/mouclass compiling
svn path=/trunk/; revision=20652
Alex Ionescu [Sat, 7 Jan 2006 06:20:59 +0000 (06:20 +0000)]
- Make NTFS compile on msvc.
svn path=/trunk/; revision=20651
Alex Ionescu [Sat, 7 Jan 2006 05:59:22 +0000 (05:59 +0000)]
- Make CDFS work with msvc/ddk.
svn path=/trunk/; revision=20650
Alex Ionescu [Sat, 7 Jan 2006 05:47:21 +0000 (05:47 +0000)]
- get sndblst and sound compiling on msvc.
svn path=/trunk/; revision=20649
Alex Ionescu [Sat, 7 Jan 2006 05:37:22 +0000 (05:37 +0000)]
- get mpu401, parallel and ramdrv to work on msvc.
svn path=/trunk/; revision=20648
James Tabor [Sat, 7 Jan 2006 05:23:59 +0000 (05:23 +0000)]
Patch by Raimonds Praude raimonds.praude at sets.lv
Could not set the text limit for combo box. An application sent CB_LIMITTEXT
text message, but it was not being processed. Now it is possible to set
the text limit, 5 or 8 symbols, for instance.
CB_LIMITTEXT message processing was added into ComboWndProc_common function
in combo.c file.
svn path=/trunk/; revision=20647
Alex Ionescu [Sat, 7 Jan 2006 05:11:32 +0000 (05:11 +0000)]
- Get green to compile with msvc/ddk.
svn path=/trunk/; revision=20646
Brandon Turner [Sat, 7 Jan 2006 03:29:02 +0000 (03:29 +0000)]
Remove NtGdiCheckColorsInGamut as it is not an API.
svn path=/trunk/; revision=20645
Alex Ionescu [Sat, 7 Jan 2006 02:14:42 +0000 (02:14 +0000)]
- Much cleaner way to get blue building (remove ugly header hacks)
- Get bootvid working too.
svn path=/trunk/; revision=20644
Alex Ionescu [Sat, 7 Jan 2006 02:06:49 +0000 (02:06 +0000)]
- Get beep and blue to compile/link on MSVC.
svn path=/trunk/; revision=20643
Alex Ionescu [Sat, 7 Jan 2006 02:06:22 +0000 (02:06 +0000)]
- The DDK disables usage of _enable/_disable so that driver devs don't use them. Since the NDK is the home of undocumented things that drivers shouldn't use, including halfuncs.h will re-enable the intrinsics.
- Add the intrinsics to the w32api as well so that code which uses them can compile on both msvc and gcc.
- Make DPRINT work on non-DBG msvc builds.
svn path=/trunk/; revision=20642
Alex Ionescu [Sat, 7 Jan 2006 01:39:56 +0000 (01:39 +0000)]
- Get bus drivers to compile and link on MSVC.
svn path=/trunk/; revision=20641
Alex Ionescu [Sat, 7 Jan 2006 01:37:37 +0000 (01:37 +0000)]
- Properly set STDCALL as default convention, previous patch incorrectly set it as a linker setting instead of a compiler setting.
svn path=/trunk/; revision=20640
Alex Ionescu [Sat, 7 Jan 2006 01:27:20 +0000 (01:27 +0000)]
- Don't name-decorate the entrypoint. This lets msvc link the module properly and remains compatible with GCC.
svn path=/trunk/; revision=20639
Brandon Turner [Sat, 7 Jan 2006 01:26:05 +0000 (01:26 +0000)]
Didnt mean to commit this in the last one.
svn path=/trunk/; revision=20638
Alex Ionescu [Sat, 7 Jan 2006 01:15:26 +0000 (01:15 +0000)]
* Rbuild MSVC Backend changes:
- Don't do runtime checks for drivers
- Don't do buffer checks for drivers
- Use W0 for speed build, not for the release build.
- Disable Wp64 only for the speed build, not for the release build
- Use /STDCALL default calling convention for native modules because the DDK requires it
- Remove some duplicated options that were passed on the command line
- Replace some options that were passed on the commandline with their appropriate XML keywords.
svn path=/trunk/; revision=20637
Ged Murphy [Sat, 7 Jan 2006 01:14:38 +0000 (01:14 +0000)]
pull service info out of the registry to populate the list view
svn path=/trunk/; revision=20636
Brandon Turner [Sat, 7 Jan 2006 01:06:48 +0000 (01:06 +0000)]
Remove NtGdiDeleteDC
svn path=/trunk/; revision=20635
Christoph von Wittich [Fri, 6 Jan 2006 23:47:15 +0000 (23:47 +0000)]
disabled warning 4214
svn path=/trunk/; revision=20634
Gé van Geldorp [Fri, 6 Jan 2006 23:13:23 +0000 (23:13 +0000)]
The adapter name is actually the GUID. Also store the human recognizable
description. This brings the network control panel applet a step further.
svn path=/trunk/; revision=20633
Alex Ionescu [Fri, 6 Jan 2006 22:57:21 +0000 (22:57 +0000)]
- Set the right Thread->WaitTime dring waits
- Initialize WaitBlock->Thread during thread creation.
- Make APCs queuable for the thread after it's created
- Enable Timer Block optimization since it works now. This allows us not to always set-up for each wait, since most of its fields can remain static.
- Properly link wait block together with the waitlist of the timer.
svn path=/trunk/; revision=20632
Christoph von Wittich [Fri, 6 Jan 2006 22:41:42 +0000 (22:41 +0000)]
buttons in page setup now working properly (for En and De only)
svn path=/trunk/; revision=20631
Gé van Geldorp [Fri, 6 Jan 2006 20:53:32 +0000 (20:53 +0000)]
Update status
svn path=/trunk/; revision=20630
Gé van Geldorp [Fri, 6 Jan 2006 20:44:09 +0000 (20:44 +0000)]
Sync to Wine-0_9_5:
Mike McCormack <mike@codeweavers.com>
- msiexec: Ignore the TRANSFORMS variable.
Ignore the TRANSFORMS variable when building a list of transforms for
advertising. The variable is used to apply transforms when installing.
svn path=/trunk/; revision=20628
Gé van Geldorp [Fri, 6 Jan 2006 20:42:46 +0000 (20:42 +0000)]
Sync to Wine-0_9_5:
Jacek Caban <jacek@codeweavers.com>
- urlmon: URL with two slashes is valid.
- urlmon: Added GetSecurityId implementation.
- urlmon: Removed not used code.
- urlmon: Use pluggable protocol for file protocol.
Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
- urlmon: Implement BindAsyncMoniker function.
svn path=/trunk/; revision=20627
Gé van Geldorp [Fri, 6 Jan 2006 20:35:12 +0000 (20:35 +0000)]
Sync to Wine-0_9_5:
Jacek Caban <jacek@codeweavers.com>
- shlwapi: Fix UrlCanonicalize.
- Added support for URL_FILE_USE_PATHURL.
- Fix handling of '/' and '\'.
Marcus Meissner <marcus@jet.franken.de>
- shlwapi: Print PathCombine* strings arguments in relay debugging.
svn path=/trunk/; revision=20626
Gé van Geldorp [Fri, 6 Jan 2006 20:30:08 +0000 (20:30 +0000)]
Sync to Wine-0_9_5:
Vitaliy Margolen <wine-patch@kievinfo.com>
- shell32: Create Local AppData for user profile.
Move history and internet tmp files to Local Settings.
- shell32: Update Russian resources.
Michael Jung <mjung@iss.tu-darmstadt.de>
- shell32: Helper function for unicode support in folder and file pidls.
- shell32/unixfs: Added unicode support in folder and file pidls.
svn path=/trunk/; revision=20625
Gé van Geldorp [Fri, 6 Jan 2006 20:24:26 +0000 (20:24 +0000)]
Sync to Wine-0_9_5:
Robert Shearman <rob@codeweavers.com>
- rpcrt4: Fix race condition in RpcServerListen.
The DontWait parameter is used for forcing the function not to wait
for the server to finish.
- rpcrt4: Implement callback conformance.
svn path=/trunk/; revision=20624
Gé van Geldorp [Fri, 6 Jan 2006 20:21:22 +0000 (20:21 +0000)]
Sync to Wine-0_9_5:
Mike McCormack <mike@codeweavers.com>
- riched20: Add newlines to ERR macro output.
svn path=/trunk/; revision=20623
Gé van Geldorp [Fri, 6 Jan 2006 20:20:32 +0000 (20:20 +0000)]
Sync to Wine-0_9_5:
Robert Shearman <rob@codeweavers.com>
- oleaut32: Convert some tabs to spaces and some other formatting changes.
- oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
Better tracing.
- ole: Improve typelib traces.
Move the debug channel check from dump_TLBFuncDesc[One] to its callers
for more flexibility in which channel controls the output.
- oleaut: Small re-organisation of ITypeInfo::Invoke.
Only output the one function in the trace for ITypeInfo::Invoke.
Process the return value on output in ITypeInfo::Invoke, but only copy
it to pVarResult if pVarResult is not NULL.
Mike McCormack <mike@codeweavers.com>
- oleaut32: Allow _invoke to handle up to 17 parameters.
svn path=/trunk/; revision=20622
Gé van Geldorp [Fri, 6 Jan 2006 20:19:21 +0000 (20:19 +0000)]
Sync to Wine-0_9_5:
Robert Shearman <rob@codeweavers.com>
- ole: Fix mis-handling of return value in StgStreamImpl_Read.
BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change
StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on
failure.
- ole: Check the return value of IStream_SetSize in IStream_Read.
Check the return value of IStream_SetSize in IStream_Read, since
otherwise execution could continue on and cause heap corruption.
svn path=/trunk/; revision=20621
Gé van Geldorp [Fri, 6 Jan 2006 20:14:15 +0000 (20:14 +0000)]
Sync to Wine-0_9_5:
Francois Gouget <fgouget@free.fr>
- Small documentation tweaks to avoid winapi_check warnings.
Mike McCormack <mike@codeweavers.com>
- msi: Change some FIXME messages to comments.
- msi: Add stub actions for CCPSearch and RMCCPSearch.
- msi: Fixes for the MaskedEdit control.
Allow MaskedEdit masks that aren't enclosed with <>.
Allow the MaskedEdit's edit controls to scroll a bit in case things
don't line up.
- msi: Subclass the Richedit control.
Send a "DoAction" control event when the user scrolls the text.
- msi: Implement the Reset control event.
- MSI: Improve the MsiGetMode stub a little.
- msi: Add a stub for MsiGetLastErrorRecord.
- msi: Define the property "Intel" if we're running on an Intel processor.
- msi: Apply any MSI transforms specified by the TRANSFORMS property.
Marcus Meissner <marcus@jet.franken.de>
- msi: Report the commandline that failed to start in ERR()s.
svn path=/trunk/; revision=20620
Gé van Geldorp [Fri, 6 Jan 2006 19:59:46 +0000 (19:59 +0000)]
Sync to Wine-0_9_5:
Vitaliy Margolen <wine-patch@kievinfo.com>
- comctl32: Listview - allow selection toggle with ctrl+space.
Robert Reif <reif@earthlink.net>
- comctl32: Create ipaddress in enabled state.
Thomas Weidenmueller <wine-patches@reactsoft.com>
- comctrl32: ReAlloc should be able to move memory blocks if necessary.
- comctl32: Fix error handling in PSM_ADDPAGE in case of memory
allocation failure.
svn path=/trunk/; revision=20619
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
Magnus Olsen [Fri, 6 Jan 2006 19:05:34 +0000 (19:05 +0000)]
fix a typo
svn path=/trunk/; revision=20617
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
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
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
Thomas Bluemel [Fri, 6 Jan 2006 15:42:12 +0000 (15:42 +0000)]
implemented ExpandEnvironmentStringsForUserA/W
svn path=/trunk/; revision=20612
James Tabor [Fri, 6 Jan 2006 14:50:56 +0000 (14:50 +0000)]
Removed DPRINT1, 8^D
svn path=/trunk/; revision=20611
James Tabor [Fri, 6 Jan 2006 14:23:26 +0000 (14:23 +0000)]
Revert, thx Thomas, wasnt sure.
svn path=/trunk/; revision=20610
James Tabor [Fri, 6 Jan 2006 13:57:38 +0000 (13:57 +0000)]
Should have placed extern in there.
svn path=/trunk/; revision=20609
Thomas Bluemel [Fri, 6 Jan 2006 11:58:17 +0000 (11:58 +0000)]
fixed uninitialized variable warnings
svn path=/trunk/; revision=20608
Hartmut Birr [Fri, 6 Jan 2006 11:36:43 +0000 (11:36 +0000)]
Fixed the register saving in ExfInterlockedCompareExchange64.
svn path=/trunk/; revision=20607
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
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
James Tabor [Fri, 6 Jan 2006 06:38:47 +0000 (06:38 +0000)]
Need extra proto.
svn path=/trunk/; revision=20604
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
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
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
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
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
Christoph von Wittich [Thu, 5 Jan 2006 23:26:43 +0000 (23:26 +0000)]
added german translation
svn path=/trunk/; revision=20598
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
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
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
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
Thomas Bluemel [Thu, 5 Jan 2006 22:24:28 +0000 (22:24 +0000)]
Fixed uninitialized variable warning with GCC4
svn path=/trunk/; revision=20593
Brandon Turner [Thu, 5 Jan 2006 22:18:31 +0000 (22:18 +0000)]
en.rc not En.rc
svn path=/trunk/; revision=20592
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
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
Ged Murphy [Thu, 5 Jan 2006 20:57:29 +0000 (20:57 +0000)]
Fix ugly toolbar colour
svn path=/trunk/; revision=20588
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
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
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
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
Royce Mitchell III [Thu, 5 Jan 2006 16:32:49 +0000 (16:32 +0000)]
fix msvc6 warnings
svn path=/trunk/; revision=20583
Alex Ionescu [Thu, 5 Jan 2006 16:30:20 +0000 (16:30 +0000)]
- Tabs not spaces.
svn path=/trunk/; revision=20582
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
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
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
Casper Hornstrup [Thu, 5 Jan 2006 15:29:08 +0000 (15:29 +0000)]
Identify TechBot to allow private messages
svn path=/trunk/; revision=20578
Alex Ionescu [Thu, 5 Jan 2006 15:17:54 +0000 (15:17 +0000)]
- Fix build.
svn path=/trunk/; revision=20577
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
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
Hervé Poussineau [Thu, 5 Jan 2006 13:40:05 +0000 (13:40 +0000)]
Add some exports to ntdll
svn path=/trunk/; revision=20574
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
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
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
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
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