Robert Kopferl [Thu, 30 May 2002 15:11:47 +0000 (15:11 +0000)]
reorganized some files
svn path=/trunk/; revision=2994
Eric Kohl [Wed, 29 May 2002 21:41:41 +0000 (21:41 +0000)]
Replaced linux partition type constants.
svn path=/trunk/; revision=2993
Eric Kohl [Wed, 29 May 2002 21:39:06 +0000 (21:39 +0000)]
Replaces linux partition type constants.
svn path=/trunk/; revision=2992
Eric Kohl [Tue, 28 May 2002 16:11:17 +0000 (16:11 +0000)]
Minor cleanup
svn path=/trunk/; revision=2991
Eric Kohl [Tue, 28 May 2002 09:34:18 +0000 (09:34 +0000)]
Wait for BUSY to clear prior to selecting a drive. Disabled old code.
svn path=/trunk/; revision=2990
Eric Kohl [Tue, 28 May 2002 09:29:07 +0000 (09:29 +0000)]
Build a fake partition table for removable media drives.
svn path=/trunk/; revision=2989
Eric Kohl [Tue, 28 May 2002 09:25:09 +0000 (09:25 +0000)]
Fix to support removable media (512 bytes per sector only!).
svn path=/trunk/; revision=2988
Hartmut Birr [Mon, 27 May 2002 18:24:44 +0000 (18:24 +0000)]
Fixed creation of paging file in SmPagingFilesQueryRoutine.
svn path=/trunk/; revision=2987
Hartmut Birr [Mon, 27 May 2002 18:23:49 +0000 (18:23 +0000)]
Fixed returned file length in GetFileInformationByHandle.
svn path=/trunk/; revision=2986
Eric Kohl [Sun, 26 May 2002 20:25:49 +0000 (20:25 +0000)]
Silenced debug messages.
svn path=/trunk/; revision=2985
Eric Kohl [Sun, 26 May 2002 20:24:42 +0000 (20:24 +0000)]
Implemented command retries.
Improved error handling.
svn path=/trunk/; revision=2984
Eric Kohl [Sun, 26 May 2002 20:23:22 +0000 (20:23 +0000)]
Always update disk geometry.
svn path=/trunk/; revision=2983
Eric Kohl [Sun, 26 May 2002 20:20:39 +0000 (20:20 +0000)]
Silenced debug messages.
svn path=/trunk/; revision=2982
Eric Kohl [Sun, 26 May 2002 20:18:18 +0000 (20:18 +0000)]
Enabled driver letter assignment for removable drives.
svn path=/trunk/; revision=2981
Eric Kohl [Sat, 25 May 2002 13:32:51 +0000 (13:32 +0000)]
Made NTFS-Partitions mountable.
svn path=/trunk/; revision=2980
Eric Kohl [Sat, 25 May 2002 13:30:53 +0000 (13:30 +0000)]
Fixed timeout for unpopulated ide channels.
Fixed inquiry data block for unpopulated ide channels.
Minor cleanup.
svn path=/trunk/; revision=2979
Eric Kohl [Fri, 24 May 2002 22:28:11 +0000 (22:28 +0000)]
Fixed severe bug in drive detection code.
Minor cleanup.
svn path=/trunk/; revision=2978
Eric Kohl [Fri, 24 May 2002 18:08:39 +0000 (18:08 +0000)]
Fixed a severe bug in RtlQueryRegistryValues() and implemented support for REG_EXPAND_SZ.
Read the system environment from the registry.
svn path=/trunk/; revision=2977
Eric Kohl [Fri, 24 May 2002 07:52:09 +0000 (07:52 +0000)]
Added import of REG_EXPAND_SZ registry values.
Added media change support.
Added 'BootExecute'-feature to smss.
Added autochk dummy application.
svn path=/trunk/; revision=2976
Emanuele Aliberti [Thu, 23 May 2002 20:59:22 +0000 (20:59 +0000)]
Build failed, then I removed it and checked it out again but ^Ms were there again.
I just removed the ^M at EOF. Maybe this time it works.
svn path=/trunk/; revision=2975
Eric Kohl [Thu, 23 May 2002 09:53:26 +0000 (09:53 +0000)]
Use NT-compatible (VPB-based) mounting mechanism.
svn path=/trunk/; revision=2974
Brian Palmer [Wed, 22 May 2002 22:15:28 +0000 (22:15 +0000)]
Compared the output of fat.asm from nasm v0.98 and nasm v0.98.32.
Modified fat.asm to produce the same output under both versions.
svn path=/trunk/; revision=2973
Eric Kohl [Wed, 22 May 2002 15:55:51 +0000 (15:55 +0000)]
Read settings from the registry.
svn path=/trunk/; revision=2972
Eric Kohl [Tue, 21 May 2002 19:29:00 +0000 (19:29 +0000)]
Fixed Unload routine prototype.
svn path=/trunk/; revision=2971
David Welch [Sun, 19 May 2002 14:09:35 +0000 (14:09 +0000)]
ntoskrnl/cc/view.c: CcRosTrimCache: Added a comment describing the
function.
ntoskrnl/ex/fmutex.c: ExAcquireFastMutexUnsafe: Reverted incorrect fix.
ntoskrnl/mm/section.c: MmUnmapViewOfSection: Removed acquiring the address
space lock; this is always done by the caller.
ntoskrnl/mm/section.c: NtUnmapViewOfSection: Hold the address space lock
over calls to MmUnmapViewOfSection.
svn path=/trunk/; revision=2970
Casper Hornstrup [Sun, 19 May 2002 13:53:02 +0000 (13:53 +0000)]
Fixed a bug in ExAquireFastMutexUnsafe
svn path=/trunk/; revision=2969
David Welch [Fri, 17 May 2002 23:01:57 +0000 (23:01 +0000)]
services/fs/cdfs/.cvsignore: Added .cvsignore file
ntoskrnl/ex/fmutex.c: ExAcquireFastMutex: Added an check for recursively
acquiring a FAST_MUTEX.
ntoskrnl/include/internal/mm.h: ADDRESS_SPACE: Changed lock from a KMUTEX
to a FAST_MUTEX.
ntoskrnl/mm/aspace: MmLockAddressSpace, MmUnlockAddressSpace,
MmInitializeAddressSpace: Changed lock from a KMUTEX to a FAST_MUTEX
ntoskrnl/mm/mdl.c: MmInitializeMdlImplementation, MmMapLockedPages,
MmUnmapLockedPages: Use a special region that doesn't need the address
space lock for mapping MDLs.
ntoskrnl/mm/mminit.c: MmInit2: Call MDL initialization routine.
ntoskrnl/mm/section.c: MmMapViewOfSegment: Changed to a static function,
don't lock the address space since it is done by the caller.
ntoskrnl/ps/thread.c: PsDumpThreads: Fixed garbage prints in stack dump.
svn path=/trunk/; revision=2968
KJK::Hyperion [Fri, 17 May 2002 02:21:54 +0000 (02:21 +0000)]
New calls and new exported functions
svn path=/trunk/; revision=2967
KJK::Hyperion [Fri, 17 May 2002 02:16:16 +0000 (02:16 +0000)]
Miscellaneous calls
svn path=/trunk/; revision=2966
KJK::Hyperion [Fri, 17 May 2002 02:12:55 +0000 (02:12 +0000)]
Preliminary code for fork()
svn path=/trunk/; revision=2965
KJK::Hyperion [Fri, 17 May 2002 02:10:41 +0000 (02:10 +0000)]
Started implementing sys/stat.h calls
svn path=/trunk/; revision=2964
KJK::Hyperion [Fri, 17 May 2002 02:07:14 +0000 (02:07 +0000)]
TLS calls (currently unused)
svn path=/trunk/; revision=2963
KJK::Hyperion [Fri, 17 May 2002 02:04:39 +0000 (02:04 +0000)]
Temporary code for debugging purposes
svn path=/trunk/; revision=2962
KJK::Hyperion [Fri, 17 May 2002 01:55:34 +0000 (01:55 +0000)]
Fixed some embarassing errors
svn path=/trunk/; revision=2961
KJK::Hyperion [Fri, 17 May 2002 01:52:03 +0000 (01:52 +0000)]
errno finally thread-safe
svn path=/trunk/; revision=2960
KJK::Hyperion [Fri, 17 May 2002 01:49:53 +0000 (01:49 +0000)]
Temporary code for debugging purposes
svn path=/trunk/; revision=2959
KJK::Hyperion [Fri, 17 May 2002 01:47:13 +0000 (01:47 +0000)]
Temporary code
svn path=/trunk/; revision=2958
KJK::Hyperion [Fri, 17 May 2002 01:42:41 +0000 (01:42 +0000)]
Fixed assert() macro, fixed header
svn path=/trunk/; revision=2957
KJK::Hyperion [Fri, 17 May 2002 01:37:15 +0000 (01:37 +0000)]
SysV IPC headers
svn path=/trunk/; revision=2956
Eric Kohl [Thu, 16 May 2002 06:41:30 +0000 (06:41 +0000)]
Modified LdrLoadModule() to return NTSTATUS.
Added missing definitions.
svn path=/trunk/; revision=2955
Eric Kohl [Wed, 15 May 2002 18:05:00 +0000 (18:05 +0000)]
Added experimental support for FAT and NTFS FSDs.
Silenced debug messges.
svn path=/trunk/; revision=2954
Eric Kohl [Wed, 15 May 2002 09:42:19 +0000 (09:42 +0000)]
Added file system recognizer driver.
Implemented file system driver loading.
Minor cleanup.
svn path=/trunk/; revision=2953
Eric Kohl [Tue, 14 May 2002 23:17:12 +0000 (23:17 +0000)]
Silenced debug message.
svn path=/trunk/; revision=2952
Eric Kohl [Tue, 14 May 2002 23:16:23 +0000 (23:16 +0000)]
Fixed several cache-related bugs.
Silenced debug messages.
svn path=/trunk/; revision=2951
David Welch [Tue, 14 May 2002 21:19:21 +0000 (21:19 +0000)]
Reverted the MPW changes (keep these in a seperate branch)
svn path=/trunk/; revision=2950
Casper Hornstrup [Mon, 13 May 2002 20:16:26 +0000 (20:16 +0000)]
Added section test
svn path=/trunk/; revision=2947
Casper Hornstrup [Mon, 13 May 2002 18:10:41 +0000 (18:10 +0000)]
Use ULONG_PTR instead of ULONG when doing pointer arithmetics.
Use ULONG_PTR for physical adresses and PVOID for virtual addresses.
Added several consistency checks in the memory memory manager.
svn path=/trunk/; revision=2946
Eric Kohl [Thu, 9 May 2002 15:53:02 +0000 (15:53 +0000)]
Added file and directory caching.
Improved verify support.
Fixed a joliet filename bug.
svn path=/trunk/; revision=2945
Casper Hornstrup [Wed, 8 May 2002 17:05:32 +0000 (17:05 +0000)]
Support multiple debug targets at the same time.
E.g. to use both serial logging on COM1 and GDB remote debugging on COM2 use:
/DEBUGPORT=COM1 /COM2 /DEBUGPORT=GDB
Made PICE compile with GCC 3.2.
svn path=/trunk/; revision=2944
Hartmut Birr [Tue, 7 May 2002 23:13:24 +0000 (23:13 +0000)]
Removed reseting of IrpFlags in ScsiPortDispatchScsi.
svn path=/trunk/; revision=2943
Hartmut Birr [Tue, 7 May 2002 23:05:33 +0000 (23:05 +0000)]
Opened files for redirection inheritable.
Printed error messages in main to stderr. If the output is redirected,
the error message isn't printed in the redirection.
svn path=/trunk/; revision=2942
Hartmut Birr [Tue, 7 May 2002 22:53:05 +0000 (22:53 +0000)]
Fixed a memory leakage in MmCreateImageSection.
Fixed a bug in MmNotPresentFaultSectionView.
Removed some wrong calls to ObDereferenceObject in MmMapViewOfSection.
svn path=/trunk/; revision=2941
Hartmut Birr [Tue, 7 May 2002 22:46:23 +0000 (22:46 +0000)]
Implemented CsrTerminateProcess.
svn path=/trunk/; revision=2940
Hartmut Birr [Tue, 7 May 2002 22:45:40 +0000 (22:45 +0000)]
Fixed the range test for handles in CsrGetObject/CsrReleaseObject.
svn path=/trunk/; revision=2939
Hartmut Birr [Tue, 7 May 2002 22:44:23 +0000 (22:44 +0000)]
Create console active event inheritable.
svn path=/trunk/; revision=2938
Hartmut Birr [Tue, 7 May 2002 22:42:46 +0000 (22:42 +0000)]
Fixed return value in CdfsGetFsSizeInformation.
svn path=/trunk/; revision=2937
Hartmut Birr [Tue, 7 May 2002 22:41:22 +0000 (22:41 +0000)]
Modified reading of pipes.
Fixed some bugs.
svn path=/trunk/; revision=2936
Hartmut Birr [Tue, 7 May 2002 22:40:35 +0000 (22:40 +0000)]
Modified closing of pipes.
svn path=/trunk/; revision=2935
Hartmut Birr [Tue, 7 May 2002 22:39:26 +0000 (22:39 +0000)]
Added testing for inheritable objects/handles.
svn path=/trunk/; revision=2934
Hartmut Birr [Tue, 7 May 2002 22:38:29 +0000 (22:38 +0000)]
Added testing for inheritable objects in NtDuplicateObject/ObCreateHandleTable.
Modified ObCreateHandleTable. The target handle table has now the same layout as the source table.
svn path=/trunk/; revision=2933
Hartmut Birr [Tue, 7 May 2002 22:36:46 +0000 (22:36 +0000)]
Lock address space at returning in MmNotPresentFaultVirtualMemory.
svn path=/trunk/; revision=2932
Hartmut Birr [Tue, 7 May 2002 22:35:02 +0000 (22:35 +0000)]
Fixed a wrong index in MmProbeAndLockPages.
svn path=/trunk/; revision=2931
Hartmut Birr [Tue, 7 May 2002 22:34:17 +0000 (22:34 +0000)]
Lock/unlock address space in KeReleasThread.
svn path=/trunk/; revision=2930
Hartmut Birr [Tue, 7 May 2002 22:33:07 +0000 (22:33 +0000)]
Fixed the command line.
svn path=/trunk/; revision=2929
Hartmut Birr [Tue, 7 May 2002 22:32:13 +0000 (22:32 +0000)]
Added handling for pipe closing.
svn path=/trunk/; revision=2928
Hartmut Birr [Tue, 7 May 2002 22:31:26 +0000 (22:31 +0000)]
Started piping implementation.
svn path=/trunk/; revision=2927
Hartmut Birr [Tue, 7 May 2002 22:27:42 +0000 (22:27 +0000)]
Started piping implementation.
Fixed the command line for popen.
svn path=/trunk/; revision=2926
Hartmut Birr [Tue, 7 May 2002 22:26:29 +0000 (22:26 +0000)]
Added csrss notification in ExitProcess.
svn path=/trunk/; revision=2925
Hartmut Birr [Tue, 7 May 2002 22:25:40 +0000 (22:25 +0000)]
Added support for piping.
svn path=/trunk/; revision=2924
Hartmut Birr [Tue, 7 May 2002 22:24:52 +0000 (22:24 +0000)]
Added basic support for console handles in DuplicateHandle.
svn path=/trunk/; revision=2923
Hartmut Birr [Tue, 7 May 2002 22:23:17 +0000 (22:23 +0000)]
Fixed return value in CloseConsoleHandle.
svn path=/trunk/; revision=2922
Hartmut Birr [Tue, 7 May 2002 22:22:28 +0000 (22:22 +0000)]
Added handling for lpSecurityAttributes (for inheitable handles) in CreatePipe.
svn path=/trunk/; revision=2921
Hartmut Birr [Tue, 7 May 2002 22:21:47 +0000 (22:21 +0000)]
Do not call NtFlushBuffersFile for console handles.
svn path=/trunk/; revision=2920
Hartmut Birr [Tue, 7 May 2002 22:21:02 +0000 (22:21 +0000)]
Added handling for lpSecurityAttributes (for inheritable handles) in CreateFileW.
svn path=/trunk/; revision=2919
Hartmut Birr [Tue, 7 May 2002 22:20:00 +0000 (22:20 +0000)]
Added O_NOINHERIT.
svn path=/trunk/; revision=2918
David Welch [Mon, 6 May 2002 22:25:50 +0000 (22:25 +0000)]
Added some comments.
svn path=/trunk/; revision=2916
David Welch [Mon, 6 May 2002 22:20:32 +0000 (22:20 +0000)]
Some additions to the USER code; nothing is working yet.
svn path=/trunk/; revision=2915
Hartmut Birr [Sun, 5 May 2002 20:20:15 +0000 (20:20 +0000)]
Added support for accessing the raw volume.
Rewrote the read/write functions.
svn path=/trunk/; revision=2914
Hartmut Birr [Sun, 5 May 2002 20:19:45 +0000 (20:19 +0000)]
Implemented VfatGetUserBuffer and VfatLockUserBuffer.
svn path=/trunk/; revision=2913
Hartmut Birr [Sun, 5 May 2002 20:19:14 +0000 (20:19 +0000)]
Added support for accessing the raw volume.
Disabled some debug messages.
svn path=/trunk/; revision=2912
Hartmut Birr [Sun, 5 May 2002 20:18:33 +0000 (20:18 +0000)]
Added support for accessing the raw volume.
svn path=/trunk/; revision=2911
KJK::Hyperion [Sun, 5 May 2002 17:18:50 +0000 (17:18 +0000)]
made _read() non-greedy - it now returns as soon as any amount of data has been read. It's the expected behavior for line-buffered streams (KJK::Hyperion)
svn path=/trunk/; revision=2910
Casper Hornstrup [Sun, 5 May 2002 15:30:01 +0000 (15:30 +0000)]
Corrected mailing lists link
svn path=/trunk/; revision=2909
Casper Hornstrup [Sun, 5 May 2002 14:57:45 +0000 (14:57 +0000)]
Fixed warnings and errors so ReactOS can be compiled with GCC 3.2.
Removed unused ntoskrnl/rtl/bitops.c
svn path=/trunk/; revision=2908
Phillip Susi [Sun, 5 May 2002 03:45:21 +0000 (03:45 +0000)]
Fixed ReadConsoleInput() to not wait for a newline
svn path=/trunk/; revision=2907
Brian Palmer [Sat, 4 May 2002 09:25:47 +0000 (09:25 +0000)]
Changes in v1.2.2 (5/4/2002)
- Fixed memory leak in menu.c
svn path=/trunk/; revision=2906
Brian Palmer [Sat, 4 May 2002 08:19:22 +0000 (08:19 +0000)]
Quick Makefile fix
svn path=/trunk/; revision=2905
Brian Palmer [Fri, 3 May 2002 23:56:18 +0000 (23:56 +0000)]
Changes in v1.2.1 (5/3/2002)
- Makefile updates
- Optimized the Makefile
- Removed recursive make functionality (builds much faster now)
- Places all output into one single directory
- Added automagically generated dependencies
svn path=/trunk/; revision=2904
David Welch [Thu, 2 May 2002 23:45:33 +0000 (23:45 +0000)]
Fixed irq problems.
Print more information on kernel mode exceptions.
Translate grub style command lines.
svn path=/trunk/; revision=2903
Jason Filby [Thu, 2 May 2002 09:10:00 +0000 (09:10 +0000)]
Proper line spacing and implemented cls
svn path=/trunk/; revision=2902
Eric Kohl [Wed, 1 May 2002 21:52:05 +0000 (21:52 +0000)]
Implemented read support.
Disabled debug messages.
svn path=/trunk/; revision=2901
Eric Kohl [Wed, 1 May 2002 13:15:42 +0000 (13:15 +0000)]
Fixed FCB management functions.
Added file and directory information.
Fixed several minor bugs.
Disabled most of the debug messages.
svn path=/trunk/; revision=2900
Brian Palmer [Tue, 30 Apr 2002 06:26:33 +0000 (06:26 +0000)]
Changes in v1.2 (4/30/2002)
- All Linux kernels are supported (zImage & bzImage, loaded high & low)
- Initrd support
- FreeLoader now compiles under Mingw32 instead of just DJGPP, but
the Mingw32 linker seems to output a corrupt binary.
svn path=/trunk/; revision=2899
Eric Kohl [Mon, 29 Apr 2002 23:20:44 +0000 (23:20 +0000)]
Improved default value handling in RtlQueryRegistryValues().
svn path=/trunk/; revision=2898
KJK::Hyperion [Mon, 29 Apr 2002 23:06:42 +0000 (23:06 +0000)]
Fixed bugs in null device drivers, added zero stream device
svn path=/trunk/; revision=2897
KJK::Hyperion [Mon, 29 Apr 2002 23:02:12 +0000 (23:02 +0000)]
Fixed order of TARGET_LFLAGS in the command lines of rules for kernel-mode targets
Added "nostrip" rule for static libraries, currently does nothing new
svn path=/trunk/; revision=2896
Hartmut Birr [Sun, 28 Apr 2002 22:38:11 +0000 (22:38 +0000)]
Added wild card expansion for argv.
svn path=/trunk/; revision=2895
Hartmut Birr [Sun, 28 Apr 2002 22:37:36 +0000 (22:37 +0000)]
Added S_IFREG for files only.
svn path=/trunk/; revision=2894
Hartmut Birr [Sun, 28 Apr 2002 22:37:00 +0000 (22:37 +0000)]
Added _fcloseall for DLL_PROCESS_DETACH.
svn path=/trunk/; revision=2893
Brian Palmer [Sun, 28 Apr 2002 20:31:42 +0000 (20:31 +0000)]
Fixed FAT short file name buffer overflow that was causing some long filenames not to work correctly.
svn path=/trunk/; revision=2892