reactos.git
21 years agoerrno finally thread-safe
KJK::Hyperion [Fri, 17 May 2002 01:52:03 +0000 (01:52 +0000)]
errno finally thread-safe

svn path=/trunk/; revision=2960

21 years agoTemporary code for debugging purposes
KJK::Hyperion [Fri, 17 May 2002 01:49:53 +0000 (01:49 +0000)]
Temporary code for debugging purposes

svn path=/trunk/; revision=2959

21 years agoTemporary code
KJK::Hyperion [Fri, 17 May 2002 01:47:13 +0000 (01:47 +0000)]
Temporary code

svn path=/trunk/; revision=2958

21 years agoFixed assert() macro, fixed header
KJK::Hyperion [Fri, 17 May 2002 01:42:41 +0000 (01:42 +0000)]
Fixed assert() macro, fixed header

svn path=/trunk/; revision=2957

21 years agoSysV IPC headers
KJK::Hyperion [Fri, 17 May 2002 01:37:15 +0000 (01:37 +0000)]
SysV IPC headers

svn path=/trunk/; revision=2956

21 years agoModified LdrLoadModule() to return NTSTATUS.
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

21 years agoAdded experimental support for FAT and NTFS FSDs.
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

21 years agoAdded file system recognizer driver.
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

21 years agoSilenced debug message.
Eric Kohl [Tue, 14 May 2002 23:17:12 +0000 (23:17 +0000)]
Silenced debug message.

svn path=/trunk/; revision=2952

21 years agoFixed several cache-related bugs.
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

21 years agoReverted the MPW changes (keep these in a seperate branch)
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

21 years agoAdded section test
Casper Hornstrup [Mon, 13 May 2002 20:16:26 +0000 (20:16 +0000)]
Added section test

svn path=/trunk/; revision=2947

21 years agoUse ULONG_PTR instead of ULONG when doing pointer arithmetics.
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

21 years agoAdded file and directory caching.
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

21 years agoSupport multiple debug targets at the same time.
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

21 years agoRemoved reseting of IrpFlags in ScsiPortDispatchScsi.
Hartmut Birr [Tue, 7 May 2002 23:13:24 +0000 (23:13 +0000)]
Removed reseting of IrpFlags in ScsiPortDispatchScsi.

svn path=/trunk/; revision=2943

21 years agoOpened files for redirection inheritable.
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

21 years agoFixed a memory leakage in MmCreateImageSection.
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

21 years agoImplemented CsrTerminateProcess.
Hartmut Birr [Tue, 7 May 2002 22:46:23 +0000 (22:46 +0000)]
Implemented CsrTerminateProcess.

svn path=/trunk/; revision=2940

21 years agoFixed the range test for handles in CsrGetObject/CsrReleaseObject.
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

21 years agoCreate console active event inheritable.
Hartmut Birr [Tue, 7 May 2002 22:44:23 +0000 (22:44 +0000)]
Create console active event inheritable.

svn path=/trunk/; revision=2938

21 years agoFixed return value in CdfsGetFsSizeInformation.
Hartmut Birr [Tue, 7 May 2002 22:42:46 +0000 (22:42 +0000)]
Fixed return value in CdfsGetFsSizeInformation.

svn path=/trunk/; revision=2937

21 years agoModified reading of pipes.
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

21 years agoModified closing of pipes.
Hartmut Birr [Tue, 7 May 2002 22:40:35 +0000 (22:40 +0000)]
Modified closing of pipes.

svn path=/trunk/; revision=2935

21 years agoAdded testing for inheritable objects/handles.
Hartmut Birr [Tue, 7 May 2002 22:39:26 +0000 (22:39 +0000)]
Added testing for inheritable objects/handles.

svn path=/trunk/; revision=2934

21 years agoAdded testing for inheritable objects in NtDuplicateObject/ObCreateHandleTable.
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

21 years agoLock address space at returning in MmNotPresentFaultVirtualMemory.
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

21 years agoFixed a wrong index in MmProbeAndLockPages.
Hartmut Birr [Tue, 7 May 2002 22:35:02 +0000 (22:35 +0000)]
Fixed a wrong index in MmProbeAndLockPages.

svn path=/trunk/; revision=2931

21 years agoLock/unlock address space in KeReleasThread.
Hartmut Birr [Tue, 7 May 2002 22:34:17 +0000 (22:34 +0000)]
Lock/unlock address space in KeReleasThread.

svn path=/trunk/; revision=2930

21 years agoFixed the command line.
Hartmut Birr [Tue, 7 May 2002 22:33:07 +0000 (22:33 +0000)]
Fixed the command line.

svn path=/trunk/; revision=2929

21 years agoAdded handling for pipe closing.
Hartmut Birr [Tue, 7 May 2002 22:32:13 +0000 (22:32 +0000)]
Added handling for pipe closing.

svn path=/trunk/; revision=2928

21 years agoStarted piping implementation.
Hartmut Birr [Tue, 7 May 2002 22:31:26 +0000 (22:31 +0000)]
Started piping implementation.

svn path=/trunk/; revision=2927

21 years agoStarted piping implementation.
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

21 years agoAdded csrss notification in ExitProcess.
Hartmut Birr [Tue, 7 May 2002 22:26:29 +0000 (22:26 +0000)]
Added csrss notification in ExitProcess.

svn path=/trunk/; revision=2925

21 years agoAdded support for piping.
Hartmut Birr [Tue, 7 May 2002 22:25:40 +0000 (22:25 +0000)]
Added support for piping.

svn path=/trunk/; revision=2924

21 years agoAdded basic support for console handles in DuplicateHandle.
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

21 years agoFixed return value in CloseConsoleHandle.
Hartmut Birr [Tue, 7 May 2002 22:23:17 +0000 (22:23 +0000)]
Fixed return value in CloseConsoleHandle.

svn path=/trunk/; revision=2922

21 years agoAdded handling for lpSecurityAttributes (for inheitable handles) in CreatePipe.
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

21 years agoDo not call NtFlushBuffersFile for console handles.
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

21 years agoAdded handling for lpSecurityAttributes (for inheritable handles) in CreateFileW.
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

21 years agoAdded O_NOINHERIT.
Hartmut Birr [Tue, 7 May 2002 22:20:00 +0000 (22:20 +0000)]
Added O_NOINHERIT.

svn path=/trunk/; revision=2918

21 years agoAdded some comments.
David Welch [Mon, 6 May 2002 22:25:50 +0000 (22:25 +0000)]
Added some comments.

svn path=/trunk/; revision=2916

21 years agoSome additions to the USER code; nothing is working yet.
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

21 years agoAdded support for accessing the raw volume.
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

21 years agoImplemented VfatGetUserBuffer and VfatLockUserBuffer.
Hartmut Birr [Sun, 5 May 2002 20:19:45 +0000 (20:19 +0000)]
Implemented VfatGetUserBuffer and VfatLockUserBuffer.

svn path=/trunk/; revision=2913

21 years agoAdded support for accessing the raw volume.
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

21 years agoAdded support for accessing the raw volume.
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

21 years agomade _read() non-greedy - it now returns as soon as any amount of data has been read...
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

21 years agoCorrected mailing lists link
Casper Hornstrup [Sun, 5 May 2002 15:30:01 +0000 (15:30 +0000)]
Corrected mailing lists link

svn path=/trunk/; revision=2909

21 years agoFixed warnings and errors so ReactOS can be compiled with GCC 3.2.
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

21 years agoFixed ReadConsoleInput() to not wait for a newline
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

21 years agoChanges in v1.2.2 (5/4/2002)
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

21 years agoQuick Makefile fix
Brian Palmer [Sat, 4 May 2002 08:19:22 +0000 (08:19 +0000)]
Quick Makefile fix

svn path=/trunk/; revision=2905

21 years agoChanges in v1.2.1 (5/3/2002)
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

21 years agoFixed irq problems.
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

21 years agoProper line spacing and implemented cls
Jason Filby [Thu, 2 May 2002 09:10:00 +0000 (09:10 +0000)]
Proper line spacing and implemented cls

svn path=/trunk/; revision=2902

21 years agoImplemented read support.
Eric Kohl [Wed, 1 May 2002 21:52:05 +0000 (21:52 +0000)]
Implemented read support.
Disabled debug messages.

svn path=/trunk/; revision=2901

21 years agoFixed FCB management functions.
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

21 years agoChanges in v1.2 (4/30/2002)
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

21 years agoImproved default value handling in RtlQueryRegistryValues().
Eric Kohl [Mon, 29 Apr 2002 23:20:44 +0000 (23:20 +0000)]
Improved default value handling in RtlQueryRegistryValues().

svn path=/trunk/; revision=2898

21 years agoFixed bugs in null device drivers, added zero stream device
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

21 years agoFixed order of TARGET_LFLAGS in the command lines of rules for kernel-mode targets
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

21 years agoAdded wild card expansion for argv.
Hartmut Birr [Sun, 28 Apr 2002 22:38:11 +0000 (22:38 +0000)]
Added wild card expansion for argv.

svn path=/trunk/; revision=2895

21 years agoAdded S_IFREG for files only.
Hartmut Birr [Sun, 28 Apr 2002 22:37:36 +0000 (22:37 +0000)]
Added S_IFREG for files only.

svn path=/trunk/; revision=2894

21 years agoAdded _fcloseall for DLL_PROCESS_DETACH.
Hartmut Birr [Sun, 28 Apr 2002 22:37:00 +0000 (22:37 +0000)]
Added _fcloseall for DLL_PROCESS_DETACH.

svn path=/trunk/; revision=2893

21 years agoFixed FAT short file name buffer overflow that was causing some long filenames not...
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

21 years agoAdded support for bat/cmd files.
Hartmut Birr [Sat, 27 Apr 2002 19:26:54 +0000 (19:26 +0000)]
Added support for bat/cmd files.
Added support for shell piping.

svn path=/trunk/; revision=2891

21 years agoFixed a bug in findDirSpace().
Hartmut Birr [Sat, 27 Apr 2002 19:25:57 +0000 (19:25 +0000)]
Fixed a bug in findDirSpace().

svn path=/trunk/; revision=2890

21 years agoAdded seting of exit status in NtTerminateProcess.
Hartmut Birr [Sat, 27 Apr 2002 19:25:16 +0000 (19:25 +0000)]
Added seting of exit status in NtTerminateProcess.

svn path=/trunk/; revision=2889

21 years agoFixed a bug in MmUnmapLockedPages.
Hartmut Birr [Sat, 27 Apr 2002 19:24:45 +0000 (19:24 +0000)]
Fixed a bug in MmUnmapLockedPages.

svn path=/trunk/; revision=2888

21 years agoAdded npfs.sys to the automatic loaded drivers.
Hartmut Birr [Sat, 27 Apr 2002 19:24:15 +0000 (19:24 +0000)]
Added npfs.sys to the automatic loaded drivers.

svn path=/trunk/; revision=2887

21 years agoAdded IoFileObjectType to ObReferenceObjectByHandle. If the function is not called...
Hartmut Birr [Sat, 27 Apr 2002 19:23:33 +0000 (19:23 +0000)]
Added IoFileObjectType to ObReferenceObjectByHandle. If the function is not called with a file handle, there occures a page fault.
Moved dereferencing of the file object to IoSecondStageCompletion.

svn path=/trunk/; revision=2886

21 years agoChanged to event object from file object.
Hartmut Birr [Sat, 27 Apr 2002 19:22:55 +0000 (19:22 +0000)]
Changed to event object from file object.

svn path=/trunk/; revision=2885

21 years agoFixed the test for FO_SYNCHONOUS_IO.
Hartmut Birr [Sat, 27 Apr 2002 19:22:09 +0000 (19:22 +0000)]
Fixed the test for FO_SYNCHONOUS_IO.

svn path=/trunk/; revision=2884

21 years agoMoved dereferencing of file objects to IoSecondStageCompletion.
Hartmut Birr [Sat, 27 Apr 2002 19:21:32 +0000 (19:21 +0000)]
Moved dereferencing of file objects to IoSecondStageCompletion.

svn path=/trunk/; revision=2883

21 years agoMoved '/DEBUGPORT=SCREEN' from loadros to (a)boot.bat.
Hartmut Birr [Sat, 27 Apr 2002 19:20:29 +0000 (19:20 +0000)]
Moved '/DEBUGPORT=SCREEN' from loadros to (a)boot.bat.

svn path=/trunk/; revision=2882

21 years agoRemoved S_IFREG for files.
Hartmut Birr [Sat, 27 Apr 2002 19:17:25 +0000 (19:17 +0000)]
Removed S_IFREG for files.

svn path=/trunk/; revision=2881

21 years agoFixed a minor bug.
Hartmut Birr [Sat, 27 Apr 2002 19:16:53 +0000 (19:16 +0000)]
Fixed a minor bug.

svn path=/trunk/; revision=2880

21 years agoMoved CloseFile within MoveFileExW.
Hartmut Birr [Sat, 27 Apr 2002 19:15:43 +0000 (19:15 +0000)]
Moved CloseFile within MoveFileExW.

svn path=/trunk/; revision=2879

21 years agoMade GetTempFileNameA/W workable.
Hartmut Birr [Sat, 27 Apr 2002 19:15:00 +0000 (19:15 +0000)]
Made GetTempFileNameA/W workable.

svn path=/trunk/; revision=2878

21 years agoAdded a trailing '\' to the directory in GetTempPathW.
Hartmut Birr [Sat, 27 Apr 2002 19:14:30 +0000 (19:14 +0000)]
Added a trailing '\' to the directory in GetTempPathW.

svn path=/trunk/; revision=2877

21 years agoFixed a memory leakage in DeleteFileW.
Hartmut Birr [Sat, 27 Apr 2002 19:13:41 +0000 (19:13 +0000)]
Fixed a memory leakage in DeleteFileW.

svn path=/trunk/; revision=2876

21 years agoFixed a memory leakage in CreateFileW.
Hartmut Birr [Sat, 27 Apr 2002 19:13:15 +0000 (19:13 +0000)]
Fixed a memory leakage in CreateFileW.

svn path=/trunk/; revision=2875

21 years agoRelease MDL on IRP-completion. Thanks to Hartmut Birr.
Eric Kohl [Sat, 27 Apr 2002 19:01:24 +0000 (19:01 +0000)]
Release MDL on IRP-completion. Thanks to Hartmut Birr.

svn path=/trunk/; revision=2874

21 years agoAdded code to import REG_MULTI_SZ values.
Eric Kohl [Sat, 27 Apr 2002 19:00:14 +0000 (19:00 +0000)]
Added code to import REG_MULTI_SZ values.

svn path=/trunk/; revision=2873

21 years agoAdded media change support (untested).
Eric Kohl [Fri, 26 Apr 2002 23:21:28 +0000 (23:21 +0000)]
Added media change support (untested).
Added directory listing (works only on the root directory).

svn path=/trunk/; revision=2872

21 years agoFixed drive map in the shared user page.
Eric Kohl [Fri, 26 Apr 2002 19:59:25 +0000 (19:59 +0000)]
Fixed drive map in the shared user page.

svn path=/trunk/; revision=2871

21 years agoSimplified access to the shared user page.
Eric Kohl [Fri, 26 Apr 2002 13:12:34 +0000 (13:12 +0000)]
Simplified access to the shared user page.
Update TickCountLow on timer ticks.

svn path=/trunk/; revision=2870

21 years agoRemoved direct debug output.
Eric Kohl [Thu, 25 Apr 2002 22:24:24 +0000 (22:24 +0000)]
Removed direct debug output.
Replaced direct calls to bios routines.

svn path=/trunk/; revision=2869

22 years agoAdded the original copyright from isolinux.
Eric Kohl [Thu, 25 Apr 2002 14:22:25 +0000 (14:22 +0000)]
Added the original copyright from isolinux.
Added 'Press any key to boot from CD' feature.
Changed load path to '\REACTOS\FREELDR.SYS'.

svn path=/trunk/; revision=2868

22 years agoFreeLoader version 1.0!
Brian Palmer [Thu, 25 Apr 2002 02:48:15 +0000 (02:48 +0000)]
FreeLoader version 1.0!
Supports booting Linux bzImage kernels
No initrd support (yet)
No zImage support (yet)
No ext2 file system support (yet)
Forward slashes '/' as well as backslashes '\' can be used for path names in FAT & ISO-9660
Fixed bug in LBA code where is was only reading one sector even if you asked for more
Fixed bug in FAT code, was also present in ISO-9660 code

svn path=/trunk/; revision=2867

22 years agoImplemented request-splitting.
Eric Kohl [Wed, 24 Apr 2002 22:20:50 +0000 (22:20 +0000)]
Implemented request-splitting.

svn path=/trunk/; revision=2866

22 years agoAdded ISO-9660 support.
Eric Kohl [Tue, 23 Apr 2002 09:08:59 +0000 (09:08 +0000)]
Added ISO-9660 support.

svn path=/trunk/; revision=2865

22 years agoAdded ISO-9660 boot sector description.
Eric Kohl [Mon, 22 Apr 2002 12:05:07 +0000 (12:05 +0000)]
Added ISO-9660 boot sector description.

svn path=/trunk/; revision=2864

22 years agoAdded .cvsignore file.
Eric Kohl [Mon, 22 Apr 2002 10:02:35 +0000 (10:02 +0000)]
Added .cvsignore file.
Added cdrom bootsector.

svn path=/trunk/; revision=2863

22 years agoSome more fixes to the IO manager routines to use the KEVENT in the FILE_OBJECT correctly
Phillip Susi [Sat, 20 Apr 2002 03:46:40 +0000 (03:46 +0000)]
Some more fixes to the IO manager routines to use the KEVENT in the FILE_OBJECT correctly

svn path=/trunk/; revision=2862

22 years agoFixed stat() to set the S_IFREG flag to indicate that the file is a normal file
Phillip Susi [Sat, 20 Apr 2002 03:33:12 +0000 (03:33 +0000)]
Fixed stat() to set the S_IFREG flag to indicate that the file is a normal file

svn path=/trunk/; revision=2861

22 years agoKiInterruptDispatch was leaving interrupts disabled when dropping to PASSIVE_LEVEL...
Phillip Susi [Sat, 20 Apr 2002 03:21:35 +0000 (03:21 +0000)]
KiInterruptDispatch was leaving interrupts disabled when dropping to PASSIVE_LEVEL to run the idle thread

I'm not quite sure I have it reenable interrupts at a safe place, but at least it does enable them

svn path=/trunk/; revision=2860

22 years agoFixed a silly bug! I forgot to move an #include line. :-/
Eric Kohl [Fri, 19 Apr 2002 20:27:20 +0000 (20:27 +0000)]
Fixed a silly bug! I forgot to move an #include line. :-/

svn path=/trunk/; revision=2859

22 years agoRestricted mounting of file systems (e.g. don't try to mount a cdrom file system...
Eric Kohl [Fri, 19 Apr 2002 10:10:29 +0000 (10:10 +0000)]
Restricted mounting of file systems (e.g. don't try to mount a cdrom file system to a harddisk).
Moved helper functions of IoVerifyVolume().
Minor improvements to IoVerifyVolume().

svn path=/trunk/; revision=2858