--- Sylvain Petreolle <spetreolle(a)yahoo.fr> wrote:
> we can use ext2ifs, which is GPL and works under NT4, 5, 5.1, 5.2
> http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm
We have the ex2fsd in a branch. It much better than this driver.
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
Is it alright if i incorporate a database filesystem and a port of project looking glass into ReactOS. I really would like to see looking glass as an interface to ReactOS, as well as a database file system. I have been working on this filesystem for about a year now, and it is working on my windows 2000 and xp boxes. But it requires a service to start called windbfs.exe, and i know that reactos doesn't include support for services as well as it would like. The database file system is based off of mysql, tcl, and maxdb.
Please respond with comments and opinions....
Hi,
while looking for the console closing problem, I've seen that win2k
calls PsLookupProcessByProcessId very often with a id of 0xffffffff.
- Hartmut
(ex/handle.c:721) Looking up invalid handle 0xffffffff
Frames:
<ntoskrnl.exe:26f2d (ex/handle.c:722 (ExpLookupHandleTableEntry))>
<ntoskrnl.exe:275ce (ex/handle.c:919 (ExMapHandleToPointer))>
<ntoskrnl.exe:74af8 (ps/cid.c:106 (PsLookupCidHandle))>
<ntoskrnl.exe:7c6d5 (ps/process.c:2709 (PsLookupProcessByProcessId))>
<win32k.sys:45c16 (objects/gdiobj.c:1219 (GDIOBJ_SetOwnership))>
<win32k.sys:6840 (eng/surface.c:466 (EngDeleteSurface))>
<win32k.sys:52456 (objects/text.c:1922 (NtGdiExtTextOut))>
<win32k.sys:539ef (objects/text.c:2770 (NtGdiTextOut))>
<ntoskrnl.exe:3fb2 (D:\DOKUME~1\hb\LOKALE~1\Temp/ccgPaaaa.s:178
(KiSystemService))>
<gdi32.dll:99bc (objects/text.c:45 (TextOutW))>
I would like to see the project could you mail it or some..?
i think it sounds great.. but what i cant see/try i cant comment..
Gratz Thomas
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
Let's keep this on the ros-dev ML please.
On Thu, 17 Mar 2005 09:57:07 -0800 (PST), Thomas Larsen
<sikker2004(a)yahoo.com> wrote:
> The bug until now is
>
> In my windows 2003 Enterprise Server
>
> 1. The resize bug you talk about.
>
> 2. Layout Problems but microsoft allso have that in theirs taskmgr they just try to hide it
> because the tab control get white color from uxtheme and the other controls are gray or alike and
> cant be transparant
>
> 3. A bug in the application view when trying to close task it dont refresh (Fixed)
>
> 4. When open Run Dialog and click on browse (the application use 8MB of mem) the resource dont
> "free up mem" even when unloading lib but the problem er allso in winxp and windows 2003 server
> editon and must be a shell32 bug dont know if this happens in reactos
>
> 5. Folders and zip folders do not reply (dont know how to fix this)
>
> /////////////
>
> What i did until now
>
> Correct "Getting Procesor" Bugs on windows server and some memory leaks
>
> The Hardcoded strings are now loaded from ressource and can all be translatet (Danish and English
> is done).
>
> The Run Dialog are from shell32 now and use the translation from their to save some mem.
>
> The About Dialog are from shell32 (Reactos allready implentet the LPGL license in their) to save
> some mem
>
> Removed Tabs and update processor information struct from zw.h
>
> Functions are optimized and dublicatet code are removed and replaced by one function
>
> Loops are decreed instead of increed (to hopefully make it faster should be faster when decreed).
>
> Use of shell32 is now 100% dynamic and are loaded when needed (Cant delay comdlg32 yet in reactos
> else this should be pretty fast to load)
>
> French are included from wine and are testet and modifed by using reshacker to see if the strings
> fit (they did not)
>
> Spain,deutch,english,france are modifed to fit in the dialogs
>
> Top Headers are modified to the new style in ntoskrnl (waste of space to include the license).
>
> Scroolbar are createtet by createwindow instead of createscroolwindows (microsoft will remove this
> call later or.. Information from msdn)
>
> added missing test flags to processor if failures
>
> Msgbox are allso loading from res
>
> All rc files are modified to use same style and comments
>
> Added Version Flag to TrayIcons
>
> Use InitCommonControlsEx Instead of outdatet function (MSDN)
>
> comparing with null instead this is the right to do
>
> removed some reg code creating the software useless and dont allocate strings
>
> Using RtlZeroMemory instead of memset
>
> Comparing with (sizeof(szTemp) / sizeof (tchar) when loading strings by security reasons allso in
> the old string code
>
> zero out all handles before using
>
> removed old ressourcer
>
> using manifest.xml in res and set the bitmaps and icons to natural
>
> added UNREFERENCED_PARAMETER when parameters are not used
>
> out comment unused loops and test code completely by using if 0 / endif
>
> and some minor fixes
>
> ///////////////////////////
>
> What im working on now is to get the right processor usage
> And the resize bug
> sorting the items in process
> network information tab
> user information tab
> additional information on processes when right and clik on details (what dlls are used and so on).
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
>
--
The cheese stands alone.
ion(a)svn.reactos.com wrote:
> Dispatching & Queue Rewrite II:
>
> - Rewrote wait code. It is now cleaner, more optimized and faster. All waiting
> functions are now clearly differentiated instead of sharing code.
Imo, sharing the wait code is cleaner... (I remember the time i merged
the old wait code into one routine, heh)
These functions
> are called up to a dozen times a second, so having dedicated code for each of
> them is a real boost in speed.
> - Fixed several queue issues, made a dedicated queue wait/wake function (you are not
> supposed to use KeWaitFor on a queue,
I used KeWaitXxx in the queue impl. because i thought it was good to
have the wait code in one place only. Thou others find speed more
important:-D
Hi,
--- Damjan Jovanovic <dj015(a)yahoo.com> wrote:
> I am working on adding STI into the Wine project, and
> I thought that since ReactOS would probably benefit
> from it as well, you people could help me out.
>
> I need the STIUSD.H header file that should part of
> the Windows DDK, and seeing as I don't have the DDK
> and you guys should, maybe you can send it to me, and
> I can add STI support to ReactOS?
Sorry at this time we don't have this header in our DDK.
> STI is a still image API that lets you use scanners,
> cameras and the like in Windows.
>
> By the way, ReactOS looks interesting, when I have
> some time I'd like to work on it.
That would be nice. Feel free to ask any question here or mail
one of us directly.
Thanks
Steven
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/