Re: [ros-dev] [ros-diffs] [hbelusca] 68139: [TOOLS] Improve bin2c by saving in a #define the size of the generated array, and specify this size in the declaration of the array so that doing sizeof(...

2015-06-22 Thread Steven Edwards
cnt = 0; > -} > + > fprintf(outCFile, " 0x%02x,", (unsigned int)ch); > -++cnt; > +++bufLen; > ch = fgetc(inFile); > } > /* Put a final NULL terminator */ > -fprintf(outCFile, "\n0x00"); > +

[ros-dev] PATCH: Get configure and host-tools building on arm again

2015-06-11 Thread Steven Edwards
-- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo Index: dll/win32/dbghelp/compat.h === --- dll/win32/dbghelp/compat.h (revision 6808

Re: [ros-dev] [ros-diffs] [hbelusca] 63135: Arch, please do not mix up ANSI vs. UNICODE string functions, do you?

2014-05-16 Thread Steven Edwards
#x27;: Added *Tue Jan 4 04:03:57 2005 UTC* (9 years, 4 months ago) by *sedwards* -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-d

Re: [ros-dev] About hotpatchable dlls on ReactOS

2014-03-01 Thread Steven Edwards
? exes) in ReactOS ? Is it already done ? If not, > what needs to be added ? It seems that MSVC and GCC handle that a bit > differently. > > > > Cheers, > > Hermès BÉLUSCA - MAÏTO > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev > -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Win32 subsystem in 2013

2013-12-30 Thread Steven Edwards
;>> >>>> ReactOS is a just for fun type of project, so I highly appreciate that >>>> efforts were put into all of the above! >>>> However, I still think that it would be beneficial if someone would >>>> put similar efforts into Arwinss to elimin

Re: [ros-dev] [ros-diffs] [ekohl] 61145: [FASTFAT] FsdGetFsVolumeInformation: Return volume creation time.

2013-12-03 Thread Steven Edwards
ust ask. Stranger things have happened. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [ekohl] 61145: [FASTFAT] FsdGetFsVolumeInformation: Return volume creation time.

2013-12-02 Thread Steven Edwards
nst any law. > > > > > 2013/12/2 Steven Edwards > >> Look at how the Core Fonts for the Web are handled. We should have >> generic drivers that are 'good enough' to be able get online and download >> the Microsoft ones if the user wants to take the risk

Re: [ros-dev] [ros-diffs] [ekohl] 61145: [FASTFAT] FsdGetFsVolumeInformation: Return volume creation time.

2013-12-02 Thread Steven Edwards
ist >> Ros-dev@reactos.org >> http://www.reactos.org/mailman/listinfo/ros-dev >> > > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev > -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Roadmap I'm sticking to

2010-04-08 Thread Steven Edwards
thin client. I think this would be a good first target. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org

[ros-dev] fastcall bug

2010-03-23 Thread Steven Edwards
Hi, Have you guys seen this? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41013 Is it really a problem? The discussion came up on wine-devel. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - V

Re: [ros-dev] Google summer code

2010-03-10 Thread Steven Edwards
. > > > _______ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev > -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [evb] 45874: - New Framebuffer (Linear) Display Driver

2010-03-10 Thread Steven Edwards
x27;s code used as a derived work >> for a non-windows OS. As the copyright owner and licensor that is >> their right. Or do you propose that developers ignore the copyright >> law and do it anyway? >> >> If you want to import the Windows 2003 DDK driver and creat

Re: [ros-dev] Summer of Code 2010

2010-03-08 Thread Steven Edwards
gt; from a flash drive would be useful for the visually impaired etc., as they > could boot any PC into an accessible environment. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: [ros-dev] [ros-diffs] [evb] 45873: - Add new unified VGA/VBE miniport driver

2010-03-05 Thread Steven Edwards
e've got more to fear from patents anyway. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://

Re: [ros-dev] [ros-diffs] [evb] 45873: - Add new unified VGA/VBE miniport driver

2010-03-05 Thread Steven Edwards
OK cool, that's good enough for me. I would just hate to see some day down the road some company that wants to sell ReactOS products and services become liable to Microsoft. Thanks for keeping an eye out on this. -- Steven Edwards "There is one thing stronger than all the armies in the wo

Re: [ros-dev] [ros-diffs] [evb] 45873: - Add new unified VGA/VBE miniport driver

2010-03-05 Thread Steven Edwards
NT4 DDK allows it, then I don't care. Thank you Microsoft. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@re

Re: [ros-dev] [ros-diffs] [evb] 45874: - New Framebuffer (Linear) Display Driver to support new unified VGA/VBE miniport. Based on NT4 DDK Sample, with modifications by me (marked with // eVb) to supp

2010-03-05 Thread Steven Edwards
favor and upload a scanned copy of your drivers license, passport or whatever as a resource for this driver so Microsoft will know exactly who to sue. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - V

Re: [ros-dev] [ros-diffs] [evb] 45873: - Add new unified VGA/VBE miniport driver. Based on NT4 DDK Cirrus Miniport Driver Sample with my modifications (marked with // eVb) to change Cirrus parts to VG

2010-03-05 Thread Steven Edwards
ith // eVb) to change Cirrus > parts to VGA parts if needed. Also add VBE suppor which is not in Cirrus > driver, but exists in Windows VGA miniport. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an i

Re: [ros-dev] Wine Gecko Installer @ 2nd boot

2010-03-03 Thread Steven Edwards
so that you can override the builtin mshtml and friends, install the Windows IE and use it. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mai

Re: [ros-dev] [ros-diffs] [tkreuzer] 45433: [NTOS] On MSVC implement _lgdt, __sgdt, __lldt, __sldt, __ltr and __str as assembly functions, because there is no inline assembly. The MSVC/ML64 built kern

2010-02-04 Thread Steven Edwards
sembly > functions, because there is no inline assembly. > The MSVC/ML64 built kernel now boots and WinDbg connects. And there was much rejoicing ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an i

Re: [ros-dev] [ros-diffs] [sir_richard] 45281: [NTOS]: Trunk boots now (interesting that buildbot's QEMU does not support SYSENTER, as newer versions do), so remove the test DPRINTs.

2010-01-27 Thread Steven Edwards
On Wed, Jan 27, 2010 at 11:16 AM, Andrew Faulds wrote: > No, The BuildBot will run off of it's own builds :) Since ReactOS can self-host and has networking, this should be the goal. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an id

Re: [ros-dev] Arwinss presentation

2010-01-19 Thread Steven Edwards
tion that should eventually be deprecated except for the X11 module and used as a basis for verifying the 'correct' win32 subsystem. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time

Re: [ros-dev] Arwinss presentation

2010-01-19 Thread Steven Edwards
it of extra time to the build time and to build both subsystems. It should be possible to add some infrastructure to allow for the user to pick or switch the subsystem they are using. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose

Re: [ros-dev] [ros-diffs] [sir_richard] 45052: Patch that fixes VMWare boot (and

2010-01-12 Thread Steven Edwards
more aggressive of an ass you are the more attention your patches receive. I wish I could review your patches for you but am more in to project relations and legal issues than coding but it sounds like you've got the right stuff. Maybe privately talk to Fireball about review and commit access

Re: [ros-dev] [ros-diffs] [ekohl] 45020: Removed outdated email addresses.

2010-01-10 Thread Steven Edwards
ys and only > a SVN blame can reveal the real authors. For credits and E-Mail contacts > there's a credits file. It is the authors job to insure his name appears in the header if he is contribution enough to a source file to have a copyright claim. -- Steven Edwards "There is one th

Re: [ros-dev] Improving our procedure

2009-12-16 Thread Steven Edwards
ce project that would put up with the shit. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://w

Re: [ros-dev] [ros-diffs] [dreimer] 44603: Using the right Cross Compiler is useful, of course. Now We just need a native one, because the cygwin one has evil *nix, blasphemical, god negating and dev

2009-12-15 Thread Steven Edwards
one, because the cygwin one has evil *nix, blasphemical, god negating > and devil worshipping search paths. Don't hold back. Tell us how you really feel. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an

Re: [ros-dev] [ros-diffs] [hyperion] 44558: added Wine on ReactOS - Inkscape.svg added Wine on ReactOS.svg My "Wine on ReactOS" diagram, in SVG format, two variants (Inkscape-friendly and optimized f

2009-12-12 Thread Steven Edwards
nkscape.svg >    trunk/press-media/art/Wine on ReactOS.svg Maybe there should be translucent wine bottles over user32/gdi32/kernel32/etc where we use snippets and whole source files. I do like this image though! I will use it the next time I give a presentation. Thanks! -- Steven Edwards "

Re: [ros-dev] A reimplementation of reactos' cache manager supporting alternate filesystems better (including ext2)

2009-11-13 Thread Steven Edwards
On Thu, Nov 12, 2009 at 8:32 PM, Steven Edwards wrote: > On Thu, Nov 12, 2009 at 8:29 PM, Steven Edwards wrote: >> On Thu, Nov 12, 2009 at 11:46 AM, Alex Ionescu wrote: >>> 1) You would get the SAME ADVANTAGE by having the FILE on another >>> physical drive! >

Re: [ros-dev] A reimplementation of reactos' cache manager supporting alternate filesystems better (including ext2)

2009-11-12 Thread Steven Edwards
On Thu, Nov 12, 2009 at 8:29 PM, Steven Edwards wrote: > On Thu, Nov 12, 2009 at 11:46 AM, Alex Ionescu wrote: >> 1) You would get the SAME ADVANTAGE by having the FILE on another >> physical drive! > > Wouldn't you still have a problem with fragmentation leading

Re: [ros-dev] A reimplementation of reactos' cache manager supporting alternate filesystems better (including ext2)

2009-11-12 Thread Steven Edwards
ives anyway so you save mostly nothing on IO so the only thing I can think is that a separate filesystem saves a small amount due to consolidation of all fragments to one location. ...dont even get me started on other trouble I've had with filesystems and block alignment ;) -- Steven Edward

Re: [ros-dev] Re : [ros-diffs] [sginsberg] 43789: - Replace broken implementation of HalpCalibrateStallExecution with a new implementation by a mysterious HAL ninja and myself. The old implementation

2009-10-27 Thread Steven Edwards
ly more, I came across t and immediately thought of you two. I've not yet decided who is which character ;) http://www.youtube.com/watch?v=DIaQKnzQzj4 -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hu

Re: [ros-dev] Re : [ros-diffs] [sginsberg] 43789: - Replace broken implementation of HalpCalibrateStallExecution with a new implementation by a mysterious HAL ninja and myself. The old implementation

2009-10-27 Thread Steven Edwards
do a proper system design specification ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [jimtabor] 43782: - Fix wine class test with a sync with wine edit.c.

2009-10-26 Thread Steven Edwards
hing along the lines of sizeof some win16 value since the edit control handles all three cases for them. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___

Re: [ros-dev] [ros-diffs] [fireball] 43713: - Update arwinss to Wine-1.1.32. - 16 bit code is well isolated by Wine team now, so amount of differences is substantially smaller. Also more compatibility

2009-10-24 Thread Steven Edwards
ve multiple implementations of the same functionality floating around. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-de

Re: [ros-dev] [ros-diffs] [fireball] 43438: [rtl] - Fix an out-of-bounds read in RtlpDidUnicodeToOemWorked. See issue #4888 for more details.

2009-10-13 Thread Steven Edwards
On Tue, Oct 13, 2009 at 2:01 PM, wrote: > - Fix an out-of-bounds read in RtlpDidUnicodeToOemWorked. This has got to be the worst naming I have ever seen for a function. It makes my internal grammar parser want to puke chunks of conjugation and tense. -- Steven Edwards "There is o

Re: [ros-dev] [ros-diffs] [sginsberg] 43236: - Goodbye __USE_W32API

2009-10-01 Thread Steven Edwards
On Wed, Sep 30, 2009 at 9:32 AM, wrote: > URL: http://svn.reactos.org/svn/reactos?rev=43236&view=rev > Log: > - Goodbye __USE_W32API This is a historic day in ReactOS that unfortunately no one will really remember. Let us celebrate while we can and have much rejoicing! Than

Re: [ros-dev] Wineconf 2009

2009-09-24 Thread Steven Edwards
t currently holds the > vertiginous sum of €8.50 in donations I am not going to be able to make it due to scheduling conflicts but have been in discussion with Fireball about his ability to attend. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that i

Re: [ros-dev] [ros-diffs] [sginsberg] 42920: - Get rid of TAG() from the kernel - mmtypes.h: Goodbye TAG(), you won't be missed

2009-08-25 Thread Steven Edwards
ows all the tag's used in Windows, and we should try to check ours to make sure they match up. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: [ros-dev] [ros-diffs] [sginsberg] 42920: - Get rid of TAG() from the kernel - mmtypes.h: Goodbye TAG(), you won't be missed

2009-08-25 Thread Steven Edwards
On Tue, Aug 25, 2009 at 10:03 AM, Steven Edwards wrote: > Maybe this has already been done but if not, we should look in to > making a janitorial project for it, Alex and I talked years ago about > trying to maintain a list with all of the tags that were in use and > apply some consis

Re: [ros-dev] [ros-diffs] [fireball] 42833: - Implement windows moving (with contents).

2009-08-21 Thread Steven Edwards
ver. I wish that we could make Office 2007 run just by removing half the commented out code. ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-d

Re: [ros-dev] Some upcoming changes

2009-08-17 Thread Steven Edwards
system not perfect by now'. We would be able to point to another source of history showing its evolution to perfection. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo _

Re: [ros-dev] [ros-diffs] [hyperion] 42530: modified base/setup/vmwinst/vmwinst.c modified base/setup/vmwinst/vmwinst.rbuild Implement VMWare detection for Visual C++ as well For cleaner code, use SEH

2009-08-08 Thread Steven Edwards
On Sat, Aug 8, 2009 at 5:38 PM, Alex Ionescu wrote: > Awe, Thomas's "Fuck Alex" code is gone... I think we should add it back with this discussion in comments so posterity is left to ponder. -- Steven Edwards "There is one thing stronger than all the armies in the wor

Re: [ros-dev] [ros-diffs] [gschneider] 42402: asctime/ctime: Check for too low input time, fixes one msvcrt time winetest

2009-08-04 Thread Steven Edwards
tation Status * * %72 implemented * %10 implementation Fuzz (or failure or something, can't think of the best term) * %18 TODO */ Some one want to write a bot that does this during release time? I'd love to be able to hack on it but like all my ideas, I lack the free time. -- Steven Edw

Re: [ros-dev] [ros-diffs] [dchapyshev] 42388: - Add "ReactOS Application Manager". This program is replacement "Download !" and appwiz.cpl.

2009-08-04 Thread Steven Edwards
On Tue, Aug 4, 2009 at 3:11 PM, Zachary Gorden wrote: > http://opendn.org/rapps.jpg That is very pretty. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo __

Re: [ros-dev] [ros-diffs] [dchapyshev] 42388: - Add "ReactOS Application Manager". This program is replacement "Download !" and appwiz.cpl.

2009-08-04 Thread Steven Edwards
ownload !" > and appwiz.cpl. > I don't have the time to do a build at the moment, are there screenshots of this guy anywhere? Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hug

Re: [ros-dev] [ros-diffs] [fireball] 42333: - Handle case when RosGdiSetDeviceClipping is being called without rects at all (with a respective DPRINT1). - Use combined clipping object everywhere to en

2009-08-02 Thread Steven Edwards
ep seeing these comments, 'see arwinss nr. #'. Where do I go to look this up? Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___

Re: [ros-dev] FullFAT replacement for Fastfat.sys

2009-07-30 Thread Steven Edwards
table. I agree. It would be nice to have but that is way down the road but for now, it would just be nice to have a bullet proof fat32 implementation although I suspect a lot of our problems are deeper than the driver itself. If I recall there has been quite a bit of work in the past to get our

Re: [ros-dev] FullFAT replacement for Fastfat.sys

2009-07-30 Thread Steven Edwards
I'm not all that up on filesystem semantics but I think a bit of googling might turn up what I am talking about. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo _

Re: [ros-dev] FullFAT replacement for Fastfat.sys

2009-07-29 Thread Steven Edwards
learly lay out for us what is safe to use in an open source project and what is not, I don't see why its worth the risk. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___

Re: [ros-dev] Arwinss architecture

2009-07-29 Thread Steven Edwards
t, just pointing out that its kind of a neat feature that has many uses. And besides, if you've ever tried to do rootless RDP to a Linux or Mac host, you would know it makes kittens cry... -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is a

Re: [ros-dev] Arwinss

2009-07-21 Thread Steven Edwards
ems while keeping the same level of compatibly and not allowing regressions in wine tests and applications. Also it would be nice to carry forward the new feature we gain which is the remote X display support. If it gets more people to use ReactOS and brings in more users and developers there is a cas

Re: [ros-dev] Arwinss

2009-07-20 Thread Steven Edwards
On Mon, Jul 20, 2009 at 10:09 AM, Steven Edwards wrote: > Such a library already exists. Google for libX11. It is used for the > rxvt port in Mingw and Cygwin. It simply maps the X11 api to mostly > equivalent Win32 calls. In the ancient past I built a gtk that linked > to it. So

Re: [ros-dev] Arwinss

2009-07-20 Thread Steven Edwards
? Such a library already exists. Google for libX11. It is used for the rxvt port in Mingw and Cygwin. It simply maps the X11 api to mostly equivalent Win32 calls. In the ancient past I built a gtk that linked to it. -- Steven Edwards "There is one thing stronger than all the armies in the world,

Re: [ros-dev] Arwinss

2009-07-20 Thread Steven Edwards
ndows subsystem. Think VMware Fusion or Parallels Coherency but with remote DISPLAY support, etc. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: [ros-dev] [ros-diffs] [fireball] 42000: - Create a branch for upcoming work. " people will eat you alive anyway so it doesn't really matter"

2009-07-18 Thread Steven Edwards
wn oblast will not effect the stability of the empire ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [fireball] 42000: - Create a branch for upcoming work. " people will eat you alive anyway so it doesn't really matter"

2009-07-17 Thread Steven Edwards
ay so it doesn't really matter" And your going to make children cry when people see what your doing... -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo _

Re: [ros-dev] [ros-diffs] [dchapyshev] 41755: - Fixes return valuesfor PeekMessageA/W

2009-07-05 Thread Steven Edwards
7;, haven't > looked at the whole code yet. Yeah thats it. The number coming first just does not look good to me but like I said its just a matter of style as I browse the commit messages. -- Steven Edwards "There is one thing stronger than all the armies in the world,

Re: [ros-dev] [ros-diffs] [dchapyshev] 41755: - Fixes return values for PeekMessageA/W

2009-07-04 Thread Steven Edwards
ld we do something like if (((int) Res || !Res) == -1) or would the extra parens mess up the order of operations? Not a big deal, its just easier on my eyes. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose t

Re: [ros-dev] [ros-diffs] [tkreuzer] 41604: Rewrite (NtUser)SystemParametersInfo and related. - Instead of getting the data from the window station and other strange places, the values are now mostly

2009-06-25 Thread Steven Edwards
On Wed, Jun 24, 2009 at 10:43 PM, wrote: > - user32_winetest sysparams: before: 634 executed / 235 failures, after: > 1093 executed, 11 failures > Very impressive. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose

Re: [ros-dev] [ros-diffs] [dchapyshev] 41424: - Add Symbol font from Wine

2009-06-16 Thread Steven Edwards
with Office applications. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [hyperion] 41344: Fix no-op code for UNIX hosts

2009-06-07 Thread Steven Edwards
ry to fix it if I remember. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [hyperion] 41343: modified tools/rbuild/backend/mingw/mingw.cpp modified tools/rbuild/backend/mingw/mingw.h From now on, the MinGW back-end will also support the Microsoft co

2009-06-07 Thread Steven Edwards
e to verify things from time to time with msvc without needing a fullblown vm. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list

Re: [ros-dev] [ros-diffs] [hyperion] 41344: Fix no-op code for UNIX hosts

2009-06-07 Thread Steven Edwards
On Sun, Jun 7, 2009 at 7:39 PM, wrote: > +#include "../../pch.h" This is really minor but can you fix it by changing the -I path? Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has co

[ros-dev] Wineconf 2009

2009-05-30 Thread Steven Edwards
. The donation link is on the main page of Winehq.org Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@r

Re: [ros-dev] Network source code

2009-05-22 Thread Steven Edwards
of postings there containing windows source code. It's easy to get confused about what is legit and what is not but its best just to avoid that site all together. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has

Re: [ros-dev] [ros-diffs] [sedwards] 40919: imported the MT snapshot of the GPL tftp-server for win32 from sourceforge. Minor changes such as formatting and renaming the files, totally untested except

2009-05-14 Thread Steven Edwards
could live with it, trunk: bad idea. > We are not Unix/Linux! You want server stuff? Great! Let's make the XAMPP > work properly and get good uptimes. Anything else is wasted space and time. I don't mind moving the stuff out to rosapps but I thought we were going to adopt a targ

Re: [ros-dev] [ros-diffs] [sedwards] 40919: imported the MT snapshot of the GPL tftp-server for win32 from sourceforge. Minor changes such as formatting and renaming the files, totally untested except

2009-05-14 Thread Steven Edwards
re side of things right now. Currently the dhcpd with PXE support is the only part we are really missing. We COULD do it from Linux or Windows right now, but I want to get all the infrastructure in place where we don't need any other OS. Thanks -- Steven Edwards "There is one thing stron

Re: [ros-dev] [ros-diffs] [hyperion] 40541: This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differences between Windows and Linux hosts (because RosBE sucks)

2009-04-16 Thread Steven Edwards
help if possible. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [hyperion] 40541: This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differences between Windows and Linux hosts (because RosBE sucks)

2009-04-16 Thread Steven Edwards
> differences between Windows and Linux hosts (because RosBE sucks) I don't think this is fair to the guys that have put a lot of hard work in to RosBE. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is

Re: [ros-dev] [ros-diffs] [sedwards] 40485: add telnet service, enable it by default

2009-04-15 Thread Steven Edwards
roblems we face, however there seems to be some sort of problem starting or installing the service the last time I tested. I'd be happy to just dump the current telnetd in favor of it if it can be made to work under ROS. I just don't want to see what limited remote access we have now regr

Re: [ros-dev] [ros-diffs] [sedwards] 40485: add telnet service, enable it by default

2009-04-14 Thread Steven Edwards
develop it. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [sedwards] 40485: add telnet service, enable it by default

2009-04-14 Thread Steven Edwards
of critical environment in its current state should be forever banned from touching a computer. If your really paranoid about it though then this is a good excuse for me to start working on adding authentication to it. -- Steven Edwards "There is one thing stronger than all the armies in the wo

Re: [ros-dev] Re : Year 2038 problem

2009-04-11 Thread Steven Edwards
Ged have pointed out, its a Unix problem. Yes they do exist, Unix, Linux and friends are not perfect. I wonder what Apple's 2038 plans are. Most likely to kill support for 32bit long before ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is

Re: [ros-dev] Downloader tool

2009-04-10 Thread Steven Edwards
On Fri, Apr 10, 2009 at 8:08 PM, Cameron Gutman wrote: > +4 +5 ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-de

Re: [ros-dev] [ros-diffs] [fireball] 40428: - Recognize up to 4 partitions inside every primary partition table. However, installation will be performed to the first partition anyway.

2009-04-09 Thread Steven Edwards
going to be able to do this? Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Brainstorming about testing team, roadmap and ReactOS usability

2009-04-08 Thread Steven Edwards
for us. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Brainstorming about testing team, roadmap and ReactOS usability

2009-04-08 Thread Steven Edwards
e DirectX in select virtual machines. If you want to show the value of ReactOS its time to make ReactOS run as many Windows games as possible in these virtual machines on Apple Hardware. This will save OS X users the need to dual boot or acquire a Windows license. Also hardware support is not a big