projects
/
reactos.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
break XML-parsing stuff into it's own files, and fix 'make test'
[reactos.git]
/
reactos
/
2005-01-04
Royce Mitchell III
break XML-parsing stuff into it's own files, and fix...
tree
|
commitdiff
2005-01-04
Casper Hornstrup
Kill warnings.
tree
|
commitdiff
2005-01-04
Royce Mitchell III
parse a module's files into a vector ( conditions are...
tree
|
commitdiff
2005-01-04
Royce Mitchell III
handle xml comments and added handling for some possibl...
tree
|
commitdiff
2005-01-04
Royce Mitchell III
each XMLElement now stores a pointer to it's parent...
tree
|
commitdiff
2005-01-04
Royce Mitchell III
create virtual attribute "top_href" for <xi:include...
tree
|
commitdiff
2005-01-04
Royce Mitchell III
use ntoskrnl/module.xml
tree
|
commitdiff
2005-01-04
Royce Mitchell III
xml file for ntoskrnl module
tree
|
commitdiff
2005-01-04
Royce Mitchell III
support for <xi:include href="foo/foo.xml">, including...
tree
|
commitdiff
2005-01-04
Royce Mitchell III
proper destruction for Project objects
tree
|
commitdiff
2005-01-04
Royce Mitchell III
initial code to step through tree looking for modules...
tree
|
commitdiff
2005-01-04
Royce Mitchell III
don't pass vector<pointer> by value unless you are...
tree
|
commitdiff
2005-01-03
Royce Mitchell III
get rid of transitory junk
tree
|
commitdiff
2005-01-03
Royce Mitchell III
1) vector<BaseClass> = bad juju, must use vector<BaseCl...
tree
|
commitdiff
2005-01-03
Casper Hornstrup
Add small testing framework.
tree
|
commitdiff
2005-01-03
Casper Hornstrup
Add makefile for rbuild.
tree
|
commitdiff
2005-01-03
Royce Mitchell III
moved rbuild.cpp per Casper's request
tree
|
commitdiff
2005-01-03
Royce Mitchell III
XML parsing working with my local sample build script...
tree
|
commitdiff
2005-01-02
Casper Hornstrup
Add sample build script.
tree
|
commitdiff
2005-01-02
KJK::Hyperion
Relaxed the validity checks for PE executables yet...
tree
|
commitdiff
2005-01-02
Filip Navara
Disable debugging message.
tree
|
commitdiff
2005-01-02
Filip Navara
Rename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe...
tree
|
commitdiff
2005-01-02
Filip Navara
Implement ExtCreateRegion.
tree
|
commitdiff
2005-01-02
Filip Navara
Allocate enough bytes for the adapter object.
tree
|
commitdiff
2005-01-02
Filip Navara
Change the MEMORY_AREAs to be stored it a binary search...
tree
|
commitdiff
2005-01-02
Aleksey Bragin
Removed file/folder
tree
|
commitdiff
2005-01-02
Aleksey Bragin
Removed file/folder
tree
|
commitdiff
2005-01-02
Aleksey Bragin
Removed file/folder
tree
|
commitdiff
2005-01-02
Aleksey Bragin
Removed file/folder
tree
|
commitdiff
2005-01-02
Aleksey Bragin
Removed file/folder
tree
|
commitdiff
2005-01-02
Aleksey Bragin
svn path=/trunk/; revision=12722
tree
|
commitdiff
2005-01-02
Emanuele Aliberti
Replace
tree
|
commitdiff
2005-01-02
Martin Fuchs
Updated years range in copyright note.
tree
|
commitdiff
2005-01-02
Casper Hornstrup
Correct location of freeldr.sys for livecd target.
tree
|
commitdiff
2005-01-02
Emanuele Aliberti
- Updated years range in copyright note.
tree
|
commitdiff
2005-01-02
Eric Kohl
Remove pipe only if client fcb list and server fcb...
tree
|
commitdiff
2005-01-02
Alex Ionescu
Fix more wrong Mm definitions and constants and sync...
tree
|
commitdiff
2005-01-02
Alex Ionescu
Fix some wrong Mm definitions and sync up with proper...
tree
|
commitdiff
2005-01-02
Alex Ionescu
Fix horribly wrong defintions of ULONG32 and ULONG...
tree
|
commitdiff
2005-01-02
Alex Ionescu
Don't use MmLowestUserAddress as a ULONG!
tree
|
commitdiff
2005-01-01
Alex Ionescu
More LDR constants changes.
tree
|
commitdiff
2005-01-01
Gé van Geldorp
Fix copy command
tree
|
commitdiff
2005-01-01
Alex Ionescu
Use W32API/PSDK structures/constants. The whole /ldr...
tree
|
commitdiff
2005-01-01
Steven Edwards
didnt mean to commit this
tree
|
commitdiff
2005-01-01
Steven Edwards
add urlmon and shdocvw to the build and install cd...
tree
|
commitdiff
2005-01-01
Emanuele Aliberti
- Updated years range in copyright note.
tree
|
commitdiff
2005-01-01
Alex Ionescu
Remove unneeded defines and fix hal operation function...
tree
|
commitdiff
2005-01-01
Eric Kohl
Connect client and server side upon client side creatio...
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Fixed a debug message in KeConnectInterrupt.
tree
|
commitdiff
2005-01-01
Eric Kohl
CreatePipe(): Don't open client side in passive mode.
tree
|
commitdiff
2005-01-01
Eric Kohl
Don't flush the caches of CD/DVD drives.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Check the caller pointers in all cases.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Fixed a length calculation in IopInitializeDriverModule.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Fixed the return values in some unimolemented functions.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Loaded symbols also for kernel mode dll's.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Simplified KeSetSystemAffinityThread and KeRevertToUs...
tree
|
commitdiff
2005-01-01
Martin Fuchs
eliminate 'using uninitialized variable' warning
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Fixed the access to the KPCR in KiQuantumEnd.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Implemented the interrupt handling for smp machines.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Implemented KeAcquireInterruptSpinLock and KeReleaseI...
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Used interlocked functions to modify the values for...
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Implemented Ke386TestAndClearBit and Ke386TestAndSetBit.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Used the parent fcb instead to determine it from...
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Initialized the pointers for the init environment.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Fixed the releasing of the memory from the init section.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Set the page protection for the section header.
tree
|
commitdiff
2005-01-01
Hartmut Birr
- Fixed ROUND_UP.
tree
|
commitdiff
2005-01-01
Alex Ionescu
Fix DMA_OPERATIONS to use stdcall.
tree
|
commitdiff
2005-01-01
Alex Ionescu
Fix more old cruft.
tree
|
commitdiff
2005-01-01
Art Yerkes
Use host compiler to build bin2c
tree
|
commitdiff
2005-01-01
Alex Ionescu
Fix work item enumaration values.
tree
|
commitdiff
2005-01-01
Alex Ionescu
Use PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
tree
|
commitdiff
2005-01-01
Alex Ionescu
Use proper name for the NtSetInformationKey Info classe...
tree
|
commitdiff
2005-01-01
Eric Kohl
Don't start services until the control pipe issues...
tree
|
commitdiff
2005-01-01
Alex Ionescu
Fix my previous NtDelayExecution patch. Fix Cc function...
tree
|
commitdiff
2005-01-01
Casper Hornstrup
Add error reporting assistant.
tree
|
commitdiff
2005-01-01
Alex Ionescu
Modified NtDelayExecution Prototype/Function to use...
tree
|
commitdiff
2005-01-01
Casper Hornstrup
Move freeldr to reactos\boot\freeldr.
tree
|
commitdiff
2004-12-31
Alex Ionescu
Fix some Rtl Prototype inconsistencies, more are in...
tree
|
commitdiff
2004-12-31
Alex Ionescu
Remove generated file
tree
|
commitdiff
2004-12-31
Alex Ionescu
Removed HEAP_NO_VALLOC from Heap Manager because the...
tree
|
commitdiff
2004-12-31
Art Yerkes
Avoid including dep rules if the previous makefile...
tree
|
commitdiff
2004-12-31
Alex Ionescu
Changed CVS tag to SVN for buildno
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Update status
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Add svn:ignore properties back
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Need to remove existing files before doing vendor import
tree
|
commitdiff
2004-12-31
Gé van Geldorp
Import and merge Wine-20041201
tree
|
commitdiff
next