Gé van Geldorp
59904f6ca5
Forgotten file in r13928
...
svn path=/trunk/; revision=14270
2005-03-22 19:32:17 +00:00
Thomas Bluemel
7a236ead2e
forgot this file
...
svn path=/trunk/; revision=14269
2005-03-22 17:46:44 +00:00
Thomas Bluemel
8d780ebc45
fixed a few race conditions during thread/process termination leading to dead-locks
...
svn path=/trunk/; revision=14268
2005-03-22 17:32:15 +00:00
Thomas Bluemel
c0b7a5108d
improve readability by removing obsolete gotos and for loops where appropriate
...
svn path=/trunk/; revision=14267
2005-03-22 17:17:02 +00:00
Alex Ionescu
2700763b70
Fix really really big Mutex/APC bug. Killing GUI Threads from taskmanager should now work flawlessly, and gui apps should work better; the bug had probably tiny important impact in them
...
svn path=/trunk/; revision=14264
2005-03-22 03:06:03 +00:00
Thomas Bluemel
efa9275d99
forgot to remove debug messages
...
svn path=/trunk/; revision=14263
2005-03-22 03:05:46 +00:00
Thomas Bluemel
ef30b93924
silence obsolete debug message
...
svn path=/trunk/; revision=14262
2005-03-22 02:35:54 +00:00
Thomas Bluemel
a642687b55
fixed thread/process termination bugs that might have caused crashes. due to a apc bug gui threads terminating gui threads doesn't work. Alex is going to take care of it.
...
svn path=/trunk/; revision=14261
2005-03-22 02:32:14 +00:00
Hervé Poussineau
fe8ad2a13b
Sylvain Petreolle <spetreolle@yahoo.fr>
...
- Translate sysdm.cpl into french
- Fix misplaced icons and text boxes
- Add default values into network identification
svn path=/trunk/; revision=14260
2005-03-21 23:37:02 +00:00
Aleksey Bragin
9cc07a82a9
Nice "About Explorer" icon, by Mindflyer.
...
svn path=/trunk/; revision=14259
2005-03-21 22:10:10 +00:00
Hervé Poussineau
725a3c2f57
Change REG_MULTI_SZ entry values to readable form.
...
svn path=/trunk/; revision=14258
2005-03-21 22:07:06 +00:00
Filip Navara
8c984877c4
Move the process object dereference from NtTerminateProcess to PspExitProcess (comments inside).
...
svn path=/trunk/; revision=14257
2005-03-21 21:33:31 +00:00
Filip Navara
49b1d66ec3
- Advance the CurrentEntry pointer before terminating thread in PspTerminateProcessThreads.
...
- Lock the process in NtTerminateProcess to prevent race conditions.
svn path=/trunk/; revision=14256
2005-03-21 20:11:52 +00:00
Gunnar Dalsnes
561b4db8e9
readd incorrectly removed access mapping
...
svn path=/trunk/; revision=14255
2005-03-21 17:13:55 +00:00
Gunnar Dalsnes
4dcc066ed7
CopyAcceleratorTableA: dont access lpAccelDst it its NULL (w3seek)
...
svn path=/trunk/; revision=14254
2005-03-21 17:11:48 +00:00
Gregor Anich
0ac49e9d42
Use a work item only for calling KdSystemDebugControl with code 10 (which is Tab + K, or "Enter Kernel Debugger") because sometimes when the system crashes work items do not work anymore. Thanks to Filip for pointing out the problem.
...
svn path=/trunk/; revision=14253
2005-03-21 17:09:06 +00:00
Hervé Poussineau
160084df80
Based on work by Saveliy Tretiakov (saveliyt@mail.ru)
...
Implement IOCTL_SERIAL_GET_PROPERTIES
svn path=/trunk/; revision=14252
2005-03-21 12:41:54 +00:00
Hervé Poussineau
28a24e8079
- Implement GetCommProperties (Saveliy Tretiakov <saveliyt@mail.ru>)
...
- Remove a test in GetCommState that shouldn't exist
svn path=/trunk/; revision=14251
2005-03-21 10:32:15 +00:00
Filip Navara
e5d49d1493
Fix a typo in write_function_stubs.
...
svn path=/trunk/; revision=14250
2005-03-21 08:43:01 +00:00
Filip Navara
07647a0b62
Specify correct access rights in NtOpenProcess when sending control events.
...
svn path=/trunk/; revision=14249
2005-03-21 08:32:22 +00:00
Filip Navara
fd19aa00e6
Correctly draw the titlebar as active or inactive during the processing of WM_NCACTIVATE message.
...
svn path=/trunk/; revision=14248
2005-03-21 01:59:21 +00:00
Filip Navara
2315100314
- Cleanup DefWndDoButton function.
...
- Fix some loops where GetMessage was inadvertently used.
svn path=/trunk/; revision=14247
2005-03-21 01:34:02 +00:00
Filip Navara
3a6ab460dd
- Move WINDOWOBJECT_NEED_INTERNALPAINT flag handling to NtGdiBeginPaint.
...
- Fix IntGetPaintMessage to not return TRUE when no message was returned.
- IntIsWindowDirty shouldn't check for the WINDOWOBJECT_NEED_NCPAINT flag (at least not now).
svn path=/trunk/; revision=14246
2005-03-21 00:55:16 +00:00
Emanuele Aliberti
b1367292b1
cleaned a wrong comment (copy&paste)
...
svn path=/trunk/; revision=14245
2005-03-20 23:01:48 +00:00
Emanuele Aliberti
a90ec8327c
SM: init system reading the registry
...
CSR: register with SM for IMAGE_SUBSYSTEM_WINDOWS_CUI
svn path=/trunk/; revision=14244
2005-03-20 22:55:05 +00:00
Filip Navara
8b0ad6b22f
Minor correction to my r14237 commit. Forgot to delete "++".
...
svn path=/trunk/; revision=14239
2005-03-20 21:44:58 +00:00
Filip Navara
a9c2167a20
Reorder the source file lists so we, lousy people, building with DEPENDENCIES=no can also enjoy the blessing of the PnP gods.
...
svn path=/trunk/; revision=14238
2005-03-20 21:40:00 +00:00
Filip Navara
17a549a975
Generate code without L-value casts.
...
svn path=/trunk/; revision=14237
2005-03-20 21:35:12 +00:00
Thomas Bluemel
86a52339fb
revert changes from CreateFileA
...
svn path=/trunk/; revision=14236
2005-03-20 20:46:16 +00:00
Eric Kohl
b718e3cc4e
- Add stubs: CM_GetChild, CM_GetChild_Ex, CM_GetParent, CM_GetPaarent_Ex, CM_GetSibling, CM_GetSibling_Ex, CM_Locate_DevNodeA, CM_Locate_DevNodeW, CM_Locate_DevNode_ExA, CM_Locate_DevNode_ExW
...
- Implement: CM_GetVersion, CM_GetVersion_Ex, CM_Connect_MachineA, CM_Connect_MachineW, CM_Disconnect_Machine.
- Implement RPC server in umpnpmgr.dll to reply to calls to CM_GetVersion/CM_GetVersion_Ex.
svn path=/trunk/; revision=14235
2005-03-20 20:43:46 +00:00
Filip Navara
a0da8855ea
There's no need to call PropertySheet twice.
...
svn path=/trunk/; revision=14234
2005-03-20 20:28:19 +00:00
Thomas Bluemel
b407470ef1
added support for template directories (copy ntfs extended attributes) to CreateDirectoryEx()
...
svn path=/trunk/; revision=14233
2005-03-20 20:27:56 +00:00
Filip Navara
34484a48d9
Initialize the "toc" field in the pdb_lookup structure in order
...
to prevent pdb_free_lookup from trying to delete invalid pointers.
svn path=/trunk/; revision=14232
2005-03-20 19:11:52 +00:00
Thomas Bluemel
0f4cfdb301
- added support for template files (copy ntfs extended attributes) to CreateFile()
...
- mask out file flags from dwFlagsAndAttributes before passing them to NtCreateFile as file attributes
svn path=/trunk/; revision=14231
2005-03-20 18:55:54 +00:00
Filip Navara
b4d371d7d2
Don't use uninitialized variable in _SHExpandEnvironmentStrings.
...
svn path=/trunk/; revision=14230
2005-03-20 18:40:57 +00:00
Hervé Poussineau
e8ecbebd7d
Based on work by Mark Junker <mjscod@gmx.de>
...
- Detect UART type
- Clear transmit/receive FIFO if applicable
svn path=/trunk/; revision=14229
2005-03-20 18:30:09 +00:00
Magnus Olsen
0936234d7d
LPUNKNOWN pUnkOuter did check it was NULL and return
...
forget it should be not equal with NULL it return
thx to mifritscher did the first test to find my mistake
svn path=/trunk/; revision=14228
2005-03-20 18:20:59 +00:00
Gunnar Dalsnes
124f38a790
GetBinaryTypeA, CopyFileExA, CreateFileA, DeleteFileA, MoveFileWithProgressA: Use common A2W conv. routines
...
svn path=/trunk/; revision=14227
2005-03-20 17:39:11 +00:00
Gunnar Dalsnes
de75c774c3
removed faulty FilenameA2U (returned ptr to stack var)
...
remove faulty init of StaticUnicodeString (now done in ntdll)
svn path=/trunk/; revision=14226
2005-03-20 17:26:58 +00:00
Magnus Olsen
08482c30b1
start add hardware interface to hal
...
we now map the hal to directdraw
follow api are implement in the ddraw for hal
but all hal api are not implement in the kernel
if you got louky it maby working with nvida driver now.
untested yet.
svn path=/trunk/; revision=14225
2005-03-20 17:24:11 +00:00
Gunnar Dalsnes
bab510233f
init StaticUnicodeString
...
svn path=/trunk/; revision=14224
2005-03-20 17:22:24 +00:00
Thomas Bluemel
de138c3bb4
- fixed access rights and shared access checks in IoSetShareAccess()
...
- remove obsolete checks in IoCheckShareAccess() and IoUpdateShareAccess() to simplify them
svn path=/trunk/; revision=14223
2005-03-20 15:54:22 +00:00
Thomas Bluemel
8b9646ca2a
- only mask out the generic rights flags in RtlMapGenericMask()
...
- only deny access when requested rights can't be granted in IoCheckDesiredAccess()
svn path=/trunk/; revision=14222
2005-03-20 13:53:54 +00:00
Magnus Olsen
fb157f301a
this waring break the head for me
...
pnp.c:141: warning: 'Affinity' might be used uninitialized in this function
{standard input}: Assembler messages:
initialized it with Affinity = 0;
svn path=/trunk/; revision=14221
2005-03-20 13:32:27 +00:00
Filip Navara
d73103f0f2
Fix a cut & paste error.
...
svn path=/trunk/; revision=14220
2005-03-20 13:10:57 +00:00
Filip Navara
2d8afa8978
Allow the lpTemplateDirectory parameter to be NULL in CreateDirectoryExA.
...
svn path=/trunk/; revision=14219
2005-03-20 13:10:11 +00:00
Eric Kohl
439e6fd789
Improve error messages.
...
Don't start counting the type_offset for each new fuction. It is a global offset.
Use only basic types in type- and proc-strings (e.g. unsigned long -> long).
svn path=/trunk/; revision=14218
2005-03-20 13:06:11 +00:00
Filip Navara
05bc884b35
- Rename bitblt.c to more generic bitmap.c.
...
- Normalize BITMAPINFO structure in CreateDIBSection before sending it to win32k.
svn path=/trunk/; revision=14217
2005-03-20 12:30:06 +00:00
Hervé Poussineau
abb9dfec3b
Add legacy detection of COM3 and COM4
...
Be ready for PnP serial ports
Don't hardcode base addresses and irq twice
svn path=/trunk/; revision=14216
2005-03-20 12:15:51 +00:00
Hervé Poussineau
fcc7d2acc7
Implement IoReportDetectedDevice
...
svn path=/trunk/; revision=14215
2005-03-20 12:15:33 +00:00