add more dump output for win3kdxtest
[reactos.git] / reactos / tools /
2008-04-09 Christoph von Wittichsome more work on xen support - DomU will now be starte...
2008-04-09 Christoph von Wittichadd EMU_TYPE_XEN and initial Xen detection (including...
2008-03-21 Hervé PoussineauRevert part of r32735 ; we can't use C preprocessor...
2008-03-21 Hervé PoussineauAdd preprocessor support for .spec files (exports can...
2008-03-17 Hervé PoussineauRemove $(INIT) variable, which was containing all host...
2008-03-17 Hervé PoussineauRemove some more circular dependencies.
2008-03-16 Colin FinckWinebuild files don't need to depend on $(module_precon...
2008-03-15 Colin FinckAaand yet another one, including fixed indentation...
2008-03-15 Colin FinckAdd yet another missing include
2008-03-15 Colin Finck- Add <cstring> for "memset", "strchr" and "strstr"
2008-03-15 Colin Finck- Consistently use the C++ wrapper headers (cstdio...
2008-03-15 Colin FinckInclude <cstdlib> and <cstring> for "getenv" and "strlen"
2008-03-14 Colin FinckInclude <cstdlib> for "strtod" and "strtol"
2008-03-14 Colin FinckChange, simplify and document the conditions for the...
2008-03-12 ReactOS Portable... - Finish implementing very basic system call dispatcher...
2008-03-12 ReactOS Portable... - We now define a much simpler system call interface...
2008-03-10 Aleksey Bragin- A better freebsd/macosx fix.
2008-03-10 Aleksey Bragin- Add sys/types.h and sys/stat.h includes for mkfifo...
2008-03-10 Aleksey Bragin- Fix rgenstat build on FreeBSD and MacOSX
2008-03-09 Colin FinckAdd missing cast
2008-03-09 Colin FinckForgot to change this one as well
2008-03-09 Colin Finck- It is enough to just add a "const" to fix the "deprec...
2008-03-09 Colin FinckAdd an arHostRule2 to build host .a files
2008-03-09 Christoph von Wittichdisable sysreg - it isn't working anyways
2008-03-09 Christoph von Wittichfix cabman build with gcc >= 4.2
2008-03-08 Filip NavaraWorkaround a buggy UINT_PTR definition in the include...
2008-03-07 Hervé PoussineauPrecompiled headers can depend of generated files
2008-03-07 Hervé Poussineau.mc files shouldn't depend of the whole module precondi...
2008-03-07 Colin FinckUpdate two includes to not rely on target headers anymore
2008-03-07 Colin Finck- Add the "include" directory as an include to the...
2008-03-07 Hervé PoussineauRemove useless .mak files
2008-03-07 Hervé PoussineauReplace some .mak files by .rbuild files
2008-03-07 Hervé PoussineauMove precondition to rules
2008-03-07 Hervé PoussineauDon't mix host and targets include files
2008-03-07 Hervé PoussineauPrevent some FileLocation copies (in LinkerScript and...
2008-03-07 Hervé PoussineauUse a .rbuild file instead of a .make file to describe...
2008-02-29 Hervé PoussineauClean up generated makefile.auto
2008-02-29 Hervé PoussineauUse Rule class to describe .c/.cpp file compilation
2008-02-29 Hervé PoussineauDon't test if the variable is not NULL if it is always...
2008-02-29 Hervé PoussineauPlease at least test your changes before committing
2008-02-29 Christoph von Wittichfix some more memory leaks
2008-02-29 Christoph von Wittichfix some memory leaks
2008-02-29 Hervé PoussineauRemove parameters from GenerateLinkerCommand() ; they...
2008-02-29 Christoph von Wittichfix msvc build
2008-02-29 Hervé PoussineauGetObjectFilename() shouldn't be able to modify the...
2008-02-29 Hervé PoussineauPrevent passing of useless parameters
2008-02-28 Aleksey Bragin- If BASEDIR env var is set to point to your WDK instal...
2008-02-27 Christoph von Wittichfix path to msvc def file
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-16 Colin Finck- Only add a command for deleting the proxy makefile...
2008-02-16 Colin FinckFix 64-bit build (again.. :-/)
2008-02-16 Colin Finck/Wp64 and __w64 are deprecated beginning with Visual...
2008-02-12 Aleksey Bragin- Kernel's entrypoint is called NtProcessStartup right...
2008-02-12 Johannes Anderwald- pass the correct path to _strip_gcc_deffile
2008-02-12 ReactOS Portable... The kernel entrypoint is called KiSystemStartup, not...
2008-02-11 Hervé PoussineauFix case when $(TEMPORARY) is not the current directory...
2008-02-11 Hervé PoussineauFix build
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-11 Hervé PoussineauUse Rule class to generate instructions for .idl files
2008-02-10 Hervé PoussineauUse the same include guard in WIDL generated files...
2008-02-10 Aleksey BraginSync to Wine-0.9.55:
2008-02-08 Hervé PoussineauAdd WINEBUILD_FLAGS, and set it to --kill-at for ARM
2008-02-08 Hervé PoussineauDo not emit __wine_spec_unimplemented_stub() function...
2008-02-08 Hervé PoussineauAdd Rule class, which writes to Makefile how to handle...
2008-02-08 ReactOS Portable... We no longer generate broken kernel-mode system call...
2008-02-07 Colin FinckDefine O_BINARY to 0 in include/wine/port.h if it's...
2008-02-07 Colin Finckcreat() is equivalent to open() with the flags O_CREAT...
2008-02-07 Filip NavaraFix one more bug in adding subkeys.
2008-02-07 Filip NavaraFix hash table generating.
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-02-06 Colin Finck- Cast the OutputBuffer to a byte (UCHAR) array, not...
2008-02-05 Colin Finck- Move each VGA font file to a new "media/vgafonts...
2008-02-05 Colin Finck- Handle the different slashes correctly, also in combi...
2008-02-05 ReactOS Portable... On ARM, it seems first = "true" parsing doesn't actuall...
2008-02-05 ReactOS Portable... Add basic arm target support to the build system.
2008-02-04 Colin Finck- Add a function MatchFileNamePattern for matching...
2008-02-04 Aleksey Bragin- Build FreeLdr the same way other modules are built...
2008-02-03 Aleksey Bragin- Revert 32105 to make trunk bootable, as agreed with...
2008-02-03 Colin Finck- Use host/typedefs.h for rsym instead of reinventing...
2008-02-03 Colin FinckFinally fix all cabman warnings and the 64-bit build
2008-02-03 Colin FinckFix many warnings (hopefully all) in cabman under diffe...
2008-02-02 Colin Finck- Fix funky ways of checking for success, when calling...
2008-02-02 Colin Finck- Add an -M option to specify, which compression codec...
2008-02-02 Colin FinckGet it to compile warning-free under MSVC (at /W3)
2008-02-02 Colin Finck[FORMATTING] TABs -> 4 spaces
2008-01-30 Christoph von Wittichadd support for svn-1.5 entries patch by <roytam1 at...
2008-01-26 Christoph von Wittichset the correct flags for PCH too
2008-01-26 Christoph von Wittichcompilerflags can be set for compiler {ALL|CC|CPP}...
2008-01-23 Art YerkesPage fault, system calls, context switches debugged.
2008-01-18 Colin FinckHopefully the last fix to get this to compile under...
2008-01-18 Colin FinckDefine O_BINARY to 0 if it is not defined (all hosts...
2008-01-18 Hervé PoussineauFix separators for .rbuild files in the generated makefile
2008-01-18 Colin FinckFix the fix
2008-01-18 Colin FinckWrite the TLB file in binary mode, so the line endings...
2008-01-18 Christoph von Wittichadd wpp_ros.diff
2008-01-18 Colin FinckSwitch to the new widl (Wine-20080118)
2008-01-18 Christoph von Wittichwidl: Fix context handle "cannot be null" detection.
2008-01-17 Colin FinckGet rid of bin2res and all rbuild stuff associated...
2008-01-16 Christoph von Wittichfix explorer build
2008-01-16 Aleksey Bragin- Update WRC to Wine-0.9.53.
next