Robert Kopferl [Fri, 26 Jul 2002 00:23:13 +0000 (00:23 +0000)]
-Nearly compiles doscalls
-Added an mixing header to have ntddk and os2 included without conflicts
svn path=/trunk/; revision=3304
Eric Kohl [Thu, 25 Jul 2002 16:58:58 +0000 (16:58 +0000)]
Implemented RtlTimeToElapsedTimeFields().
svn path=/trunk/; revision=3303
Eric Kohl [Thu, 25 Jul 2002 16:57:49 +0000 (16:57 +0000)]
Implemented RtlTimeToElapsedtimeFields().
svn path=/trunk/; revision=3302
Eric Kohl [Thu, 25 Jul 2002 13:18:31 +0000 (13:18 +0000)]
Added compression functions (not usabel yet).
svn path=/trunk/; revision=3301
Eric Kohl [Wed, 24 Jul 2002 17:49:31 +0000 (17:49 +0000)]
Implemented IoCheckDesiredAccess() and IoGetInitialStack().
svn path=/trunk/; revision=3300
Robert Kopferl [Tue, 23 Jul 2002 13:00:46 +0000 (13:00 +0000)]
free os2.h version
svn path=/trunk/; revision=3299
Robert Kopferl [Tue, 23 Jul 2002 13:00:11 +0000 (13:00 +0000)]
*** empty log message ***
svn path=/trunk/; revision=3298
Robert Kopferl [Tue, 23 Jul 2002 12:30:01 +0000 (12:30 +0000)]
update
svn path=/trunk/; revision=3297
Robert Dickenson [Tue, 23 Jul 2002 08:24:54 +0000 (08:24 +0000)]
Added control panel applet icons to the list control imagelist. Next I'll make them lauch!
svn path=/trunk/; revision=3296
Jurgen van Gael [Tue, 23 Jul 2002 08:16:05 +0000 (08:16 +0000)]
OpenSCManager waits for services.exe to initialize
svn path=/trunk/; revision=3295
Eugene Ingerman [Tue, 23 Jul 2002 08:03:15 +0000 (08:03 +0000)]
Fixed bugs in region operations code (should run region tests correctly now)
svn path=/trunk/; revision=3294
Brian Palmer [Tue, 23 Jul 2002 06:46:55 +0000 (06:46 +0000)]
Fix for disk caching while doing drive remapping
svn path=/trunk/; revision=3293
Robert Dickenson [Mon, 22 Jul 2002 21:12:26 +0000 (21:12 +0000)]
Whatever it is I changed, it's now backed up before I go to bed.
svn path=/trunk/; revision=3292
Robert Dickenson [Mon, 22 Jul 2002 21:05:41 +0000 (21:05 +0000)]
Basic Control Panel created.
svn path=/trunk/; revision=3291
Eric Kohl [Mon, 22 Jul 2002 17:53:12 +0000 (17:53 +0000)]
Read drive number from the command line.
Added some sanity checks.
svn path=/trunk/; revision=3290
Eugene Ingerman [Mon, 22 Jul 2002 17:42:52 +0000 (17:42 +0000)]
Missing file.
svn path=/trunk/; revision=3289
Robert Dickenson [Mon, 22 Jul 2002 14:41:40 +0000 (14:41 +0000)]
Added missing file and some hex string conversion routines. Now displays registry data.
svn path=/trunk/; revision=3288
Steven Edwards [Mon, 22 Jul 2002 11:12:38 +0000 (11:12 +0000)]
Commited as binary
svn path=/trunk/; revision=3287
Steven Edwards [Mon, 22 Jul 2002 11:11:55 +0000 (11:11 +0000)]
Removed to recommit as binary
svn path=/trunk/; revision=3286
Eugene Ingerman [Mon, 22 Jul 2002 07:55:49 +0000 (07:55 +0000)]
Added GetRegionData gdi function. Added region test. Fixed some bugs.
svn path=/trunk/; revision=3285
Brian Palmer [Mon, 22 Jul 2002 03:44:08 +0000 (03:44 +0000)]
Added BIOS drive mapping functionality
svn path=/trunk/; revision=3284
Eric Kohl [Sun, 21 Jul 2002 22:57:06 +0000 (22:57 +0000)]
Moved WS_EX_CLIENTEDGE to the correct location.
svn path=/trunk/; revision=3283
Robert Dickenson [Sun, 21 Jul 2002 18:28:26 +0000 (18:28 +0000)]
Almost completed dialog layouts contributed by Ian McLean.
svn path=/trunk/; revision=3282
David Welch [Sat, 20 Jul 2002 21:49:35 +0000 (21:49 +0000)]
Renamed kernel.map -> ntoskrnl.map
svn path=/trunk/; revision=3280
Eugene Ingerman [Sat, 20 Jul 2002 20:27:22 +0000 (20:27 +0000)]
Use kernel.map (text format ntoskrnl symbols) instead of ntosknl.sym in pice. Fixed several bugs.
svn path=/trunk/; revision=3279
Jurgen van Gael [Sat, 20 Jul 2002 16:54:58 +0000 (16:54 +0000)]
GCC 3.1 compatibility
svn path=/trunk/; revision=3278
Robert Dickenson [Sat, 20 Jul 2002 16:43:35 +0000 (16:43 +0000)]
Updated version information.
svn path=/trunk/; revision=3277
Robert Dickenson [Sat, 20 Jul 2002 16:38:55 +0000 (16:38 +0000)]
Added new section to support default applications:
/* ReactOS default Application Registry Root Path */
#define RES_STR_ROSAPP_REGISTRY_ROOT "Software\\ReactWare"
svn path=/trunk/; revision=3276
Robert Dickenson [Sat, 20 Jul 2002 16:37:12 +0000 (16:37 +0000)]
Updated with changes to version information.
svn path=/trunk/; revision=3275
Robert Dickenson [Sat, 20 Jul 2002 16:35:34 +0000 (16:35 +0000)]
Updated with an improvement to the registry save/restore module.
svn path=/trunk/; revision=3274
Robert Dickenson [Sat, 20 Jul 2002 16:29:26 +0000 (16:29 +0000)]
Updated with latest progress. How does one read a default registry value???
svn path=/trunk/; revision=3273
Robert Dickenson [Sat, 20 Jul 2002 16:24:45 +0000 (16:24 +0000)]
Updated with latest progress. Started on a worker thread for network enumerating and file change notifications.
svn path=/trunk/; revision=3272
Eric Kohl [Sat, 20 Jul 2002 13:34:10 +0000 (13:34 +0000)]
Added check for loaded system start drivers.
Create control pipe before a service is started.
svn path=/trunk/; revision=3271
Eric Kohl [Sat, 20 Jul 2002 13:32:26 +0000 (13:32 +0000)]
Minor improvements.
svn path=/trunk/; revision=3270
Eric Kohl [Sat, 20 Jul 2002 13:31:34 +0000 (13:31 +0000)]
Added some experimental code
svn path=/trunk/; revision=3269
Eric Kohl [Sat, 20 Jul 2002 11:44:37 +0000 (11:44 +0000)]
Implemented FileAllInformation.
svn path=/trunk/; revision=3268
Eric Kohl [Sat, 20 Jul 2002 01:00:34 +0000 (01:00 +0000)]
Fixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullAttributesFile() prototypes.
svn path=/trunk/; revision=3267
Eric Kohl [Sat, 20 Jul 2002 00:57:36 +0000 (00:57 +0000)]
Implemented FileNetworkOpenInformation.
svn path=/trunk/; revision=3266
Eric Kohl [Fri, 19 Jul 2002 12:31:49 +0000 (12:31 +0000)]
Fixed 'clean' rule because rdel cannot delete itself.
svn path=/trunk/; revision=3265
Eugene Ingerman [Fri, 19 Jul 2002 03:56:47 +0000 (03:56 +0000)]
Fixed typo. Now can disable kernel debugger by setting KDBG = 0 in config.
svn path=/trunk/; revision=3264
Steven Edwards [Fri, 19 Jul 2002 02:11:11 +0000 (02:11 +0000)]
Cleanup make and install, Moved all of the incompleate stuff to the end of make.
svn path=/trunk/; revision=3263
Eugene Ingerman [Thu, 18 Jul 2002 21:59:18 +0000 (21:59 +0000)]
Implemented some of gdi region functions.
svn path=/trunk/; revision=3262
Eugene Ingerman [Thu, 18 Jul 2002 21:49:59 +0000 (21:49 +0000)]
Export MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
svn path=/trunk/; revision=3261
Robert Dickenson [Thu, 18 Jul 2002 20:27:52 +0000 (20:27 +0000)]
Added listview updating.
svn path=/trunk/; revision=3260
Eric Kohl [Thu, 18 Jul 2002 19:56:31 +0000 (19:56 +0000)]
Moved _SET_PARTITON_INFORMATION to a common location.
svn path=/trunk/; revision=3259
Eric Kohl [Thu, 18 Jul 2002 18:18:17 +0000 (18:18 +0000)]
Fixed a typo.
svn path=/trunk/; revision=3258
Robert Dickenson [Thu, 18 Jul 2002 18:18:12 +0000 (18:18 +0000)]
Added properties dialog.
svn path=/trunk/; revision=3257
Robert Dickenson [Thu, 18 Jul 2002 18:16:42 +0000 (18:16 +0000)]
Updated with cleanup of treeview module.
svn path=/trunk/; revision=3256
Eric Kohl [Thu, 18 Jul 2002 18:15:09 +0000 (18:15 +0000)]
Added _purecall().
svn path=/trunk/; revision=3255
Eric Kohl [Thu, 18 Jul 2002 18:12:59 +0000 (18:12 +0000)]
Removed some obsolete definitions of __unit64.
Added a few missing newlines.
svn path=/trunk/; revision=3254
Eric Kohl [Thu, 18 Jul 2002 18:09:59 +0000 (18:09 +0000)]
Added IOCTL_DISK_SET_PARTITION_INFO.
Added checks for user induced errors.
Added basic shutdown/flush support.
svn path=/trunk/; revision=3253
Eric Kohl [Thu, 18 Jul 2002 00:31:40 +0000 (00:31 +0000)]
Build and install beep and null driver.
svn path=/trunk/; revision=3252
Eric Kohl [Thu, 18 Jul 2002 00:30:22 +0000 (00:30 +0000)]
Reported sector size must always be a power of 2.
svn path=/trunk/; revision=3251
Eric Kohl [Thu, 18 Jul 2002 00:29:19 +0000 (00:29 +0000)]
Fixed access to non-existent device extension.
svn path=/trunk/; revision=3250
David Welch [Thu, 18 Jul 2002 00:25:31 +0000 (00:25 +0000)]
Symbol loading working in kdb.
svn path=/trunk/; revision=3249
David Welch [Wed, 17 Jul 2002 23:11:37 +0000 (23:11 +0000)]
Print stack frames as densely as possible.
svn path=/trunk/; revision=3248
David Welch [Wed, 17 Jul 2002 22:57:58 +0000 (22:57 +0000)]
Updated .cvsignore file
svn path=/trunk/; revision=3247
David Welch [Wed, 17 Jul 2002 22:57:18 +0000 (22:57 +0000)]
KDB stabs file.
svn path=/trunk/; revision=3246
David Welch [Wed, 17 Jul 2002 22:56:11 +0000 (22:56 +0000)]
Fixed null pointer exceptions.
Removed private install script.
Moved stabs reading to a seperate file.
Added hooks for the kernel debugger.
svn path=/trunk/; revision=3245
David Welch [Wed, 17 Jul 2002 21:28:37 +0000 (21:28 +0000)]
Remove crash testing code.
svn path=/trunk/; revision=3244
David Welch [Wed, 17 Jul 2002 21:04:57 +0000 (21:04 +0000)]
Fixed some bugs.
svn path=/trunk/; revision=3243
Robert Dickenson [Tue, 16 Jul 2002 23:22:19 +0000 (23:22 +0000)]
Updated treeview and listview functionality.
svn path=/trunk/; revision=3242
Robert Dickenson [Tue, 16 Jul 2002 22:18:29 +0000 (22:18 +0000)]
Updated treeview and listview functionality.
svn path=/trunk/; revision=3241
Robert Dickenson [Tue, 16 Jul 2002 21:54:17 +0000 (21:54 +0000)]
Added save and restore of calculator mode using registry.
svn path=/trunk/; revision=3240
Robert Dickenson [Tue, 16 Jul 2002 19:15:12 +0000 (19:15 +0000)]
Added framework for new application - calc.
svn path=/trunk/; revision=3239
Steven Edwards [Mon, 15 Jul 2002 22:48:56 +0000 (22:48 +0000)]
Fixed warning about missing include
svn path=/trunk/; revision=3238
Steven Edwards [Mon, 15 Jul 2002 22:41:07 +0000 (22:41 +0000)]
added hcalc target
svn path=/trunk/; revision=3237
Steven Edwards [Mon, 15 Jul 2002 22:40:36 +0000 (22:40 +0000)]
Added Makefile for hcalc calc replacement. Works.
svn path=/trunk/; revision=3236
Steven Edwards [Mon, 15 Jul 2002 22:29:32 +0000 (22:29 +0000)]
Fix no new line at end of file gcc 3.1 warrnings
svn path=/trunk/; revision=3235
Robert Dickenson [Mon, 15 Jul 2002 20:02:06 +0000 (20:02 +0000)]
Minor mod.
svn path=/trunk/; revision=3234
Robert Dickenson [Mon, 15 Jul 2002 20:01:15 +0000 (20:01 +0000)]
Updates with progress on calling standard dialogs, FileOpen, SelectFont and more...
svn path=/trunk/; revision=3233
Robert Dickenson [Mon, 15 Jul 2002 20:00:02 +0000 (20:00 +0000)]
Updates with progress on TreeView, ChildWnd type and more...
svn path=/trunk/; revision=3232
Hartmut Birr [Mon, 15 Jul 2002 18:25:17 +0000 (18:25 +0000)]
Changed the ordering for allocating the inquiry buffer and zeroing the srb in ScsiPortInquire.
svn path=/trunk/; revision=3231
Eric Kohl [Mon, 15 Jul 2002 15:37:33 +0000 (15:37 +0000)]
Dump the first MFT cluster and some file attributes.
svn path=/trunk/; revision=3230
Steven Edwards [Mon, 15 Jul 2002 11:26:07 +0000 (11:26 +0000)]
Fix end of line warning for gcc 3.1
svn path=/trunk/; revision=3229
Steven Edwards [Mon, 15 Jul 2002 11:11:17 +0000 (11:11 +0000)]
Fix end of line warning
svn path=/trunk/; revision=3228
Steven Edwards [Mon, 15 Jul 2002 10:54:13 +0000 (10:54 +0000)]
Fix winebuild of regsvr32
svn path=/trunk/; revision=3227
Rex Jolliff [Mon, 15 Jul 2002 05:24:27 +0000 (05:24 +0000)]
a test
svn path=/trunk/; revision=3226
Steven Edwards [Mon, 15 Jul 2002 04:55:44 +0000 (04:55 +0000)]
Import of DJ Dalories hcalc window calculator
svn path=/trunk/; revision=3225
Robert Dickenson [Sun, 14 Jul 2002 22:38:37 +0000 (22:38 +0000)]
sync minor mod.
svn path=/trunk/; revision=3224
Brian Palmer [Sun, 14 Jul 2002 22:33:06 +0000 (22:33 +0000)]
*** empty log message ***
svn path=/trunk/; revision=3223
Robert Dickenson [Sun, 14 Jul 2002 21:03:10 +0000 (21:03 +0000)]
Split window control, listview and treeview moved to child window.
svn path=/trunk/; revision=3222
Robert Dickenson [Sun, 14 Jul 2002 20:38:52 +0000 (20:38 +0000)]
Split window control, listview and treeview moved to child window.
svn path=/trunk/; revision=3221
Robert Dickenson [Sun, 14 Jul 2002 18:00:54 +0000 (18:00 +0000)]
Updated with minor modifications only.
svn path=/trunk/; revision=3220
Robert Dickenson [Sun, 14 Jul 2002 17:59:36 +0000 (17:59 +0000)]
Updated with progress. Still far to go....
svn path=/trunk/; revision=3219
Steven Edwards [Sun, 14 Jul 2002 16:01:28 +0000 (16:01 +0000)]
Added touch to the makefile
svn path=/trunk/; revision=3218
Robert Dickenson [Sun, 14 Jul 2002 15:22:53 +0000 (15:22 +0000)]
Removed obsolete cpp versions of files.
svn path=/trunk/; revision=3217
Hartmut Birr [Sun, 14 Jul 2002 07:48:17 +0000 (07:48 +0000)]
Close the files after loading.
svn path=/trunk/; revision=3216
Eugene Ingerman [Sat, 13 Jul 2002 21:37:27 +0000 (21:37 +0000)]
Added reference counting and deferred deletion for GDI objects.
svn path=/trunk/; revision=3215
Casper Hornstrup [Sat, 13 Jul 2002 20:56:53 +0000 (20:56 +0000)]
Fix typo
svn path=/trunk/; revision=3214
Casper Hornstrup [Sat, 13 Jul 2002 12:55:07 +0000 (12:55 +0000)]
If symbols are available then pass them to the OS as multiboot modules
svn path=/trunk/; revision=3213
Casper Hornstrup [Sat, 13 Jul 2002 12:44:09 +0000 (12:44 +0000)]
2002-07-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
* rules.mak (RSYM): Define.
* include/ddk/zwtypes.h (DebugDbgLoadSymbols): Add to enum
_DEBUG_CONTROL_CODE.
* include/ntdll/ldr.h (LDR_SYMBOL_INFO, LdrpLoadUserModuleSymbols): Add.
(LdrLoadModuleSymbols): Remove.
* include/ntos/kdbgsyms.h (ST_FILENAME, ST_FUNCTION,
ST_LINENUMBER): Add.
(SYMBOL). Make Name an ANSI_STRING.
(IMAGE_SYMBOL_INFO, AreSymbolsParsed): Add.
* lib/ntdll/ldr/startup.c (LdrInitializeThunk): Call
LdrpLoadUserModuleSymbols() not LdrLoadModuleSymbols().
* lib/ntdll/ldr/utils.c (LdrLoadModuleSymbols): Rename to
LdrpLoadUserModuleSymbols.
(LdrpLoadUserModuleSymbols): Use DebugDbgLoadSymbols debug control code.
(LdrLoadDll): assert if out of memory.
(LdrLoadDll): Call
LdrpLoadUserModuleSymbols(), not LdrLoadModuleSymbols().
* lib/ntdll/string/ctype.c (_pctype): #undef.
* ntoskrnl/dbg/dbgctrl.c (NtSystemDebugControl): Call
LdrLoadUserModuleSymbols on DebugDbgLoadSymbols.
* ntoskrnl/include/internal/ldr.h (LdrGetAddressInformation): Add.
* ntoskrnl/include/internal/module.h (MODULE_TEXT_SECTION): Make SymbolInfo
an IMAGE_SYMBOL_INFO.
* ntoskrnl/ke/i386/exp.c (LdrGetAddressInformation): Add prototype.
(print_address): Change #ifdef KDBG to #ifdef DBG.
(KiDoubleFaultHandler, KiDumpTrapFrame, KeDumpStackFrames): Dump
one stack frame per line.
* ntoskrnl/ke/i386/multiboot.S: Create pagetables for more kernel
address space so larger modules can be passed from the boot loader.
* ntoskrnl/ke/i386/usertrap.c (LdrGetAddressInformation): Add prototype.
(print_user_address): Print symbols using LdrGetAddressInformation().
* ntoskrnl/ldr/loader.c (SYMBOLFILE_HEADER, IMAGE_SYMBOL_INFO_CACHE,
STAB_ENTRY, N_FUN, N_SLINE, N_SO, SymbolListHead): Add.
(TAG_SYM_BUF): Remove.
(LdrInitDebug): Remove unneeded code.
(LdrInit1): Prepare for loading symbols.
(LdrpReadLine, HexL, LdrpParseLine, LdrpLoadModuleSymbolsFromBuffer,
LdrpLoadUserModuleSymbolsFromBuffer): Remove.
(LdrpParseImageSymbols, LdrpGetFileName, LdrpGetFunctionName,
LdrpGetLineNumber, LdrGetAddressInformation, LdrpLookupUserSymbolInfo): Add.
(LdrpLoadModuleSymbols, LdrInitializeBootStartDriver): Change to use new
symbol structures.
(LdrLoadUserModuleSymbols): Cache symbol buffers.
(LdrUnloadModuleSymbols): Implement.
(LdrLoadModule, LdrUnloadModule): Change #ifdef KDBG to #ifdef DBG.
(LdrPEProcessModule): Split a line into two lines.
(LdrPEProcessModule): Setup for loading symbols.
* ntoskrnl/ldr/sysdll.c (LdrpMapSystemDll): Open with FILE_SHARE_READ.
* ntoskrnl/ps/process.c (PiFreeSymbols): Call LdrUnloadModuleSymbols() to
free symbols.
(PiDeleteProcess): Change #ifdef KDBG to #ifdef DBG.
* ntoskrnl/rtl/ctype.c (_pctype): #undef.
* ntoskrnl/rtl/string.c (strncpy): Terminate destination string.
* tools/Makefile (rsym): Add target.
* tools/helper.mk: Include config and use -g if DBG = 1.
svn path=/trunk/; revision=3212
Casper Hornstrup [Sat, 13 Jul 2002 11:45:13 +0000 (11:45 +0000)]
2002-07-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
* Makefile (install_before): Install system.hiv to correct location.
svn path=/trunk/; revision=3211
Eric Kohl [Sat, 13 Jul 2002 11:31:02 +0000 (11:31 +0000)]
Fixed a typo
svn path=/trunk/; revision=3210
Robert Dickenson [Wed, 10 Jul 2002 20:10:16 +0000 (20:10 +0000)]
Corrected makefiles for all tests and added new application GetSysMetrics.
svn path=/trunk/; revision=3209
Robert Dickenson [Wed, 10 Jul 2002 18:41:10 +0000 (18:41 +0000)]
Updated with changes due to file manager and registry editor work.
svn path=/trunk/; revision=3208
Robert Dickenson [Wed, 10 Jul 2002 18:39:21 +0000 (18:39 +0000)]
Updated with latest work. Still far to go...
svn path=/trunk/; revision=3207
Eric Kohl [Wed, 10 Jul 2002 15:17:35 +0000 (15:17 +0000)]
Implemented the ability to create suspended threads.
svn path=/trunk/; revision=3206
Eric Kohl [Wed, 10 Jul 2002 15:15:00 +0000 (15:15 +0000)]
Renamed some thread states.
svn path=/trunk/; revision=3205
Eric Kohl [Wed, 10 Jul 2002 15:09:57 +0000 (15:09 +0000)]
ConnectNamedPipe(): STATUS_PIPE_CONNECTED reports a successful connect.
svn path=/trunk/; revision=3204