Emanuele Aliberti
a665da497e
NTOKRNL.FsRtl notification and cache tunnels stubs added.
...
Possibly fixed the win32k.sys import error reported by Jason.
svn path=/trunk/; revision=1047
2000-03-11 00:51:36 +00:00
Jason Filby
836456a97d
Small fix
...
svn path=/trunk/; revision=1043
2000-03-10 12:39:53 +00:00
Jason Filby
10f82cf988
Implemented DRIVER_BuildDDIFunctions
...
svn path=/trunk/; revision=1042
2000-03-09 21:04:10 +00:00
Emanuele Aliberti
c3f375c672
win32k.sys exports script.
...
svn path=/trunk/; revision=1039
2000-03-08 22:39:04 +00:00
Emanuele Aliberti
b129b2caea
Some minor fixes.
...
svn path=/trunk/; revision=1037
2000-03-08 22:37:04 +00:00
Jason Filby
3da0b018e5
Moved display driver and got win32k loading it's entry point.
...
svn path=/trunk/; revision=1036
2000-03-08 21:23:14 +00:00
Eric Kohl
76f55a8a93
Fixed mp driver initialization bug and some other ones
...
svn path=/trunk/; revision=1022
2000-03-01 03:25:11 +00:00
Emanuele Aliberti
d53eeb0cee
Added help command to shell.exe.
...
Minor changes.
svn path=/trunk/; revision=1021
2000-02-29 23:57:47 +00:00
Eric Kohl
c0ad0d9b02
Added 'Path' and 'windir' system environment variables
...
svn path=/trunk/; revision=1019
2000-02-27 15:47:17 +00:00
Eric Kohl
fa81b6d260
Improved csrss (doesn't crash any more)
...
Improved kernel debugger code
Various minor improvements
svn path=/trunk/; revision=1015
2000-02-27 02:12:07 +00:00
Eric Kohl
89875c3a44
Improved RtlCreateUserProcess()
...
svn path=/trunk/; revision=1010
2000-02-25 23:58:57 +00:00
Eric Kohl
f8fe1ea0b1
Added W32kInitialize service (orig. name NtGdiInit)
...
svn path=/trunk/; revision=999
2000-02-22 20:53:11 +00:00
Eric Kohl
d1341007cf
Changed RtlCopyMemory() from function to macro
...
Improved system service table code
svn path=/trunk/; revision=995
2000-02-21 22:44:37 +00:00
Emanuele Aliberti
7d3fded0ba
Added little prog. that builds the WIN32K.SYS service table
...
and the stubs to be used in GDI32.DLL.
Converted to __stdcall every W32k... call in WIN32K.SYS.
Fixed the entry point in GDI32.DLL.
WARNING: the thing compiles, but Jason reports it does not work as is
(he tested a preliminary stub piece of code).
Perhaps changing it (as Phillip proposes) or fixing it to make WIN32K.SYS
work the NT way is required (Hernan, are you there: I did not understand
well how the additional service tables work). Feel free to change it.
svn path=/trunk/; revision=993
2000-02-20 22:52:50 +00:00
Eric Kohl
b9bb1744aa
Fixed bugs in process parameter and environment code
...
svn path=/trunk/; revision=992
2000-02-19 19:37:13 +00:00
Eric Kohl
6708f0b87e
Fixed environment implementation
...
Fixed current directory implementation
svn path=/trunk/; revision=987
2000-02-18 00:51:03 +00:00
David Welch
3cd2fc22d7
Fixed compilation bug
...
Made a start on some documentation in info format
svn path=/trunk/; revision=985
2000-02-14 14:13:34 +00:00
David Welch
c110a36a78
Moved user-process loading into ZwCreateProcess
...
svn path=/trunk/; revision=983
2000-02-13 16:05:19 +00:00
David Welch
d24a48cd94
More improvements to LPC code
...
Updated TEB structure
Changed selectors value to be closer to nt
Some bugfixes
svn path=/trunk/; revision=965
2000-01-26 10:07:30 +00:00
Eric Kohl
6cc53dd4b3
Fixed process parameters
...
Simplified current directory code
Added %C and %S formats to printf()
Changed %w to %S
Fixed compiler warnings
svn path=/trunk/; revision=929
2000-01-11 17:32:13 +00:00
David Welch
a8ca53d761
Added some additional csrss work
...
Some fixes to the queueing code
Some fixes to the lpc code
Fix to section code
svn path=/trunk/; revision=913
1999-12-30 01:51:42 +00:00
Eric Kohl
9446011fc1
Minor update
...
svn path=/trunk/; revision=908
1999-12-28 16:25:21 +00:00
Emanuele Aliberti
6b50f46c2f
Some old Fs/Po code added to the makefile
...
svn path=/trunk/; revision=902
1999-12-26 16:36:46 +00:00
David Welch
4d5643a96a
Added some security functions
...
Changes to csrss console support
Fixed bug in gdt.c
svn path=/trunk/; revision=901
1999-12-26 15:50:53 +00:00
Eric Kohl
128cfc8af0
Fixed compiler warnings
...
svn path=/trunk/; revision=900
1999-12-24 17:20:54 +00:00
David Welch
dbd051cad4
Corrected additional object manager issues pointed by Philip Susi
...
Began added console i/o code to csrss (not working yet)
Corrected long standing page fault bug (not zeroing allocated page)
svn path=/trunk/; revision=898
1999-12-22 14:48:30 +00:00
Phillip Susi
7f63532d94
fixed timeout on wait functions
...
svn path=/trunk/; revision=875
1999-12-15 06:48:10 +00:00
Eric Kohl
45043db6ff
Added waiting for port requests
...
svn path=/trunk/; revision=849
1999-12-11 01:42:44 +00:00
Rex Jolliff
f09720f7d7
some more video code
...
svn path=/trunk/; revision=840
1999-12-09 02:45:06 +00:00
Eric Kohl
b001203a86
- implemented process parameter block (PPB) code
...
- improved process environment block (PEB) code
- improved environment code
svn path=/trunk/; revision=828
1999-12-06 00:25:14 +00:00
Emanuele Aliberti
bb25ff0f3a
Minor changes.
...
svn path=/trunk/; revision=824
1999-12-04 21:11:00 +00:00
Eric Kohl
13436cd7f7
- added environment functions
...
- moved ntdll-only prototypes into ntdll header file
svn path=/trunk/; revision=809
1999-12-01 15:18:54 +00:00
David Welch
9b614b887d
Corrected ntdll mapping bug
...
Implemented prototype lpc mechanism
svn path=/trunk/; revision=795
1999-11-25 10:47:58 +00:00
Eric Kohl
e0c1e02c47
Fixed compiler warning
...
svn path=/trunk/; revision=787
1999-11-20 21:51:19 +00:00
Eric Kohl
b09592bf32
Major update to Rtl string functions.
...
svn path=/trunk/; revision=786
1999-11-20 21:49:23 +00:00
Rex Jolliff
6e605e712e
fixed reference to abs
...
svn path=/trunk/; revision=774
1999-11-17 21:17:10 +00:00
Rex Jolliff
96d5e2c715
Added top level ignore list
...
svn path=/trunk/; revision=773
1999-11-17 20:54:05 +00:00
Eric Kohl
85a3f3844c
Started NLS support and improved Rtl string functions.
...
svn path=/trunk/; revision=771
1999-11-15 16:02:50 +00:00
Rex Jolliff
1a8f8005ae
fixed clean rule
...
svn path=/trunk/; revision=766
1999-11-12 00:16:51 +00:00
Emanuele Aliberti
eb2d1c2110
advapi32 compiles OK.
...
Build number auto-generated (see apps/buildno, include/reactos/version.h,
include/reactos/buildno.h).
include/internal/version.h moved in include/reactos.
Added default search paths for includes in .rc rule (rules.mak).
svn path=/trunk/; revision=756
1999-11-07 08:03:28 +00:00
David Welch
83c2d22a5e
Improved scheduling code
...
Fixed win32k.sys entrypoint (otherwise it crashes on startup)
Included unix install script
Broke waiting for a thread to terminate (but will fix later)
Added spinlock debugging code
Improved InterlockXXXX functions
Added hooks for monitoring system calls and thread startup
svn path=/trunk/; revision=750
1999-11-02 08:55:45 +00:00
Emanuele Aliberti
f0f8791763
W32kSetTextColor, W32GetDCState16 needed __stdcall; changed the subsystem field from windows to native
...
svn path=/trunk/; revision=748
1999-10-31 22:43:40 +00:00
Rex Jolliff
766e6a262e
added more KMGDI functions
...
svn path=/trunk/; revision=744
1999-10-29 01:58:20 +00:00
Rex Jolliff
f886c2b9d6
added several new functions
...
svn path=/trunk/; revision=742
1999-10-28 23:37:14 +00:00
Rex Jolliff
788e4dc053
Fix import problems in win32k.sys
...
svn path=/trunk/; revision=736
1999-10-27 05:49:58 +00:00
Rex Jolliff
ad5e850736
Changes to get video drivers and win32k to load
...
svn path=/trunk/; revision=731
1999-10-24 17:07:57 +00:00
Rex Jolliff
6cc79a481e
added some Eng funcs into build list
...
svn path=/trunk/; revision=730
1999-10-23 22:40:49 +00:00
Rex Jolliff
a5dd3430d6
fixed dist and floppy rule
...
svn path=/trunk/; revision=724
1999-10-23 18:33:38 +00:00
Eric Kohl
0300e2a9d1
Fixed floppy and dist targets.
...
svn path=/trunk/; revision=719
1999-10-21 16:12:16 +00:00
Rex Jolliff
a0570e7cbe
added ignore files
...
svn path=/trunk/; revision=713
1999-10-20 23:08:58 +00:00