You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(138) |
Aug
(28) |
Sep
(2) |
Oct
(4) |
Nov
(5) |
Dec
|
---|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
|
3
(1) |
4
(5) |
5
(1) |
6
|
7
(2) |
8
(4) |
9
(4) |
10
(7) |
11
|
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
(1) |
From: David W. <dw...@mo...> - 2002-08-08 17:47:58
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/ps/ Changes by: dw...@mo....(none) 02/08/08 10:54:16 Modified files: ./: ChangeLog reactos/drivers/dd/beep/: .cvsignore reactos/drivers/fs/vfat/: cleanup.c fcb.c reactos/include/ntdll/: ldr.h reactos/lib/kernel32/process/: create.c reactos/lib/ntdll/ldr/: startup.c utils.c reactos/lib/ntdll/rtl/: process.c reactos/ntoskrnl/: .cvsignore reactos/ntoskrnl/cc/: copy.c view.c reactos/ntoskrnl/dbg/: kdb.c reactos/ntoskrnl/include/internal/: cc.h kd.h ps.h reactos/ntoskrnl/kd/: gdbstub.c kdebug.c reactos/ntoskrnl/ke/: apc.c bug.c catch.c kthread.c reactos/ntoskrnl/ke/i386/: bthread.S syscall.S thread.c usertrap.c reactos/ntoskrnl/ldr/: init.c reactos/ntoskrnl/mm/: section.c reactos/ntoskrnl/ps/: create.c thread.c Log message: 2002-08-08 David Welch <we...@co...> * ntoskrnl/mm/section (NtQuerySection): Return the right result length. 2002-08-08 David Welch <we...@co...> * ntoskrnl/ke/usertrap.c (print_user_address): Check for a NULL LDR structure in the PEB; copy the LDR pointer in safely. 2002-08-08 David Welch <we...@co...> * ntoskrnl/ke/apc.c (KiDeliverUserApc): Deliver all present APCs; release the APC spinlock while acccessing user memory. 2002-08-08 David Welch <we...@co...> * include/internal/ps.h: Adjusted offsets into the ETHREAD structure. * include/internal/ps.h: Removed redundant members from the KTHREAD structure. * ntoskrnl/ke/kthread.c (KeInitializeThread): Removed redundant members from the KTHREAD structure. 2002-08-08 David Welch <we...@co...> * ntoskrnl/dbg/kdb.c (KdbEnterDebuggerException): New function to enter the debugger on an exception. * ntoskrnl/kd/kdebug.c (KdInitSystem): Initialize the local kernel debugger if enabled. * ntoskrnl/ke/catch.c (KiDispatchException): Enter the local kernel debugger on an exception. 2002-08-08 David Welch <we...@co...> * include/ntdll/ldr.h: Added definition for a DLL entrypoint. * lib/kernel32/process/create.c (KlCreateFirstThread): Put the argument to the NtProcessStartup function on the stack. * lib/kernel32/process/create.c (KlInitPeb): Read the base address of the new image from the PEB. * lib/kernel32/process/create.c (CreateProcessW): Start the first thread at the entrypoint of the new image. * lib/ntdll/ldr/startup.c (LdrInitializeThunk): If the function is called after the initial startup then just call the entrypoints for the loaded DLLs with DLL_THREAD_ATTACH. Don't call the entrypoint of the image. * lib/ntdll/rtl/process.c (RtlpCreateFirstThread): Put the argument to the NtProcessStartup function on the stack. * lib/ntdll/rtl/process.c (KlInitPeb): Read the base address of the new image from the PEB. * lib/ntdll/rtl/process.c (RtlCreateUserProcess): Start the first thread at the entrypoint of the new image. * ntoskrnl/ke/i386/bthread.S (PsBeginThreadWithContextInternal): Use the system call path to begin a usermode thread. * ntoskrnl/ke/i386/thread.c (Ke386InitThreadWithContext): Convert the supplied context into a trap frame. * ntoskrnl/ldr/init.c (LdrLoadInitialProcess): Put the PEB argument to the NtProcessStartup function on the new stack; start the first thread at the entrypoint of the image. * ntoskrnl/ps/create.c (NtCreateThread): Create an APC to call LdrInitializeThunk in the context of a new thread before its entrypoint. 2002-08-08 David Welch <we...@co...> * drivers/fs/vfat/cleanup.c (VfatCleanupFile): Uninitialise the cache on file cleanup. * drivers/fs/vfat/fcb.c (vfatReleaseFcb): Don't uninitialise the cache on file close. * ntoskrnl/cc/copy.c: Renamed zero page global variable. * ntoskrnl/cc/view.c: Added cache delete function. |
From: Brian P. <bp...@mo...> - 2002-08-08 04:40:35
|
CVSROOT: /CVS/ReactOS Module name: freeldr Repository: freeldr/freeldr/fs/ Changes by: bp...@mo....(none) 02/08/07 21:46:48 Modified files: freeldr/freeldr/fs/: ext2.c ext2.h Log message: Defined FAST_SYMLINK_MAX_NAME_SIZE |
From: Brian P. <bp...@mo...> - 2002-08-08 04:32:26
|
CVSROOT: /CVS/ReactOS Module name: freeldr Repository: freeldr/freeldr/include/ Changes by: bp...@mo....(none) 02/08/07 21:38:43 Modified files: freeldr/freeldr/: CHANGELOG freeldr/freeldr/fs/: ext2.c freeldr/freeldr/include/: version.h Log message: Changes in v1.7.2 (8/7/2002) (brianp) - Fragment size must be equal to the block size |
From: Brian P. <bp...@mo...> - 2002-08-08 04:21:54
|
CVSROOT: /CVS/ReactOS Module name: freeldr Repository: freeldr/freeldr/include/ Changes by: bp...@mo....(none) 02/08/07 21:28:09 Modified files: freeldr/freeldr/: CHANGELOG freeldr/freeldr/fs/: ext2.c ext2.h freeldr/freeldr/include/: version.h Log message: Changes in v1.7.1 (8/7/2002) (brianp) - Symbolic links on EXT2/3 are now supported |