reactos.git
23 years agoReplaced linux io calls
Eric Kohl [Sun, 22 Oct 2000 13:30:19 +0000 (13:30 +0000)]
Replaced linux io calls
Removed references to linux io headers

svn path=/trunk/; revision=1416

23 years agoImplemented event pair
Eric Kohl [Sun, 22 Oct 2000 11:30:00 +0000 (11:30 +0000)]
Implemented event pair

svn path=/trunk/; revision=1415

23 years agoReplaced linux io calls
Eric Kohl [Sun, 22 Oct 2000 02:02:28 +0000 (02:02 +0000)]
Replaced linux io calls

svn path=/trunk/; revision=1414

23 years agoFixed prototype
Eric Kohl [Sun, 22 Oct 2000 02:01:42 +0000 (02:01 +0000)]
Fixed prototype

svn path=/trunk/; revision=1413

23 years agoRemoved duplicate code and replaced linux io calls
Eric Kohl [Sun, 22 Oct 2000 01:59:51 +0000 (01:59 +0000)]
Removed duplicate code and replaced linux io calls

svn path=/trunk/; revision=1412

23 years agoFixed warnings and indentation
Eric Kohl [Sun, 22 Oct 2000 01:58:11 +0000 (01:58 +0000)]
Fixed warnings and indentation

svn path=/trunk/; revision=1411

23 years ago*** empty log message ***
Jason Filby [Wed, 18 Oct 2000 10:42:07 +0000 (10:42 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1410

23 years ago*** empty log message ***
Jason Filby [Wed, 18 Oct 2000 09:39:32 +0000 (09:39 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1409

23 years ago*** empty log message ***
Jason Filby [Wed, 18 Oct 2000 09:11:01 +0000 (09:11 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1408

23 years agoadd management of free blocks
jean [Mon, 16 Oct 2000 15:22:45 +0000 (15:22 +0000)]
add management of free blocks

svn path=/trunk/; revision=1407

23 years agoremove unimplemented functions
jean [Mon, 16 Oct 2000 15:05:19 +0000 (15:05 +0000)]
remove unimplemented functions
test more verbose

svn path=/trunk/; revision=1406

23 years agoImproved bitblt and painting performance
Jason Filby [Sat, 14 Oct 2000 22:58:24 +0000 (22:58 +0000)]
Improved bitblt and painting performance
Initial mouse pointer code

svn path=/trunk/; revision=1405

23 years agoMinor fixes
Jason Filby [Sat, 14 Oct 2000 22:42:11 +0000 (22:42 +0000)]
Minor fixes

svn path=/trunk/; revision=1404

23 years ago*** empty log message ***
Jason Filby [Sat, 14 Oct 2000 22:40:18 +0000 (22:40 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1403

23 years agoCorrected typos in the minix driver
David Welch [Wed, 11 Oct 2000 20:57:19 +0000 (20:57 +0000)]
Corrected typos in the minix driver

svn path=/trunk/; revision=1402

23 years agoCorrect implementation of user-mode APCs
David Welch [Wed, 11 Oct 2000 20:50:35 +0000 (20:50 +0000)]
Correct implementation of user-mode APCs

svn path=/trunk/; revision=1401

23 years agoremove code for tests
jean [Wed, 11 Oct 2000 15:06:31 +0000 (15:06 +0000)]
remove code for tests

svn path=/trunk/; revision=1400

23 years agoadded tests in apps/regtest
jean [Wed, 11 Oct 2000 13:20:39 +0000 (13:20 +0000)]
added tests in apps/regtest
work on write hive registry
read tests successful for volatile and non volatile keys
write tests successful for volatile keys

svn path=/trunk/; revision=1399

23 years agoMinor update
Eric Kohl [Mon, 9 Oct 2000 00:18:00 +0000 (00:18 +0000)]
Minor update

svn path=/trunk/; revision=1398

23 years agoFixed compiler warning
Eric Kohl [Mon, 9 Oct 2000 00:12:01 +0000 (00:12 +0000)]
Fixed compiler warning

svn path=/trunk/; revision=1397

23 years agoFixed compilation bugs
David Welch [Sun, 8 Oct 2000 23:44:46 +0000 (23:44 +0000)]
Fixed compilation bugs
Removed useless spec files

svn path=/trunk/; revision=1396

23 years agoFixed a typo
Eric Kohl [Sun, 8 Oct 2000 19:13:01 +0000 (19:13 +0000)]
Fixed a typo

svn path=/trunk/; revision=1395

23 years agoAdded nameless struct/union support for [U]LARGE_INTEGER
Eric Kohl [Sun, 8 Oct 2000 19:11:28 +0000 (19:11 +0000)]
Added nameless struct/union support for [U]LARGE_INTEGER

svn path=/trunk/; revision=1394

23 years agoAdditional bug fixes
David Welch [Sun, 8 Oct 2000 16:32:53 +0000 (16:32 +0000)]
Additional bug fixes
Removed spec file
Removed libgcc.a
Set FS register in thread contexts

svn path=/trunk/; revision=1393

23 years agoAdded atom table stubs
Eric Kohl [Sun, 8 Oct 2000 12:56:45 +0000 (12:56 +0000)]
Added atom table stubs
Implemented NtQuerySemaphore()
Implemented RtlConvertSidToUnicode()
Replaced more calls to Linux io functions
Some minor fixes

svn path=/trunk/; revision=1392

23 years agoAdded atom table stubs
Eric Kohl [Sun, 8 Oct 2000 12:51:25 +0000 (12:51 +0000)]
Added atom table stubs
Implemented NtQuerySemaphore()
Implemented RtlConvertSidToUnicode()
Replaced more calls to Linux io functions
Some minor fixes

svn path=/trunk/; revision=1391

23 years agoIn GNU make, Variables and functions in all parts of a makefile are expanded when...
Nedko Arnaudov [Sun, 8 Oct 2000 10:48:10 +0000 (10:48 +0000)]
In GNU make, Variables and functions in all parts of a makefile are expanded when read, so include of rules.mak must be done before using variable defined in it.

svn path=/trunk/; revision=1390

23 years agoImplemented missing KeRaiseIrqlToXxLevel() functions
Eric Kohl [Sat, 7 Oct 2000 21:06:19 +0000 (21:06 +0000)]
Implemented missing KeRaiseIrqlToXxLevel() functions

svn path=/trunk/; revision=1389

23 years agoAdded check for existing 'SystemRoot' link target
Eric Kohl [Sat, 7 Oct 2000 20:55:15 +0000 (20:55 +0000)]
Added check for existing 'SystemRoot' link target

svn path=/trunk/; revision=1388

23 years agoSome bug fixes
David Welch [Sat, 7 Oct 2000 18:44:08 +0000 (18:44 +0000)]
Some bug fixes

svn path=/trunk/; revision=1387

23 years agoRenamed makefile to Makefile
David Welch [Sat, 7 Oct 2000 13:44:24 +0000 (13:44 +0000)]
Renamed makefile to Makefile

svn path=/trunk/; revision=1386

23 years agoAdded multiboot support to ntoskrnl
David Welch [Sat, 7 Oct 2000 13:41:58 +0000 (13:41 +0000)]
Added multiboot support to ntoskrnl
Updated loadros to boot new kernel
Corrected thread priority bugs
Removed Linux port io
Added system call entry/exit that updates PreviousMode
Changes to allow ntoskrnl to be built without optimization
Updated make system
Added PCR
Most components can be built without special spec file

svn path=/trunk/; revision=1385

23 years agoImplemented NtPulseEvent() and NtQueryEvent()
Eric Kohl [Fri, 6 Oct 2000 22:54:58 +0000 (22:54 +0000)]
Implemented NtPulseEvent() and NtQueryEvent()

svn path=/trunk/; revision=1384

23 years agoMinor fix
Eric Kohl [Fri, 6 Oct 2000 22:54:41 +0000 (22:54 +0000)]
Minor fix

svn path=/trunk/; revision=1383

23 years agoobsolete
Eric Kohl [Fri, 6 Oct 2000 16:54:38 +0000 (16:54 +0000)]
obsolete

svn path=/trunk/; revision=1382

23 years agoImplemented IoCreateNotificationEvent() and IoCreateSynchronizationEvent()
Eric Kohl [Fri, 6 Oct 2000 16:54:04 +0000 (16:54 +0000)]
Implemented IoCreateNotificationEvent() and IoCreateSynchronizationEvent()

svn path=/trunk/; revision=1381

23 years agoAdded missing STDCALLs
Eric Kohl [Thu, 5 Oct 2000 19:17:25 +0000 (19:17 +0000)]
Added missing STDCALLs

svn path=/trunk/; revision=1380

23 years agoAdded registry shutdown function CmShutdownRegistry()
Eric Kohl [Thu, 5 Oct 2000 19:15:50 +0000 (19:15 +0000)]
Added registry shutdown function CmShutdownRegistry()
Updated shutdown sequence

svn path=/trunk/; revision=1379

23 years agoImplmented NtFlushWriteBuffer()
Eric Kohl [Thu, 5 Oct 2000 19:10:55 +0000 (19:10 +0000)]
Implmented NtFlushWriteBuffer()

svn path=/trunk/; revision=1378

23 years agoadd some tests
jean [Thu, 5 Oct 2000 14:55:55 +0000 (14:55 +0000)]
add some tests

svn path=/trunk/; revision=1377

23 years agocorrect bugs
jean [Thu, 5 Oct 2000 14:55:25 +0000 (14:55 +0000)]
correct bugs

svn path=/trunk/; revision=1376

23 years agoRegistry Explorer (console tool) by Nedko Arnaoudov added to the system utilities...
Emanuele Aliberti [Wed, 4 Oct 2000 21:04:31 +0000 (21:04 +0000)]
Registry Explorer (console tool) by Nedko Arnaoudov added to the system utilities subtree.

Also here: http://www.geocities.com/registryexplorer/

svn path=/trunk/; revision=1375

23 years agoImplemented GetFileType()
Eric Kohl [Sun, 1 Oct 2000 19:54:57 +0000 (19:54 +0000)]
Implemented GetFileType()
Some cleanup

svn path=/trunk/; revision=1374

23 years agowork on registry
jean [Fri, 29 Sep 2000 15:03:21 +0000 (15:03 +0000)]
work on registry

svn path=/trunk/; revision=1373

23 years agoImplemented CreatePipe()
Eric Kohl [Wed, 27 Sep 2000 01:24:37 +0000 (01:24 +0000)]
Implemented CreatePipe()

svn path=/trunk/; revision=1372

23 years agoImplemented some ascii functions
Eric Kohl [Wed, 27 Sep 2000 01:22:31 +0000 (01:22 +0000)]
Implemented some ascii functions

svn path=/trunk/; revision=1371

23 years agoFixed crash due to thread priority out of bonuds bug... not sure if I did this right...
Phillip Susi [Sun, 24 Sep 2000 23:55:21 +0000 (23:55 +0000)]
Fixed crash due to thread priority out of bonuds bug... not sure if I did this right, but it seems to fix the crash.  Someone should probobly look at this.

svn path=/trunk/; revision=1370

23 years agoread functions on file SYSTEM implemented
jean [Fri, 22 Sep 2000 15:08:55 +0000 (15:08 +0000)]
read functions on file SYSTEM implemented

svn path=/trunk/; revision=1369

23 years agowork on ntopenkey forkeys insystem hive
jean [Thu, 21 Sep 2000 13:45:42 +0000 (13:45 +0000)]
work on ntopenkey forkeys insystem hive

svn path=/trunk/; revision=1368

23 years agotype of Name in KEY_BLOCK corrected
jean [Mon, 18 Sep 2000 09:39:18 +0000 (09:39 +0000)]
type of Name in KEY_BLOCK corrected

svn path=/trunk/; revision=1367

23 years agoAdded WinSock 2 DLL Stubs
Casper Hornstrup [Sun, 17 Sep 2000 09:41:15 +0000 (09:41 +0000)]
Added WinSock 2 DLL Stubs

svn path=/trunk/; revision=1366

23 years agoAdded ping application (won't work on ReactOS yet)
Casper Hornstrup [Sun, 17 Sep 2000 09:40:33 +0000 (09:40 +0000)]
Added ping application (won't work on ReactOS yet)

svn path=/trunk/; revision=1365

23 years agoSmall change in tdikrnl.h
Casper Hornstrup [Sun, 17 Sep 2000 09:38:46 +0000 (09:38 +0000)]
Small change in tdikrnl.h

svn path=/trunk/; revision=1364

23 years agoAdded WinSock 2 Headers
Casper Hornstrup [Sun, 17 Sep 2000 09:37:04 +0000 (09:37 +0000)]
Added WinSock 2 Headers

svn path=/trunk/; revision=1363

23 years agoAdded WinSock 2 DLL Stubs
Casper Hornstrup [Sun, 17 Sep 2000 09:36:01 +0000 (09:36 +0000)]
Added WinSock 2 DLL Stubs

svn path=/trunk/; revision=1362

23 years agoAdded WinSock 2 Helper DLL for TCP/IP (Stubs only)
Casper Hornstrup [Sun, 17 Sep 2000 09:33:44 +0000 (09:33 +0000)]
Added WinSock 2 Helper DLL for TCP/IP (Stubs only)

svn path=/trunk/; revision=1361

23 years agowork on registry files
jean [Thu, 14 Sep 2000 14:45:06 +0000 (14:45 +0000)]
work on registry files

svn path=/trunk/; revision=1360

23 years agoreport changes from 1.29
jean [Wed, 13 Sep 2000 11:46:35 +0000 (11:46 +0000)]
report changes from 1.29

svn path=/trunk/; revision=1359

23 years agowork on registry
jean [Wed, 13 Sep 2000 10:29:48 +0000 (10:29 +0000)]
work on registry

svn path=/trunk/; revision=1358

23 years agowork on registry
jean [Wed, 13 Sep 2000 09:51:58 +0000 (09:51 +0000)]
work on registry

svn path=/trunk/; revision=1357

23 years agoadded some book references
Rex Jolliff [Wed, 13 Sep 2000 03:54:09 +0000 (03:54 +0000)]
added some book references

svn path=/trunk/; revision=1356

23 years agoAdded Casper to the coders parade.
Emanuele Aliberti [Tue, 12 Sep 2000 23:21:20 +0000 (23:21 +0000)]
Added Casper to the coders parade.

svn path=/trunk/; revision=1355

23 years agoUpdated years in version info.
Emanuele Aliberti [Tue, 12 Sep 2000 23:20:15 +0000 (23:20 +0000)]
Updated years in version info.

svn path=/trunk/; revision=1354

23 years agoremove ctrl-M
jean [Tue, 12 Sep 2000 10:43:56 +0000 (10:43 +0000)]
remove ctrl-M

svn path=/trunk/; revision=1353

23 years agodeclaration of NtLoadKey2 corrected.
jean [Tue, 12 Sep 2000 10:43:28 +0000 (10:43 +0000)]
declaration of NtLoadKey2 corrected.

svn path=/trunk/; revision=1352

23 years agochanges in IRP for compatibility
jean [Tue, 12 Sep 2000 10:12:13 +0000 (10:12 +0000)]
changes in IRP for compatibility

svn path=/trunk/; revision=1351

23 years agoVersion resource added to the system utilities.
Emanuele Aliberti [Mon, 11 Sep 2000 20:17:02 +0000 (20:17 +0000)]
Version resource added to the system utilities.

svn path=/trunk/; revision=1350

23 years agoLittle change to make version resource linked in ne2000.sys.
Emanuele Aliberti [Sun, 10 Sep 2000 20:00:13 +0000 (20:00 +0000)]
Little change to make version resource linked in ne2000.sys.

svn path=/trunk/; revision=1349

23 years agoImplemented driver shutdown registration
Eric Kohl [Sun, 10 Sep 2000 13:54:01 +0000 (13:54 +0000)]
Implemented driver shutdown registration

svn path=/trunk/; revision=1348

23 years agoRC script updated.
Emanuele Aliberti [Sun, 10 Sep 2000 10:14:39 +0000 (10:14 +0000)]
RC script updated.

svn path=/trunk/; revision=1347

23 years agoImplemented basic registry functions
Eric Kohl [Fri, 8 Sep 2000 22:55:14 +0000 (22:55 +0000)]
Implemented basic registry functions

svn path=/trunk/; revision=1346

23 years agoFixed [Nt/Zw]LoadKey2 prototype
Eric Kohl [Fri, 8 Sep 2000 22:52:17 +0000 (22:52 +0000)]
Fixed [Nt/Zw]LoadKey2 prototype

svn path=/trunk/; revision=1345

23 years agoOoops! I forgot that little thingy...
Eric Kohl [Fri, 8 Sep 2000 19:39:31 +0000 (19:39 +0000)]
Ooops! I forgot that little thingy...

svn path=/trunk/; revision=1344

23 years agoFixed some bugs in the registry
Eric Kohl [Wed, 6 Sep 2000 19:59:54 +0000 (19:59 +0000)]
Fixed some bugs in the registry
Improved registry test app

svn path=/trunk/; revision=1343

23 years agoMade PsGetCurrentThread STDCALL
Phillip Susi [Wed, 6 Sep 2000 03:08:22 +0000 (03:08 +0000)]
Made PsGetCurrentThread STDCALL

svn path=/trunk/; revision=1342

23 years agoInitialize new Win32ThreadData member in ETHREAD
Phillip Susi [Wed, 6 Sep 2000 03:08:08 +0000 (03:08 +0000)]
Initialize new Win32ThreadData member in ETHREAD

svn path=/trunk/; revision=1341

23 years agoMade ObAddEntryDirectory STDCALL
Phillip Susi [Wed, 6 Sep 2000 03:06:55 +0000 (03:06 +0000)]
Made ObAddEntryDirectory STDCALL

svn path=/trunk/; revision=1340

23 years agoMade PsGetCurrentThread STDCALL
Phillip Susi [Wed, 6 Sep 2000 03:00:10 +0000 (03:00 +0000)]
Made PsGetCurrentThread STDCALL

svn path=/trunk/; revision=1339

23 years agoAdded pointer to win32k data in ETHREAD
Phillip Susi [Wed, 6 Sep 2000 02:57:24 +0000 (02:57 +0000)]
Added pointer to win32k data in ETHREAD

svn path=/trunk/; revision=1338

23 years agoMade ObAddEntryDirectory STDCALL
Phillip Susi [Wed, 6 Sep 2000 02:56:53 +0000 (02:56 +0000)]
Made ObAddEntryDirectory STDCALL

svn path=/trunk/; revision=1337

23 years agoAdded ObAdEntryDirectory and PsGetCurrentThread to kernel export list
Phillip Susi [Wed, 6 Sep 2000 02:08:00 +0000 (02:08 +0000)]
Added ObAdEntryDirectory and PsGetCurrentThread to kernel export list

svn path=/trunk/; revision=1336

23 years agoRegistry fixes (not usable yet)
Eric Kohl [Tue, 5 Sep 2000 23:03:09 +0000 (23:03 +0000)]
Registry fixes (not usable yet)
Loader improvements

svn path=/trunk/; revision=1335

23 years agoAdded registry test app
Eric Kohl [Tue, 5 Sep 2000 22:57:43 +0000 (22:57 +0000)]
Added registry test app

svn path=/trunk/; revision=1334

23 years agoImplemented dll detach on thread termination
Eric Kohl [Tue, 5 Sep 2000 13:53:27 +0000 (13:53 +0000)]
Implemented dll detach on thread termination

svn path=/trunk/; revision=1333

23 years agoImplemented dll detach on process termination
Eric Kohl [Tue, 5 Sep 2000 11:01:03 +0000 (11:01 +0000)]
Implemented dll detach on process termination

svn path=/trunk/; revision=1332

23 years agoFixed some minor loader bugs
Eric Kohl [Mon, 4 Sep 2000 19:05:03 +0000 (19:05 +0000)]
Fixed some minor loader bugs

svn path=/trunk/; revision=1331

23 years agoSome minor fixes
Eric Kohl [Sun, 3 Sep 2000 14:53:13 +0000 (14:53 +0000)]
Some minor fixes

svn path=/trunk/; revision=1330

23 years agoFixed mysterious registry bug
Eric Kohl [Sun, 3 Sep 2000 14:46:49 +0000 (14:46 +0000)]
Fixed mysterious registry bug

svn path=/trunk/; revision=1329

23 years agoImproved internal dll handling
Eric Kohl [Fri, 1 Sep 2000 17:09:50 +0000 (17:09 +0000)]
Improved internal dll handling
Implemented or fixed dll and resource functions

svn path=/trunk/; revision=1328

23 years agoReverted back to revision 1.59 because my last commit overwrote recent
David Welch [Thu, 31 Aug 2000 00:11:15 +0000 (00:11 +0000)]
Reverted back to revision 1.59 because my last commit overwrote recent
changes.

svn path=/trunk/; revision=1327

23 years agoAdded calibration of KeStallExecutionProcessor delay
David Welch [Wed, 30 Aug 2000 19:33:29 +0000 (19:33 +0000)]
Added calibration of KeStallExecutionProcessor delay
Corrected compilation bugs in user32
Corrected compilation bugs related to anonymous structs in ndis code
Pass commandline from loadros
Corrected PIC mask calculation

svn path=/trunk/; revision=1326

23 years agoVersion resource was off the final binary image.
Emanuele Aliberti [Tue, 29 Aug 2000 20:10:49 +0000 (20:10 +0000)]
Version resource was off the final binary image.

svn path=/trunk/; revision=1325

23 years agoAdded/fixed resource 'loader'.
Eric Kohl [Mon, 28 Aug 2000 21:49:11 +0000 (21:49 +0000)]
Added/fixed resource 'loader'.

svn path=/trunk/; revision=1324

23 years agoFixed user32.dll so it will compile
Casper Hornstrup [Mon, 28 Aug 2000 19:36:49 +0000 (19:36 +0000)]
Fixed user32.dll so it will compile

svn path=/trunk/; revision=1323

23 years agoAdded platform independant mkdir program
David Welch [Sun, 27 Aug 2000 23:06:36 +0000 (23:06 +0000)]
Added platform independant mkdir program

svn path=/trunk/; revision=1322

23 years agoUser-mode loader improvements
Eric Kohl [Sun, 27 Aug 2000 22:37:45 +0000 (22:37 +0000)]
User-mode loader improvements

svn path=/trunk/; revision=1321

23 years agoFixed user32.dll so it will compile
Casper Hornstrup [Sun, 27 Aug 2000 16:44:02 +0000 (16:44 +0000)]
Fixed user32.dll so it will compile

svn path=/trunk/; revision=1320

23 years agoAdded Novell Eagle 2000 Driver
Casper Hornstrup [Sun, 27 Aug 2000 16:35:31 +0000 (16:35 +0000)]
Added Novell Eagle 2000 Driver

svn path=/trunk/; revision=1319

23 years agoBasic NDIS 3.0 support
Casper Hornstrup [Sun, 27 Aug 2000 16:31:41 +0000 (16:31 +0000)]
Basic NDIS 3.0 support

svn path=/trunk/; revision=1318

23 years agoFixed bugs in TCP/IP driver
Casper Hornstrup [Sun, 27 Aug 2000 16:28:59 +0000 (16:28 +0000)]
Fixed bugs in TCP/IP driver

svn path=/trunk/; revision=1317