From: <ek...@mo...> - 2002-07-14 19:38:25
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/storage/atapi/ Changes by: ek...@mo....(none) 02/07/13 04:31:03 Modified files: reactos/drivers/storage/atapi/: atapi.c Log message: Fixed a typo |
From: <ch...@mo...> - 2002-07-14 19:38:56
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/ Changes by: ch...@mo....(none) 02/07/13 05:44:09 Modified files: ./: ChangeLog rules.mak reactos/include/ddk/: zwtypes.h reactos/include/ntdll/: ldr.h reactos/include/ntos/: kdbgsyms.h reactos/lib/ntdll/ldr/: startup.c utils.c reactos/lib/ntdll/string/: ctype.c reactos/ntoskrnl/: Makefile reactos/ntoskrnl/dbg/: dbgctrl.c reactos/ntoskrnl/include/internal/: ldr.h module.h reactos/ntoskrnl/ke/i386/: exp.c multiboot.S usertrap.c reactos/ntoskrnl/ldr/: loader.c sysdll.c reactos/ntoskrnl/ps/: process.c reactos/ntoskrnl/rtl/: ctype.c string.c reactos/tools/: Makefile helper.mk Added files: reactos/tools/: rsym.c Log message: 2002-07-13 Casper S. Hornstrup <ch...@us...> * 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. |
From: <ch...@mo...> - 2002-07-14 19:39:03
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/ Changes by: ch...@mo....(none) 02/07/13 13:56:53 Modified files: reactos/tools/: Makefile Log message: Fix typo |
From: Hartmut B. <hb...@mo...> - 2002-07-14 19:39:04
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/loaders/dos/ Changes by: hb...@mo....(none) 02/07/14 00:48:17 Modified files: reactos/loaders/dos/: loadros.asm Log message: Close the files after loading. |
From: <ch...@mo...> - 2002-07-14 19:39:17
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: ./ Changes by: ch...@mo....(none) 02/07/13 04:45:14 Modified files: ./: Makefile ChangeLog Log message: 2002-07-13 Casper S. Hornstrup <ch...@us...> * Makefile (install_before): Install system.hiv to correct location. |
From: Eugene I. <ei...@mo...> - 2002-07-14 19:39:17
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/objects/ Changes by: ei...@mo....(none) 02/07/13 14:37:27 Modified files: reactos/include/win32k/: bitmaps.h brush.h dc.h debug1.h gdiobj.h pen.h region.h text.h reactos/lib/gdi32/objects/: pen.c reactos/subsys/win32k/freetype/: grfont.c reactos/subsys/win32k/main/: dllmain.c reactos/subsys/win32k/objects/: bitmaps.c brush.c cliprgn.c color.c coord.c dc.c dib.c fillshap.c gdiobj.c line.c objconv.c path.c pen.c region.c text.c Log message: Added reference counting and deferred deletion for GDI objects. |
From: Rex J. <re...@mo...> - 2002-07-15 05:18:15
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: ./ Changes by: re...@mo....(none) 02/07/14 22:24:27 Added files: ./: test.commit Log message: a test |
From: Steven E. <sed...@mo...> - 2002-07-15 10:48:17
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: ./ Changes by: sed...@mo....(none) 02/07/15 03:54:14 Modified files: ./: Makefile Log message: Fix winebuild of regsvr32 |
From: Steven E. <sed...@mo...> - 2002-07-15 11:05:07
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/msvcrt/internal/ Changes by: sed...@mo....(none) 02/07/15 04:11:18 Modified files: reactos/include/msvcrt/internal/: stdio.h Log message: Fix end of line warning |
From: <ek...@mo...> - 2002-07-15 15:31:19
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/fs/ntfs/ Changes by: ek...@mo....(none) 02/07/15 08:37:33 Modified files: reactos/drivers/fs/ntfs/: fsctl.c makefile ntfs.h Added files: reactos/drivers/fs/ntfs/: attrib.c mft.c Log message: Dump the first MFT cluster and some file attributes. |
From: Hartmut B. <hb...@mo...> - 2002-07-15 18:19:05
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/storage/scsiport/ Changes by: hb...@mo....(none) 02/07/15 11:25:17 Modified files: reactos/drivers/storage/scsiport/: scsiport.c Log message: Changed the ordering for allocating the inquiry buffer and zeroing the srb in ScsiPortInquire. |
From: David W. <dw...@mo...> - 2002-07-17 20:58:41
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/objects/ Changes by: dw...@mo....(none) 02/07/17 14:04:58 Modified files: reactos/include/ddk/: zwtypes.h reactos/include/napi/: core.h reactos/include/user32/: callback.h reactos/include/win32k/: region.h reactos/lib/user32/misc/: dllmain.c reactos/lib/user32/windows/: window.c reactos/ntoskrnl/cc/: copy.c misc.c pin.c view.c reactos/ntoskrnl/include/internal/: ex.h mm.h reactos/ntoskrnl/ke/: bug.c kthread.c main.c reactos/ntoskrnl/ke/i386/: exp.c trap.s reactos/ntoskrnl/ldr/: loader.c reactos/ntoskrnl/mm/: mminit.c pagefile.c reactos/ntoskrnl/ob/: object.c reactos/ntoskrnl/ps/: process.c reactos/subsys/system/winlogon/: winlogon.c reactos/subsys/win32k/include/: callback.h class.h msgqueue.h window.h winsta.h reactos/subsys/win32k/ntuser/: callback.c class.c guicheck.c message.c msgqueue.c windc.c window.c winpos.c winsta.c reactos/subsys/win32k/objects/: region.c Log message: Fixed some bugs. |
From: David W. <dw...@mo...> - 2002-07-17 21:22:20
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/ke/ Changes by: dw...@mo....(none) 02/07/17 14:28:38 Modified files: reactos/ntoskrnl/ke/: main.c Log message: Remove crash testing code. |
From: David W. <dw...@mo...> - 2002-07-17 22:49:52
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/ps/ Changes by: dw...@mo....(none) 02/07/17 15:56:11 Modified files: reactos/drivers/fs/ms/: msfs.c reactos/ntoskrnl/dbg/: dbgctrl.c reactos/ntoskrnl/include/internal/: kd.h reactos/ntoskrnl/io/: pnpmgr.c reactos/ntoskrnl/ke/i386/: exp.c usertrap.c reactos/ntoskrnl/ldr/: loader.c reactos/ntoskrnl/ps/: process.c Removed files: ./: install.bochs Log message: Fixed null pointer exceptions. Removed private install script. Moved stabs reading to a seperate file. Added hooks for the kernel debugger. |
From: David W. <dw...@mo...> - 2002-07-17 22:50:59
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/dbg/ Changes by: dw...@mo....(none) 02/07/17 15:57:18 Added files: reactos/ntoskrnl/dbg/: kdb_stabs.c Log message: KDB stabs file. |
From: David W. <dw...@mo...> - 2002-07-17 22:51:38
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/ Changes by: dw...@mo....(none) 02/07/17 15:57:59 Modified files: reactos/tools/: .cvsignore Log message: Updated .cvsignore file |
From: David W. <dw...@mo...> - 2002-07-17 23:05:24
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/ke/i386/ Changes by: dw...@mo....(none) 02/07/17 16:11:37 Modified files: reactos/ntoskrnl/ke/i386/: exp.c Log message: Print stack frames as densely as possible. |
From: David W. <dw...@mo...> - 2002-07-18 00:19:16
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/ps/ Changes by: dw...@mo....(none) 02/07/17 17:25:31 Modified files: ./: config reactos/include/ntdll/: ldr.h reactos/ntoskrnl/: Makefile reactos/ntoskrnl/dbg/: dbgctrl.c kdb.c kdb_stabs.c reactos/ntoskrnl/include/internal/: kd.h module.h reactos/ntoskrnl/io/: driver.c reactos/ntoskrnl/ke/: catch.c reactos/ntoskrnl/ke/i386/: exp.c reactos/ntoskrnl/ldr/: loader.c reactos/ntoskrnl/ps/: process.c Log message: Symbol loading working in kdb. |
From: <ek...@mo...> - 2002-07-18 00:23:01
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/dd/beep/ Changes by: ek...@mo....(none) 02/07/17 17:29:19 Modified files: reactos/drivers/dd/beep/: beep.c Log message: Fixed access to non-existent device extension. |
From: <ek...@mo...> - 2002-07-18 00:24:18
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/storage/atapi/ Changes by: ek...@mo....(none) 02/07/17 17:30:23 Modified files: reactos/drivers/storage/atapi/: atapi.c Log message: Reported sector size must always be a power of 2. |
From: <ek...@mo...> - 2002-07-18 00:25:25
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: ./ Changes by: ek...@mo....(none) 02/07/17 17:31:40 Modified files: ./: install.bat Makefile Log message: Build and install beep and null driver. |
From: <ek...@mo...> - 2002-07-18 18:02:08
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/ntos/ Changes by: ek...@mo....(none) 02/07/18 11:08:27 Modified files: reactos/include/ntos/: disk.h Log message: Added IOCTL_DISK_SET_PARTITION_INFO. Added checks for user induced errors. Added basic shutdown/flush support. |
From: <ek...@mo...> - 2002-07-18 18:02:37
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/storage/cdrom/ Changes by: ek...@mo....(none) 02/07/18 11:08:59 Modified files: reactos/drivers/storage/cdrom/: cdrom.c Log message: Added IOCTL_DISK_SET_PARTITION_INFO. Added checks for user induced errors. Added basic shutdown/flush support. |
From: <ek...@mo...> - 2002-07-18 18:03:22
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/storage/disk/ Changes by: ek...@mo....(none) 02/07/18 11:09:29 Modified files: reactos/drivers/storage/disk/: disk.c Log message: Added IOCTL_DISK_SET_PARTITION_INFO. Added checks for user induced errors. Added basic shutdown/flush support. |
From: <ek...@mo...> - 2002-07-18 18:03:38
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/storage/scsiport/ Changes by: ek...@mo....(none) 02/07/18 11:09:59 Modified files: reactos/drivers/storage/scsiport/: scsiport.c Log message: Added IOCTL_DISK_SET_PARTITION_INFO. Added checks for user induced errors. Added basic shutdown/flush support. |