Commit Graph

  • b9dbbc8eb8 preliminary spawn code (untested yet) KJK::Hyperion 2002-03-07 05:46:03 +00:00
  • 57c6671059 Little work on InitializeFmIfs Emanuele Aliberti 2002-03-07 00:24:24 +00:00
  • 513784c84a Fixed a bug in the LBA extensions detection code. Fixed a bug in the root directory size calculations for FAT12 & FAT16 (I must have been smoking something when I wrote that). Started work on new .ini file code, the old stuff is just way too slow. Brian Palmer 2002-03-06 18:32:22 +00:00
  • dfbd52f882 Handles are no longer used to create type objects. Eric Kohl 2002-03-06 12:40:47 +00:00
  • 3fd9aedce9 added tapi32.dll and wintrust.dll to ROS_BUILD_WINE Steven Edwards 2002-03-05 12:48:40 +00:00
  • 3783d01bf9 Fixed remainingcalls to ObGetReferenceCount() and ObGetHandleCount(). Eric Kohl 2002-03-05 11:33:12 +00:00
  • 8532827baf Added ObGetObjectHandleCount(). Eric Kohl 2002-03-05 00:20:54 +00:00
  • 193d7e020b Fixed a typo. Eric Kohl 2002-03-05 00:05:28 +00:00
  • c6d18aba96 Enabled reading of multiple sectors. Eric Kohl 2002-03-04 22:31:51 +00:00
  • ab94337372 added urlmon.dll to ROS_BUILD_WINE Steven Edwards 2002-03-04 12:42:30 +00:00
  • 2867dd6eab Fixed stupid bugs. Eric Kohl 2002-03-03 23:46:01 +00:00
  • 6146ce21ba no message Eric Kohl 2002-03-03 19:47:58 +00:00
  • d4186cf428 Fixed a typo, thanks to Hartmut Birr. Completion routine will called only once. Eric Kohl 2002-03-03 19:39:10 +00:00
  • 16c7c6fa94 Fixed path separator issue for people using cmd instead of sh Phillip Susi 2002-03-03 17:52:01 +00:00
  • f090eec7df mistakes in templates second part KJK::Hyperion 2002-03-03 17:24:04 +00:00
  • 7631564040 whoops - silly mistake in templates KJK::Hyperion 2002-03-03 17:23:29 +00:00
  • 3c460dc0c3 build and install mapi32.dll as part of ROS_BUILD_WINE Steven Edwards 2002-03-03 10:51:51 +00:00
  • 4c0500171e Implemented IOCTL_DISK_GET_PARTITION_INFO. Fixed bug in IOCTL_DISK_GET_DRIVE_GEOMETRY. Eric Kohl 2002-03-01 23:18:35 +00:00
  • 82b7a361af Started implementing type objects. Some object manager cleanup. Eric Kohl 2002-03-01 00:47:40 +00:00
  • 3accb67df3 Fixed the 'event wait bug' in MmRequestPageMemoryConsumer. Hartmut Birr 2002-02-28 17:44:48 +00:00
  • e96e35d335 Removed useless controller object. Eric Kohl 2002-02-27 22:50:31 +00:00
  • b764471786 Improved memory management The heap now sets it's size at run time instead of being hard coded Brian Palmer 2002-02-27 21:33:59 +00:00
  • 463cc8858c Applied Harmut Birr's patch David Welch 2002-02-27 01:12:26 +00:00
  • ad979612af Fix for buffer conflict between fat code and cache code - by Mike Lerwill Brian Palmer 2002-02-26 23:17:22 +00:00
  • e6b4f4973d Free an SRB after use. Eric Kohl 2002-02-26 23:02:14 +00:00
  • fd4c65ede9 Fixed _vsnprintf() to actually use the buffer size limit to prevent buffer overflows Sorry, but I had to re indent and tabify this code, I could not read it because it was all screwed up before. Phillip Susi 2002-02-26 05:59:00 +00:00
  • c66e8c39d3 Added full disk partition management functions Extended partitions are supported (untested) If you call OpenDrive() with Partition == 0 you get the active (or bootable) partition Partitions 1 - 4 are the primary partitions Partitions 5 - n are the extended partitions Also added disk parameter detection code (always assumes 512 byte sector size, I don't like that but I don't see any other way) Brian Palmer 2002-02-26 00:26:35 +00:00
  • f83db8cc84 Fixed debug print to not overflow the stack on long prints. Increased buffer from 512 to 1024 bytes, and truncate string using _vsnprintf() Phillip Susi 2002-02-25 22:45:04 +00:00
  • 9594f61e1f Fixed typeo in etags target Phillip Susi 2002-02-25 21:51:43 +00:00
  • 75c16ac538 Removed incorrect path seperator replacement Phillip Susi 2002-02-25 05:07:35 +00:00
  • 21a85d799e Minor changes for making apps/baresh compile (tough it doesn't work yet). Emanuele Aliberti 2002-02-24 22:14:05 +00:00
  • 20037ec24c Modified demo LPC server and client with verbose output. Emanuele Aliberti 2002-02-24 17:44:22 +00:00
  • 0a549d94c9 New 0019 release date Jason Filby 2002-02-24 13:10:37 +00:00
  • 265859b2aa Fixed showstopper! Eric Kohl 2002-02-23 23:08:58 +00:00
  • 558200355f dll baseaddress list, may be used as part of future build process. Please help keep it up2date. Steven Edwards 2002-02-23 03:52:18 +00:00
  • 14f393cb80 Added some more prototypes Eric Kohl 2002-02-22 17:57:57 +00:00
  • e21b78b3e3 Added ObGetObjectPointerCount() and SetokenImpersonationLevel(). Eric Kohl 2002-02-22 13:36:24 +00:00
  • fc7aea5826 Version 0.0.19 Jason Filby 2002-02-21 22:48:39 +00:00
  • e8082ff034 Removed common TOKEN_CONTROL structure. Eric Kohl 2002-02-20 22:51:48 +00:00
  • 8393800e76 Started security manager initialization. Some cleanup. Eric Kohl 2002-02-20 20:16:49 +00:00
  • 19ad3d7a30 purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates KJK::Hyperion 2002-02-20 09:17:58 +00:00
  • e858ec1801 whoops - forgot to commit header files KJK::Hyperion 2002-02-20 07:13:22 +00:00
  • ad8ae0a2f5 now introducing the POSIX+ client DLL! (my first check-in, hope I don't f*** up something) KJK::Hyperion 2002-02-20 07:06:52 +00:00
  • 4e9d91b819 Removed unused code. Eric Kohl 2002-02-19 14:06:36 +00:00
  • 40a007aba1 - Fixed object creation. Named objects are now automatically attached to a parent directory object. - Minor header cleanup. Eric Kohl 2002-02-19 00:09:25 +00:00
  • 46cef7fc9b Fixed the 'Frequent Crasher Bug'. Hartmut Birr 2002-02-18 18:41:23 +00:00
  • be9ed281e0 Fixed some overruns with a not zero terminated string and a given precision specification. Hartmut Birr 2002-02-18 18:39:31 +00:00
  • d1cfd4ffdb Changed from Nt to Zw functions in VGAResetDevice. Hartmut Birr 2002-02-16 22:00:52 +00:00
  • c9d3381474 disable debugging messages Jason Filby 2002-02-16 00:51:02 +00:00
  • 3ea1b601d2 Restore the 80x50 mode in VGAResetDevice(). Hartmut Birr 2002-02-15 20:17:10 +00:00
  • 409ce02fa7 In W32kDeleteDC call UnreferenceDriver only for non memory DC. This will fix the second gditest bug. Hartmut Birr 2002-02-15 20:14:43 +00:00
  • 9ca5a97711 Removed obsolete functions/protypes HalInitFirstTask() and HalSwitchTask(). Renamed misleading function HalReleaseTask() to KeReleaseThread(). Eric Kohl 2002-02-15 14:47:55 +00:00
  • 67d2ffb153 Fixed bug in partition table code where it incorrectly calculated the partition start sector Brian Palmer 2002-02-14 23:11:05 +00:00
  • 40910fe910 Set the min size of an allocated block to the size of the free block header. This fix the gditest bug. Hartmut Birr 2002-02-14 00:07:23 +00:00
  • b90a7afc42 No need to load vgamp.sys on startup Jason Filby 2002-02-12 12:30:46 +00:00
  • 252d2dbf1d Reenable CSRSS process detection Jason Filby 2002-02-12 12:00:28 +00:00
  • f57567e347 Capture debug prints in PICE. Break into PICE on control+d. Casper Hornstrup 2002-02-10 20:21:40 +00:00
  • 7a5ecf6515 Implemented expansion of REG_MULTI_SZ. Eric Kohl 2002-02-10 13:55:45 +00:00
  • bfe7eb862e Display driver name when loading it. Casper Hornstrup 2002-02-10 13:35:37 +00:00
  • 7115aab674 Added Private ICE to main makefile. Casper Hornstrup 2002-02-10 02:02:15 +00:00
  • 59c5e836e1 Made it easier to add new keyboard layouts. Added Danish keyboard layout (DK). Casper Hornstrup 2002-02-10 02:01:31 +00:00
  • 0ce194ac1a Fixed wrong string length calculation in RtlAppendUnicodeToString(). Eric Kohl 2002-02-09 23:29:50 +00:00
  • 0fdb820f0b Oops...don't load that driver. Casper Hornstrup 2002-02-09 19:20:44 +00:00
  • 430a416722 Accept /DEBUGPORT=GDB and /DEBUGPORT=PICE on command line. Break into debugger on KeBugCheckEx() if available. Fixed typo in readme.txt. Casper Hornstrup 2002-02-09 18:41:24 +00:00
  • effa2fbabb Fixed locals and evaluation in pice. Eugene Ingerman 2002-02-09 07:34:05 +00:00
  • bfa03497ad CacheInitializeDrive() no longer retains old cache data on removable drives Fixed small bug where it could possibly try to read more sectors than the BIOS supports Brian Palmer 2002-02-08 23:58:12 +00:00
  • 1cc5bd55b6 Removed or changed debug prints printed at boot. Casper Hornstrup 2002-02-08 02:57:10 +00:00
  • 565837d1f1 updated to install winhello and winefile Steven Edwards 2002-02-07 03:22:04 +00:00
  • 168b55e958 cleanup + finger client Steven Edwards 2002-02-07 01:32:20 +00:00
  • 1d0d9fbf9f Implemented [Nt/Zw]QueryMultipleValueKey(). Eric Kohl 2002-02-06 01:23:10 +00:00
  • 52d2359910 Fixed some bugs in vfatMakeAbsoluteFilename/VfatOpenFile with relative filenames. Hartmut Birr 2002-02-05 21:32:30 +00:00
  • b95ed3ddf1 Fixed a bug in DoQuery with empty serach pattern strings after the first call to DoQuery. Hartmut Birr 2002-02-05 21:31:03 +00:00
  • 48fa361844 Added system.hiv to boot modules. Eric Kohl 2002-02-05 15:53:20 +00:00
  • 916157c159 Implemented value enumeration in RtlQueryRegistryValues(). Eric Kohl 2002-02-05 15:42:41 +00:00
  • 5d67a14618 Fixed name string length and termination for KeyValueBasicInformation and KeyValueFullInformation. Eric Kohl 2002-02-05 02:48:56 +00:00
  • 1815855fb6 Fixed linkage to unbzip2.sys, working again Phillip Susi 2002-02-05 02:30:13 +00:00
  • 2a7825f502 Balenced paged and non paged pool sizes to 100 megs each, instead of 4 paged and 400 non Phillip Susi 2002-02-05 02:24:29 +00:00
  • 14a6c7e57d Removed old HAL. Casper Hornstrup 2002-02-04 22:13:02 +00:00
  • 9808ba2cb8 Fixed a typo - Guido de Jong Steven Edwards 2002-02-04 13:08:58 +00:00
  • 1768fa6632 Fixed a typo. Eric Kohl 2002-02-04 01:21:03 +00:00
  • 09ce94865b Rollback to old LPC_MESSAGE_HEADER. Emanuele Aliberti 2002-02-03 22:32:18 +00:00
  • 246369a31b Updates to the disk driver stack. Eric Kohl 2002-02-03 20:21:59 +00:00
  • 95410deae9 Fix for current source line unassembly bug in pice. Eugene Ingerman 2002-02-03 01:10:16 +00:00
  • cca6500c93 Fixed broken serial debug logging. The gdb interface is enabled by the /GDB option on the command line. Eric Kohl 2002-02-02 20:13:42 +00:00
  • 01ab93badd Oops! binary libraries should't be in CVS! Phillip Susi 2002-02-02 18:00:54 +00:00
  • ccaafe31cf Use LARGE_INTEGER for section view size, as expected by NtCreateSection Original Patch by Guido de Jong Phillip Susi 2002-02-02 17:15:22 +00:00
  • 51357bf8aa Changed NULL to 0 where integer expected, to get rid of warning Patch by Guido de Jong. Phillip Susi 2002-02-02 17:14:40 +00:00
  • c64bcfabad Fixed a buffer overflow in DoQuery, if the unicode string (search pattern) isn't zero-terminated. Fixed the returned length for the file names. Fixed the returned status at the end of a directory scan. Hartmut Birr 2002-02-02 14:04:55 +00:00
  • a5549b5653 Build unbzip2.sys as export driver, instead of unbzip2.dll Phillip Susi 2002-01-31 20:26:25 +00:00
  • f17ca2d3d9 Link to unbzip2.sys Phillip Susi 2002-01-31 20:22:12 +00:00
  • 8e5647c51a A few minor changes Phillip Susi 2002-01-31 20:22:00 +00:00
  • 8acb48f0de Added cdrom class driver skeleton. Eric Kohl 2002-01-31 15:02:12 +00:00
  • ae35748cfa Disk driver stack update. Eric Kohl 2002-01-31 14:58:52 +00:00
  • 760f3874ca no message Eugene Ingerman 2002-01-31 05:30:06 +00:00
  • 1cdf4f9806 Fixed source code display on breakpoint in pice. Eugene Ingerman 2002-01-31 05:29:28 +00:00
  • c331ef4c1b fix a couple of warnings - Guido de Jong Steven Edwards 2002-01-31 04:22:50 +00:00
  • 8d8acf54de Debug output cleanup. Eugene Ingerman 2002-01-30 20:42:04 +00:00
  • 23b672891b Porting pice. Workaround for a bug in gcc. Some other small stuff. Eugene Ingerman 2002-01-30 19:45:24 +00:00
  • 87b5401bff Porting pice. Bug fixes for disassembly. Eugene Ingerman 2002-01-29 07:22:26 +00:00
  • e8e9853e27 Porting pice. Bug fixes. Eugene Ingerman 2002-01-29 04:21:17 +00:00