Commit graph

19468 commits

Author SHA1 Message Date
Hartmut Birr d95e04f38a - Allocated the initial stacks page aligned.
- Add a guard page for the initial stacks.
- Fixed the size of the initial stacks.

svn path=/trunk/; revision=20897
2006-01-15 18:28:40 +00:00
Hartmut Birr 328e260852 Fixed the stack for the first thread.
svn path=/trunk/; revision=20896
2006-01-15 18:21:43 +00:00
Ged Murphy 208e318f73 Change toolbars from 16 to 15 pixels high
svn path=/trunk/; revision=20895
2006-01-15 16:47:18 +00:00
Thomas Bluemel 48939cfdc4 implemented LsaDelete() (client only)
svn path=/trunk/; revision=20894
2006-01-15 14:34:58 +00:00
Thomas Bluemel 12fcc64d56 implemented LsarClose()
svn path=/trunk/; revision=20893
2006-01-15 14:18:43 +00:00
Martin Fuchs 7548ba36d1 Explorer: sort drives by path name; ignore hidden attribute of NTFS volumes
This resolves Bugzilla issue 1236

svn path=/trunk/; revision=20892
2006-01-15 13:44:14 +00:00
Thomas Bluemel 88a9cea5ae disable starting lsass.exe for now
svn path=/trunk/; revision=20891
2006-01-15 13:25:50 +00:00
Thomas Bluemel 5e85dccad2 - use RPC for communication with lsass
- start lsass.exe on startup

svn path=/trunk/; revision=20890
2006-01-15 13:19:57 +00:00
Martin Fuchs 1fbded087b change explorer sort order so that virtual folders are moved after physical folders
svn path=/trunk/; revision=20889
2006-01-15 12:30:17 +00:00
Hartmut Birr 0f462fdea6 Fix the smp build.
svn path=/trunk/; revision=20888
2006-01-15 10:17:35 +00:00
Alex Ionescu 20e6dde401 - Update KeContextToTrapFrame to support separate ContextFlags parameters in the scenario where we want to convert more then the Context's flag specify
- Rename some of the internal FPU flags to external names and make them global.
- Improve context creation of new threads to initialize the virgin NPX state for new threads, to clear DR debug registers, to properly convert the context to a trap frame, to set the right segment registers, to set the debugging mark in the trap frame, and to properly set the initial eflags.
- Add stubs for upcoming support for extended/floating point registers in KeContextToTrapFrame and KeTrapFrameToContext.

svn path=/trunk/; revision=20887
2006-01-15 09:23:55 +00:00
Hartmut Birr 1b8586982f Fixed the initialisation of the feature bits.
svn path=/trunk/; revision=20886
2006-01-15 09:14:04 +00:00
Hartmut Birr 244b5bb3cc Lower the irql on exit in KeInsertQueueDpc.
svn path=/trunk/; revision=20885
2006-01-15 08:53:01 +00:00
Hartmut Birr aab50d9dd5 Fix the check for an empty list.
svn path=/trunk/; revision=20884
2006-01-15 08:51:20 +00:00
Hartmut Birr 68151ba039 Bochs debug output is only a simple print routine and not a wrapper which can handle faults.
svn path=/trunk/; revision=20883
2006-01-15 08:49:26 +00:00
Thomas Bluemel ba9679e15b implemented FindFirstStreamW() and FindNextStreamW() (untested!)
svn path=/trunk/; revision=20882
2006-01-15 03:11:31 +00:00
Martin Fuchs e592a21cc6 release mozctl_install_semaphore semaphore when the user doesn't want to download the mozilla control
svn path=/trunk/; revision=20881
2006-01-15 01:24:59 +00:00
Royce Mitchell III 1eafbf2c6b fix "line #=0" and "missing function name" bugs in rsym data. There's one issue this fix causes - apparently macros will have their file/line # reported, instead of the location they are being invoked, but this is a far cry better than before.
svn path=/trunk/; revision=20880
2006-01-15 01:12:00 +00:00
Martin Fuchs d39838f086 remove incorrect include directory
svn path=/trunk/; revision=20879
2006-01-15 00:51:40 +00:00
Martin Fuchs 6c9463c494 fix Expat includes
svn path=/trunk/; revision=20878
2006-01-15 00:47:25 +00:00
Alex Ionescu d8b6e8e1a5 Fix msvc warnings
svn path=/trunk/; revision=20877
2006-01-15 00:45:06 +00:00
Martin Fuchs efa50c8848 Update XMLStorage to Expat 2.0
svn path=/trunk/; revision=20876
2006-01-15 00:09:32 +00:00
Martin Fuchs 1f209472ae update header files to Expat Version 2.0
svn path=/trunk/; revision=20875
2006-01-15 00:06:30 +00:00
Martin Fuchs 4de4f141b6 update to Expat Version 2.0
svn path=/trunk/; revision=20874
2006-01-15 00:06:16 +00:00
Thomas Bluemel 240a8443b4 RegDisablePredefinedCacheEx() should also disable the cache for HKU
svn path=/trunk/; revision=20873
2006-01-14 23:54:05 +00:00
Thomas Bluemel 3384b413ab fixed a buffer overflow when the referenced domain length is 0
svn path=/trunk/; revision=20872
2006-01-14 23:37:56 +00:00
Nathan Woods f34d84db46 Freeloader: Check return code of RegOpenKey() in FrLdrLoadBootDrivers() for failure
Another one...


svn path=/trunk/; revision=20871
2006-01-14 23:35:20 +00:00
Thomas Bluemel e4484b0bde - implemented RegDisablePredefinedCache()
- added stubs for RegEnableReflectionKey(), RegDisableReflectionKey() and RegQueryReflectionKey()

svn path=/trunk/; revision=20870
2006-01-14 23:17:26 +00:00
Thomas Bluemel 55317536c0 add stubs for CancelIoEx() and CancelSynchronousIo()
svn path=/trunk/; revision=20869
2006-01-14 22:47:35 +00:00
Thomas Bluemel 0c13546927 added stubs for SetFileBandwidthReservation(), GetFileBandwidthReservation(), SetFileCompletionNotificationModes() and OpenFileById(). Thanks also to Alex
svn path=/trunk/; revision=20868
2006-01-14 22:25:20 +00:00
Nathan Woods df36b0db90 Freeloader: Check return code of RegOpenKey() in FrLdrLoadBootDrivers() for failure
svn path=/trunk/; revision=20866
2006-01-14 21:57:07 +00:00
Thomas Bluemel 24460a5027 remove debug information I forgot to remove
svn path=/trunk/; revision=20865
2006-01-14 20:36:49 +00:00
Thomas Bluemel 70dcf02781 make the initial kernel_stack large enough to have enough space for the fx savings area
svn path=/trunk/; revision=20864
2006-01-14 20:36:01 +00:00
Gé van Geldorp deb66aaf9e Import mapi32 from Wine
svn path=/trunk/; revision=20861
2006-01-14 19:36:04 +00:00
Maarten Bosma 5c45ff59ee DJ_Smith (dj_smith_reactos(at)online(dot)de):
- Updated and added german translations. 
- Fixed some small mistakes in .rc files.

svn path=/trunk/; revision=20858
2006-01-14 18:51:22 +00:00
Ged Murphy 14bce6bfdf Add calculator icon
svn path=/trunk/; revision=20857
2006-01-14 17:59:59 +00:00
Ged Murphy 9cf3463d87 - Remove licence dialog boxes and implement an about box crediting authors and stating the licence.
- Add a notepad icon
- rearrange the file structure

svn path=/trunk/; revision=20856
2006-01-14 17:35:56 +00:00
Thomas Bluemel a988d3cfe2 fixed possible buffer overflows in LookupAccountSidW(): LSA_UNICODE_STRINGs are not necessarily NULL-terminated!
svn path=/trunk/; revision=20855
2006-01-14 16:31:28 +00:00
Thomas Bluemel 2edcb03c9d improved error handling
svn path=/trunk/; revision=20854
2006-01-14 16:18:45 +00:00
Christoph von Wittich 9a1758ce5a implemented PS_DOT, PS_DASH and PS_INSIDEFRAME in IntGdiCreatePenIndirect
(speeds up Thunderbird a bit (much less debug output)

svn path=/trunk/; revision=20853
2006-01-14 16:08:57 +00:00
Thomas Bluemel e1fd1adbfa fixed SeSetWorldSecurityDescriptor() so it creates a security descriptor that is at least valid
svn path=/trunk/; revision=20851
2006-01-14 14:52:50 +00:00
Thomas Bluemel 7c8174e7ee implemented GetFinalPathNameByHandleA() and added stub for GetFinalPathNameByHandleW()
svn path=/trunk/; revision=20850
2006-01-14 13:37:08 +00:00
Christoph von Wittich 6fca38c9bf fixed LoadCursorIconImage (Thunderbird is now working)
svn path=/trunk/; revision=20849
2006-01-14 12:42:04 +00:00
Thomas Bluemel a5da271b47 add cacls.exe to the bootcd
svn path=/trunk/; revision=20848
2006-01-14 12:18:10 +00:00
Martin Fuchs 3b78324482 add the new icons to the project file
svn path=/trunk/; revision=20847
2006-01-14 09:04:42 +00:00
Alex Ionescu fde02cbbc1 - Fix flaw in win32k hardware message queue which used KMUTEX instead of KMUTANT, thus double-disabling Kernel APCs during the parsing of the queue, which would result in actually deliving hardware message callbacks with Kernel APCs disabled when going to user-mode. This was detected when my new user-mode callback rewrite added checks for this situation, and it originally caused a bugcheck. Since the message queue code is now fixed, the bugcheck has been re-enabled, hopefully no other such violations will be detected (I was able to run/install firefox for a couple of minutes and there was no APC_INDEX_MISMATCH crash). Fixes bug 1272, and thanks to Filip for doing some late-night IRC analysis with me.
svn path=/trunk/; revision=20846
2006-01-14 08:49:10 +00:00
Thomas Bluemel da88b5bcd7 An initial implementation of cacls.exe. Only displaying ACLs works, editing is not implemented.
svn path=/trunk/; revision=20845
2006-01-14 04:32:37 +00:00
Nathan Woods 45846ec6ea Rbuild: Added "description" field to the various backend factories, and then used the description field to generate the help text.
(updated the patch in bugzilla bug #790)


svn path=/trunk/; revision=20844
2006-01-14 01:00:56 +00:00
Ged Murphy 0dfeb869d7 icons are now 16x16, 24x24, 32x32, 48x48
svn path=/trunk/; revision=20843
2006-01-14 00:51:00 +00:00
Ged Murphy 258a8138c0 Separate mydocs and recent docs resources
svn path=/trunk/; revision=20842
2006-01-13 23:31:21 +00:00