From: <ek...@mo...> - 2002-07-18 18:06:36
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/lib/ntdll/stdlib/ Changes by: ek...@mo....(none) 02/07/18 11:12:59 Modified files: reactos/lib/ntdll/stdlib/: atoi64.c itoa.c itow.c mbstowcs.c wcstombs.c wtoi64.c Log message: Removed some obsolete definitions of __unit64. Added a few missing newlines. |
From: <ek...@mo...> - 2002-07-18 18:08:19
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/rtl/ Changes by: ek...@mo....(none) 02/07/18 11:14:41 Added files: reactos/ntoskrnl/rtl/: purecall.c Log message: Added _purecall(). |
From: <ek...@mo...> - 2002-07-18 18:08:49
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/ Changes by: ek...@mo....(none) 02/07/18 11:15:09 Modified files: reactos/ntoskrnl/: Makefile ntoskrnl.def ntoskrnl.edf Log message: Added _purecall(). |
From: <ek...@mo...> - 2002-07-18 18:11:54
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/wine/ Changes by: ek...@mo....(none) 02/07/18 11:18:17 Modified files: reactos/include/wine/: debugtools.h Log message: Fixed a typo. |
From: <ek...@mo...> - 2002-07-18 19:50:11
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/ Changes by: ek...@mo....(none) 02/07/18 12:56:31 Modified files: reactos/include/: structs.h Log message: Moved _SET_PARTITON_INFORMATION to a common location. |
From: Eugene I. <ei...@mo...> - 2002-07-18 21:43:43
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/rtl/ Changes by: ei...@mo....(none) 02/07/18 14:49:59 Modified files: reactos/include/ddk/: winddi.h reactos/lib/kernel32/misc/: stubs.c reactos/ntoskrnl/: ntoskrnl.def ntoskrnl.edf reactos/ntoskrnl/include/internal/: safe.h reactos/ntoskrnl/rtl/: mem.c Log message: Export MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv. |
From: Eugene I. <ei...@mo...> - 2002-07-18 21:52:55
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/stubs/ Changes by: ei...@mo....(none) 02/07/18 14:59:18 Modified files: reactos/include/: structs.h reactos/include/win32k/: cliprgn.h float.h region.h reactos/subsys/win32k/misc/: math.c reactos/subsys/win32k/ntuser/: painting.c reactos/subsys/win32k/objects/: cliprgn.c gdiobj.c region.c reactos/subsys/win32k/stubs/: stubs.c Log message: Implemented some of gdi region functions. |
From: Eugene I. <ei...@mo...> - 2002-07-19 03:50:28
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/include/internal/ Changes by: ei...@mo....(none) 02/07/18 20:56:47 Modified files: reactos/ntoskrnl/include/internal/: kd.h Log message: Fixed typo. Now can disable kernel debugger by setting KDBG = 0 in config. |
From: <ek...@mo...> - 2002-07-19 12:25:04
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/ Changes by: ek...@mo....(none) 02/07/19 05:31:26 Modified files: reactos/tools/: Makefile Log message: Fixed 'clean' rule because rdel cannot delete itself. |
From: <ek...@mo...> - 2002-07-19 12:25:24
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/wmc/ Changes by: ek...@mo....(none) 02/07/19 05:31:49 Modified files: reactos/tools/wmc/: makefile Log message: Fixed 'clean' rule because rdel cannot delete itself. |
From: <ek...@mo...> - 2002-07-20 00:50:52
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/fs/cdfs/ Changes by: ek...@mo....(none) 02/07/19 17:57:16 Modified files: reactos/drivers/fs/cdfs/: finfo.c Log message: Implemented FileNetworkOpenInformation. |
From: <ek...@mo...> - 2002-07-20 00:51:10
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/fs/vfat/ Changes by: ek...@mo....(none) 02/07/19 17:57:36 Modified files: reactos/drivers/fs/vfat/: finfo.c Log message: Implemented FileNetworkOpenInformation. |
From: <ek...@mo...> - 2002-07-20 00:52:55
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/ddk/ Changes by: ek...@mo....(none) 02/07/19 17:59:20 Modified files: reactos/include/ddk/: zw.h Log message: Fixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullAttributesFile() prototypes. |
From: <ek...@mo...> - 2002-07-20 00:54:11
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/io/ Changes by: ek...@mo....(none) 02/07/19 18:00:34 Modified files: reactos/ntoskrnl/io/: file.c Log message: Fixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullAttributesFile() prototypes. |
From: <ek...@mo...> - 2002-07-20 11:37:58
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/fs/cdfs/ Changes by: ek...@mo....(none) 02/07/20 04:44:25 Modified files: reactos/drivers/fs/cdfs/: finfo.c Log message: Implemented FileAllInformation. |
From: <ek...@mo...> - 2002-07-20 11:38:09
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/fs/vfat/ Changes by: ek...@mo....(none) 02/07/20 04:44:37 Modified files: reactos/drivers/fs/vfat/: finfo.c Log message: Implemented FileAllInformation. |
From: <ek...@mo...> - 2002-07-20 13:25:11
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/lib/advapi32/service/ Changes by: ek...@mo....(none) 02/07/20 06:31:35 Modified files: reactos/lib/advapi32/service/: scm.c sctrl.c Log message: Added some experimental code |
From: <ek...@mo...> - 2002-07-20 13:25:58
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/services/eventlog/ Changes by: ek...@mo....(none) 02/07/20 06:32:26 Modified files: reactos/services/eventlog/: eventlog.c Log message: Minor improvements. |
From: <ek...@mo...> - 2002-07-20 13:27:42
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/system/services/ Changes by: ek...@mo....(none) 02/07/20 06:34:10 Modified files: reactos/subsys/system/services/: database.c Log message: Added check for loaded system start drivers. Create control pipe before a service is started. |
From: <ro...@mo...> - 2002-07-20 16:32:27
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/reactos/ Changes by: ro...@mo....(none) 02/07/20 09:38:56 Modified files: reactos/include/reactos/: resource.h Log message: Added new section to support default applications: /* ReactOS default Application Registry Root Path */ #define RES_STR_ROSAPP_REGISTRY_ROOT "Software\\ReactWare" |
From: <jva...@mo...> - 2002-07-20 16:48:30
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/include/ntdll/ Changes by: jva...@mo....(none) 02/07/20 09:54:58 Modified files: reactos/include/ntdll/: ntdll.h Log message: GCC 3.1 compatibility |
From: Eugene I. <ei...@mo...> - 2002-07-20 20:20:56
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/apps/utils/pice/module/ Changes by: ei...@mo....(none) 02/07/20 13:27:22 Modified files: ./: install.bat reactos/ntoskrnl/: Makefile reactos/apps/utils/pice/module/: symbols.c utils.c Log message: Use kernel.map (text format ntoskrnl symbols) instead of ntosknl.sym in pice. Fixed several bugs. |
From: David W. <dw...@mo...> - 2002-07-20 21:43:10
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/ Changes by: dw...@mo....(none) 02/07/20 14:49:35 Modified files: ./: config install.bat reactos/apps/utils/pice/module/: symbols.c reactos/ntoskrnl/: Makefile reactos/ntoskrnl/ke/: main.c reactos/tools/: depends.c Log message: Renamed kernel.map -> ntoskrnl.map |
From: Eugene I. <ei...@mo...> - 2002-07-22 07:49:17
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/objects/ Changes by: ei...@mo....(none) 02/07/22 00:55:49 Modified files: reactos/apps/tests/gditest/: gditest.c reactos/iface/addsys/: w32ksvc.db reactos/include/: structs.h reactos/include/win32k/: region.h reactos/lib/gdi32/: makefile reactos/lib/gdi32/misc/: stubs.c reactos/lib/gdi32/objects/: dc.c reactos/subsys/win32k/objects/: cliprgn.c gdiobj.c line.c region.c Log message: Added GetRegionData gdi function. Added region test. Fixed some bugs. |
From: Eugene I. <ei...@mo...> - 2002-07-22 17:36:21
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/lib/gdi32/objects/ Changes by: ei...@mo....(none) 02/07/22 10:42:52 Added files: reactos/lib/gdi32/objects/: region.c Log message: Missing file. |