reactos.git
19 years agoBUGFIX: Missing error handling in IntSetDIBits()
Royce Mitchell III [Sat, 18 Dec 2004 17:15:10 +0000 (17:15 +0000)]
BUGFIX: Missing error handling in IntSetDIBits()

svn path=/trunk/; revision=12184

19 years agoBUGFIX: EngCreateBitmap() - don't call GDIOBJ_SetOwnerShip() with invalid handle
Royce Mitchell III [Sat, 18 Dec 2004 17:12:32 +0000 (17:12 +0000)]
BUGFIX: EngCreateBitmap() - don't call GDIOBJ_SetOwnerShip() with invalid handle

svn path=/trunk/; revision=12183

19 years agoMerged most of the recent changes from the Wine edit control.
Steven Edwards [Sat, 18 Dec 2004 16:06:23 +0000 (16:06 +0000)]
Merged most of the recent changes from the Wine edit control.
We now pass all of the Wine edit regression tests.

Vitaliy Margolen <wine-patch@kievinfo.com>
- return "want all keys" for WM_GETDLGCODE when multi-line
- single-line edit control does not want all messages
- additional style combinations are possible for both multi-line and
  single-line edit controls
- tests to confirm it

James Hawkins <truiken@gmail.com>
Limit scrolling of the edit control to the last line of text.

Ulrich Czekalla <ulrich@codeweavers.com>
Handle painting the border if WS_EX_CLIENTEDGE is not set.

Ulrich Czekalla <ulrich@codeweavers.com>
Allow copying selection when control is read only.

svn path=/trunk/; revision=12182

19 years ago- PsUnblockThread must be called with dispatcher database lock held.
Hartmut Birr [Sat, 18 Dec 2004 15:52:51 +0000 (15:52 +0000)]
- PsUnblockThread must be called with dispatcher database lock held.

svn path=/trunk/; revision=12181

19 years agosilence debug message i accidently added
Thomas Bluemel [Sat, 18 Dec 2004 13:35:15 +0000 (13:35 +0000)]
silence debug message i accidently added

svn path=/trunk/; revision=12180

19 years agoguard SetConsoleInputExeNameW() with SEH to properly release the console lock in...
Thomas Bluemel [Sat, 18 Dec 2004 13:33:09 +0000 (13:33 +0000)]
guard SetConsoleInputExeNameW() with SEH to properly release the console lock in case of failure

svn path=/trunk/; revision=12179

19 years agoImplement NtAllocateUuids() partially.
Eric Kohl [Sat, 18 Dec 2004 13:27:58 +0000 (13:27 +0000)]
Implement NtAllocateUuids() partially.

svn path=/trunk/; revision=12178

19 years agoimplemented undocumented GetConsoleInputExeNameA/W() and SetConsoleInputExeNameA...
Thomas Bluemel [Sat, 18 Dec 2004 13:26:57 +0000 (13:26 +0000)]
implemented undocumented GetConsoleInputExeNameA/W() and SetConsoleInputExeNameA/W() used by NT's cmd.exe

svn path=/trunk/; revision=12177

19 years ago- Allocated a zero filled memory block for the font.
Hartmut Birr [Sat, 18 Dec 2004 11:05:03 +0000 (11:05 +0000)]
- Allocated a zero filled memory block for the font.
- Restored Ge's last changes.

svn path=/trunk/; revision=12176

19 years agoRollback last change
Gé van Geldorp [Sat, 18 Dec 2004 09:39:14 +0000 (09:39 +0000)]
Rollback last change

svn path=/trunk/; revision=12175

19 years agoAdded a few forwards to ws2_32.
Art Yerkes [Sat, 18 Dec 2004 01:17:35 +0000 (01:17 +0000)]
Added a few forwards to ws2_32.

svn path=/trunk/; revision=12172

19 years agoIntReadConsole: in case of unicode read, not all chars were copied
Gunnar Dalsnes [Sat, 18 Dec 2004 00:28:16 +0000 (00:28 +0000)]
IntReadConsole: in case of unicode read, not all chars were copied
W2k cmd.exe now works for me

svn path=/trunk/; revision=12171

19 years ago- Fix issues with DCE clip region ownership.
Filip Navara [Fri, 17 Dec 2004 19:42:46 +0000 (19:42 +0000)]
- Fix issues with DCE clip region ownership.

svn path=/trunk/; revision=12170

19 years agoBUGFIX: stabs lookup ( particularly line # lookup )
Royce Mitchell III [Fri, 17 Dec 2004 17:51:57 +0000 (17:51 +0000)]
BUGFIX: stabs lookup ( particularly line # lookup )

svn path=/trunk/; revision=12169

19 years agoPass parameters in correct order
Gé van Geldorp [Fri, 17 Dec 2004 17:40:29 +0000 (17:40 +0000)]
Pass parameters in correct order

svn path=/trunk/; revision=12168

19 years ago- Don't allow changing ownership of foreign GDI handles.
Filip Navara [Fri, 17 Dec 2004 15:12:37 +0000 (15:12 +0000)]
- Don't allow changing ownership of foreign GDI handles.

svn path=/trunk/; revision=12167

19 years ago- Fix ownership issues with DCEs.
Filip Navara [Fri, 17 Dec 2004 14:44:19 +0000 (14:44 +0000)]
- Fix ownership issues with DCEs.

svn path=/trunk/; revision=12166

19 years agocompletely rewritten PagedPool.
Royce Mitchell III [Fri, 17 Dec 2004 13:20:05 +0000 (13:20 +0000)]
completely rewritten PagedPool.
- more than 800% faster
- support for multiple pools (SpecialPool, etc anyone?)
- can be used for NPool if wanted, too
- tries not to immediately reallocate a block that's just freed for allocations of <= 512 (helps find memory abusers)

svn path=/trunk/; revision=12165

19 years agoRemove unused defines and structures.
Gregor Anich [Fri, 17 Dec 2004 13:19:44 +0000 (13:19 +0000)]
Remove unused defines and structures.

svn path=/trunk/; revision=12164

19 years agoDon't mess with WNDCLASS contents if class doesn't exist
Gé van Geldorp [Fri, 17 Dec 2004 09:56:10 +0000 (09:56 +0000)]
Don't mess with WNDCLASS contents if class doesn't exist

svn path=/trunk/; revision=12163

19 years agoInclude link to IoCsq...() funcs
Aleksey Bragin [Fri, 17 Dec 2004 07:31:11 +0000 (07:31 +0000)]
Include link to IoCsq...() funcs

svn path=/trunk/; revision=12162

19 years agoIntReadConsole: don't tell we failed just because we didn't fill up the read buffer!
Gunnar Dalsnes [Fri, 17 Dec 2004 00:44:46 +0000 (00:44 +0000)]
IntReadConsole: don't tell we failed just because we didn't fill up the read buffer!

svn path=/trunk/; revision=12161

19 years agoSimplify time conversion functions.
Eric Kohl [Thu, 16 Dec 2004 23:46:41 +0000 (23:46 +0000)]
Simplify time conversion functions.

svn path=/trunk/; revision=12160

19 years agoRemove 'unassigned' error codes.
Eric Kohl [Thu, 16 Dec 2004 23:06:07 +0000 (23:06 +0000)]
Remove 'unassigned' error codes.

svn path=/trunk/; revision=12159

19 years agoImplement NtFlushInstructionCache()
Gé van Geldorp [Thu, 16 Dec 2004 22:36:09 +0000 (22:36 +0000)]
Implement NtFlushInstructionCache()

svn path=/trunk/; revision=12158

19 years agoAdded regex support
Steven Edwards [Thu, 16 Dec 2004 18:37:28 +0000 (18:37 +0000)]
Added regex support

svn path=/trunk/; revision=12157

19 years agoWe need this for now.
Steven Edwards [Thu, 16 Dec 2004 18:02:32 +0000 (18:02 +0000)]
We need this for now.

svn path=/trunk/; revision=12156

19 years agoThis should not be in CVS
Steven Edwards [Thu, 16 Dec 2004 18:01:14 +0000 (18:01 +0000)]
This should not be in CVS

svn path=/trunk/; revision=12155

19 years agoKJK::Hyperion has PSEH'ifyed msc.c
Steven Edwards [Thu, 16 Dec 2004 17:50:36 +0000 (17:50 +0000)]
KJK::Hyperion has PSEH'ifyed msc.c

svn path=/trunk/; revision=12154

19 years agoFirst shot at importing dbghelp. Its broken. Dont enable it
Steven Edwards [Thu, 16 Dec 2004 17:42:10 +0000 (17:42 +0000)]
First shot at importing dbghelp. Its broken. Dont enable it
until KJK and Alex have a look.

svn path=/trunk/; revision=12153

19 years agoadd dbghelp.h and cvconst.h for importing dbghelp.dll
Steven Edwards [Thu, 16 Dec 2004 17:34:54 +0000 (17:34 +0000)]
add dbghelp.h and cvconst.h for importing dbghelp.dll

svn path=/trunk/; revision=12152

19 years ago-link heaps together instead of using stupid table past peb
Gunnar Dalsnes [Thu, 16 Dec 2004 15:10:01 +0000 (15:10 +0000)]
-link heaps together instead of using stupid table past peb
-RtlValidateProcessHeaps/RtlGetProcessHeaps/RtlEnumProcessHeaps  didn't process all heaps
-correct RtlDestroyHeap proto. / return value
All changes based on Wine

svn path=/trunk/; revision=12151

19 years agoWe can arrive here early on, before the filter is set. Check for a null
Art Yerkes [Thu, 16 Dec 2004 07:50:06 +0000 (07:50 +0000)]
We can arrive here early on, before the filter is set.  Check for a null
filter.

svn path=/trunk/; revision=12150

19 years agoFreeldr will not load a UI if Timeout = 0, and will instead immediately load the...
Alex Ionescu [Thu, 16 Dec 2004 07:09:33 +0000 (07:09 +0000)]
Freeldr will not load a UI if Timeout = 0, and will instead immediately load the default OS.

svn path=/trunk/; revision=12149

19 years agoSet default Freeldr Timeout to 5 seconds (requested).
Alex Ionescu [Thu, 16 Dec 2004 07:08:48 +0000 (07:08 +0000)]
Set default Freeldr Timeout to 5 seconds (requested).

svn path=/trunk/; revision=12148

19 years ago- Implemented SwitchToThisWindow, not 100% correct more then likely...but it should...
Richard Campbell [Thu, 16 Dec 2004 03:57:35 +0000 (03:57 +0000)]
- Implemented SwitchToThisWindow, not 100% correct more then likely...but it should work well enough, considering the function is deprecated.
- Implemented BringWindowToTop

svn path=/trunk/; revision=12147

19 years agoadd InternetOpenUrlA/W stubs
Gunnar Dalsnes [Thu, 16 Dec 2004 03:00:06 +0000 (03:00 +0000)]
add InternetOpenUrlA/W stubs

svn path=/trunk/; revision=12146

19 years agoFinal Touchups:
Richard Campbell [Thu, 16 Dec 2004 02:09:16 +0000 (02:09 +0000)]
Final Touchups:
- Removed potential copyrighted microsoft icon.  Replaced with ROS icon.

TODO:
 - localize
 - implement code that makes the cpl work
 - sleep.

svn path=/trunk/; revision=12145

19 years ago- Added the remaining two dialog layouts
Richard Campbell [Thu, 16 Dec 2004 01:56:53 +0000 (01:56 +0000)]
- Added the remaining two dialog layouts

svn path=/trunk/; revision=12144

19 years ago- center some things that i realized weren't centered when actually RUNNING the cpl...
Richard Campbell [Thu, 16 Dec 2004 01:26:06 +0000 (01:26 +0000)]
- center some things that i realized weren't centered when actually RUNNING the cpl. (damn visual studio...)

svn path=/trunk/; revision=12143

19 years ago- oops...
Richard Campbell [Thu, 16 Dec 2004 01:12:40 +0000 (01:12 +0000)]
- oops...
- added screen saver controls

svn path=/trunk/; revision=12142

19 years ago- added background page controls...no code yet, just the resources.
Richard Campbell [Thu, 16 Dec 2004 00:51:01 +0000 (00:51 +0000)]
- added background page controls...no code yet, just the resources.

svn path=/trunk/; revision=12141

19 years ago- Removed extra 'properties' in window caption.
Richard Campbell [Thu, 16 Dec 2004 00:21:40 +0000 (00:21 +0000)]
- Removed extra 'properties' in window caption.

svn path=/trunk/; revision=12140

19 years agorevert change from lastnight.
Steven Edwards [Wed, 15 Dec 2004 23:34:37 +0000 (23:34 +0000)]
revert change from lastnight.

svn path=/trunk/; revision=12139

19 years agoFix GetInheritanceSource[A/W] signature.
Eric Kohl [Wed, 15 Dec 2004 14:23:11 +0000 (14:23 +0000)]
Fix GetInheritanceSource[A/W] signature.

svn path=/trunk/; revision=12138

19 years agoRemove aclapi.h from include. User the w32api version instead.
Eric Kohl [Wed, 15 Dec 2004 14:13:34 +0000 (14:13 +0000)]
Remove aclapi.h from include. User the w32api version instead.

svn path=/trunk/; revision=12137

19 years agoImplement simple trustee functions:
Eric Kohl [Wed, 15 Dec 2004 12:29:36 +0000 (12:29 +0000)]
Implement simple trustee functions:
 - BuildImpersonateTrustee[A/W]
 - GetMultipleTrustee[A/W]
 - GetMultipleTrusteeOperation[A/W]
 - GetTrusteeForm[A/W]
 - GetTrusteeName[A/W]
 - GetTrusteeType[A/W]

svn path=/trunk/; revision=12136

19 years agoAllocate correct amount of memory.
Gé van Geldorp [Wed, 15 Dec 2004 11:34:52 +0000 (11:34 +0000)]
Allocate correct amount of memory.
Fixes bug 451.

svn path=/trunk/; revision=12135

19 years agoadd notepad to the bootcd
Steven Edwards [Wed, 15 Dec 2004 06:10:24 +0000 (06:10 +0000)]
add notepad to the bootcd

svn path=/trunk/; revision=12134

19 years agoDisable check for invalid chars in string.
Steven Edwards [Wed, 15 Dec 2004 05:27:17 +0000 (05:27 +0000)]
Disable check for invalid chars in string.

svn path=/trunk/; revision=12133

19 years agoMoved notepad to main CVS module.
Steven Edwards [Wed, 15 Dec 2004 05:09:32 +0000 (05:09 +0000)]
Moved notepad to main CVS module.

svn path=/trunk/; revision=12132

19 years agoAdd notepad to the makefile
Steven Edwards [Wed, 15 Dec 2004 05:08:44 +0000 (05:08 +0000)]
Add notepad to the makefile

svn path=/trunk/; revision=12131

19 years agoAdded Wine notepad to main tree.
Steven Edwards [Wed, 15 Dec 2004 05:07:53 +0000 (05:07 +0000)]
Added Wine notepad to main tree.

svn path=/trunk/; revision=12130

19 years agochange a few #ifdefs to allow loading of SYM files for user modules in DBG builds
Royce Mitchell III [Wed, 15 Dec 2004 03:00:33 +0000 (03:00 +0000)]
change a few #ifdefs to allow loading of SYM files for user modules in DBG builds

svn path=/trunk/; revision=12129

19 years agofilter out invalid S_FUN entries
Royce Mitchell III [Wed, 15 Dec 2004 02:24:35 +0000 (02:24 +0000)]
filter out invalid S_FUN entries

svn path=/trunk/; revision=12128

19 years agoRSYM: force all sym files to have 0-based function offsets.
Royce Mitchell III [Wed, 15 Dec 2004 01:49:37 +0000 (01:49 +0000)]
RSYM: force all sym files to have 0-based function offsets.
NTOSKRNL: look for 0-based offsets instead of absolute offsets.

svn path=/trunk/; revision=12127

19 years ago- Implement NtUserMonitorFromWindow.
Filip Navara [Tue, 14 Dec 2004 23:38:14 +0000 (23:38 +0000)]
- Implement NtUserMonitorFromWindow.

svn path=/trunk/; revision=12126

19 years ago- Fix bug in IntCallHookProc for window classes specified with atom.
Filip Navara [Tue, 14 Dec 2004 23:14:15 +0000 (23:14 +0000)]
- Fix bug in IntCallHookProc for window classes specified with atom.

svn path=/trunk/; revision=12125

19 years ago2004-12-14 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Tue, 14 Dec 2004 22:57:35 +0000 (22:57 +0000)]
2004-12-14  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/freetype/rosglue.c: Use native line-endings.
* drivers/lib/bzip2/sample2.ref: Ditto.
* lib/freetype/builds/mac/ftlib.prj: Ditto.
* apps/utils/net/telnet/src/tnmsg.h: Ditto.

svn path=/trunk/; revision=12124

19 years agoThis is a generated file, doesn't belong in CVS
Gé van Geldorp [Tue, 14 Dec 2004 22:27:02 +0000 (22:27 +0000)]
This is a generated file, doesn't belong in CVS

svn path=/trunk/; revision=12123

19 years agoFixed compilation with GCC 3.4.2
Gregor Anich [Tue, 14 Dec 2004 22:15:52 +0000 (22:15 +0000)]
Fixed compilation with GCC 3.4.2

svn path=/trunk/; revision=12122

19 years agoimplemented GetUserNameA()
Thomas Bluemel [Tue, 14 Dec 2004 22:11:16 +0000 (22:11 +0000)]
implemented GetUserNameA()

svn path=/trunk/; revision=12121

19 years agoCleaned up a bit. Sorry, I should edit more carefully.
Art Yerkes [Tue, 14 Dec 2004 21:56:44 +0000 (21:56 +0000)]
Cleaned up a bit.  Sorry, I should edit more carefully.

svn path=/trunk/; revision=12120

19 years agofixed typo in comment
Thomas Bluemel [Tue, 14 Dec 2004 21:26:53 +0000 (21:26 +0000)]
fixed typo in comment

svn path=/trunk/; revision=12119

19 years agoimplemented LookupAccountSidA()
Thomas Bluemel [Tue, 14 Dec 2004 21:25:21 +0000 (21:25 +0000)]
implemented LookupAccountSidA()

svn path=/trunk/; revision=12118

19 years agoUpdate files from WineHq.
James Tabor [Tue, 14 Dec 2004 20:42:02 +0000 (20:42 +0000)]
Update files from WineHq.

svn path=/trunk/; revision=12117

19 years agoMake GDB work again
Gé van Geldorp [Tue, 14 Dec 2004 10:18:57 +0000 (10:18 +0000)]
Make GDB work again

svn path=/trunk/; revision=12116

19 years agoStore interface speed to retrieve later.
Art Yerkes [Tue, 14 Dec 2004 08:00:48 +0000 (08:00 +0000)]
Store interface speed to retrieve later.

svn path=/trunk/; revision=12115

19 years agoimplemented LookupAccountSidW() thx to the help of Alex Ionescu - this function is...
Royce Mitchell III [Tue, 14 Dec 2004 06:40:50 +0000 (06:40 +0000)]
implemented LookupAccountSidW() thx to the help of Alex Ionescu - this function is needed for GetUserNameA/W().

svn path=/trunk/; revision=12114

19 years agoASSERT parameter assumptions
Royce Mitchell III [Tue, 14 Dec 2004 04:55:43 +0000 (04:55 +0000)]
ASSERT parameter assumptions

svn path=/trunk/; revision=12113

19 years agoBUGFIX: bad params to MouseSafetyOnDrawStart() in IntEngTransparentBlt(), also ASSERT...
Royce Mitchell III [Tue, 14 Dec 2004 04:40:16 +0000 (04:40 +0000)]
BUGFIX: bad params to MouseSafetyOnDrawStart() in IntEngTransparentBlt(), also ASSERT parameter assumptions

svn path=/trunk/; revision=12112

19 years agoASSERT parameter assumptions in IntEngLineTo()
Royce Mitchell III [Tue, 14 Dec 2004 04:30:58 +0000 (04:30 +0000)]
ASSERT parameter assumptions in IntEngLineTo()

svn path=/trunk/; revision=12111

19 years agoASSERT parameter assumptions in IntEngGradientFill()
Royce Mitchell III [Tue, 14 Dec 2004 04:26:49 +0000 (04:26 +0000)]
ASSERT parameter assumptions in IntEngGradientFill()

svn path=/trunk/; revision=12110

19 years agoASSERT parameter assumptions in EngCopyBits()
Royce Mitchell III [Tue, 14 Dec 2004 04:22:00 +0000 (04:22 +0000)]
ASSERT parameter assumptions in EngCopyBits()

svn path=/trunk/; revision=12109

19 years agofix infinite loop in KeRosDumpStackFrames()
Royce Mitchell III [Tue, 14 Dec 2004 03:46:10 +0000 (03:46 +0000)]
fix infinite loop in KeRosDumpStackFrames()

svn path=/trunk/; revision=12108

19 years agoASSERT parameter assumptions in IntEngStretchBlt() and IntEngMaskBlt()
Royce Mitchell III [Tue, 14 Dec 2004 03:36:46 +0000 (03:36 +0000)]
ASSERT parameter assumptions in IntEngStretchBlt() and IntEngMaskBlt()

svn path=/trunk/; revision=12107

19 years agoIntEngBitBlt() ASSERT() some assumptions
Royce Mitchell III [Tue, 14 Dec 2004 03:28:34 +0000 (03:28 +0000)]
IntEngBitBlt() ASSERT() some assumptions

svn path=/trunk/; revision=12106

19 years agocame across small potential kmode crash while researching another bug fix
Royce Mitchell III [Tue, 14 Dec 2004 03:23:14 +0000 (03:23 +0000)]
came across small potential kmode crash while researching another bug fix

svn path=/trunk/; revision=12105

19 years agoSTATUSBAR_SetTextT:
Gunnar Dalsnes [Tue, 14 Dec 2004 01:12:51 +0000 (01:12 +0000)]
STATUSBAR_SetTextT:
-ntext wasn't freed on return if text was unicode
-part->text was allways freed, but if the previous style was SBT_OWNERDRAW, part->text would contain 32bit data (not a buffer ptr.)

svn path=/trunk/; revision=12104

19 years agozw.h: correct ZwDuplicateToken proto.
Gunnar Dalsnes [Tue, 14 Dec 2004 00:41:24 +0000 (00:41 +0000)]
zw.h: correct ZwDuplicateToken proto.
advapi32\token\token.c: DuplicateTokenEx: pass correct values to NtDuplicateToken
security.c: RtlImpersonateSelf: pass correct values to NtDuplicateToken
ntoskrnl\token.c:
-NtSetInformationToken: lie and say we succeded
-NtDuplicateToken: don't deref. nullpointer

svn path=/trunk/; revision=12103

19 years agosorry for defining structures twice...
Thomas Bluemel [Tue, 14 Dec 2004 00:00:41 +0000 (00:00 +0000)]
sorry for defining structures twice...

svn path=/trunk/; revision=12102

19 years ago- Modify RtlGetNtVersionNumbers to allow loading of WinXP SP2 MSVCRT.DLL.
Filip Navara [Mon, 13 Dec 2004 23:11:13 +0000 (23:11 +0000)]
- Modify RtlGetNtVersionNumbers to allow loading of WinXP SP2 MSVCRT.DLL.

svn path=/trunk/; revision=12101

19 years agocache free gdi handles
Thomas Bluemel [Mon, 13 Dec 2004 21:59:28 +0000 (21:59 +0000)]
cache free gdi handles

svn path=/trunk/; revision=12100

19 years ago- Remove duplicate typedefs.
Filip Navara [Mon, 13 Dec 2004 21:45:36 +0000 (21:45 +0000)]
- Remove duplicate typedefs.

svn path=/trunk/; revision=12099

19 years agoI had put an IOSB on the stack in TdiConnect. Now we use a PendingIrp
Art Yerkes [Mon, 13 Dec 2004 21:20:38 +0000 (21:20 +0000)]
I had put an IOSB on the stack in TdiConnect.  Now we use a PendingIrp
struct that associates it with an IRP.  Better.

svn path=/trunk/; revision=12098

19 years ago- Remove Wine-isms from the profile code.
Eric Kohl [Mon, 13 Dec 2004 21:16:26 +0000 (21:16 +0000)]
- Remove Wine-isms from the profile code.
- Wrap single-line if-statements.
- Cleanup the indentation.

svn path=/trunk/; revision=12097

19 years agoDon't link kernel32.dll against wine.a.
Eric Kohl [Mon, 13 Dec 2004 21:11:45 +0000 (21:11 +0000)]
Don't link kernel32.dll against wine.a.

svn path=/trunk/; revision=12096

19 years agoforgot this file
Thomas Bluemel [Mon, 13 Dec 2004 20:53:25 +0000 (20:53 +0000)]
forgot this file

svn path=/trunk/; revision=12095

19 years agoAdded stack frames and Tag printing to used blocks. This allows redzone
Art Yerkes [Mon, 13 Dec 2004 20:11:08 +0000 (20:11 +0000)]
Added stack frames and Tag printing to used blocks.  This allows redzone
violations on used blocks to tell where the block was allocated.

svn path=/trunk/; revision=12094

19 years agoAllocate a final WCHAR for the NUL put on by wcsncat.
Art Yerkes [Mon, 13 Dec 2004 20:09:26 +0000 (20:09 +0000)]
Allocate a final WCHAR for the NUL put on by wcsncat.

svn path=/trunk/; revision=12093

19 years agoadded stubs for SetSecurityInfo(), GetInheritanceSourceA/W() and FreeInheritedFromArray()
Thomas Bluemel [Mon, 13 Dec 2004 19:06:28 +0000 (19:06 +0000)]
added stubs for SetSecurityInfo(), GetInheritanceSourceA/W() and FreeInheritedFromArray()

svn path=/trunk/; revision=12092

19 years ago- Replaced HeapAlloc, HeapFree and HeapReAlloc with alloc, free and realloc.
Hartmut Birr [Mon, 13 Dec 2004 18:30:08 +0000 (18:30 +0000)]
- Replaced HeapAlloc, HeapFree and HeapReAlloc with alloc, free and realloc.

svn path=/trunk/; revision=12091

19 years agocvs maintainance
Thomas Bluemel [Mon, 13 Dec 2004 18:20:28 +0000 (18:20 +0000)]
cvs maintainance

svn path=/trunk/; revision=12090

19 years agocvs maintainance
Thomas Bluemel [Mon, 13 Dec 2004 18:06:39 +0000 (18:06 +0000)]
cvs maintainance

svn path=/trunk/; revision=12089

19 years agoI was wrong, MiniSendComplete shouldn't be called at all by NDIS except if explicitly...
Filip Navara [Mon, 13 Dec 2004 17:16:36 +0000 (17:16 +0000)]
I was wrong, MiniSendComplete shouldn't be called at all by NDIS except if explicitly asked to by the miniport (in pending case).

svn path=/trunk/; revision=12088

19 years agoREVERT:
Filip Navara [Mon, 13 Dec 2004 17:13:24 +0000 (17:13 +0000)]
REVERT:
- Don't call ProtocolSendComplete after NdisSend (NDIS should call it).

svn path=/trunk/; revision=12087

19 years ago- Don't call ProtocolSendComplete after NdisSend (NDIS should call it).
Filip Navara [Mon, 13 Dec 2004 16:53:38 +0000 (16:53 +0000)]
- Don't call ProtocolSendComplete after NdisSend (NDIS should call it).

svn path=/trunk/; revision=12086

19 years agoMiniSendComplete should be called if MiniportSend routine returns STATUS_SUCCESS...
Filip Navara [Mon, 13 Dec 2004 16:50:21 +0000 (16:50 +0000)]
MiniSendComplete should be called if MiniportSend routine returns STATUS_SUCCESS even for deserialized miniports.

svn path=/trunk/; revision=12085

19 years ago- Fix compilation errors with GCC 4.0-20041205.
Filip Navara [Mon, 13 Dec 2004 16:36:39 +0000 (16:36 +0000)]
- Fix compilation errors with GCC 4.0-20041205.

svn path=/trunk/; revision=12084

19 years ago- Fix compilation errors with GCC 4.0-20041205.
Filip Navara [Mon, 13 Dec 2004 15:39:52 +0000 (15:39 +0000)]
- Fix compilation errors with GCC 4.0-20041205.

svn path=/trunk/; revision=12082