reactos.git
21 years agocleanup
Robert Dickenson [Tue, 9 Jul 2002 21:47:54 +0000 (21:47 +0000)]
cleanup

svn path=/trunk/; revision=3203

21 years agoFixed missing module in makefile.
Robert Dickenson [Tue, 9 Jul 2002 21:46:46 +0000 (21:46 +0000)]
Fixed missing module in makefile.

svn path=/trunk/; revision=3202

21 years agoAdded some options dialog procedures.
Robert Dickenson [Tue, 9 Jul 2002 21:40:02 +0000 (21:40 +0000)]
Added some options dialog procedures.

svn path=/trunk/; revision=3201

21 years agoAdded some resources.
Robert Dickenson [Tue, 9 Jul 2002 20:42:46 +0000 (20:42 +0000)]
Added some resources.

svn path=/trunk/; revision=3200

21 years agoAdded new template multiple document interface application.
Robert Dickenson [Tue, 9 Jul 2002 19:53:58 +0000 (19:53 +0000)]
Added new template multiple document interface application.

svn path=/trunk/; revision=3199

21 years agoRemoved obsolete files.
Robert Dickenson [Tue, 9 Jul 2002 19:49:08 +0000 (19:49 +0000)]
Removed obsolete files.

svn path=/trunk/; revision=3198

21 years agoCommitting latest progress, still much TODO:
Robert Dickenson [Tue, 9 Jul 2002 19:46:14 +0000 (19:46 +0000)]
Committing latest progress, still much TODO:

svn path=/trunk/; revision=3197

21 years agoAdded network information utility, net\niclist.
Robert Dickenson [Tue, 9 Jul 2002 19:41:53 +0000 (19:41 +0000)]
Added network information utility, net\niclist.

svn path=/trunk/; revision=3196

21 years agocleanup
Robert Dickenson [Tue, 9 Jul 2002 19:40:50 +0000 (19:40 +0000)]
cleanup

svn path=/trunk/; revision=3195

21 years agoCreated new network utility niclist for displaying list of packet capture devices.
Robert Dickenson [Tue, 9 Jul 2002 19:34:41 +0000 (19:34 +0000)]
Created new network utility niclist for displaying list of packet capture devices.

svn path=/trunk/; revision=3194

21 years agoMore wine dlls/programs
Steven Edwards [Tue, 9 Jul 2002 03:15:41 +0000 (03:15 +0000)]
More wine dlls/programs

svn path=/trunk/; revision=3193

21 years agoUpdated for wine
Steven Edwards [Mon, 8 Jul 2002 12:35:50 +0000 (12:35 +0000)]
Updated for wine

svn path=/trunk/; revision=3192

21 years agoFixed typo
Steven Edwards [Mon, 8 Jul 2002 07:19:38 +0000 (07:19 +0000)]
Fixed typo

svn path=/trunk/; revision=3191

21 years agoFixed more of wine
Steven Edwards [Sun, 7 Jul 2002 20:03:52 +0000 (20:03 +0000)]
Fixed more of wine

svn path=/trunk/; revision=3190

21 years agoAdded entry for new coder.
Robert Dickenson [Sun, 7 Jul 2002 19:47:04 +0000 (19:47 +0000)]
Added entry for new coder.

svn path=/trunk/; revision=3189

21 years agoRemoved by mistake
Steven Edwards [Sun, 7 Jul 2002 10:44:03 +0000 (10:44 +0000)]
Removed by mistake

svn path=/trunk/; revision=3188

21 years agoSyncing of WINE dlls
Steven Edwards [Sat, 6 Jul 2002 22:36:44 +0000 (22:36 +0000)]
Syncing of WINE dlls

svn path=/trunk/; revision=3187

21 years agoRevert last patch.
Eric Kohl [Sat, 6 Jul 2002 17:38:06 +0000 (17:38 +0000)]
Revert last patch.

svn path=/trunk/; revision=3186

21 years agoRemove wine's rpcrt for the list of targets
Steven Edwards [Sat, 6 Jul 2002 10:39:18 +0000 (10:39 +0000)]
Remove wine's rpcrt for the list of targets

svn path=/trunk/; revision=3185

21 years agonew config.h
Steven Edwards [Sat, 6 Jul 2002 10:08:29 +0000 (10:08 +0000)]
new config.h

svn path=/trunk/; revision=3184

21 years agoUpdated with progress work.
Robert Dickenson [Sat, 6 Jul 2002 02:44:16 +0000 (02:44 +0000)]
Updated with progress work.

svn path=/trunk/; revision=3182

21 years agoAdded the ability to expand embedded environment variables to RtlExpandEnvironmentVar...
Eric Kohl [Fri, 5 Jul 2002 17:23:05 +0000 (17:23 +0000)]
Added the ability to expand embedded environment variables to RtlExpandEnvironmentVariable().

svn path=/trunk/; revision=3181

21 years agoAdded some missing files.
David Welch [Thu, 4 Jul 2002 20:12:28 +0000 (20:12 +0000)]
Added some missing files.

svn path=/trunk/; revision=3180

21 years ago2002-07-04 David Welch <welch@computer2.darkstar.org>
David Welch [Thu, 4 Jul 2002 19:56:38 +0000 (19:56 +0000)]
2002-07-04  David Welch  <welch@computer2.darkstar.org>

* subsys/win32k/include/callback.h: Fixed callback argument
definitions.
* subsys/win32k/ntuser/winpos.c: Implemented some more of the windows
sizing/moving code.
* subsys/win32k/ntuser/painting.c: Implemented some more of the
window painting code.
* subsys/win32k/objects/coord.c: Implemented LPtoDP and DPtoLP.
* subsys/win32k/objects/region.c: Added stubs for some more
region functions.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* ntoskrnl/ps/process.c (NtCreateProcess): Duplicate the
process desktop handle as well.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* ntoskrnl/se/token.c: Don't call the ZwXXX variant of
system calls when in system context.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* ntoskrnl/Makefile: Added file with MDA output code.
* ntoskrnl/kd/kdebug.c: Recognize MDA as a destination for
debug output.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* lib/user32/windows/defwnd.c: Implemented some more of the
default window handler.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* lib/user32/misc/stubs.c: Removed some stubs to seperate files.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* lib/user32/user32.def: Export ScreenToClient otherwise we
get problems when code in user32 tries to call it.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* include/win32k/region.h: Added prototypes for some missing
region functions.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* include/win32k/ntuser.h: Added prototypes for some missing
NtUserXXX functions.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* include/user32/wininternal.h: Added some constants for
private GetDCEx styles that WINE needs.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* include/user32/callback.h: Fixed callbacks for messages with
parameters.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* include/napi/win32.h (W32THREAD): Added pointer to the
thread's desktop.
* include/napi/win32.h (W32PROCESS): Removed handle table,
added a pointer to the process's window station.
* subsys/win32k/ntuser/guicheck.c (W32kGuiCheck): Reference
a process's window station on the first win32k system call. Reference
a thread's desktop on the first win32k system call.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* include/messages.h: Added some missing WM_XXX constants.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* drivers/dd/ide/makefile: Compiling with debugging messages
needs libgcc to be linked in.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* iface/addsys/genw32k.c: Generate a variable with the
number of system calls.
* iface/native/genntdll.c: Generate a proper stack frame for
the user system call stubs.
* ntoskrnl/ke/i386/syscall.S: Generate a proper stack frame for
the handler for system calls.

2002-07-04  David Welch  <welch@computer2.darkstar.org>

* Makefile: Build the GUI startup application.
* subsys/system/gstart/gstart.c: Application to start up
the GUI.

svn path=/trunk/; revision=3179

21 years agoFix Wine Resource Compiler Path
Steven Edwards [Thu, 4 Jul 2002 18:16:42 +0000 (18:16 +0000)]
Fix Wine Resource Compiler Path

svn path=/trunk/; revision=3178

21 years agoFixed incorrect order of resource strings to identifiers.
Robert Dickenson [Wed, 3 Jul 2002 19:33:40 +0000 (19:33 +0000)]
Fixed incorrect order of resource strings to identifiers.

svn path=/trunk/; revision=3177

21 years agoNew File Manager application - winfile.
Robert Dickenson [Wed, 3 Jul 2002 19:32:52 +0000 (19:32 +0000)]
New File Manager application - winfile.

svn path=/trunk/; revision=3176

21 years agoAdded entries for regedit, regedt32 and taskmgr.
Robert Dickenson [Wed, 3 Jul 2002 18:13:30 +0000 (18:13 +0000)]
Added entries for regedit, regedt32 and taskmgr.

svn path=/trunk/; revision=3175

21 years agoCleanup after first check-in.
Robert Dickenson [Wed, 3 Jul 2002 18:12:53 +0000 (18:12 +0000)]
Cleanup after first check-in.

svn path=/trunk/; revision=3174

21 years agoCleanup after extracting regedit code.
Robert Dickenson [Wed, 3 Jul 2002 18:11:49 +0000 (18:11 +0000)]
Cleanup after extracting regedit code.

svn path=/trunk/; revision=3173

21 years agoCreated new application - regedit.
Robert Dickenson [Wed, 3 Jul 2002 17:52:20 +0000 (17:52 +0000)]
Created new application - regedit.

svn path=/trunk/; revision=3172

21 years agoMinor updates, added status bar support from TaskMgr.
Robert Dickenson [Tue, 2 Jul 2002 17:37:20 +0000 (17:37 +0000)]
Minor updates, added status bar support from TaskMgr.

svn path=/trunk/; revision=3171

21 years agoStarted ReactOS regedt32 application. Mainframe, menus and makefile only.
Robert Dickenson [Tue, 2 Jul 2002 16:57:56 +0000 (16:57 +0000)]
Started ReactOS regedt32 application. Mainframe, menus and makefile only.

svn path=/trunk/; revision=3170

21 years agoFixes to performance page resizing and font.bmp updated.
Robert Dickenson [Tue, 2 Jul 2002 15:43:04 +0000 (15:43 +0000)]
Fixes to performance page resizing and font.bmp updated.

svn path=/trunk/; revision=3169

21 years agoRecommitting files as binary.
Brian Palmer [Tue, 2 Jul 2002 04:16:12 +0000 (04:16 +0000)]
Recommitting files as binary.

svn path=/trunk/; revision=3168

21 years agoRemoved corrupt binary files that were added as text files.
Brian Palmer [Tue, 2 Jul 2002 04:13:43 +0000 (04:13 +0000)]
Removed corrupt binary files that were added as text files.

svn path=/trunk/; revision=3167

21 years agoFixed font bitmap and minor window placement mods.
Robert Dickenson [Sun, 30 Jun 2002 14:52:10 +0000 (14:52 +0000)]
Fixed font bitmap and minor window placement mods.

svn path=/trunk/; revision=3166

21 years agoVideo mode switching when entering pice shell.
Eugene Ingerman [Sun, 30 Jun 2002 02:45:44 +0000 (02:45 +0000)]
Video mode switching when entering pice shell.

svn path=/trunk/; revision=3165

21 years agoIgnore v86 faults (for now).
Eugene Ingerman [Sun, 30 Jun 2002 02:41:29 +0000 (02:41 +0000)]
Ignore v86 faults (for now).

svn path=/trunk/; revision=3164

21 years agoAdded NFLAGS when calling nasm.
Eugene Ingerman [Sun, 30 Jun 2002 02:40:24 +0000 (02:40 +0000)]
Added NFLAGS when calling nasm.

svn path=/trunk/; revision=3163

21 years agono message
Robert Dickenson [Sat, 29 Jun 2002 20:14:26 +0000 (20:14 +0000)]
no message

svn path=/trunk/; revision=3162

21 years agoSome work on resizing performance page.
Robert Dickenson [Sat, 29 Jun 2002 20:01:17 +0000 (20:01 +0000)]
Some work on resizing performance page.

svn path=/trunk/; revision=3161

21 years agoAdded macro for passing RCFLAGS to resource compiler.
Robert Dickenson [Sat, 29 Jun 2002 18:21:00 +0000 (18:21 +0000)]
Added macro for passing RCFLAGS to resource compiler.

svn path=/trunk/; revision=3160

21 years agoUpdated for building with GCC.
Robert Dickenson [Sat, 29 Jun 2002 18:13:03 +0000 (18:13 +0000)]
Updated for building with GCC.
Added graphcntrl for performance page.
Various fixes and additions.

svn path=/trunk/; revision=3159

21 years agoChanges in v1.4 (6/27/2002)
Brian Palmer [Fri, 28 Jun 2002 00:50:16 +0000 (00:50 +0000)]
Changes in v1.4 (6/27/2002)

- Added separate configuration for a SETUPLDR version

svn path=/trunk/; revision=3158

21 years agoAdded check for loaded module prior to loading it.
Eric Kohl [Thu, 27 Jun 2002 17:52:32 +0000 (17:52 +0000)]
Added check for loaded module prior to loading it.

svn path=/trunk/; revision=3157

21 years agoStop the system if SystemRoot cannot be created or is not accessible.
Eric Kohl [Thu, 27 Jun 2002 17:47:55 +0000 (17:47 +0000)]
Stop the system if SystemRoot cannot be created or is not accessible.

svn path=/trunk/; revision=3156

21 years agoSet missing OBJ_OPENLINK attribute in IoDeleteSymbolicLinkObject().
Eric Kohl [Thu, 27 Jun 2002 17:46:53 +0000 (17:46 +0000)]
Set missing OBJ_OPENLINK attribute in IoDeleteSymbolicLinkObject().

svn path=/trunk/; revision=3155

21 years agoFixed SystemRoot accessibility check.
Eric Kohl [Thu, 27 Jun 2002 17:45:45 +0000 (17:45 +0000)]
Fixed SystemRoot accessibility check.

svn path=/trunk/; revision=3154

21 years agoMakefile now generates a sorted symbol file - freeldr.sym
Brian Palmer [Wed, 26 Jun 2002 22:44:07 +0000 (22:44 +0000)]
Makefile now generates a sorted symbol file - freeldr.sym

svn path=/trunk/; revision=3153

21 years agoFixed Makefile so it will work when you do a clean checkout and the tools aren't...
Brian Palmer [Wed, 26 Jun 2002 22:32:43 +0000 (22:32 +0000)]
Fixed Makefile so it will work when you do a clean checkout and the tools aren't already built.

svn path=/trunk/; revision=3152

21 years agoFixed a typo.
Hartmut Birr [Wed, 26 Jun 2002 18:39:50 +0000 (18:39 +0000)]
Fixed a typo.

svn path=/trunk/; revision=3151

21 years agoFixed some calculatations in ObmpGetObjectHandle.
Hartmut Birr [Wed, 26 Jun 2002 18:38:24 +0000 (18:38 +0000)]
Fixed some calculatations in ObmpGetObjectHandle.

svn path=/trunk/; revision=3150

21 years agoAdded PCM_PARTIAL_RESOURCE_LIST.
Hartmut Birr [Wed, 26 Jun 2002 18:37:36 +0000 (18:37 +0000)]
Added PCM_PARTIAL_RESOURCE_LIST.

svn path=/trunk/; revision=3149

21 years agoChanged the sector size from BLOCKSIZE to the size from the boot sector.
Hartmut Birr [Wed, 26 Jun 2002 18:36:41 +0000 (18:36 +0000)]
Changed the sector size from BLOCKSIZE to the size from the boot sector.

svn path=/trunk/; revision=3148

21 years agoAdded 'Multi UNC Provider' driver stub.
Eric Kohl [Tue, 25 Jun 2002 22:25:17 +0000 (22:25 +0000)]
Added 'Multi UNC Provider' driver stub.
Added NTFS driver stub.

svn path=/trunk/; revision=3147

21 years agoAdded NTFS driver stub.
Eric Kohl [Tue, 25 Jun 2002 22:23:06 +0000 (22:23 +0000)]
Added NTFS driver stub.

svn path=/trunk/; revision=3146

21 years agoAdded 'Multi UNC Provider' driver stub.
Eric Kohl [Tue, 25 Jun 2002 22:21:41 +0000 (22:21 +0000)]
Added 'Multi UNC Provider' driver stub.

svn path=/trunk/; revision=3145

21 years agoAdded eventlog service stub.
Eric Kohl [Tue, 25 Jun 2002 21:14:26 +0000 (21:14 +0000)]
Added eventlog service stub.
Added rpc server stub.

svn path=/trunk/; revision=3144

21 years agoAdded rpc server stub.
Eric Kohl [Tue, 25 Jun 2002 21:11:11 +0000 (21:11 +0000)]
Added rpc server stub.

svn path=/trunk/; revision=3143

21 years agoAdded eventlog service stub.
Eric Kohl [Tue, 25 Jun 2002 21:10:14 +0000 (21:10 +0000)]
Added eventlog service stub.

svn path=/trunk/; revision=3142

21 years agoImplemented CallNamedPipeW() and TransactNamedPipe().
Eric Kohl [Tue, 25 Jun 2002 18:49:38 +0000 (18:49 +0000)]
Implemented CallNamedPipeW() and TransactNamedPipe().

svn path=/trunk/; revision=3141

21 years agoOne case only please.
David Welch [Sat, 22 Jun 2002 11:59:46 +0000 (11:59 +0000)]
One case only please.

svn path=/trunk/; revision=3138

21 years agoUpdated with latest changes for including new net modules.
Robert Dickenson [Fri, 21 Jun 2002 21:05:32 +0000 (21:05 +0000)]
Updated with latest changes for including new net modules.

svn path=/trunk/; revision=3136

21 years agoAdded required definitions for the packet driver to build.
Robert Dickenson [Fri, 21 Jun 2002 20:40:51 +0000 (20:40 +0000)]
Added required definitions for the packet driver to build.

svn path=/trunk/; revision=3135

21 years agoFixed typo/bug in W32kCallWindowProc.
Eugene Ingerman [Fri, 21 Jun 2002 04:14:07 +0000 (04:14 +0000)]
Fixed typo/bug in W32kCallWindowProc.

svn path=/trunk/; revision=3134

21 years agoFixed a long-standing hack to open symbolic link objects.
Eric Kohl [Thu, 20 Jun 2002 21:31:39 +0000 (21:31 +0000)]
Fixed a long-standing hack to open symbolic link objects.

svn path=/trunk/; revision=3133

21 years agoFixed severe bugs in the default value handling of RegSetValue() and RegQueryValue().
Eric Kohl [Thu, 20 Jun 2002 16:31:59 +0000 (16:31 +0000)]
Fixed severe bugs in the default value handling of RegSetValue() and RegQueryValue().
Implemented simple registry links.
Added creation of the CurrentControlSet link.

svn path=/trunk/; revision=3132

21 years agoUpdated PICE to work with recent kernel changes. Changed kernel module handling.
Eugene Ingerman [Thu, 20 Jun 2002 04:46:11 +0000 (04:46 +0000)]
Updated PICE to work with recent kernel changes. Changed kernel module handling.

svn path=/trunk/; revision=3131

21 years agoImplemented registry links (REG_LINK).
Eric Kohl [Wed, 19 Jun 2002 22:32:47 +0000 (22:32 +0000)]
Implemented registry links (REG_LINK).
Create the 'CurrentControlSet' link after the registry has been initialized.

svn path=/trunk/; revision=3130

21 years agoAdded registry link tests.
Eric Kohl [Wed, 19 Jun 2002 22:27:43 +0000 (22:27 +0000)]
Added registry link tests.

svn path=/trunk/; revision=3129

21 years agoAdded new library packet.dll
Robert Dickenson [Wed, 19 Jun 2002 15:50:29 +0000 (15:50 +0000)]
Added new library packet.dll

svn path=/trunk/; revision=3128

21 years agoAdded packet.sys to target list.
Robert Dickenson [Wed, 19 Jun 2002 15:46:32 +0000 (15:46 +0000)]
Added packet.sys to target list.

svn path=/trunk/; revision=3127

21 years agoFixed invalid paths. Added packet to target list.
Robert Dickenson [Wed, 19 Jun 2002 15:45:48 +0000 (15:45 +0000)]
Fixed invalid paths. Added packet to target list.

svn path=/trunk/; revision=3126

21 years agoAdded new exports
Robert Dickenson [Wed, 19 Jun 2002 15:44:47 +0000 (15:44 +0000)]
Added new exports

svn path=/trunk/; revision=3125

21 years agoAdded new driver 'packet', ported from the Windows Packet Capture Driver project.
Robert Dickenson [Wed, 19 Jun 2002 15:43:15 +0000 (15:43 +0000)]
Added new driver 'packet', ported from the Windows Packet Capture Driver project.

svn path=/trunk/; revision=3124

21 years agoAdded .cvsingore file.
Robert Dickenson [Wed, 19 Jun 2002 06:38:03 +0000 (06:38 +0000)]
Added .cvsingore file.

svn path=/trunk/; revision=3123

21 years agoCreated new module for wshirda.dll
Robert Dickenson [Wed, 19 Jun 2002 06:26:11 +0000 (06:26 +0000)]
Created new module for wshirda.dll

svn path=/trunk/; revision=3122

21 years agoPSAPI meta-source files moved in the standard location
KJK::Hyperion [Tue, 18 Jun 2002 22:36:43 +0000 (22:36 +0000)]
PSAPI meta-source files moved in the standard location

svn path=/trunk/; revision=3121

21 years agoPSAPI initial commit
KJK::Hyperion [Tue, 18 Jun 2002 22:16:53 +0000 (22:16 +0000)]
PSAPI initial commit

svn path=/trunk/; revision=3120

21 years agoMoved win32 callback support into a new file.
David Welch [Tue, 18 Jun 2002 22:03:48 +0000 (22:03 +0000)]
Moved win32 callback support into a new file.

svn path=/trunk/; revision=3119

21 years ago2002-06-18 David Welch <welch@whitehall1-5.seh.ox.ac.uk>
David Welch [Tue, 18 Jun 2002 21:51:11 +0000 (21:51 +0000)]
2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* tools/helper.mk: Make an import library a proper target
depending on the .def file.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* subsys/win32k/ntuser/window.c (NtUserGetWindowLong): Began
implementation.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* subsys/win32k/misc/object.c (ObmCreateHandle): Return the
correct handle value.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* subsys/win32k/makefile: Make win32k depend on the file containing
the service table.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* ntoskrnl/ke/i386/stkswitch.S (KeSwitchStackAndRet,
KePushAndStackSwitchAndSysRet): Push one value only.
* ntoskrnl/ps/w32call.c (NtCallbackReturn, NtW32Call): Moved
these functions to a new file. Restore the old trap frame after
returning from a callback.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* lib/user32/windows/message.c (CallWindowProcA, CallWindowProcW):
Convert message to Unicode or ASCII if necessary.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* include/user32/callback.h: Added WM_CREATE and WM_NCCALCSIZE
callbacks.
* lib/user32/windows/window.c (User32SendCREATEMessageForKernel,
User32SendNCCREATEMessageForKernel): Implemented.
* subsys/win32k/ntuser/callback.c (W32kSendCREATEMessage):
Implemented.

2002-06-18  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* include/structs.h: Added Unicode and ASCII versions of
CREATESTRUCT.

svn path=/trunk/; revision=3118

21 years agoFixed GetBiosMemoryMap() function.
Brian Palmer [Tue, 18 Jun 2002 21:40:27 +0000 (21:40 +0000)]
Fixed GetBiosMemoryMap() function.

svn path=/trunk/; revision=3117

21 years agoIoDestroyDriverList(): Free memory of group and service entries.
Eric Kohl [Tue, 18 Jun 2002 07:11:44 +0000 (07:11 +0000)]
IoDestroyDriverList(): Free memory of group and service entries.
IopCreateServiceListEntry(): simplified function and reduced memory consumption.

svn path=/trunk/; revision=3116

21 years agoRtlQueryRegistryValues() must treat REG_MULTI_SZ and REG_EXPAND_SZ values like REG_SZ...
Eric Kohl [Tue, 18 Jun 2002 07:07:42 +0000 (07:07 +0000)]
RtlQueryRegistryValues() must treat REG_MULTI_SZ and REG_EXPAND_SZ values like REG_SZ values upon direct queries.

svn path=/trunk/; revision=3115

21 years agoapps/tests/tokentest.c
joeg [Mon, 17 Jun 2002 23:13:35 +0000 (23:13 +0000)]
apps/tests/tokentest.c

* Fix stupidity that prevented tokentest
  from compiling

svn path=/trunk/; revision=3114

21 years agontoskrnl/ps/process.c
joeg [Mon, 17 Jun 2002 22:52:32 +0000 (22:52 +0000)]
ntoskrnl/ps/process.c

* Call SepCreateSystemProcessToken() when creating the
  initial system process.  Cleanup the token during
  in PiDeleteProcess().

* Call SepInitializeNewProcess() during NtCreateProcess
  to copy the parent processes token to the new process.

ntoskrnl/include/internal/se.h
ntoskrnl/se/token.c

* Change name of SepDuplicationToken() [which was unimplemented]
  to SepDuplicateToken().  Implement it.

* Implement new functions (which are used by process.c)
  SepInitializeNewProcess() and SepCreateSystemToken().

* Correctly (I think) set Token->ImpersonationLevel in
  NtCreateToken().

apps/tests/tokentest/tokentest.c

* Dump the current processes token.

svn path=/trunk/; revision=3113

21 years agontoskrnl/ke/main.c
joeg [Mon, 17 Jun 2002 22:16:34 +0000 (22:16 +0000)]
ntoskrnl/ke/main.c

* Move SeInit2() to before we initialize process
  management so we can create an initial system
  token to go with the initial system process.

ntoskrnl/ps/process.c
* Implement NtOpenProcessToken() by calling
  _NtOpenProcessToken() -- why do we have
  both of these?

* Fix bug in _NtOpenProcessToken() that
  caused us to crash creating the token
  handle.

* Return STATUS_INVALID_INFO_CLASS from
  NtQueryInformationProcess() and
  NtSetInformationProcess() for information classes
  documented as unqueryable or unsettable
  by Gary Nebbet in his book "Native API Reference".

* Fix bug in NtSetInformationProcess() where it
  assigns the primary token -- it derefeneced the
  old token if SeExchangePrimaryToken() failed;
  it should have derferenced it if it succeeded.

svn path=/trunk/; revision=3112

21 years agoCreated new empty module for buiding ws2help.dll
Robert Dickenson [Mon, 17 Jun 2002 19:33:45 +0000 (19:33 +0000)]
Created new empty module for buiding ws2help.dll
Yet to define parameters and return values for all exports.

svn path=/trunk/; revision=3111

21 years agoImproved driver loading sequence with respect to the group order.
Eric Kohl [Mon, 17 Jun 2002 15:47:32 +0000 (15:47 +0000)]
Improved driver loading sequence with respect to the group order.
Added ability to run user-mode services.

svn path=/trunk/; revision=3110

21 years agoImplemented direct query of REG_EXPAND_SZ values.
Eric Kohl [Mon, 17 Jun 2002 15:42:30 +0000 (15:42 +0000)]
Implemented direct query of REG_EXPAND_SZ values.

svn path=/trunk/; revision=3109

21 years agoadded simple tcp server test
Steven Edwards [Mon, 17 Jun 2002 06:01:17 +0000 (06:01 +0000)]
added simple tcp server test

svn path=/trunk/; revision=3108

21 years ago2002-06-16 David Welch <welch@whitehall1-5.seh.ox.ac.uk>
David Welch [Sun, 16 Jun 2002 21:41:16 +0000 (21:41 +0000)]
2002-06-16  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* tools/help.mk: Make the install target depend on all the
files to be installed.

2002-06-16  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* ntoskrnl/ps/thread.c (NtCallbackReturn): Set TSS.Esp0 to the
top of the old stack.
* ntoskrnl/ps/thread.c (NtW32Call): Set TSS.Esp0 to the top of
the new stack. Free the callback stack correctly. Don't copy
portion of the trap frame that doesn't exist in non-v86-mode
interrupts.
* ntoskrnl/ps/thread.c (PsFreeCallbackStack): New function to
free a stack allocated with PsAllocateCallbackStack.

2002-06-16  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* drivers/dd/null/makefile: Commented out local LDFLAGS as
these cause bad relocations in the stripped image.

2002-06-16  David Welch  <welch@whitehall1-5.seh.ox.ac.uk>

* config: Corrected spelling error.

svn path=/trunk/; revision=3107

21 years agoNtW32Call: replace sizeof(KTRAP_FRAME) with 124 bytes
Jason Filby [Sun, 16 Jun 2002 20:52:07 +0000 (20:52 +0000)]
NtW32Call: replace sizeof(KTRAP_FRAME) with 124 bytes

svn path=/trunk/; revision=3106

21 years agoFixed wrong interpretation of value cell size in NtSetValueKey().
Eric Kohl [Sun, 16 Jun 2002 20:00:34 +0000 (20:00 +0000)]
Fixed wrong interpretation of value cell size in NtSetValueKey().

svn path=/trunk/; revision=3105

21 years agoRevert last change
Casper Hornstrup [Sun, 16 Jun 2002 17:25:58 +0000 (17:25 +0000)]
Revert last change

svn path=/trunk/; revision=3104

21 years agoAvoid importing _pctype when using mingw-runtime 2.0.
Casper Hornstrup [Sun, 16 Jun 2002 16:27:22 +0000 (16:27 +0000)]
Avoid importing _pctype when using mingw-runtime 2.0.

svn path=/trunk/; revision=3103

21 years agoFixed loading of symbol files.
Eric Kohl [Sun, 16 Jun 2002 11:45:06 +0000 (11:45 +0000)]
Fixed loading of symbol files.
Implemented automatic loading of PICE.

svn path=/trunk/; revision=3102

21 years agoUpdated Makefile to fix building
Steven Edwards [Sun, 16 Jun 2002 06:05:28 +0000 (06:05 +0000)]
Updated Makefile to fix building

svn path=/trunk/; revision=3101

21 years agoFixed include path in ramdriver
Steven Edwards [Sun, 16 Jun 2002 06:02:17 +0000 (06:02 +0000)]
Fixed include path in ramdriver

svn path=/trunk/; revision=3100