Jason Filby
979adb975e
Update to test new GDI functions
...
svn path=/trunk/; revision=1863
2001-05-02 12:35:48 +00:00
Jason Filby
5ee6fc75ae
GDI32 support for new win32k functions
...
svn path=/trunk/; revision=1862
2001-05-02 12:35:06 +00:00
Jason Filby
c84d5016d1
Initial font and text support. Fixes to color palette support. Mask and transparent blt support.
...
svn path=/trunk/; revision=1861
2001-05-02 12:33:42 +00:00
Jason Filby
b27e3264a9
Updates to GDI include files
...
svn path=/trunk/; revision=1860
2001-05-02 12:31:04 +00:00
Jason Filby
1a4b287958
VGA driver support for TransparentBlt
...
svn path=/trunk/; revision=1859
2001-05-02 12:29:51 +00:00
Jason Filby
69a45c48b1
Correct palette info. Initial support for bitblt masks
...
svn path=/trunk/; revision=1858
2001-05-02 12:29:08 +00:00
Jason Filby
6be44d6e81
Correctly configure palette registers
...
svn path=/trunk/; revision=1857
2001-05-02 12:27:32 +00:00
Jason Filby
4167bc8912
Initial TrueType fonts
...
svn path=/trunk/; revision=1856
2001-05-02 12:26:15 +00:00
Jason Filby
83352970a1
Freetype 2 includes
...
svn path=/trunk/; revision=1855
2001-05-02 12:24:36 +00:00
Jason Filby
be9bb3fb3c
Freetype 2
...
svn path=/trunk/; revision=1854
2001-05-02 12:21:38 +00:00
Rex Jolliff
38afc0ac8b
Extracted vfat8dot3ToFilename from GetEntryName
...
Extracted vfatMakeAbsoluteFilename from vfatOpenFile
Extracted vfatGrabFCBFromTable from vfatOpenFile
Extracted vfatNewFCB from vfatOpenFile
Extracted vfatAddFCBToTable from vfatOpenFile
Removed RtlAnsiToUnicode, RtlCatAnsiToUnicode
svn path=/trunk/; revision=1853
2001-05-02 03:18:03 +00:00
Casper Hornstrup
87589daf4e
Preparations for checked/free like builds (CPRINT == DbgPrint when DBG is defined).
...
Modified loadros to support loading symbol files early at startup.
Modified loadros to convey BIOS memory map to the kernel if available.
Began building PnP manager device tree.
Added shutdown command to shell.exe
svn path=/trunk/; revision=1852
2001-05-01 23:08:21 +00:00
Phillip Susi
58e60b3092
Don't crash if win32k.sys isn't there.. it's ok..
...
svn path=/trunk/; revision=1851
2001-05-01 23:06:25 +00:00
Casper Hornstrup
f98bbb1df7
Ported ACPI CA (from the nice guys at Intel) to ReactOS (ACPI bus driver).
...
Started on ISA PnP bus driver.
svn path=/trunk/; revision=1850
2001-05-01 23:00:05 +00:00
Casper Hornstrup
1debf1a12d
Work on winsock stack and indentation corrections.
...
svn path=/trunk/; revision=1849
2001-05-01 22:44:07 +00:00
Casper Hornstrup
72c2af4ca7
Better RawIP support.
...
Minor fixes.
svn path=/trunk/; revision=1848
2001-05-01 22:34:01 +00:00
Emanuele Aliberti
8d5c635a36
NtQueryDirectoryObject rewritten.
...
apps/objdir.c fixed to work under nt4sp6a AND reactos.
svn path=/trunk/; revision=1847
2001-05-01 21:43:45 +00:00
Nedko Arnaudov
1afd43b049
^ is used for escape sequences
...
svn path=/trunk/; revision=1846
2001-05-01 20:53:24 +00:00
Nedko Arnaudov
13eef5cc24
now it compiles
...
svn path=/trunk/; revision=1845
2001-05-01 19:42:56 +00:00
Rex Jolliff
d73834ea4f
added a few more fsd tests
...
svn path=/trunk/; revision=1844
2001-05-01 17:36:04 +00:00
Eric Kohl
b76211b20a
Mailslot and named pipe preparations
...
svn path=/trunk/; revision=1843
2001-05-01 11:09:01 +00:00
Rex Jolliff
dabd23ba77
added test set for fsd driver
...
svn path=/trunk/; revision=1842
2001-05-01 04:35:08 +00:00
Rex Jolliff
fdfb9053d9
BUGFIX: Primary partitions that appeared after extended in table were incorrectly mounted
...
changed some error messages from DPRINT to DbgPrint
svn path=/trunk/; revision=1841
2001-04-30 05:28:17 +00:00
Carl Nettelblad
7e0bfac662
This change shouldn't mess things up, if used together with latest vfat version.
...
NtQueryInformationFile is required to return valid name information for this to work.
svn path=/trunk/; revision=1840
2001-04-29 21:09:20 +00:00
Carl Nettelblad
59e33e46af
Probably getting fcb.PathName handling right this time.
...
svn path=/trunk/; revision=1839
2001-04-29 21:08:14 +00:00
David Welch
8701c47012
Removed .dbg target
...
svn path=/trunk/; revision=1838
2001-04-28 22:59:16 +00:00
Phillip Susi
56d6a0c2b1
Undo last change removing config.h, which is now correctly auto generated
...
svn path=/trunk/; revision=1837
2001-04-26 14:26:23 +00:00
Phillip Susi
39b80bfefd
Fixed definition of EPROCESS to work with the forward declaration in ketypes.h
...
svn path=/trunk/; revision=1836
2001-04-26 13:29:58 +00:00
David Welch
a1f93462d3
Explicitly create config.h
...
svn path=/trunk/; revision=1835
2001-04-26 13:23:38 +00:00
Phillip Susi
51ca2e3c1a
Removed reference to kernel private header internal/ps.h
...
svn path=/trunk/; revision=1834
2001-04-26 13:23:01 +00:00
Phillip Susi
4420d9e0cb
Added forward declaration for EPROCESS
...
svn path=/trunk/; revision=1833
2001-04-26 13:22:24 +00:00
Eric Kohl
18f8e8da80
Some minor cleanup
...
svn path=/trunk/; revision=1832
2001-04-26 11:31:33 +00:00
Phillip Susi
af3325ef66
Undo last change
...
svn path=/trunk/; revision=1831
2001-04-26 04:01:54 +00:00
Phillip Susi
6de9186661
Removed references to obsolete config.h preventing compilation
...
svn path=/trunk/; revision=1830
2001-04-26 03:58:33 +00:00
Phillip Susi
dff9686ea0
Close handles to shell process/thread
...
svn path=/trunk/; revision=1829
2001-04-26 01:36:32 +00:00
Phillip Susi
50f5d0807c
Added Tail.Overlay.DriverContext to IRP structure
...
svn path=/trunk/; revision=1828
2001-04-26 01:31:35 +00:00
Phillip Susi
9b3a488664
Fixed bug in IoFlushAdapterBuffers
...
svn path=/trunk/; revision=1827
2001-04-26 01:30:17 +00:00
Phillip Susi
595a5bad20
Added a check for end of fat chain before end of recorded length
...
svn path=/trunk/; revision=1826
2001-04-26 01:28:54 +00:00
Phillip Susi
21cbb4fcc1
FAT12GetNextCluster still needs fixed to not assume entire FAT fits in one cache page
...
Fixed minor typos
Temporary fix for FAT12GetNextCluster to at least not overflow the cache page
svn path=/trunk/; revision=1825
2001-04-26 01:28:15 +00:00
Phillip Susi
dc3c360885
Floppy driver updates, managed to boot system from floppy
...
svn path=/trunk/; revision=1824
2001-04-26 01:24:31 +00:00
Nedko Arnaudov
197fe0acf4
escape char when setting string value changed to ^
...
svn path=/trunk/; revision=1823
2001-04-24 23:05:56 +00:00
Nedko Arnaudov
05a5575ff1
minor changes
...
svn path=/trunk/; revision=1822
2001-04-24 22:53:00 +00:00
Nedko Arnaudov
5ac5ed1e37
quotation handling bug fixed
...
svn path=/trunk/; revision=1821
2001-04-24 22:32:31 +00:00
Emanuele Aliberti
f57fc2af90
Some FsRtl API updated (stubs) to sync with ntifs.h v25 by Bo Branten.
...
Added a new DDK header file to group any symbol definition related to
NTIFS: ddk/fstypes.h. Now ddk/ntifs.h includes fstypes and fsfuncs.
svn path=/trunk/; revision=1820
2001-04-24 18:36:39 +00:00
Emanuele Aliberti
a9dc0b739e
Compilation bug fixed (due to having used an "unknown" field in the
...
SYSTEM_MODULE_ENTRY object I updated yesterday).
svn path=/trunk/; revision=1819
2001-04-23 22:00:28 +00:00
Emanuele Aliberti
4fc0783845
Query/SetSystemInformation: added stubs for information classes 0-53 (up to nt5/w2k).
...
Updated the SYSTEM_INFORMATION_CLASS enumeration with members names from the Net, Dabak and Nebbett.
svn path=/trunk/; revision=1818
2001-04-22 23:06:57 +00:00
Casper Hornstrup
fa71c1ff6c
Added kernel debugger help (type help for a list of commands)
...
svn path=/trunk/; revision=1817
2001-04-22 14:47:00 +00:00
David Welch
40ef0ef8e2
Set the fs register properly on entry to the kernel from an irq
...
svn path=/trunk/; revision=1816
2001-04-21 22:39:42 +00:00
Eric Kohl
cb2396496c
Implemented PsCreateSystemProcess()
...
svn path=/trunk/; revision=1815
2001-04-21 12:39:33 +00:00
David Welch
71d0b655ac
Ignore config.h
...
svn path=/trunk/; revision=1814
2001-04-20 12:59:59 +00:00