Jason Filby
d17678ebd0
*** empty log message ***
...
svn path=/trunk/; revision=1403
2000-10-14 22:40:18 +00:00
David Welch
e9b7a9a972
Corrected typos in the minix driver
...
svn path=/trunk/; revision=1402
2000-10-11 20:57:19 +00:00
David Welch
9ab512dafc
Correct implementation of user-mode APCs
...
svn path=/trunk/; revision=1401
2000-10-11 20:50:35 +00:00
jean
e7214e13b1
remove code for tests
...
svn path=/trunk/; revision=1400
2000-10-11 15:06:31 +00:00
jean
3199989397
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
2000-10-11 13:20:39 +00:00
Eric Kohl
3b8acca85c
Minor update
...
svn path=/trunk/; revision=1398
2000-10-09 00:18:00 +00:00
Eric Kohl
e224120546
Fixed compiler warning
...
svn path=/trunk/; revision=1397
2000-10-09 00:12:01 +00:00
David Welch
d996724891
Fixed compilation bugs
...
Removed useless spec files
svn path=/trunk/; revision=1396
2000-10-08 23:44:46 +00:00
Eric Kohl
26aa5fb4dd
Fixed a typo
...
svn path=/trunk/; revision=1395
2000-10-08 19:13:01 +00:00
Eric Kohl
69afd5910f
Added nameless struct/union support for [U]LARGE_INTEGER
...
svn path=/trunk/; revision=1394
2000-10-08 19:11:28 +00:00
David Welch
8a74f96a65
Additional bug fixes
...
Removed spec file
Removed libgcc.a
Set FS register in thread contexts
svn path=/trunk/; revision=1393
2000-10-08 16:32:53 +00:00
Eric Kohl
8d1034c5fa
Added atom table stubs
...
Implemented NtQuerySemaphore()
Implemented RtlConvertSidToUnicode()
Replaced more calls to Linux io functions
Some minor fixes
svn path=/trunk/; revision=1392
2000-10-08 12:56:45 +00:00
Eric Kohl
9e2f41853a
Added atom table stubs
...
Implemented NtQuerySemaphore()
Implemented RtlConvertSidToUnicode()
Replaced more calls to Linux io functions
Some minor fixes
svn path=/trunk/; revision=1391
2000-10-08 12:51:25 +00:00
Nedko Arnaudov
4e21487a31
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
2000-10-08 10:48:10 +00:00
Eric Kohl
a2d079723b
Implemented missing KeRaiseIrqlToXxLevel() functions
...
svn path=/trunk/; revision=1389
2000-10-07 21:06:19 +00:00
Eric Kohl
5bea9979e8
Added check for existing 'SystemRoot' link target
...
svn path=/trunk/; revision=1388
2000-10-07 20:55:15 +00:00
David Welch
f1096bb7f0
Some bug fixes
...
svn path=/trunk/; revision=1387
2000-10-07 18:44:08 +00:00
David Welch
fe87b12edd
Renamed makefile to Makefile
...
svn path=/trunk/; revision=1386
2000-10-07 13:44:24 +00:00
David Welch
a254e64d73
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
2000-10-07 13:41:58 +00:00
Eric Kohl
15b935ba7c
Implemented NtPulseEvent() and NtQueryEvent()
...
svn path=/trunk/; revision=1384
2000-10-06 22:54:58 +00:00
Eric Kohl
4a5bc9edc8
Minor fix
...
svn path=/trunk/; revision=1383
2000-10-06 22:54:41 +00:00
Eric Kohl
bd44cd188f
obsolete
...
svn path=/trunk/; revision=1382
2000-10-06 16:54:38 +00:00
Eric Kohl
0a2b580710
Implemented IoCreateNotificationEvent() and IoCreateSynchronizationEvent()
...
svn path=/trunk/; revision=1381
2000-10-06 16:54:04 +00:00
Eric Kohl
6e63676205
Added missing STDCALLs
...
svn path=/trunk/; revision=1380
2000-10-05 19:17:25 +00:00
Eric Kohl
aa5a575bd0
Added registry shutdown function CmShutdownRegistry()
...
Updated shutdown sequence
svn path=/trunk/; revision=1379
2000-10-05 19:15:50 +00:00
Eric Kohl
beaf6eac44
Implmented NtFlushWriteBuffer()
...
svn path=/trunk/; revision=1378
2000-10-05 19:10:55 +00:00
jean
619ad3483b
add some tests
...
svn path=/trunk/; revision=1377
2000-10-05 14:55:55 +00:00
jean
a1b7c80868
correct bugs
...
svn path=/trunk/; revision=1376
2000-10-05 14:55:25 +00:00
Emanuele Aliberti
ae69a8e1e4
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
2000-10-04 21:04:31 +00:00
Eric Kohl
f3632d15b8
Implemented GetFileType()
...
Some cleanup
svn path=/trunk/; revision=1374
2000-10-01 19:54:57 +00:00
jean
31f697ce8f
work on registry
...
svn path=/trunk/; revision=1373
2000-09-29 15:03:21 +00:00
Eric Kohl
bd6afcb8ba
Implemented CreatePipe()
...
svn path=/trunk/; revision=1372
2000-09-27 01:24:37 +00:00
Eric Kohl
99434057af
Implemented some ascii functions
...
svn path=/trunk/; revision=1371
2000-09-27 01:22:31 +00:00
Phillip Susi
0ea51977f6
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
2000-09-24 23:55:21 +00:00
jean
08982a387e
read functions on file SYSTEM implemented
...
svn path=/trunk/; revision=1369
2000-09-22 15:08:55 +00:00
jean
572b3bf901
work on ntopenkey forkeys insystem hive
...
svn path=/trunk/; revision=1368
2000-09-21 13:45:42 +00:00
jean
56cd5f816c
type of Name in KEY_BLOCK corrected
...
svn path=/trunk/; revision=1367
2000-09-18 09:39:18 +00:00
Casper Hornstrup
37d6d2f97f
Added WinSock 2 DLL Stubs
...
svn path=/trunk/; revision=1366
2000-09-17 09:41:15 +00:00
Casper Hornstrup
7ec7480d5c
Added ping application (won't work on ReactOS yet)
...
svn path=/trunk/; revision=1365
2000-09-17 09:40:33 +00:00
Casper Hornstrup
734dbaddef
Small change in tdikrnl.h
...
svn path=/trunk/; revision=1364
2000-09-17 09:38:46 +00:00
Casper Hornstrup
b7eaee833c
Added WinSock 2 Headers
...
svn path=/trunk/; revision=1363
2000-09-17 09:37:04 +00:00
Casper Hornstrup
ab2b4e0924
Added WinSock 2 DLL Stubs
...
svn path=/trunk/; revision=1362
2000-09-17 09:36:01 +00:00
Casper Hornstrup
2a734dfd02
Added WinSock 2 Helper DLL for TCP/IP (Stubs only)
...
svn path=/trunk/; revision=1361
2000-09-17 09:33:44 +00:00
jean
b0a3240f8e
work on registry files
...
svn path=/trunk/; revision=1360
2000-09-14 14:45:06 +00:00
jean
522110434e
report changes from 1.29
...
svn path=/trunk/; revision=1359
2000-09-13 11:46:35 +00:00
jean
ad66ea993a
work on registry
...
svn path=/trunk/; revision=1358
2000-09-13 10:29:48 +00:00
jean
ee426ef891
work on registry
...
svn path=/trunk/; revision=1357
2000-09-13 09:51:58 +00:00
Rex Jolliff
79753f70ea
added some book references
...
svn path=/trunk/; revision=1356
2000-09-13 03:54:09 +00:00
Emanuele Aliberti
192a6b11b4
Added Casper to the coders parade.
...
svn path=/trunk/; revision=1355
2000-09-12 23:21:20 +00:00
Emanuele Aliberti
f452b24998
Updated years in version info.
...
svn path=/trunk/; revision=1354
2000-09-12 23:20:15 +00:00