Emanuele Aliberti [Sun, 20 Jan 2002 21:22:29 +0000 (21:22 +0000)]
Bare shell for testing the PSX subsystem (not ready yet).
svn path=/trunk/; revision=2531
Brian Palmer [Sat, 19 Jan 2002 09:40:29 +0000 (09:40 +0000)]
Fixed bug that occurred during DEBUG builds
svn path=/trunk/; revision=2530
Eric Kohl [Sat, 19 Jan 2002 03:30:28 +0000 (03:30 +0000)]
Disabled nls file loading
svn path=/trunk/; revision=2529
Brian Palmer [Sat, 19 Jan 2002 00:37:06 +0000 (00:37 +0000)]
Better LBA support
Correctly determines FAT type based on cluster count instead of partition id
svn path=/trunk/; revision=2528
Eric Kohl [Fri, 18 Jan 2002 22:43:51 +0000 (22:43 +0000)]
Fixed obvious typos.
svn path=/trunk/; revision=2527
Eric Kohl [Fri, 18 Jan 2002 22:42:25 +0000 (22:42 +0000)]
Added missing prototype.
svn path=/trunk/; revision=2526
Brian Palmer [Fri, 18 Jan 2002 19:20:32 +0000 (19:20 +0000)]
Recommitting file as binary
svn path=/trunk/; revision=2525
Brian Palmer [Fri, 18 Jan 2002 19:19:43 +0000 (19:19 +0000)]
Accidentally committed this file without the -kb flag
svn path=/trunk/; revision=2524
Brian Palmer [Fri, 18 Jan 2002 05:59:58 +0000 (05:59 +0000)]
Added disk cache
Optimized disk reads so it reads a track at a time or 64k if LBA
svn path=/trunk/; revision=2523
Emanuele Aliberti [Thu, 17 Jan 2002 23:26:26 +0000 (23:26 +0000)]
Year, in the copyright string, updated.
svn path=/trunk/; revision=2522
Emanuele Aliberti [Thu, 17 Jan 2002 23:22:58 +0000 (23:22 +0000)]
KERNEL_VERSION macro removed from reactos/version.h.
Use the dinamically generated macros in reactos/buildno.h.
svn path=/trunk/; revision=2521
Emanuele Aliberti [Thu, 17 Jan 2002 23:17:39 +0000 (23:17 +0000)]
FsRtlIsNtstatusExpected fixed (Bo Branten reported the bug).
svn path=/trunk/; revision=2520
Hartmut Birr [Tue, 15 Jan 2002 21:54:51 +0000 (21:54 +0000)]
Added some fixes for accessing the page file.
svn path=/trunk/; revision=2519
Casper Hornstrup [Tue, 15 Jan 2002 20:08:48 +0000 (20:08 +0000)]
Fixed compilation error.
svn path=/trunk/; revision=2518
Eugene Ingerman [Tue, 15 Jan 2002 04:37:08 +0000 (04:37 +0000)]
Porting pice. Forgot this one.
svn path=/trunk/; revision=2517
Eugene Ingerman [Tue, 15 Jan 2002 04:35:14 +0000 (04:35 +0000)]
Porting pice. Intermediate checkin. Now compiles and runs a little bit.
svn path=/trunk/; revision=2516
David Welch [Tue, 15 Jan 2002 02:51:32 +0000 (02:51 +0000)]
Implemented NtW32Call and NtCallbackReturn
Updated some .cvsignore files
svn path=/trunk/; revision=2515
Phillip Susi [Tue, 15 Jan 2002 01:42:57 +0000 (01:42 +0000)]
NtW32Call was causing a compile error and didn't do anything anyhow, so I changed it back to be UNIMPLEMENTED so things will compile.
By the way, what is this function for?
svn path=/trunk/; revision=2514
David Welch [Tue, 15 Jan 2002 00:43:18 +0000 (00:43 +0000)]
More missing files.
svn path=/trunk/; revision=2513
Eugene Ingerman [Mon, 14 Jan 2002 22:04:09 +0000 (22:04 +0000)]
Porting pice. Intermediate checkin. Now compiles.
svn path=/trunk/; revision=2512
David Welch [Mon, 14 Jan 2002 09:12:22 +0000 (09:12 +0000)]
More missing files
svn path=/trunk/; revision=2511
Eric Kohl [Mon, 14 Jan 2002 04:51:15 +0000 (04:51 +0000)]
Fixed registry bug.
svn path=/trunk/; revision=2510
Eric Kohl [Mon, 14 Jan 2002 01:49:47 +0000 (01:49 +0000)]
Added atapi disk driver stack (disabled).
svn path=/trunk/; revision=2509
Eric Kohl [Mon, 14 Jan 2002 01:47:44 +0000 (01:47 +0000)]
Install disk drivers and *.nls files.
svn path=/trunk/; revision=2508
Eric Kohl [Mon, 14 Jan 2002 01:45:03 +0000 (01:45 +0000)]
Improved disk driver stack.
svn path=/trunk/; revision=2507
Eric Kohl [Mon, 14 Jan 2002 01:41:08 +0000 (01:41 +0000)]
Split rtl.h into rtl.h and rtltypes.h.
svn path=/trunk/; revision=2506
David Welch [Mon, 14 Jan 2002 01:11:58 +0000 (01:11 +0000)]
Added missing files
svn path=/trunk/; revision=2505
David Welch [Sun, 13 Jan 2002 22:52:08 +0000 (22:52 +0000)]
Began work on message queue and default window procedure
svn path=/trunk/; revision=2504
Emanuele Aliberti [Sun, 13 Jan 2002 22:02:31 +0000 (22:02 +0000)]
Minor changes and some interfaces updated in FsRtl.
svn path=/trunk/; revision=2503
Eugene Ingerman [Sun, 13 Jan 2002 08:47:32 +0000 (08:47 +0000)]
Porting pice. Intermediate checkin.
svn path=/trunk/; revision=2502
Eric Kohl [Thu, 10 Jan 2002 01:01:27 +0000 (01:01 +0000)]
Ignore '\r' in HalDisplayString().
svn path=/trunk/; revision=2499
Eric Kohl [Thu, 10 Jan 2002 00:59:32 +0000 (00:59 +0000)]
KeBugCheck() calls KeBugCheckEx().
KeBugCheckEx() displays additional bug message.
svn path=/trunk/; revision=2498
Eric Kohl [Thu, 10 Jan 2002 00:57:30 +0000 (00:57 +0000)]
Added message table to resouces.
Fixed a duplicate message definition.
svn path=/trunk/; revision=2497
Eric Kohl [Thu, 10 Jan 2002 00:55:23 +0000 (00:55 +0000)]
Fixed type casts.
svn path=/trunk/; revision=2496
David Welch [Wed, 9 Jan 2002 03:00:21 +0000 (03:00 +0000)]
More swapping fixes
svn path=/trunk/; revision=2495
Eugene Ingerman [Tue, 8 Jan 2002 20:44:18 +0000 (20:44 +0000)]
Porting pice. Changed symbolic information handling.
svn path=/trunk/; revision=2494
David Welch [Tue, 8 Jan 2002 00:49:02 +0000 (00:49 +0000)]
More swapping fixes
svn path=/trunk/; revision=2493
Jason Filby [Mon, 7 Jan 2002 21:12:10 +0000 (21:12 +0000)]
regsvr32 from Jurgen Van Gael
svn path=/trunk/; revision=2492
Jason Filby [Mon, 7 Jan 2002 21:10:33 +0000 (21:10 +0000)]
olectl.h from Jurgen Van Gael
svn path=/trunk/; revision=2491
Hartmut Birr [Sat, 5 Jan 2002 11:31:05 +0000 (11:31 +0000)]
Fixed the mapping of MmPageArray.
This solves the >134MB crash.
svn path=/trunk/; revision=2490
Casper Hornstrup [Fri, 4 Jan 2002 23:50:58 +0000 (23:50 +0000)]
Added application that will display statistics for ReactOS source code.
svn path=/trunk/; revision=2489
Casper Hornstrup [Fri, 4 Jan 2002 23:40:13 +0000 (23:40 +0000)]
Fixed compilation of wmc.
svn path=/trunk/; revision=2488
David Welch [Fri, 4 Jan 2002 23:39:07 +0000 (23:39 +0000)]
Zero page list
svn path=/trunk/; revision=2487
Eugene Ingerman [Fri, 4 Jan 2002 23:37:29 +0000 (23:37 +0000)]
Porting pice. Added coff symbol parsing to pice, and some other small things.
svn path=/trunk/; revision=2486
Hartmut Birr [Fri, 4 Jan 2002 22:35:26 +0000 (22:35 +0000)]
Fixed a wrong initialisation in PiDeleteProcess().
svn path=/trunk/; revision=2485
Hartmut Birr [Fri, 4 Jan 2002 22:07:38 +0000 (22:07 +0000)]
Fixed the return value for the root key in GetMaxValueNameLength().
svn path=/trunk/; revision=2484
Eric Kohl [Fri, 4 Jan 2002 13:09:37 +0000 (13:09 +0000)]
Started kernel queue implementation.
Added win32k support functions.
svn path=/trunk/; revision=2483
David Welch [Fri, 4 Jan 2002 03:12:13 +0000 (03:12 +0000)]
Fixes so wmc compiled on non-windows platforms
svn path=/trunk/; revision=2482
Casper Hornstrup [Fri, 4 Jan 2002 00:23:54 +0000 (00:23 +0000)]
Removed reference to bitops.h
svn path=/trunk/; revision=2481
David Welch [Thu, 3 Jan 2002 22:52:29 +0000 (22:52 +0000)]
Fixed LPC section bug
svn path=/trunk/; revision=2480
Eric Kohl [Thu, 3 Jan 2002 18:02:34 +0000 (18:02 +0000)]
Implemented process and thread notification routines.
svn path=/trunk/; revision=2479
Eric Kohl [Thu, 3 Jan 2002 14:52:05 +0000 (14:52 +0000)]
Added massage table.
svn path=/trunk/; revision=2478
Eric Kohl [Thu, 3 Jan 2002 14:03:05 +0000 (14:03 +0000)]
Implemented PsLookupXxx() functions.
svn path=/trunk/; revision=2477
Casper Hornstrup [Thu, 3 Jan 2002 12:48:02 +0000 (12:48 +0000)]
Free memory for symbols when process is terminated.
svn path=/trunk/; revision=2476
Hartmut Birr [Thu, 3 Jan 2002 11:09:35 +0000 (11:09 +0000)]
Fixed the length for the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION.
svn path=/trunk/; revision=2475
Casper Hornstrup [Wed, 2 Jan 2002 21:00:55 +0000 (21:00 +0000)]
Free memory for symbols when process is terminated.
svn path=/trunk/; revision=2474
Eric Kohl [Wed, 2 Jan 2002 00:53:51 +0000 (00:53 +0000)]
Removed old codepage tables.
svn path=/trunk/; revision=2473
Eric Kohl [Wed, 2 Jan 2002 00:51:37 +0000 (00:51 +0000)]
Added binary .nls files.
svn path=/trunk/; revision=2472
Eric Kohl [Wed, 2 Jan 2002 00:48:14 +0000 (00:48 +0000)]
Added nls tool.
svn path=/trunk/; revision=2471
David Welch [Tue, 1 Jan 2002 05:09:50 +0000 (05:09 +0000)]
More cygwin fixes
svn path=/trunk/; revision=2470
David Welch [Tue, 1 Jan 2002 03:29:16 +0000 (03:29 +0000)]
Fixed bug with cygwin1.dll (still doesn't work)
svn path=/trunk/; revision=2469
David Welch [Tue, 1 Jan 2002 00:21:57 +0000 (00:21 +0000)]
Fixed some swapping bugs and deadlocks
svn path=/trunk/; revision=2468
David Welch [Mon, 31 Dec 2001 19:06:49 +0000 (19:06 +0000)]
Swapping to disk
svn path=/trunk/; revision=2467
Steven Edwards [Mon, 31 Dec 2001 18:30:20 +0000 (18:30 +0000)]
Updates for console telnet for win32
svn path=/trunk/; revision=2466
Steven Edwards [Mon, 31 Dec 2001 18:25:36 +0000 (18:25 +0000)]
Updates for ReactOS build system
svn path=/trunk/; revision=2465
Steven Edwards [Mon, 31 Dec 2001 17:37:11 +0000 (17:37 +0000)]
Fixes for real this time for new telnet client
svn path=/trunk/; revision=2464
Steven Edwards [Mon, 31 Dec 2001 17:14:08 +0000 (17:14 +0000)]
Fixes for new telnet client
svn path=/trunk/; revision=2463
David Welch [Mon, 31 Dec 2001 01:53:46 +0000 (01:53 +0000)]
Virtual memory support
svn path=/trunk/; revision=2462
Steven Edwards [Sun, 30 Dec 2001 20:29:54 +0000 (20:29 +0000)]
Updated readme information
svn path=/trunk/; revision=2461
Steven Edwards [Sun, 30 Dec 2001 20:26:43 +0000 (20:26 +0000)]
Updating parts rosapps to ReactOS build system
new bat installer for rosapps.
svn path=/trunk/; revision=2460
Steven Edwards [Sun, 30 Dec 2001 10:07:14 +0000 (10:07 +0000)]
Updates for Midnight Commander and telnet
svn path=/trunk/; revision=2459
Steven Edwards [Sun, 30 Dec 2001 10:05:48 +0000 (10:05 +0000)]
New Telnet Client
svn path=/trunk/; revision=2458
Steven Edwards [Sun, 30 Dec 2001 10:02:48 +0000 (10:02 +0000)]
Midnight Commander for Win32 Makefile Update
svn path=/trunk/; revision=2457
Steven Edwards [Sun, 30 Dec 2001 10:02:14 +0000 (10:02 +0000)]
Midnight Commander for Win32
svn path=/trunk/; revision=2456
Steven Edwards [Sun, 30 Dec 2001 08:04:23 +0000 (08:04 +0000)]
updated wine dlls and programs install script.
svn path=/trunk/; revision=2455
Steven Edwards [Sun, 30 Dec 2001 07:31:07 +0000 (07:31 +0000)]
updated wine dlls and programs install script.
svn path=/trunk/; revision=2454
Steven Edwards [Sun, 30 Dec 2001 06:31:25 +0000 (06:31 +0000)]
Added ncftp to rosapps
svn path=/trunk/; revision=2453
Steven Edwards [Sun, 30 Dec 2001 05:49:13 +0000 (05:49 +0000)]
compleated the removal of net_apps from makefile, fix build with readfile build
svn path=/trunk/; revision=2452
Steven Edwards [Sun, 30 Dec 2001 05:43:45 +0000 (05:43 +0000)]
removed $(net_apps) from build for reactos
svn path=/trunk/; revision=2451
Steven Edwards [Sun, 30 Dec 2001 04:35:55 +0000 (04:35 +0000)]
updated gditest.c
Thanks to Richard Campbell
svn path=/trunk/; revision=2450
Steven Edwards [Sun, 30 Dec 2001 04:34:20 +0000 (04:34 +0000)]
moved ping to rosapps/net
svn path=/trunk/; revision=2449
Steven Edwards [Sun, 30 Dec 2001 04:31:34 +0000 (04:31 +0000)]
Updated make and install for move of netapps to rosapps
svn path=/trunk/; revision=2448
Steven Edwards [Sun, 30 Dec 2001 04:27:43 +0000 (04:27 +0000)]
Removed ncftp
svn path=/trunk/; revision=2447
Steven Edwards [Sun, 30 Dec 2001 04:23:18 +0000 (04:23 +0000)]
Updates for move of net apps to rosapps
svn path=/trunk/; revision=2446
Steven Edwards [Sun, 30 Dec 2001 04:12:47 +0000 (04:12 +0000)]
Updates for move of net apps to rosapps
svn path=/trunk/; revision=2445
Steven Edwards [Sun, 30 Dec 2001 04:06:25 +0000 (04:06 +0000)]
Move network apps to rosapps
svn path=/trunk/; revision=2444
David Welch [Sat, 29 Dec 2001 14:32:22 +0000 (14:32 +0000)]
Trim cache
svn path=/trunk/; revision=2443
Eric Kohl [Fri, 28 Dec 2001 21:24:48 +0000 (21:24 +0000)]
Add NLS information.
svn path=/trunk/; revision=2442
Eric Kohl [Fri, 28 Dec 2001 21:21:27 +0000 (21:21 +0000)]
Added NLS-file loader.
svn path=/trunk/; revision=2441
Eric Kohl [Fri, 28 Dec 2001 21:17:37 +0000 (21:17 +0000)]
Fixed a bug.
svn path=/trunk/; revision=2440
David Welch [Fri, 28 Dec 2001 00:04:45 +0000 (00:04 +0000)]
Memory balancer
svn path=/trunk/; revision=2439
David Welch [Thu, 27 Dec 2001 23:56:42 +0000 (23:56 +0000)]
Set WP bit in CR0
Fix protection for paged pool
Start on cache improvements
svn path=/trunk/; revision=2438
David Welch [Thu, 27 Dec 2001 00:00:11 +0000 (00:00 +0000)]
More fixes
svn path=/trunk/; revision=2437
David Welch [Wed, 26 Dec 2001 23:34:07 +0000 (23:34 +0000)]
Misc fixes.
svn path=/trunk/; revision=2436
Steven Edwards [Thu, 20 Dec 2001 19:05:45 +0000 (19:05 +0000)]
Updates for ncftp 3.0.3 for reactos
svn path=/trunk/; revision=2435
Steven Edwards [Thu, 20 Dec 2001 18:50:07 +0000 (18:50 +0000)]
ncftp for win32 3.0.3
svn path=/trunk/; revision=2434
David Welch [Thu, 20 Dec 2001 03:56:10 +0000 (03:56 +0000)]
Fixed fast mutex implementation (they are NOT recursive)
Implemented paged pool
Removed duplicate dependency tool source file
svn path=/trunk/; revision=2433
Steven Edwards [Sun, 16 Dec 2001 05:27:16 +0000 (05:27 +0000)]
Updated makefile to build winefilemanager
svn path=/trunk/; revision=2432
Eugene Ingerman [Sat, 15 Dec 2001 23:50:07 +0000 (23:50 +0000)]
Porting pice. Added pe parsing in loader.
svn path=/trunk/; revision=2431
Emanuele Aliberti [Sat, 15 Dec 2001 11:04:26 +0000 (11:04 +0000)]
A general Makefile for building the POSIX+ development kit.
svn path=/trunk/; revision=2430