Gunnar Dalsnes [Mon, 28 Feb 2005 21:00:59 +0000 (21:00 +0000)]
init. work on a notify-directory impl.
svn path=/trunk/; revision=13782
Hartmut Birr [Mon, 28 Feb 2005 20:43:23 +0000 (20:43 +0000)]
Fixed german resource script for desk.cpl.
svn path=/trunk/; revision=13781
Steven Edwards [Mon, 28 Feb 2005 19:46:39 +0000 (19:46 +0000)]
and remove regedt32 from the install CD
svn path=/trunk/; revision=13780
Steven Edwards [Mon, 28 Feb 2005 19:45:54 +0000 (19:45 +0000)]
disable buggy German resource script for desk.cpl. Remove regedt32 as even Microsoft sees having two registry editors is pointless.
svn path=/trunk/; revision=13779
Alex Ionescu [Mon, 28 Feb 2005 17:40:15 +0000 (17:40 +0000)]
Reverting to 13775. Sorry for the mess. This is dedicated to Jane!
19934415.
svn path=/trunk/; revision=13777
Alex Ionescu [Mon, 28 Feb 2005 16:44:38 +0000 (16:44 +0000)]
Test commit. Not official branch release -- it will follow shortly in 15 minutes. If this ends up in HEAD i will revert immediately (i have svn switched so it shouldn't)
svn path=/trunk/; revision=13776
Thomas Bluemel [Mon, 28 Feb 2005 14:38:02 +0000 (14:38 +0000)]
German translation fixes by Rouven Wessling
svn path=/trunk/; revision=13775
Art Yerkes [Mon, 28 Feb 2005 00:26:28 +0000 (00:26 +0000)]
First shot at some primitives for powerpc. Untested yet.
svn path=/trunk/; revision=13773
Steven Edwards [Sun, 27 Feb 2005 22:55:54 +0000 (22:55 +0000)]
merge in Winehq changes to reduce noise
svn path=/trunk/; revision=13772
Klemens Friedl [Sun, 27 Feb 2005 21:40:32 +0000 (21:40 +0000)]
Add support for explorer to load the desk.cpl when right clicking on background.
svn path=/trunk/; revision=13771
Klemens Friedl [Sun, 27 Feb 2005 21:31:07 +0000 (21:31 +0000)]
update files (rundll32 moved)
svn path=/trunk/; revision=13770
Klemens Friedl [Sun, 27 Feb 2005 21:22:04 +0000 (21:22 +0000)]
move rundll32
svn path=/trunk/; revision=13769
James Tabor [Sun, 27 Feb 2005 21:17:24 +0000 (21:17 +0000)]
Check for removable media and Partition length is 0, for DiskClassCheckReadWrite.
svn path=/trunk/; revision=13768
Hartmut Birr [Sun, 27 Feb 2005 20:38:36 +0000 (20:38 +0000)]
Do only signal the other side of the pipe if the pipe is connected.
svn path=/trunk/; revision=13767
Royce Mitchell III [Sun, 27 Feb 2005 17:03:00 +0000 (17:03 +0000)]
small efficiency fix
svn path=/trunk/; revision=13766
Eric Kohl [Sun, 27 Feb 2005 15:46:46 +0000 (15:46 +0000)]
ConnectNamedPipe must return TRUE if lpOverlapped is not NULL and NtFsIoControl returns STATUS_PENDING.
svn path=/trunk/; revision=13765
Filip Navara [Sun, 27 Feb 2005 14:55:01 +0000 (14:55 +0000)]
Use unadjusted rect (the one calculated before sending WM_SIZING) for sizing calculations while resizing windows.
svn path=/trunk/; revision=13764
Eric Kohl [Sun, 27 Feb 2005 12:43:37 +0000 (12:43 +0000)]
- Data is now written to the readers data buffer and the reader reads from his own data buffer. This fixes Filip's wrokaround to enable the reader to read data although the writers side was closed.
- Minor cleanup.
svn path=/trunk/; revision=13763
Emanuele Aliberti [Sat, 26 Feb 2005 23:22:48 +0000 (23:22 +0000)]
SM some simple work (wip)
svn path=/trunk/; revision=13762
Emanuele Aliberti [Sat, 26 Feb 2005 23:21:58 +0000 (23:21 +0000)]
CSR: Wrong event and wrong place for mu.
svn path=/trunk/; revision=13761
Emanuele Aliberti [Sat, 26 Feb 2005 23:19:56 +0000 (23:19 +0000)]
sm namespace macros
svn path=/trunk/; revision=13760
Emanuele Aliberti [Sat, 26 Feb 2005 23:18:27 +0000 (23:18 +0000)]
DbgPrint calls DbgPrintEx
(which runs the code previously belonging to DbgPrint).
svn path=/trunk/; revision=13759
Eric Kohl [Sat, 26 Feb 2005 15:54:27 +0000 (15:54 +0000)]
- Server stubs are void functions.
- Fix a warning in the server stub descriptor.
svn path=/trunk/; revision=13752
Emanuele Aliberti [Sat, 26 Feb 2005 15:17:54 +0000 (15:17 +0000)]
Multiuser Win32: empty server dll
svn path=/trunk/; revision=13751
Emanuele Aliberti [Sat, 26 Feb 2005 15:06:19 +0000 (15:06 +0000)]
CSR pre-init cleanup
svn path=/trunk/; revision=13748
Casper Hornstrup [Fri, 25 Feb 2005 21:22:05 +0000 (21:22 +0000)]
Move to media directory
svn path=/trunk/; revision=13747
Klemens Friedl [Fri, 25 Feb 2005 20:53:00 +0000 (20:53 +0000)]
Create rosmedia subfolder (artworks, themes, ...)
svn path=/trunk/; revision=13745
Aleksey Bragin [Fri, 25 Feb 2005 15:05:51 +0000 (15:05 +0000)]
Updated linux wrapper to contain more funcs (to allow UHCI in the future), also wait added into hub thread, so it *should* take much fewer cpu time then it was taking before (though I haven't tested it at all - will do later). Added dependency tracking to makefiles.
svn path=/trunk/; revision=13741
Eric Kohl [Fri, 25 Feb 2005 12:20:36 +0000 (12:20 +0000)]
- Support multiple interfaces per idl file.
- Support explicit binding handles.
svn path=/trunk/; revision=13740
Art Yerkes [Fri, 25 Feb 2005 05:28:54 +0000 (05:28 +0000)]
Reads are allowed on connecting sockets. They act like normal reads
with no data available.
svn path=/trunk/; revision=13739
Art Yerkes [Fri, 25 Feb 2005 05:27:43 +0000 (05:27 +0000)]
Set nonblocking on all sockets initially.
Zero flags and other junk in the ea buffer when creating a new socket.
More correct error return function (check both Errno and ReturnedBytes ptrs).
svn path=/trunk/; revision=13738
Art Yerkes [Fri, 25 Feb 2005 03:02:45 +0000 (03:02 +0000)]
Noticed that I had not used the right status for EOF when consolidating
some code. Added a flag that governs whether we are after or at EOF.
svn path=/trunk/; revision=13737
Emanuele Aliberti [Thu, 24 Feb 2005 22:20:43 +0000 (22:20 +0000)]
Added some init code for the embedded DBGSS.
svn path=/trunk/; revision=13736
Hervé Poussineau [Thu, 24 Feb 2005 21:28:49 +0000 (21:28 +0000)]
Silent debug messages
svn path=/trunk/; revision=13735
Hervé Poussineau [Thu, 24 Feb 2005 20:47:07 +0000 (20:47 +0000)]
Fix various warnings
svn path=/trunk/; revision=13734
Eric Kohl [Thu, 24 Feb 2005 16:48:16 +0000 (16:48 +0000)]
Support remaining basic types (float, double, small, wchar_t and handle_t).
svn path=/trunk/; revision=13733
Art Yerkes [Thu, 24 Feb 2005 08:51:18 +0000 (08:51 +0000)]
Fixed more socket close problems. You could get through TCPClose, unlock
the socket, have somebody else service and even, and unlink the connection
object at the same time. Now we hold the TCP lock while removing a connection.
svn path=/trunk/; revision=13732
Emanuele Aliberti [Wed, 23 Feb 2005 23:37:06 +0000 (23:37 +0000)]
Minor changes and documentation.
svn path=/trunk/; revision=13731
Casper Hornstrup [Wed, 23 Feb 2005 22:03:02 +0000 (22:03 +0000)]
Add resources
svn path=/trunk/; revision=13730
Klemens Friedl [Wed, 23 Feb 2005 18:45:46 +0000 (18:45 +0000)]
German language file (minor update)
svn path=/trunk/; revision=13729
Hartmut Birr [Wed, 23 Feb 2005 18:43:25 +0000 (18:43 +0000)]
Used HasTerminated as bitmap for flags to make difference between calling PsTerminateCurrentThread and delivering an apc which calls PsTerminateCurrentThread.
svn path=/trunk/; revision=13728
Klemens Friedl [Wed, 23 Feb 2005 18:40:51 +0000 (18:40 +0000)]
German language support added
svn path=/trunk/; revision=13727
Klemens Friedl [Wed, 23 Feb 2005 18:36:04 +0000 (18:36 +0000)]
Change icons: speaker
svn path=/trunk/; revision=13726
Eric Kohl [Wed, 23 Feb 2005 13:15:40 +0000 (13:15 +0000)]
WIDL: Support basic type function arguments.
svn path=/trunk/; revision=13725
Thomas Bluemel [Wed, 23 Feb 2005 10:37:46 +0000 (10:37 +0000)]
added msacm32.dll to the bootcd
svn path=/trunk/; revision=13724
Thomas Bluemel [Wed, 23 Feb 2005 09:56:36 +0000 (09:56 +0000)]
added more irql checks
svn path=/trunk/; revision=13723
Gé van Geldorp [Wed, 23 Feb 2005 08:16:19 +0000 (08:16 +0000)]
tinus <o112w8r02@sneakemail.com>
Cleanup the timers after sending WM_NCDESTROY
svn path=/trunk/; revision=13722
Gé van Geldorp [Wed, 23 Feb 2005 08:14:48 +0000 (08:14 +0000)]
tinus <o112w8r02@sneakemail.com>
Fix the caret timer warnings
Don't kill the timer unless we added it.
svn path=/trunk/; revision=13721
Thomas Bluemel [Tue, 22 Feb 2005 22:19:14 +0000 (22:19 +0000)]
added more irql checks
svn path=/trunk/; revision=13720
Eric Kohl [Tue, 22 Feb 2005 22:08:04 +0000 (22:08 +0000)]
Remove accidentially committed changes.
svn path=/trunk/; revision=13719
Thomas Bluemel [Tue, 22 Feb 2005 21:09:54 +0000 (21:09 +0000)]
added more irql checks and secured access to buffers in symbolic link code
svn path=/trunk/; revision=13718
Thomas Bluemel [Tue, 22 Feb 2005 20:08:06 +0000 (20:08 +0000)]
German translation of winecalc by Rouven Wessling
svn path=/trunk/; revision=13717
Gé van Geldorp [Tue, 22 Feb 2005 19:59:12 +0000 (19:59 +0000)]
Remove bison/flex dependency
svn path=/trunk/; revision=13716
Magnus Olsen [Tue, 22 Feb 2005 19:26:40 +0000 (19:26 +0000)]
Fix a small bug I did found in no gdi hook code
for SysMouseAImpl_GetDeviceData
no buffer implenet yet
svn path=/trunk/; revision=13715
Thomas Bluemel [Tue, 22 Feb 2005 19:25:17 +0000 (19:25 +0000)]
added more irql checks
svn path=/trunk/; revision=13714
Thomas Bluemel [Tue, 22 Feb 2005 18:17:16 +0000 (18:17 +0000)]
German translation by Rouven Wessling
svn path=/trunk/; revision=13713
Thomas Bluemel [Tue, 22 Feb 2005 17:58:19 +0000 (17:58 +0000)]
1. added irql checks to various rtl and security functions
2. RtlGetVersion needs to be implemented differently in ntoskrnl and ntdll, ntoskrnl's version must not access the PEB (which might not be present) while ntdlls gets most information from the PEB structure
3. can't use spinlocks to serialize access to the security descriptor cache since it calls sd rtl functions which require to run < apc level
svn path=/trunk/; revision=13712
Eric Kohl [Tue, 22 Feb 2005 11:46:44 +0000 (11:46 +0000)]
- Support implict_handle attribute in IDL files.
- Build mixed-mode stub files.
svn path=/trunk/; revision=13711
Thomas Bluemel [Tue, 22 Feb 2005 09:35:59 +0000 (09:35 +0000)]
remove obsolete check in InterlockedPopEntrySList()
svn path=/trunk/; revision=13710
Thomas Bluemel [Tue, 22 Feb 2005 01:07:41 +0000 (01:07 +0000)]
InterlockedPushEntrySList() and InterlockedPopEntrySList() shouldn't serialize access to the list with semaphores
svn path=/trunk/; revision=13709
Martin Fuchs [Mon, 21 Feb 2005 21:40:31 +0000 (21:40 +0000)]
move public expat headers into common include folder
svn path=/trunk/; revision=13708
Martin Fuchs [Mon, 21 Feb 2005 20:40:30 +0000 (20:40 +0000)]
update Expat and XMLStorage files
svn path=/trunk/; revision=13707
Filip Navara [Mon, 21 Feb 2005 20:30:10 +0000 (20:30 +0000)]
Fix build on Linux.
svn path=/trunk/; revision=13706
Gé van Geldorp [Mon, 21 Feb 2005 17:42:23 +0000 (17:42 +0000)]
Fix csrss shutdown/cleanup
svn path=/trunk/; revision=13705
Eric Kohl [Mon, 21 Feb 2005 12:38:50 +0000 (12:38 +0000)]
Add basic support for creating client and server stub files.
svn path=/trunk/; revision=13704
Thomas Bluemel [Mon, 21 Feb 2005 11:01:32 +0000 (11:01 +0000)]
synchronized with wine to get tools build again (missing definition of RPC_FC_CVSTRUCT)
svn path=/trunk/; revision=13703
Eric Kohl [Mon, 21 Feb 2005 09:48:09 +0000 (09:48 +0000)]
Build unmodified widl.
svn path=/trunk/; revision=13702
Thomas Bluemel [Mon, 21 Feb 2005 02:41:16 +0000 (02:41 +0000)]
implemented CmUnRegisterCallback() and CmUnRegisterCallback()
svn path=/trunk/; revision=13701
Thomas Bluemel [Mon, 21 Feb 2005 00:39:59 +0000 (00:39 +0000)]
handle the case when ExRundownCompleted() was called before ExReleaseRundownProtectionEx()
svn path=/trunk/; revision=13700
Thomas Bluemel [Sun, 20 Feb 2005 23:56:47 +0000 (23:56 +0000)]
fixed some bugs in ExWaitForRundownProtectionRelease() and ExReleaseRundownProtectionEx()
svn path=/trunk/; revision=13699
Hervé Poussineau [Sun, 20 Feb 2005 22:40:30 +0000 (22:40 +0000)]
Allow HAL choice during first stage setup
svn path=/trunk/; revision=13698
Filip Navara [Sun, 20 Feb 2005 20:46:59 +0000 (20:46 +0000)]
I shouldn't commit at night...never!
svn path=/trunk/; revision=13697
Filip Navara [Sun, 20 Feb 2005 20:41:11 +0000 (20:41 +0000)]
Fix a stupid cut & paste error.
svn path=/trunk/; revision=13696
Filip Navara [Sun, 20 Feb 2005 20:35:59 +0000 (20:35 +0000)]
Add KeMemoryBarrier.
svn path=/trunk/; revision=13695
Steven Edwards [Sun, 20 Feb 2005 19:51:38 +0000 (19:51 +0000)]
Added a Open dialog. Right now it still opens new windows
rather than opening documents in a existing ibrowser window.
svn path=/trunk/; revision=13694
Gé van Geldorp [Sun, 20 Feb 2005 19:07:24 +0000 (19:07 +0000)]
Forgotten file
svn path=/trunk/; revision=13693
Hervé Poussineau [Sun, 20 Feb 2005 18:01:03 +0000 (18:01 +0000)]
Handle NULL values in IntGdiPolygon and IntRectangle
svn path=/trunk/; revision=13691
Hervé Poussineau [Sun, 20 Feb 2005 17:35:50 +0000 (17:35 +0000)]
Handle NULL values in IntRoundRect and NtGdiEllipse
svn path=/trunk/; revision=13690
Emanuele Aliberti [Sun, 20 Feb 2005 16:46:10 +0000 (16:46 +0000)]
SM_ missing updated headers
svn path=/trunk/; revision=13689
Emanuele Aliberti [Sun, 20 Feb 2005 16:37:58 +0000 (16:37 +0000)]
FreeType: version information
- original copyright added
- year updated
svn path=/trunk/; revision=13688
Filip Navara [Sun, 20 Feb 2005 15:24:06 +0000 (15:24 +0000)]
Fix the compilation of expat.
svn path=/trunk/; revision=13687
Gé van Geldorp [Sun, 20 Feb 2005 15:02:48 +0000 (15:02 +0000)]
Import from Wine
svn path=/trunk/; revision=13686
Gé van Geldorp [Sun, 20 Feb 2005 14:54:18 +0000 (14:54 +0000)]
Build unicode and wpp as host_library
svn path=/trunk/; revision=13683
Gé van Geldorp [Sun, 20 Feb 2005 14:52:47 +0000 (14:52 +0000)]
Add host_library TARGET_TYPE
svn path=/trunk/; revision=13682
Gé van Geldorp [Sun, 20 Feb 2005 11:33:58 +0000 (11:33 +0000)]
Update status
svn path=/trunk/; revision=13679
Gé van Geldorp [Sun, 20 Feb 2005 11:11:20 +0000 (11:11 +0000)]
Wine-
20050211 vendor import
svn path=/trunk/; revision=13675
Gé van Geldorp [Sun, 20 Feb 2005 11:07:59 +0000 (11:07 +0000)]
Prepare for vendor import
svn path=/trunk/; revision=13673
Gé van Geldorp [Sun, 20 Feb 2005 11:03:14 +0000 (11:03 +0000)]
Sync to Wine-
20050211
Eric Pouech <pouech-eric@wanadoo.fr>
- rewrite MCI interfaces as Unicode interface (as it should be)
- made some winmm APIs rely on the Unicode version for the core
implementation (instead of Ansi flavor)
Klemens Friedl <klemens_friedl@gmx.net>
Henning Gerhardt <henning.gerhardt@web.de>
- Spelling fixes.
svn path=/trunk/; revision=13671
Gé van Geldorp [Sun, 20 Feb 2005 10:48:44 +0000 (10:48 +0000)]
Need to W->A convert the ReactOS version string too
svn path=/trunk/; revision=13670
Martin Fuchs [Sun, 20 Feb 2005 10:43:00 +0000 (10:43 +0000)]
handle new expat 1.95.8 error codes
svn path=/trunk/; revision=13669
Martin Fuchs [Sun, 20 Feb 2005 10:36:35 +0000 (10:36 +0000)]
fix XBEL write routine
svn path=/trunk/; revision=13668
Martin Fuchs [Sun, 20 Feb 2005 10:21:20 +0000 (10:21 +0000)]
update Expat and XMLStorage files
svn path=/trunk/; revision=13667
Thomas Bluemel [Sun, 20 Feb 2005 10:21:19 +0000 (10:21 +0000)]
append the reactos string after a null-character
svn path=/trunk/; revision=13666
Martin Fuchs [Sun, 20 Feb 2005 10:20:15 +0000 (10:20 +0000)]
rm expat.h
svn path=/trunk/; revision=13665
Martin Fuchs [Sun, 20 Feb 2005 10:12:49 +0000 (10:12 +0000)]
update to Expat 2.0 pre-release
svn path=/trunk/; revision=13664
Mike Nordell [Sun, 20 Feb 2005 02:32:23 +0000 (02:32 +0000)]
Make sure to actually include symbols that are needed! Thanks to Usurp.
svn path=/trunk/; revision=13663
Mike Nordell [Sun, 20 Feb 2005 02:30:28 +0000 (02:30 +0000)]
Used, but never set include-guard macro fixed. Thanks to Usurp.
svn path=/trunk/; revision=13662
Art Yerkes [Sat, 19 Feb 2005 23:24:38 +0000 (23:24 +0000)]
Finish zeroing fields that need it.
svn path=/trunk/; revision=13661
Aleksey Bragin [Sat, 19 Feb 2005 23:12:32 +0000 (23:12 +0000)]
Make OHCI+Core drivers really working, they are basically working now. Next thing to do is to make them working better (e.g. having a thread infinitely looping to serve irqs/other stuff isn't a good solution for multitasking OS) - add interrupt handler, spinlocks wrappers, waits etc.
svn path=/trunk/; revision=13660
Emanuele Aliberti [Sat, 19 Feb 2005 23:07:22 +0000 (23:07 +0000)]
CSRSS: silenced debug messages.
svn path=/trunk/; revision=13658