Commit Graph

  • 51bdcda011 Removed SeaShell from the tip. Its in the attic if anyone needs to look at it. Steven Edwards 2004-08-31 02:38:41 +00:00
  • 37aba5c9fc - Add NET_NIC.inf and syssetup.inf files to bootcd. Filip Navara 2004-08-30 20:33:36 +00:00
  • e78e4ea757 - Close the registry hive file object in CmiInitNonVolatileRegistryHive. Filip Navara 2004-08-30 19:28:59 +00:00
  • 9980d7cf9c Since system services are now provided by the client, we need the callback struct first. Art Yerkes 2004-08-30 18:12:30 +00:00
  • 6277a93862 - Fixed some compiler warnings. - Detect and report PCI-BIOS. Eric Kohl 2004-08-30 10:53:38 +00:00
  • 3dd13e9ba0 fix tab order Martin Fuchs 2004-08-30 06:29:46 +00:00
  • 626e081cd1 Display "ReactOS" instead of "Microsoft Windows NT" for the ROS builded version Martin Fuchs 2004-08-30 06:28:54 +00:00
  • d43c07d508 .cvsignore added. Emanuele Aliberti 2004-08-30 05:40:13 +00:00
  • 2173fff654 Added Advpack to build process. James Tabor 2004-08-30 04:59:40 +00:00
  • 9f62d71a84 First implementation of advpack.dll. James Tabor 2004-08-30 04:49:03 +00:00
  • 5f189314eb Test app for oskittcp. Takes datagrams by UDP and send any replies to the last host/port that contacted it. I intend to use it to finish isolating bugs in the main body of tcpip.sys and oskittcp interface. Art Yerkes 2004-08-30 04:47:34 +00:00
  • e43bc9a08b Added WintrustAddActionID stub. Added CRYPT_REGISTER_ACTIONID struct Added CRYPT_TRUST_REG_ENTRY struct.z ` By Semyon "Tappak" Novikov. Aleksey Bragin 2004-08-29 20:47:18 +00:00
  • aa3eb8fc7c Oskit can now be linked from userland. This is part one of my plan. tcpip: provide malloc + free, sleep + wakeup functions oskittcp: remove functions and headers that imply km and supply them from the user. tcp_usrreq: i was printing a possibly free mbuf here. Art Yerkes 2004-08-29 20:04:42 +00:00
  • e78fa73912 This patch adds actually informative messages about what went wrong loading the registry entries for NLS files, etc. Art Yerkes 2004-08-29 18:29:48 +00:00
  • cb968187d0 silence debug messages Thomas Bluemel 2004-08-29 15:50:53 +00:00
  • bc95cf8c84 implemented SetProcessPriorityBoost() and GetProcessPriorityBoost() (only the kernel32 part) Thomas Bluemel 2004-08-29 14:46:02 +00:00
  • 001b020926 mark GetSystemWindowsDirectory() as implemented as it does exactly the same as GetWindowsDirectory() Thomas Bluemel 2004-08-29 12:12:34 +00:00
  • a48983fc6d - Use ULONG_PTR instead of ULONG for integer arithmetics on pointers. Filip Navara 2004-08-28 22:22:39 +00:00
  • 28c8c91905 - Implement file sharing checks. Filip Navara 2004-08-28 22:19:12 +00:00
  • 3a31604b7d - Mapping zero-sized files is prohibited. Filip Navara 2004-08-28 22:18:24 +00:00
  • f81fb98e23 - Simplify CreateFileMapping[AW]. - Fix return value of GlobalReAlloc and GlobalUnlock. Filip Navara 2004-08-28 22:16:27 +00:00
  • b1f6932d44 - RtlReAllocateHeap shouldn't allocate memory if ptr == NULL. Filip Navara 2004-08-28 22:14:08 +00:00
  • 034e605634 - Change GlobalDiscard and LocalDiscard to macros. Filip Navara 2004-08-28 22:09:53 +00:00
  • e97f806718 - Simplified version of _lcreat. Filip Navara 2004-08-28 22:08:54 +00:00
  • 9008b900fe - Fix handling of INVALID_HANDLE_VALUE case in FindNextFile. Filip Navara 2004-08-28 22:07:51 +00:00
  • 20ab7d6b27 - Remove invalid code from CreateToolhelp32Snapshot. Filip Navara 2004-08-28 22:06:02 +00:00
  • 16034df8e6 Prevent crash when a thread is terminated while sending a cross-thread message Gé van Geldorp 2004-08-28 15:01:46 +00:00
  • 5dda152b8d Use '$Windows NT$' signature because setupapi doesn't accept '$ReactOS$' yet. Eric Kohl 2004-08-28 12:42:19 +00:00
  • 0251ddf48c - Add preliminary wizard page title and subtitle string resources. - Use setupapi functions to process syssetup.inf. Eric Kohl 2004-08-28 11:08:50 +00:00
  • 0d89489d43 Remove NASM_CMD definition since it is already correctly defined in the top level rules.mak Gé van Geldorp 2004-08-28 07:27:22 +00:00
  • 1f00798a4b Cvs ingnore file added. James Tabor 2004-08-27 23:10:13 +00:00
  • 7f32d07583 Port of Msiexec from Wine. James Tabor 2004-08-27 23:08:00 +00:00
  • e51ac8f476 Port Wine Msiexec to ROS. James Tabor 2004-08-27 22:54:29 +00:00
  • 1f0d87df05 Change nasm to nasmw (to match what's used in the reactos module) Gé van Geldorp 2004-08-27 20:38:24 +00:00
  • ad74693225 This adds a rule which will trigger automatic conversion between msvc style and pseh syntactically. Name any file that should be converted as foo_msvc.c and put foo.o in TARGET_OBJECTS and the file will be preprocessed. Art Yerkes 2004-08-27 18:24:28 +00:00
  • fbd1a52cdf Wintrust lib stub (not imported from Wine). By Semyon "Tappak" Novikov. Aleksey Bragin 2004-08-27 12:10:27 +00:00
  • d4c39be9ba Header file for wintrust lib. By Semyon "Tappak" Novikov. Aleksey Bragin 2004-08-27 12:06:29 +00:00
  • 1a80e84bb2 - Establish the pde's for the callback stack if the stack was recycled from the list. Hartmut Birr 2004-08-27 10:25:46 +00:00
  • 16a24538c2 - Establish the pde for the thread structure within the process before a switch to the process occurs. Hartmut Birr 2004-08-27 10:24:04 +00:00
  • aa00673d45 - Complete rewrite of environment variable handling to get rid of memory leaks, heap corruption and spurious pointers. - Remove some ancient Wine stuff that either wasn't used or didn't work. - Fix realloc to not call HeapReAlloc for allocating new memory. Filip Navara 2004-08-27 03:08:23 +00:00
  • 0f59361d11 Do not call HalReleaseDisplayOwnership when KDB is entered and screen debugging is not enabled. After an exception the screen will not turn blue but will freeze and be un-frozen when KDB is left (cont) I hope this can not damage old monitors if the card starts producing garbage signals when the driver is suspended - in VMWare it works well. Gregor Anich 2004-08-27 00:14:01 +00:00
  • 2d8bef8799 fix some waring msg when it being compile Magnus Olsen 2004-08-26 21:08:06 +00:00
  • 7f48b18098 Bump version number to 0.2.5 Gé van Geldorp 2004-08-26 21:05:42 +00:00
  • 509a299316 changed back to CVS, false br Robert Kopferl 2004-08-26 20:36:11 +00:00
  • 9e24ae99ae changed to RC1 Robert Kopferl 2004-08-26 20:24:40 +00:00
  • df72452da1 - Changed -Wno-strict-aliasing to -fno-strict-aliasing. - Reduced optimisation from -O6 to -O3. Hartmut Birr 2004-08-26 19:55:20 +00:00
  • 5b63ba578e fix some waring msg when it being compile Magnus Olsen 2004-08-26 19:53:37 +00:00
  • 7eaa01f5e9 fix some waring msg when it being compile type redefinition of LPCOLESTR16' redefinition of OLECHAR16' redefinition of `LPOLESTR16' Magnus Olsen 2004-08-26 16:48:46 +00:00
  • 87bdedbed2 Change stabs handling of KDB - does no longer allocate a block of memory for each stub entry, instead each .sym file is loaded completely into (non-paged) memory. Gregor Anich 2004-08-26 16:04:50 +00:00
  • 66ff876aa8 - Implemented GetACP() and GetOEMCP(). Hartmut Birr 2004-08-26 16:03:09 +00:00
  • 3b571ec48d - Added more nls files. Hartmut Birr 2004-08-26 16:01:26 +00:00
  • 41b885d24d fix waring msg when it being compile Magnus Olsen 2004-08-26 15:11:50 +00:00
  • 9dc1445d4c If SendMessageTimeout() times out, GetLastError() should return 0 Gé van Geldorp 2004-08-26 12:29:37 +00:00
  • e90a1b168c fix ntoskrnl so it can be compile with optimze -O2 or higher Magnus Olsen 2004-08-26 11:58:33 +00:00
  • 5b3ce7b494 Fix MSVCRT compile-time error due to duplicate symbol definition Gé van Geldorp 2004-08-26 07:54:47 +00:00
  • e9706d1315 Change <GL\\gl.h> to "GL/gl.h" include. Gregor Anich 2004-08-26 02:04:48 +00:00
  • 94ec82db25 Fix GL/glu.h include... Gregor Anich 2004-08-26 01:54:03 +00:00
  • 94d6abb6d2 Fix GL/gl.h include for cross-compiling from linux. Gregor Anich 2004-08-26 01:52:06 +00:00
  • 93b57832ce Avoid arithmetic overflow Gé van Geldorp 2004-08-25 22:31:01 +00:00
  • 6fa3492ab7 2004-08-25 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2004-08-25 20:47:22 +00:00
  • a8e8bea6fa Disable SSE - When Mesa with SSE enabled is ran in ReactOS/VMWare it crashes with SIGILL. Gregor Anich 2004-08-25 20:20:09 +00:00
  • ca451d1442 Add OpenGL to the user libraries (glu32, mesa32, opengl32) Gregor Anich 2004-08-25 15:58:12 +00:00
  • 1e7841a2e8 - Implement CcRepinBcb and CcGetFileObjectFromBcb. - Partially implement CcUnpinRepinnedBcb, CcPinMappedData, CcPinRead, CcPreparePinWrite, CcInitializeCacheMap (Art Yerkes) and CcUninitializeCacheMap. - Fix ReadCacheSegmentChain to handle correctly big request and check for MDL request memory overflow. - Allow passing NULL BCB to CcSetFileSizes. - Ensure that registry files are opened using lowercase file names. Filip Navara 2004-08-25 15:08:29 +00:00
  • b8648c7bf4 - Do not depend on paths returned by FileNameInformation requests to be NULL terminated. Filip Navara 2004-08-25 15:04:19 +00:00
  • e877ccfb63 - Fix masking out the write flags in IoCheckShareAccess and IoSetShareAccess. Filip Navara 2004-08-25 15:01:48 +00:00
  • cfc4008f6b Mesa version 6.1 import - Forgot the new Makefile/def file Gregor Anich 2004-08-25 12:43:28 +00:00
  • d0f74a3f67 Mesa version 6.1 import. Gregor Anich 2004-08-25 12:35:24 +00:00
  • c56daa8b92 - Fixed the back-space-handling in ConioWriteConsole. Hartmut Birr 2004-08-25 10:37:14 +00:00
  • 2f4838080b Fix compilation with GCC 3.4.x Filip Navara 2004-08-24 18:27:53 +00:00
  • 0e272062f2 - Add definition of LOCALE_IDEFAULTMACCODEPAGE. Filip Navara 2004-08-24 17:36:15 +00:00
  • 489265e774 - Load also the last font file in the font directory. Filip Navara 2004-08-24 17:29:00 +00:00
  • df072d8e25 - Always use non-antialiased font for consoles. - Minor correction to multibyte character conversion for GUI consoles. - Support for non-ENABLE_PROCESSED_OUTPUT and non-ENABLE_WRAP_AT_EOL_OUTPUT modes in ConioWriteConsole. - Other minor fixes to get Wine Kernel32 Console test working. Filip Navara 2004-08-24 17:25:17 +00:00
  • 5e458f6f4e - Implementation of GetCPFileNameFromRegistry, GetNlsSectionName and IsValidCodePage. - Partial implementation of MultiByteToWideChar and WideCharToMultiByte. - Cleanup buffer allocation in some console functions. Filip Navara 2004-08-24 17:21:12 +00:00
  • 29fc781674 - Fix Get[System/Window]Directory[AW] for Buffer == NULL case. - Fix return value of GetDriveType[AW]. Filip Navara 2004-08-24 17:15:42 +00:00
  • ccec5bfedd - Remove dereferencing non-referenced FileObject in error cases. Filip Navara 2004-08-24 17:08:18 +00:00
  • aaa5aaec7e - Fix NtQueryDirectoryObject for empty directories. Filip Navara 2004-08-24 17:07:27 +00:00
  • 1230297d02 Add shutdown registry entries Gé van Geldorp 2004-08-24 09:43:33 +00:00
  • b78c2817c4 - Check if the given address points into a valid section (in MmUnmapViewOfSection). - Check if the section isn't deleted straight (in MmUnmapViewOfSection). Hartmut Birr 2004-08-23 22:29:43 +00:00
  • e208613f37 Implement ConvertSidToStringSidA/w Gé van Geldorp 2004-08-23 21:16:26 +00:00
  • a380ffb184 Fixed import unicode names from remote processes. James Tabor 2004-08-23 14:28:29 +00:00
  • 34e45ee1c2 - Enabled the declaration of DbgPrint because they is used in DPRINT and CHECKPOINT macros. Hartmut Birr 2004-08-22 21:06:36 +00:00
  • 868756af46 - Fixed the compilation as unicode. - Search only for the file name directly if the name contains a known extension. - Don't add an extension if the file name contains a known extension. Hartmut Birr 2004-08-22 20:55:15 +00:00
  • 4af77c2b3c - Implement ReadConsoleInputW, PeekConsoleInputW, ReadConsoleOutputW, WriteConsoleOutputW, SetConsoleIcon and GetConsoleWindow. - Fix input peeking in CSRSS to not return fake events. Filip Navara 2004-08-22 20:52:28 +00:00
  • cce0fb451f - More complete implementation of CharUpperA. Filip Navara 2004-08-22 20:51:57 +00:00
  • 270129d009 - Implement NtNotifyChangeDirectoryFile. - Honour ApcRoutine and ApcContext parameters of NtQueryDirectoryFile. Filip Navara 2004-08-22 20:51:43 +00:00
  • 1b391b9333 - Fixed the compilation as unicode. Hartmut Birr 2004-08-22 20:47:20 +00:00
  • 2f1ea7feae - Added '-Werror' to the compiler options. Hartmut Birr 2004-08-22 20:37:05 +00:00
  • df7a301805 - Fixed some 'dereferencing type-punned pointer will break strict-aliasing rules' warnings on higher optimisation levels. Hartmut Birr 2004-08-22 20:32:32 +00:00
  • adc7fbb548 - Fixed some pointer increments/decrements. Hartmut Birr 2004-08-22 20:13:44 +00:00
  • 15ffb673df Safety added to trace output. Mike Nordell 2004-08-22 18:49:11 +00:00
  • c24ef8433f AFD: Fixed handling of cancelling in flight requests when closing the socket. Closing a socket doesn't crash but still hangs. Needs work. oskittcp: corrected problem with send data, trying out slightly different scheme of dealing with closed socket. tcpip: added support for SEL_FIN in socket state callback and corrected support for returning error in TCPReceiveData. Art Yerkes 2004-08-22 18:42:42 +00:00
  • 36d2e136c7 Fixed missing unlock in write. Art Yerkes 2004-08-22 02:15:57 +00:00
  • 2496ef39ee Fix misplaced STDCALL Mike Nordell 2004-08-21 21:20:08 +00:00
  • c373c9ebb1 Make inline assembler compilable using VC Mike Nordell 2004-08-21 21:14:59 +00:00
  • 96b46798d8 Wrong path in comment. Mike Nordell 2004-08-21 21:13:45 +00:00
  • 0d5eda7a62 Fix misplaced STDCALL Mike Nordell 2004-08-21 21:09:39 +00:00
  • 7095fe07cd Fix misplaced STDCALL Mike Nordell 2004-08-21 20:55:41 +00:00
  • b7e51fe08f Fix arithmetics on void. Mike Nordell 2004-08-21 20:47:28 +00:00
  • cb6798f145 Fix arithmetics on void. Mike Nordell 2004-08-21 20:42:10 +00:00
  • 03e25a0998 Fix misplaced STDCALL calling convention specifiers. Mike Nordell 2004-08-21 20:40:27 +00:00