Commit Graph

  • 7fc8c17d16 @implemented and @unimplemented comments for ntoskrnl/ke/*.c Royce Mitchell III 2003-07-10 17:44:06 +00:00
  • 0ef97879a2 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 16:57:05 +00:00
  • e3cf693557 Implemented FsRtlDoesNameContainWildCard(). Eric Kohl 2003-07-10 16:43:10 +00:00
  • 061e95c9c9 @implemented and @unimplemented comments for ntoskrnl/kd/*.c Royce Mitchell III 2003-07-10 15:50:09 +00:00
  • f5e3df2e1b @implemented and @unimplemented comments for ntoskrnl/io/*.c Royce Mitchell III 2003-07-10 15:47:00 +00:00
  • e67a8deed9 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 15:35:49 +00:00
  • 502033e823 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 15:11:58 +00:00
  • 9f9aba203f 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 15:05:55 +00:00
  • ff80e432fd 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 12:32:39 +00:00
  • 980d7609ca 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 12:29:02 +00:00
  • b71535d7cf 2003-07-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-10 11:03:51 +00:00
  • 5fd0423e1b added @implemented and @unimplemented notes to the cc through fs directories of ntoskrnl Royce Mitchell III 2003-07-10 06:27:13 +00:00
  • 36d8866638 New much better edit control test by Waldo Alvarez Ca�izares. Steven Edwards 2003-07-10 05:37:17 +00:00
  • 92cc25a074 Joakim Asplund <[email protected]> Casper Hornstrup 2003-07-10 00:24:04 +00:00
  • ca5d43deae Missing file from my last commit KJK::Hyperion 2003-07-09 21:55:44 +00:00
  • f98dc7b970 No more unnecessary and never-ending output from genw32k KJK::Hyperion 2003-07-09 20:41:35 +00:00
  • 7c4a36f112 - Used string functions instead of iteration code. - Replaced wcscpy with memcpy if the length of the string is known. Hartmut Birr 2003-07-09 20:25:00 +00:00
  • 198a10ed1b - GetTickCount should return the elapsed time since booting in milliseconds and not the tick count. Hartmut Birr 2003-07-09 20:19:50 +00:00
  • 52d7096779 - Initialized TickCountMultiplier from shared user data. Hartmut Birr 2003-07-09 20:17:47 +00:00
  • c1c87cd076 - Fixed some debug messages. Hartmut Birr 2003-07-09 20:15:50 +00:00
  • 5ac5a18db9 - Used memcpy instead of iteration code. Hartmut Birr 2003-07-09 20:13:56 +00:00
  • edd824b265 - Replaced _wcsnicmp with RtlEqualUnicodeString. - Replaced wcscpy with memcpy if the length of the string is known. - Used string functions instaed of iteration code. Hartmut Birr 2003-07-09 20:11:41 +00:00
  • 0efd005774 - Check for more illegal characters in VfatCreateFile. Hartmut Birr 2003-07-09 19:59:21 +00:00
  • b2805cde6e Implemented WriteConsoleOutputCharacterW(). Eric Kohl 2003-07-09 10:43:08 +00:00
  • 33859812f3 Initialize lead byte info pointers. Eric Kohl 2003-07-09 10:40:50 +00:00
  • d1c76c1e31 Prevent painting outside surface Gé van Geldorp 2003-07-09 07:00:00 +00:00
  • d4b51b9c1f Fully implemented the user32 side of accelerator table functions KJK::Hyperion 2003-07-09 00:09:47 +00:00
  • 3159e14d52 Sync explorer with Martin Fuchs: - File Management by provided by winefile merge (Requires WINE Headers). - Fixes registry startup provide via wineboot merge - Explorer bar loading fixed - Cleaned up explorer source tree a little. - Added doc/TODO.txt Steven Edwards 2003-07-08 22:52:53 +00:00
  • 1c92882c66 Removed tlist because it doesn't build correctly Gé van Geldorp 2003-07-08 19:40:46 +00:00
  • 016967f3ee Implement VideoPortLogError (not complete yet) Gé van Geldorp 2003-07-08 17:06:44 +00:00
  • f3f9aa8224 Added a simple explorer bar to desktop. Patch by Alexander Ciobanu with parts by Martin Fuchs. Steven Edwards 2003-07-08 03:21:15 +00:00
  • f824321d24 - Fixed FLUSH_TLB for higher optimization levels like -O6. Hartmut Birr 2003-07-07 20:22:47 +00:00
  • 86faaec314 Implement GetWindowThreadProcessId James Tabor 2003-07-07 06:39:34 +00:00
  • a08e8eb37d Implement NtUserQueryWindow James Tabor 2003-07-07 06:12:08 +00:00
  • 5514f345a3 - apps/utils/tickcount/tickcount.c: corrected assertion - include/funcs.h: declared GetScrollBarInfo - include/napi/teb.h: removed misleading comment about NtCurrentTeb; preparing TEB for Windows 2003-compatible FLS support - include/tchar.h: added _tcslen - include/tgetopt.h: type-generic getopt (see lib/tgetopt) - include/win32k/ntuser.h, subsys/win32k/ntuser/window.c, subsys/win32k/ntuser/timer.c, lib/user32/misc/timer.c, lib/user32/windows/paint.c: corrected declarations of NtUserSetTimer, NtUserKillTimer and NtUserRedrawWindow (Win32K doesn't follow the NT calling convention) - lib/crtdll/crtdll.def: exported ::operator new and ::operator delete - lib/kernel32/thread/fls.c: FLS support almost done - lib/ntdll/*: implemented _chkstk/_alloca_probe - some more Visual C++ programs should run now; exported NtCurrentTeb for compatibility with Windows NT 3.51 and some non-i386 architectures; removed the CRT from the linker libraries - lib/string/*: type-generic string functions (single, shared implementation for single-byte and Unicode variants using _t macros); corrected a bug in the i386 wcsncmp; merged strspn/strcspn; corrected non-portable code in strspn/strcspn; implemented strnlen/tcsnlen for the i386 architecture; all changes were regression-tested and compared against the Microsoft CRT - tools/helper.mk: libraries, dlls and drivers now depend from their DEF/EDF files KJK::Hyperion 2003-07-06 23:04:19 +00:00
  • 8ed329a442 - Do only attach/detach the process if the address is in user space and if the current process is not the creator process (in MmProbeAndLockPages). Hartmut Birr 2003-07-06 10:50:21 +00:00
  • 0ae49a2c5e - Store the consumer type for each page. - Implemented the zero pager thread. - Check that the given page is a user page (in MmGetLRUNextUserPage). Hartmut Birr 2003-07-06 10:34:32 +00:00
  • 63ac615e14 - Don't free the memory from symbol files if the kernel debugger is active. Hartmut Birr 2003-07-06 10:25:15 +00:00
  • c6b8b78565 - Release the lock while allocating pages for the pool (in grow_kernel_pool). Hartmut Birr 2003-07-06 07:36:56 +00:00
  • 9fa9badcf4 Added desktop part of explorer clone by Andrew "Silver Blade" Greenwood. Steven Edwards 2003-07-06 07:18:32 +00:00
  • 48802da388 update cvsingnore files Steven Edwards 2003-07-06 04:48:53 +00:00
  • 7807d86143 Added new button test by Ciobanu Alexander. Steven Edwards 2003-07-06 01:23:02 +00:00
  • 89b0516273 - Allocate a separate memory area for the kmap area. - Changed the free block list for the non paged pool from a double linked list to an avl tree which is sorted by sizes. Hartmut Birr 2003-07-05 18:10:50 +00:00
  • 4ac70b6bbb 2003-07-05 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-05 17:57:22 +00:00
  • 9826d4e679 2003-07-05 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-05 16:04:01 +00:00
  • 6c51b3072c Remove unimplemented in SetDebugErrorLevel. Steven Edwards 2003-07-03 02:52:54 +00:00
  • d24db59ab5 Version 0.1.2 Gé van Geldorp 2003-07-02 21:10:16 +00:00
  • ad5a04b000 Add another stub (SetDebugErrorLevel) for dependancy walker. Steven Edwards 2003-07-01 23:09:09 +00:00
  • c43774d9fe more exports...hate doing this manually... Richard Campbell 2003-07-01 01:03:49 +00:00
  • 677110b2cc New ROS User32...doesn't work...doesn't even compile...not even CLOSE to being complete...(no dllmain yet for instance...) Richard Campbell 2003-06-30 22:17:37 +00:00
  • 1f77515cad last bit of .cvsignore updates guido 2003-06-29 21:12:24 +00:00
  • 0eb42760a8 another day of janitor stuff guido 2003-06-29 21:05:54 +00:00
  • 397aee4126 Readd windows.h as it is needed for cross-compilation. Casper Hornstrup 2003-06-29 12:30:20 +00:00
  • f5c3d860c3 still more .cvsignore maintenance guido 2003-06-28 23:30:11 +00:00
  • 19a10245f0 again more .cvsignore maintenance guido 2003-06-28 23:10:02 +00:00
  • 4dd0876325 more .cvsignore maintenance guido 2003-06-28 23:09:27 +00:00
  • 258e83341b .cvsignore maintenance guido 2003-06-28 23:04:41 +00:00
  • 9389c797ef Implement clipping for bitblt operations Gé van Geldorp 2003-06-28 08:39:18 +00:00
  • 5e61f5b601 - Disabled TAG_STATISTICS_TRACKING. Hartmut Birr 2003-06-27 21:35:05 +00:00
  • 66cc55e3e3 Remove unneed windows.h Steven Edwards 2003-06-27 21:33:25 +00:00
  • 9195641c84 - Fixed some locking problems during different processes access the same sections (dlls). - Reduced the overhead in MmCreateImageSection if for a file the caching is initialized already. - Moved some values from SECTION_OBJECT to MM_IMAGE_SECTION_OBJECT. - Removed the lock from SECTION_OBJECT. Hartmut Birr 2003-06-27 21:28:30 +00:00
  • 8abf146aac Add architecture define to CFLAGS Gé van Geldorp 2003-06-27 21:17:35 +00:00
  • d7ce70741b Small fixes for newer MinGW version Gé van Geldorp 2003-06-27 21:10:35 +00:00
  • 08ce61d1c2 CreateFileMapping Patch by Hartmut Birr for MSYS applications. (No they still dont work) Steven Edwards 2003-06-27 20:15:17 +00:00
  • fcde5c2e54 - Call the FSD if the volume is mounted in IoVerifyVolume. Hartmut Birr 2003-06-27 19:00:33 +00:00
  • b36ca324a9 2003-06-27 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-06-27 17:49:07 +00:00
  • bf1abd5a1c Enable stubs for a few functions needed by dependancy walker. Add new file stubs.c for the functions I didnt know where to place. Steven Edwards 2003-06-27 15:19:19 +00:00
  • f99f43d367 Disabled potentially misleading error message. Eric Kohl 2003-06-27 00:16:33 +00:00
  • 8aca12db20 - Revert the last changes. Support for removable medias needs more investigations. Hartmut Birr 2003-06-26 22:01:02 +00:00
  • c2f1fc8975 Implement SelectClipRgn() (note: this does NOT mean that clipping is working now!) Gé van Geldorp 2003-06-26 21:52:40 +00:00
  • 352ebc2a24 Added cdrom IOCTLs. Eric Kohl 2003-06-26 20:02:03 +00:00
  • 60c39669a2 Added two NOPs. FreeLoader can now be built using MinGW. Eric Kohl 2003-06-26 15:16:36 +00:00
  • 1d4c92223c Remove reference to ps.h Gé van Geldorp 2003-06-26 06:31:49 +00:00
  • d6cb5e2e20 removed combobox file. code implemented in ported wine control Steven Edwards 2003-06-26 00:14:15 +00:00
  • cefbfd89ed Updated license information with date. Steven Edwards 2003-06-26 00:04:49 +00:00
  • 76e2bc6284 Added combobox control ported from WINE Added controls.h header to hold missing defines and structures until w32api is in sync. Steven Edwards 2003-06-26 00:01:34 +00:00
  • 9aea24bfae On thread termination, destroy all windows owned by that thread Gé van Geldorp 2003-06-25 22:37:07 +00:00
  • 91e44fd859 Fix polygon outline special case and min/max caption buttons Gé van Geldorp 2003-06-25 16:55:33 +00:00
  • a547aaf0c5 Added checksum calculation to PnPBiosSupported(). Patch by Petr Matousek. Eric Kohl 2003-06-25 13:56:04 +00:00
  • 676160308e Verify storage device upon file open request. Eric Kohl 2003-06-24 21:34:41 +00:00
  • db571ee907 Implemented several IOCTLs. Improved error handling/reporting. Eric Kohl 2003-06-24 21:32:15 +00:00
  • 7cc3dd52bb Merged duplicate code. Eric Kohl 2003-06-24 21:30:08 +00:00
  • 0059d716a1 Minor cleanup. Eric Kohl 2003-06-24 12:39:08 +00:00
  • b209c5a96e Allocate a sense data buffer for each disk device. Eric Kohl 2003-06-24 12:38:00 +00:00
  • 39825a170b Minor cleanup. Eric Kohl 2003-06-24 12:31:40 +00:00
  • 1b854f5f2a Added more stuff to the IDENTIFY data block. Added support for the TEST UNIT READY command. Combined various booleans in a flags variable. Eric Kohl 2003-06-24 12:29:02 +00:00
  • b6b732c937 Removed unused variable. Eric Kohl 2003-06-24 12:22:14 +00:00
  • 59a5712e45 Start scan for PnP$ signature at low end (0xf0000) Gé van Geldorp 2003-06-24 11:41:58 +00:00
  • f974b5e263 Pass failures up the chain Gé van Geldorp 2003-06-24 11:34:28 +00:00
  • 0ceda3461a Some small fixes...more soon Richard Campbell 2003-06-24 00:55:02 +00:00
  • a2ad470fa7 ewps Richard Campbell 2003-06-23 21:16:01 +00:00
  • 3fa6478075 Button test (used GvG's static control test as a template.) Richard Campbell 2003-06-23 16:01:20 +00:00
  • d570317697 blah i need to stop having those late night coding sessions :P Richard Campbell 2003-06-23 14:46:17 +00:00
  • 23ed82d969 Ported the button control from wine. This is untested, but will probably work, haven't written a test app yet, will do so when i have more time :) Richard Campbell 2003-06-23 10:10:51 +00:00
  • a0f42417ab Implemented GetTextExtentPoint32() and fix GetTextExtentPoint() Gé van Geldorp 2003-06-22 21:33:48 +00:00
  • 96b4efbbd6 fixed warning guido 2003-06-22 19:51:14 +00:00
  • 08aacf7745 fixed slashes guido 2003-06-22 19:43:53 +00:00
  • f6f96aa6c6 Ported icontitle control from WINE Steven Edwards 2003-06-22 19:18:17 +00:00
  • cbb3e1c384 Added Icontitle Control Steven Edwards 2003-06-22 19:17:18 +00:00
  • ee442cb63a Added missing SCSI pass-through structures. Eric Kohl 2003-06-22 16:35:58 +00:00