Commit Graph

  • 4eca28a7a6 Fixed a windres warning Eric Kohl 2001-07-06 21:15:20 +00:00
  • aa234d8870 Added missing _wmktemp(). Eric Kohl 2001-07-06 14:33:19 +00:00
  • 10cde64c1f Added more missing functions Eric Kohl 2001-07-06 12:53:03 +00:00
  • 131f7804ab some corrections to the stubs Rex Jolliff 2001-07-06 04:01:27 +00:00
  • d152260ffa Added a stubbed shell32.dll Rex Jolliff 2001-07-06 02:47:17 +00:00
  • e5e74911b3 Added missing math and stdio functions Eric Kohl 2001-07-06 00:58:15 +00:00
  • 3bba37d64a Added missing math functions Eric Kohl 2001-07-06 00:54:39 +00:00
  • 0e53a7424f added object handling routines for user objects in win32k.sys Rex Jolliff 2001-07-06 00:05:05 +00:00
  • 208eecc0f4 Partial directory caching (create calls cached, but dir info calls still use non cached routines). Rex Jolliff 2001-07-05 01:51:53 +00:00
  • 52ead14335 Fixed ne2000 driver so it will link correctly. Casper Hornstrup 2001-07-04 21:24:02 +00:00
  • 3a9de284ad Updated clean rules. Implemented sequenced lists and lookaside lists. Started on TCP/IP connection endpoints. Save process window station in EPROCESS instead of PEB. NOTICE: please do a make win32k_clean or you might experience a crash Casper Hornstrup 2001-07-04 20:40:24 +00:00
  • df84ec15d8 Fix for error in reading next extended partition when partition contains slack or more than one non container partition. Rex Jolliff 2001-07-04 16:42:37 +00:00
  • eed177f191 Added conio functions Eric Kohl 2001-07-04 16:39:37 +00:00
  • d46de4a28a added some test cases to fsd tests Rex Jolliff 2001-07-04 03:07:54 +00:00
  • bd74b6b30a Added missing io functions from crtdll and implemented wide and 64 bit functions. Eric Kohl 2001-07-03 22:18:42 +00:00
  • 357a89921a Untangled crtdll/msvcrt header mess. Eric Kohl 2001-07-03 13:21:22 +00:00
  • a6f8fd2f79 Oooops! This should not have heppened Eric Kohl 2001-07-03 13:14:18 +00:00
  • 83e63dc11b Untangled crtdll/msvcrt header mess. Eric Kohl 2001-07-03 13:07:12 +00:00
  • 0bbf23c333 Untangled crtdll/msvcrt header mess. Eric Kohl 2001-07-03 12:56:48 +00:00
  • 49ad46d964 Added some float and stdlib functions Eric Kohl 2001-07-02 21:52:25 +00:00
  • 8dacbd3ab0 Fixed LdrShutdownProcess() to only detach static dlls, any dynamically loaded ones should be FreeLibrary()d from the static dlls and then they will be detached Phillip Susi 2001-07-02 20:27:41 +00:00
  • 8cd4cde19c Added some code to map more predefined keys (like HKCU). Implemented some ansi functions Eric Kohl 2001-07-01 17:54:07 +00:00
  • a9be5303eb Fixed warnings Jason Filby 2001-07-01 14:34:45 +00:00
  • e9ff4263ca Wide characters to conform to LOGFONTW definition Jason Filby 2001-07-01 14:32:47 +00:00
  • b7239a157c Defined LOGFONTW and now use it in DEVINFO Jason Filby 2001-07-01 14:31:46 +00:00
  • 93bd949df5 Bug fix Jason Filby 2001-06-30 17:43:05 +00:00
  • b1cc45efd9 Fixed includes to compile. Emanuele Aliberti 2001-06-29 21:08:50 +00:00
  • 965c424c85 Prepared loading of .nls files Eric Kohl 2001-06-29 20:43:55 +00:00
  • b6da4ac7a1 Prepared loading of .nls files Eric Kohl 2001-06-29 20:31:03 +00:00
  • 29b5ab4122 Started moving common gdi32/w32k types into common header file. Eric Kohl 2001-06-29 19:34:35 +00:00
  • 8a477f58d7 Read partition tables only once while assigning drive letters. Eric Kohl 2001-06-29 11:09:48 +00:00
  • c967887093 oops, left in some debugging statements Rex Jolliff 2001-06-28 02:56:27 +00:00
  • 5eb89e0c5a fixed problem with extended partitions that contain only Linux logical partitions Rex Jolliff 2001-06-28 02:42:27 +00:00
  • b8e0d46292 Fixed typos and warnings. Eric Kohl 2001-06-26 12:54:58 +00:00
  • edd3aa06a7 Fixed a lot of warnings. Eric Kohl 2001-06-25 23:48:20 +00:00
  • 25138c970a Oooops. Still something missing! Eric Kohl 2001-06-25 18:57:41 +00:00
  • 3454082412 Fixed a lot of warnings. Eric Kohl 2001-06-25 18:51:31 +00:00
  • d450a93214 Fixed a lot of warnings. Eric Kohl 2001-06-25 14:22:45 +00:00
  • 6e9bf90969 Fixed a lot of warnings. Eric Kohl 2001-06-25 12:32:56 +00:00
  • b9689b04fa Fixed a lot of warnings. Eric Kohl 2001-06-25 09:30:45 +00:00
  • 4a45379380 Added missing extern "C" Phillip Susi 2001-06-24 17:58:13 +00:00
  • b5686dbcd2 Treat STATUS_PORT_DISCONNECTED as full error, now that LPC ports correctly deliver the LPC_PORT_CLOSED message. Phillip Susi 2001-06-23 19:20:01 +00:00
  • db9f10747e Handles should be closed in the context of the dead process, not the system process. Phillip Susi 2001-06-23 19:15:14 +00:00
  • 71f7e0cad5 Fixed LPC port implementation to use an internal semaphore, rather than an event. When using the event, if multiple messages were queued to the port at once, the client would only get the first one, and then block rather than read the next message. Phillip Susi 2001-06-23 19:13:33 +00:00
  • 1dfc10a465 Added protection against inclusion of conflicting prototypes. Eric Kohl 2001-06-22 12:40:45 +00:00
  • a4356344c9 Minor fixes. Eric Kohl 2001-06-22 12:36:23 +00:00
  • 0514d0e92b Added symbol __NTDRIVER__ to identify drivers. Eric Kohl 2001-06-22 12:30:02 +00:00
  • a25e9783d7 Replaced call to KeBugCheck(). Eric Kohl 2001-06-22 12:19:45 +00:00
  • 770c504a74 Fixed 'clean' rule. Eric Kohl 2001-06-22 12:17:24 +00:00
  • 3e22e847c2 Implemented support for console titles Display console title while swapping consoles with alt-tab Use alt-tab now instead of alt-q Phillip Susi 2001-06-22 02:11:44 +00:00
  • 4eb1d89866 Set console title to "Winlogon" Phillip Susi 2001-06-22 02:10:11 +00:00
  • 932eaef816 Added missing directories to 'clean' rule. Eric Kohl 2001-06-21 17:25:35 +00:00
  • 294fa73123 Added missing io status blocks. Fixed some warnings. Eric Kohl 2001-06-21 13:14:41 +00:00
  • 9a56bea334 command line parse changed to not stop after first instance of each argument found Rex Jolliff 2001-06-21 04:12:19 +00:00
  • 5efafbf03e Win2k FAT32 Boot Sector Disassembly Brian Palmer 2001-06-20 20:31:35 +00:00
  • c280651aa2 Some more fixes for 'fastcall' support. Eric Kohl 2001-06-20 20:00:36 +00:00
  • 93eeaf2b3e First fixes to support fastcall: - moved FILETIME - removed inclusion of <windows.h> from ntoskrnl - fixed typos Eric Kohl 2001-06-20 13:00:53 +00:00
  • c79b121347 Implemented some more registry functions. Eric Kohl 2001-06-19 15:09:16 +00:00
  • 76f1b8fa3c Implemented RtlOpenCurrentUser(). Eric Kohl 2001-06-18 18:37:12 +00:00
  • 439bc219e0 Enhanced floppy driver to read up to an entire track at a time Not sure if I did this correctly, but it seems to work: Phillip Susi 2001-06-18 03:14:24 +00:00
  • d28ae7e82f Check in of new ram disk driver, loads floppy image into ram on boot Phillip Susi 2001-06-18 03:10:00 +00:00
  • a504708d4e Fixed console mode behavior with processed input but not line buffered mode Phillip Susi 2001-06-18 03:07:37 +00:00
  • 16588f8362 Put LoadString code back that was removed by someone... Phillip Susi 2001-06-18 03:05:54 +00:00
  • a49c07b8f2 Fixed CreateProcess() to use the command line parameter like NT does This still needs quite a bit more work to fix bugs and be 100% compatible with NT Phillip Susi 2001-06-18 03:02:43 +00:00
  • 045f617089 Corrected CreateProcess() command line parameter to be more compatible with NT Fixed minor bugs with console mode being set incorrectly Phillip Susi 2001-06-18 02:55:47 +00:00
  • 35b12b3d8c Added .cvsignore to ignore cmd.coff Phillip Susi 2001-06-17 23:10:07 +00:00
  • c4b00c80d8 Implemented some registry functions. Eric Kohl 2001-06-17 22:54:36 +00:00
  • ab5917c0c7 Fixed a typo. Emanuele Aliberti 2001-06-17 20:36:35 +00:00
  • fdbabc8ad9 Implemented AllocateLocallyUniqueId(). Eric Kohl 2001-06-17 20:20:21 +00:00
  • 1731f27560 NTDLL/csr: some more stubs; code split; NTDLL/rtl: some more stubs; RtlRaiseStatus() implemented; Minor changes. Emanuele Aliberti 2001-06-17 20:05:10 +00:00
  • c4bb1e256b Some csr additions Eric Kohl 2001-06-17 09:25:03 +00:00
  • 5a58cc8836 Changed ObCreateObject() to a more nt-compatible format. Now it returns a status value. Eric Kohl 2001-06-16 14:11:31 +00:00
  • ae8ba926ce Added unstripped driver to .cvsignore. Eric Kohl 2001-06-16 09:54:43 +00:00
  • 9d72cf785d Added some error checks. Eric Kohl 2001-06-16 09:49:45 +00:00
  • 9d04225d93 Fixed linker error. Eric Kohl 2001-06-15 18:32:25 +00:00
  • a3ba68ae58 More work on winsock stack (ping is now working) Casper Hornstrup 2001-06-15 17:48:43 +00:00
  • ae87e6af46 Fixes for gcc-2.95.3-4 Fixed typos Eric Kohl 2001-06-15 11:15:32 +00:00
  • 2f3eb30871 From Eugene Ingerman: Create default registry files is they don't exist Modularized registry.c into more files, more manageable Bug fix in IoCreateFile that didn't return IoStatusBlock 'dir' now works in Bochs - corrected parsing in VfatOpenFile Jason Filby 2001-06-14 21:05:08 +00:00
  • e180745ffa Added some error checks. Eric Kohl 2001-06-14 10:02:59 +00:00
  • d8f25b3cb8 Implemented access to PCI configuration space Eric Kohl 2001-06-13 22:17:01 +00:00
  • dbb696c65d Mostly STDCALL fixes. Eric Kohl 2001-06-13 10:59:50 +00:00
  • 8eba21d917 Window stations and desktops Casper Hornstrup 2001-06-12 17:51:51 +00:00
  • db931ec021 Removed old wine code Casper Hornstrup 2001-06-12 17:44:50 +00:00
  • bc8b4c3210 Removed old wine code Casper Hornstrup 2001-06-12 17:35:46 +00:00
  • b0f6cfbe69 Removed old wine code Casper Hornstrup 2001-06-12 17:30:27 +00:00
  • 4750bc0160 Implemented memory detection & BIOS memory map Added memory management prototypes Brian Palmer 2001-06-12 16:12:50 +00:00
  • 35850562c1 Added missing STDCALLs. Eric Kohl 2001-06-12 12:36:58 +00:00
  • e8c61143ed Fixed some NT compatibility issues in Nt[Query/Set]InformationFile(). Fixed buffer size issues in volume functions. Fixed several minor bugs. Eric Kohl 2001-06-12 12:35:42 +00:00
  • d1c18ff4e4 *** empty log message *** Emanuele Aliberti 2001-06-11 20:36:44 +00:00
  • 4c892bc4e7 Implemented SetVolumeLabelW(). Eric Kohl 2001-06-11 19:54:05 +00:00
  • bf1b360a1e Fixed some NT compatibility issues in Nt[Query/Set]VolumeInformationFile(). Eric Kohl 2001-06-11 19:52:22 +00:00
  • 80f8038f24 Fixed MaxRootEntries. This caused disk corruption. Eric Kohl 2001-06-09 15:51:23 +00:00
  • dc36f333cf Forgot to add a semi-colon at end of statement Brian Palmer 2001-06-08 23:20:14 +00:00
  • 1d9101d6ea Separated multiboot kernel loader and reactos kernel loader so that support for other operating systems can be added Brian Palmer 2001-06-08 23:12:40 +00:00
  • 4c1911c2ca Use ARC-Path to boot ReactOS Eric Kohl 2001-06-08 17:46:52 +00:00
  • 18b431ed17 Added stubs for missing partition functions Eric Kohl 2001-06-08 15:11:04 +00:00
  • 624e3335e1 Implemented the most simple functions. Eric Kohl 2001-06-07 21:27:45 +00:00
  • a68d65df79 Fixes to build win32k.sys again. Eric Kohl 2001-06-07 21:22:32 +00:00
  • 77fa055814 Replaced IDEGetPartitionTable() by call to IoReadPartitionTable() Several minor fixes Eric Kohl 2001-06-07 21:18:01 +00:00
  • 6d96f0e0cc Fixed includes to compile. Emanuele Aliberti 2001-06-07 20:38:53 +00:00