reactos.git
24 years agoFixed PEB related bugs
Eric Kohl [Fri, 25 Feb 2000 00:35:06 +0000 (00:35 +0000)]
Fixed PEB related bugs

svn path=/trunk/; revision=1008

24 years agoRemoved useless debug messages and header files
Eric Kohl [Fri, 25 Feb 2000 00:34:12 +0000 (00:34 +0000)]
Removed useless debug messages and header files

svn path=/trunk/; revision=1007

24 years agoMinor changes.
Emanuele Aliberti [Thu, 24 Feb 2000 23:38:26 +0000 (23:38 +0000)]
Minor changes.

svn path=/trunk/; revision=1006

24 years ago*** empty log message ***
Emanuele Aliberti [Thu, 24 Feb 2000 23:31:27 +0000 (23:31 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1005

24 years agoChanges for FsRtl added functions.
Emanuele Aliberti [Thu, 24 Feb 2000 23:27:52 +0000 (23:27 +0000)]
Changes for FsRtl added functions.

svn path=/trunk/; revision=1004

24 years agoMore stubs for NTOSKRNL.FsRtl: file name handling.
Emanuele Aliberti [Thu, 24 Feb 2000 23:25:16 +0000 (23:25 +0000)]
More stubs for NTOSKRNL.FsRtl: file name handling.

svn path=/trunk/; revision=1003

24 years agoReplaced direct io space mapping by call to MmMapIoSpace()
Eric Kohl [Thu, 24 Feb 2000 13:16:40 +0000 (13:16 +0000)]
Replaced direct io space mapping by call to MmMapIoSpace()

svn path=/trunk/; revision=1002

24 years agoAdded gdi test program gditest.exe
Eric Kohl [Tue, 22 Feb 2000 20:58:26 +0000 (20:58 +0000)]
Added gdi test program gditest.exe

svn path=/trunk/; revision=1001

24 years agoAdded GdiDllInitialize()
Eric Kohl [Tue, 22 Feb 2000 20:55:57 +0000 (20:55 +0000)]
Added GdiDllInitialize()

svn path=/trunk/; revision=1000

24 years agoAdded W32kInitialize service (orig. name NtGdiInit)
Eric Kohl [Tue, 22 Feb 2000 20:53:11 +0000 (20:53 +0000)]
Added W32kInitialize service (orig. name NtGdiInit)

svn path=/trunk/; revision=999

24 years agoFixed minor bugs interrupt_service2e()
Eric Kohl [Tue, 22 Feb 2000 20:50:07 +0000 (20:50 +0000)]
Fixed minor bugs interrupt_service2e()

svn path=/trunk/; revision=998

24 years agoadded support for shadow syscall table
Rex Jolliff [Tue, 22 Feb 2000 07:27:30 +0000 (07:27 +0000)]
added support for shadow syscall table

svn path=/trunk/; revision=997

24 years agoFixed minor bugs. 'ddk/ntddk.h' MUST ALWAYS be included FIST!!!!!
Eric Kohl [Tue, 22 Feb 2000 02:02:08 +0000 (02:02 +0000)]
Fixed minor bugs. 'ddk/ntddk.h' MUST ALWAYS be included FIST!!!!!

svn path=/trunk/; revision=996

24 years agoChanged RtlCopyMemory() from function to macro
Eric Kohl [Mon, 21 Feb 2000 22:44:37 +0000 (22:44 +0000)]
Changed RtlCopyMemory() from function to macro
Improved system service table code

svn path=/trunk/; revision=995

24 years agoWIN32K Kernel API main include file (replaces win32k/win32k.h).
Emanuele Aliberti [Mon, 21 Feb 2000 00:50:17 +0000 (00:50 +0000)]
WIN32K Kernel API main include file (replaces win32k/win32k.h).

svn path=/trunk/; revision=994

24 years agoAdded little prog. that builds the WIN32K.SYS service table
Emanuele Aliberti [Sun, 20 Feb 2000 22:52:50 +0000 (22:52 +0000)]
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

24 years agoFixed bugs in process parameter and environment code
Eric Kohl [Sat, 19 Feb 2000 19:37:13 +0000 (19:37 +0000)]
Fixed bugs in process parameter and environment code

svn path=/trunk/; revision=992

24 years agoFixed buggy RtlCompareString() and RtlCompareUnicodeString()
Eric Kohl [Sat, 19 Feb 2000 19:31:41 +0000 (19:31 +0000)]
Fixed buggy RtlCompareString() and RtlCompareUnicodeString()

svn path=/trunk/; revision=991

24 years agoFixed a bug - memmove() couldn't handle overlapping buffers
Eric Kohl [Sat, 19 Feb 2000 17:18:34 +0000 (17:18 +0000)]
Fixed a bug - memmove() couldn't handle overlapping buffers

svn path=/trunk/; revision=990

24 years agoFixed environment implementation
Eric Kohl [Fri, 18 Feb 2000 01:01:06 +0000 (01:01 +0000)]
Fixed environment implementation
Fixed current directory implementation

svn path=/trunk/; revision=989

24 years agoFixed minor bugs and removed fixed start directory
Eric Kohl [Fri, 18 Feb 2000 00:53:11 +0000 (00:53 +0000)]
Fixed minor bugs and removed fixed start directory

svn path=/trunk/; revision=988

24 years agoFixed environment implementation
Eric Kohl [Fri, 18 Feb 2000 00:51:03 +0000 (00:51 +0000)]
Fixed environment implementation
Fixed current directory implementation

svn path=/trunk/; revision=987

24 years agoUntested raw implementation of MultiByteToWideChar().
Emanuele Aliberti [Mon, 14 Feb 2000 22:10:46 +0000 (22:10 +0000)]
Untested raw implementation of MultiByteToWideChar().

svn path=/trunk/; revision=986

24 years agoFixed compilation bug
David Welch [Mon, 14 Feb 2000 14:13:34 +0000 (14:13 +0000)]
Fixed compilation bug
Made a start on some documentation in info format

svn path=/trunk/; revision=985

24 years agoimpl. NtGetTickCount
Boudewijn Dekker [Mon, 14 Feb 2000 10:27:40 +0000 (10:27 +0000)]
impl. NtGetTickCount

svn path=/trunk/; revision=984

24 years agoMoved user-process loading into ZwCreateProcess
David Welch [Sun, 13 Feb 2000 16:05:19 +0000 (16:05 +0000)]
Moved user-process loading into ZwCreateProcess

svn path=/trunk/; revision=983

24 years agoFixed a bug in NtQueryVirtualMemory()
Eric Kohl [Sun, 6 Feb 2000 15:52:04 +0000 (15:52 +0000)]
Fixed a bug in NtQueryVirtualMemory()

svn path=/trunk/; revision=982

24 years agoFixed _wcsnicmp()
Eric Kohl [Sat, 5 Feb 2000 23:46:14 +0000 (23:46 +0000)]
Fixed _wcsnicmp()

svn path=/trunk/; revision=981

24 years agoAdded some string functions
Eric Kohl [Sat, 5 Feb 2000 16:08:49 +0000 (16:08 +0000)]
Added some string functions
Added security descriptor functions
Implemented environment functions
Implemented current directory functions

svn path=/trunk/; revision=980

24 years agoAdded CHECKPOINT macro
Eric Kohl [Thu, 3 Feb 2000 22:45:11 +0000 (22:45 +0000)]
Added CHECKPOINT macro

svn path=/trunk/; revision=978

24 years agoFixed loader bugs, still needs reworked to create multiple sections
Phillip Susi [Thu, 3 Feb 2000 21:34:14 +0000 (21:34 +0000)]
Fixed loader bugs, still needs reworked to create multiple sections

svn path=/trunk/; revision=977

24 years agohistory command added and some minor changes to history interface
Paolo Pantaleo [Tue, 1 Feb 2000 18:29:11 +0000 (18:29 +0000)]
history command added and some minor changes to history interface

svn path=/trunk/; revision=976

24 years agoFixed a stdcall bug
Eric Kohl [Mon, 31 Jan 2000 20:26:15 +0000 (20:26 +0000)]
Fixed a stdcall bug

svn path=/trunk/; revision=975

24 years agoFixed an invalid printf() format type
Eric Kohl [Mon, 31 Jan 2000 20:25:43 +0000 (20:25 +0000)]
Fixed an invalid printf() format type

svn path=/trunk/; revision=974

24 years agoFixed compiler warnings
Eric Kohl [Mon, 31 Jan 2000 20:24:41 +0000 (20:24 +0000)]
Fixed compiler warnings

svn path=/trunk/; revision=973

24 years agoFixed METAFILEPICT bug
Eric Kohl [Mon, 31 Jan 2000 20:23:54 +0000 (20:23 +0000)]
Fixed METAFILEPICT bug

svn path=/trunk/; revision=972

24 years agoAdded $Id Tag for commit info
Hernan Ochoa [Sun, 30 Jan 2000 20:55:51 +0000 (20:55 +0000)]
Added $Id Tag for commit info

svn path=/trunk/; revision=971

24 years agoAdded $Id Tag for commit info
Hernan Ochoa [Sun, 30 Jan 2000 17:02:44 +0000 (17:02 +0000)]
Added $Id Tag for commit info

svn path=/trunk/; revision=970

24 years agoignore errors deleting files for make clean
Phillip Susi [Sat, 29 Jan 2000 20:32:12 +0000 (20:32 +0000)]
ignore errors deleting files for make clean

svn path=/trunk/; revision=969

24 years agoAdded parameters checking, help, and some information about
Hernan Ochoa [Sat, 29 Jan 2000 19:20:26 +0000 (19:20 +0000)]
Added parameters checking, help, and some information about
when the program was compiled.

svn path=/trunk/; revision=968

24 years agoChanged the loader so ZwCreateProcess now maps ntdll into memory
David Welch [Thu, 27 Jan 2000 08:56:50 +0000 (08:56 +0000)]
Changed the loader so ZwCreateProcess now maps ntdll into memory

svn path=/trunk/; revision=967

24 years ago*** empty log message ***
Jason Filby [Wed, 26 Jan 2000 21:10:16 +0000 (21:10 +0000)]
*** empty log message ***

svn path=/trunk/; revision=966

24 years agoMore improvements to LPC code
David Welch [Wed, 26 Jan 2000 10:07:30 +0000 (10:07 +0000)]
More improvements to LPC code
Updated TEB structure
Changed selectors value to be closer to nt
Some bugfixes

svn path=/trunk/; revision=965

24 years agoFixed bug in IO manager that caused crash when trying to open a file on a non existan...
Phillip Susi [Tue, 25 Jan 2000 06:31:25 +0000 (06:31 +0000)]
Fixed bug in IO manager that caused crash when trying to open a file on a non existant device
Fixed memory leaks in object manager

svn path=/trunk/; revision=964

24 years agoCoders directory updated.
Emanuele Aliberti [Sun, 23 Jan 2000 22:52:57 +0000 (22:52 +0000)]
Coders directory updated.

svn path=/trunk/; revision=963

24 years agoFixed syntax error
Phillip Susi [Sun, 23 Jan 2000 19:36:41 +0000 (19:36 +0000)]
Fixed syntax error

svn path=/trunk/; revision=962

24 years agonow NTOSKRNL exports KeServiceDescriptorTable just like
Hernan Ochoa [Sun, 23 Jan 2000 15:21:25 +0000 (15:21 +0000)]
now NTOSKRNL exports KeServiceDescriptorTable just like
NT's NTOSKRNL does.

svn path=/trunk/; revision=961

24 years agoadded definitions for SSDT, SSPT, KeServiceDescriptorTable,
Hernan Ochoa [Sun, 23 Jan 2000 15:19:05 +0000 (15:19 +0000)]
added definitions for SSDT, SSPT, KeServiceDescriptorTable,
KeServiceDescriptorTableShadow, KeAddSystemService(),
KE_SERVIDE_DESCRIPTOR_TABLE_ENTRY.

svn path=/trunk/; revision=960

24 years agochanged syscall tables. now it mimics NT style.
Hernan Ochoa [Sun, 23 Jan 2000 15:17:06 +0000 (15:17 +0000)]
changed syscall tables. now it mimics NT style.
it has a SSDT a SSPT, a KeServiceDescriptorTable and a
KeServiceDescriptorTableShadow. modified the code
inside the int2e_handler() to use the new syscall tables.

svn path=/trunk/; revision=959

24 years agochanged syscall tables. now it mimics NT style.
Hernan Ochoa [Sun, 23 Jan 2000 15:14:42 +0000 (15:14 +0000)]
changed syscall tables. now it mimics NT style.
it has a SSDT a SSPT, a KeServiceDescriptorTable and a
KeServiceDescriptorTableShadow. genntdll now also generates
some useful defines about min syscall number, max
syscall number, and number of syscalls.

svn path=/trunk/; revision=958

24 years agoNew Read/Write File IO test utility
Phillip Susi [Sun, 23 Jan 2000 09:04:30 +0000 (09:04 +0000)]
New Read/Write File IO test utility

svn path=/trunk/; revision=957

24 years agoFixed OutputDebugString() to use the new int 2D debug service
Phillip Susi [Sun, 23 Jan 2000 08:16:20 +0000 (08:16 +0000)]
Fixed OutputDebugString() to use the new int 2D debug service
Moved include of rules.mak up to top so it picks up the HOST variable from there

svn path=/trunk/; revision=956

24 years agoAdded error reporting to lpcsrv and lpcclt.
Emanuele Aliberti [Sat, 22 Jan 2000 22:22:48 +0000 (22:22 +0000)]
Added error reporting to lpcsrv and lpcclt.

svn path=/trunk/; revision=955

24 years agoFixed a stupid bug in time conversion code that generated abnormally high
Emanuele Aliberti [Sat, 22 Jan 2000 14:25:48 +0000 (14:25 +0000)]
Fixed a stupid bug in time conversion code that generated abnormally high
build numbers.

svn path=/trunk/; revision=954

24 years agoFixed a broken DPRINT
Phillip Susi [Sat, 22 Jan 2000 00:04:56 +0000 (00:04 +0000)]
Fixed a broken DPRINT

svn path=/trunk/; revision=953

24 years agoMade symbolic links permanent the proper way, with the perm flag, rather than leaking...
Phillip Susi [Fri, 21 Jan 2000 23:59:53 +0000 (23:59 +0000)]
Made symbolic links permanent the proper way, with the perm flag, rather than leaking a refcount

svn path=/trunk/; revision=952

24 years agodarnit... another debug print.. someone kick me
Phillip Susi [Fri, 21 Jan 2000 23:27:47 +0000 (23:27 +0000)]
darnit... another debug print.. someone kick me

svn path=/trunk/; revision=951

24 years agoOoops... forgot some debug prints ( embarassed )
Phillip Susi [Fri, 21 Jan 2000 23:17:47 +0000 (23:17 +0000)]
Ooops... forgot some debug prints ( embarassed )

svn path=/trunk/; revision=950

24 years agoFixed makefile to include rules.mak first, so it gets the settings in there right
Phillip Susi [Fri, 21 Jan 2000 23:06:26 +0000 (23:06 +0000)]
Fixed makefile to include rules.mak first, so it gets the settings in there right
Fixed path parsing for \\.\

svn path=/trunk/; revision=949

24 years agoReplaced calls to aprintf() or dprintf() by DPRINT()
Eric Kohl [Thu, 20 Jan 2000 22:57:01 +0000 (22:57 +0000)]
Replaced calls to aprintf() or dprintf() by DPRINT()
Removed old debugging code

svn path=/trunk/; revision=948

24 years agoAdded missing format types to vfprintf()
Eric Kohl [Thu, 20 Jan 2000 22:49:12 +0000 (22:49 +0000)]
Added missing format types to vfprintf()
Implemented vfwprintf()

svn path=/trunk/; revision=947

24 years agoMinor changes.
Emanuele Aliberti [Thu, 20 Jan 2000 22:14:45 +0000 (22:14 +0000)]
Minor changes.

svn path=/trunk/; revision=946

24 years agoTwo more FsRtl stubs.
Emanuele Aliberti [Thu, 20 Jan 2000 22:14:08 +0000 (22:14 +0000)]
Two more FsRtl stubs.

svn path=/trunk/; revision=945

24 years agoUpdated fsfuncs.h with latest stubs prototypes.
Emanuele Aliberti [Thu, 20 Jan 2000 22:11:48 +0000 (22:11 +0000)]
Updated fsfuncs.h with latest stubs prototypes.

svn path=/trunk/; revision=944

24 years agoCleanup
Eric Kohl [Wed, 19 Jan 2000 19:48:20 +0000 (19:48 +0000)]
Cleanup
Added '%I64' format type

svn path=/trunk/; revision=943

24 years agoFixed compiler warning
Eric Kohl [Wed, 19 Jan 2000 19:47:15 +0000 (19:47 +0000)]
Fixed compiler warning

svn path=/trunk/; revision=942

24 years agoFixed ugly bug in the serial debugging code
Eric Kohl [Wed, 19 Jan 2000 16:24:15 +0000 (16:24 +0000)]
Fixed ugly bug in the serial debugging code

svn path=/trunk/; revision=941

24 years agochanges to support v15 release
Rex Jolliff [Wed, 19 Jan 2000 07:05:04 +0000 (07:05 +0000)]
changes to support v15 release

svn path=/trunk/; revision=939

24 years agoChanged debug output to use INT 2D
Eric Kohl [Tue, 18 Jan 2000 12:04:45 +0000 (12:04 +0000)]
Changed debug output to use INT 2D

svn path=/trunk/; revision=938

24 years agoChanged debug output to use INT 2D
Eric Kohl [Tue, 18 Jan 2000 11:04:53 +0000 (11:04 +0000)]
Changed debug output to use INT 2D
Ooops! This one was missing! Sorry!

svn path=/trunk/; revision=937

24 years agoChanged debug output to use INT 2D
Eric Kohl [Mon, 17 Jan 2000 21:02:50 +0000 (21:02 +0000)]
Changed debug output to use INT 2D

svn path=/trunk/; revision=936

24 years agofixed tab completion with long file names
Phillip Susi [Mon, 17 Jan 2000 02:17:50 +0000 (02:17 +0000)]
fixed tab completion with long file names

svn path=/trunk/; revision=935

24 years agoSome more stubs for NDIS.SYS.
Emanuele Aliberti [Sun, 16 Jan 2000 18:32:34 +0000 (18:32 +0000)]
Some more stubs for NDIS.SYS.

svn path=/trunk/; revision=934

24 years agoAdded two missing names.
Emanuele Aliberti [Sun, 16 Jan 2000 18:31:48 +0000 (18:31 +0000)]
Added two missing names.

svn path=/trunk/; revision=933

24 years agoAdded missing features and functions
Eric Kohl [Fri, 14 Jan 2000 02:23:25 +0000 (02:23 +0000)]
Added missing features and functions
Cleaned confusing file naming

svn path=/trunk/; revision=932

24 years agoAdded missing printf() functions
Eric Kohl [Wed, 12 Jan 2000 19:05:32 +0000 (19:05 +0000)]
Added missing printf() functions
Changed format %w to %S and %W to %wZ

svn path=/trunk/; revision=931

24 years agoDisabled debugging messages
Eric Kohl [Tue, 11 Jan 2000 17:33:44 +0000 (17:33 +0000)]
Disabled debugging messages

svn path=/trunk/; revision=930

24 years agoFixed process parameters
Eric Kohl [Tue, 11 Jan 2000 17:32:13 +0000 (17:32 +0000)]
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

24 years agoFixed ctype and Rtl functions
Eric Kohl [Tue, 11 Jan 2000 01:16:50 +0000 (01:16 +0000)]
Fixed ctype and Rtl functions

svn path=/trunk/; revision=928

24 years agoSome more NTOSKRNL.FsRtl stubs.
Emanuele Aliberti [Mon, 10 Jan 2000 22:46:38 +0000 (22:46 +0000)]
Some more NTOSKRNL.FsRtl stubs.

svn path=/trunk/; revision=927

24 years agoAdded DbgPrint()
Eric Kohl [Mon, 10 Jan 2000 20:34:41 +0000 (20:34 +0000)]
Added DbgPrint()
Fixed some Rtl functions
Added missing printf() and wprintf() functions

svn path=/trunk/; revision=926

24 years agoRemoved fixed screen size code
Eric Kohl [Sun, 9 Jan 2000 23:16:41 +0000 (23:16 +0000)]
Removed fixed screen size code

svn path=/trunk/; revision=925

24 years agoFixed hal display bug
Eric Kohl [Sun, 9 Jan 2000 21:39:07 +0000 (21:39 +0000)]
Fixed hal display bug

svn path=/trunk/; revision=924

24 years agoNew year in c/r string.
Emanuele Aliberti [Sat, 8 Jan 2000 16:17:50 +0000 (16:17 +0000)]
New year in c/r string.

svn path=/trunk/; revision=923

24 years agoAdded reading screen sizes from crt controller
Eric Kohl [Fri, 7 Jan 2000 18:57:33 +0000 (18:57 +0000)]
Added reading screen sizes from crt controller

svn path=/trunk/; revision=922

24 years agoA few more return structures for NtQuerySystemInformation
Emanuele Aliberti [Thu, 6 Jan 2000 13:17:48 +0000 (13:17 +0000)]
A few more return structures for NtQuerySystemInformation

svn path=/trunk/; revision=921

24 years agoRemoved debug messages from queuing code (sorry)
David Welch [Thu, 6 Jan 2000 00:26:16 +0000 (00:26 +0000)]
Removed debug messages from queuing code (sorry)
Added __int64 datatype to files that use it
Hid bug in ide driver (or somewhere) for now

svn path=/trunk/; revision=920

24 years agoImplemented more security functions
David Welch [Wed, 5 Jan 2000 21:57:00 +0000 (21:57 +0000)]
Implemented more security functions
Moved general security types into new header file
Implemented ThreadImpersonationToken info class
Bug fixes to queuing code

svn path=/trunk/; revision=919

24 years agoFixed ctype table and functions.
Eric Kohl [Wed, 5 Jan 2000 19:42:56 +0000 (19:42 +0000)]
Fixed ctype table and functions.

svn path=/trunk/; revision=918

24 years agoFixed ctype table.
Eric Kohl [Wed, 5 Jan 2000 17:49:00 +0000 (17:49 +0000)]
Fixed ctype table.

svn path=/trunk/; revision=917

24 years agoDisabled pragma statement that was causing problems
David Welch [Sun, 2 Jan 2000 14:21:04 +0000 (14:21 +0000)]
Disabled pragma statement that was causing problems

svn path=/trunk/; revision=916

24 years agoAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
Eric Kohl [Thu, 30 Dec 1999 14:39:43 +0000 (14:39 +0000)]
Added mbtowc(), mbstowcs(), wctomb() and wcstombs()

svn path=/trunk/; revision=914

24 years agoAdded some additional csrss work
David Welch [Thu, 30 Dec 1999 01:51:42 +0000 (01:51 +0000)]
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

24 years agoAdded even more missing functions
Eric Kohl [Thu, 30 Dec 1999 01:33:47 +0000 (01:33 +0000)]
Added even more missing functions

svn path=/trunk/; revision=912

24 years agoAdded some missing debug, math and ctype functions
Eric Kohl [Wed, 29 Dec 1999 17:13:27 +0000 (17:13 +0000)]
Added some missing debug, math and ctype functions

svn path=/trunk/; revision=911

24 years agoFixed implementation of register io functions
Eric Kohl [Wed, 29 Dec 1999 01:37:30 +0000 (01:37 +0000)]
Fixed implementation of register io functions
Added luid functions

svn path=/trunk/; revision=910

24 years agoLast update for millenium release
Eric Kohl [Tue, 28 Dec 1999 23:13:38 +0000 (23:13 +0000)]
Last update for millenium release
Fixed some minor bugs
Fixed window title

svn path=/trunk/; revision=909

24 years agoMinor update
Eric Kohl [Tue, 28 Dec 1999 16:25:21 +0000 (16:25 +0000)]
Minor update

svn path=/trunk/; revision=908

24 years agoSome more NDIS stubs.
Emanuele Aliberti [Mon, 27 Dec 1999 22:27:39 +0000 (22:27 +0000)]
Some more NDIS stubs.

svn path=/trunk/; revision=907

24 years agoRemoved cmd target
Eric Kohl [Mon, 27 Dec 1999 15:07:00 +0000 (15:07 +0000)]
Removed cmd target

svn path=/trunk/; revision=906