We now return memory map.
[reactos.git] / reactos / boot / freeldr / freeldr / include /
2008-02-06 ReactOS Portable... We now return memory map.
2008-02-06 ReactOS Portable... We implemented console support (through serial port...
2008-02-05 ReactOS Portable... Fix a couple of problems with FreeLDR portability.
2008-02-05 ReactOS Portable... Build FreeLDR for ARM.
2008-02-05 ReactOS Portable... The Windows headers include a file called ioaccess...
2008-02-05 ReactOS Portable... Implement ramdisk support for FreeLDR (ramdisk.c and...
2008-02-04 Aleksey Bragin- Build FreeLdr the same way other modules are built...
2008-02-04 Aleksey Bragin- Make Mm allocation strategy low->high by default.
2008-01-28 Aleksey Bragin- Properly fill ACPI BIOS configuration entry (a couple...
2008-01-27 Aleksey Bragin- Map APIC pages, if they are present.
2008-01-25 Aleksey Bragin- Make identifiers in configuration trees ASCII-strings...
2008-01-25 Aleksey Bragin- Make HwDetect routine return a pointer to the root...
2008-01-14 Hervé PoussineauWhy freeldr decided to redefine some error codes, inste...
2008-01-13 Aleksey Bragin- Use new APIs MmHeapAlloc / MmHeapFree for small and...
2008-01-13 Aleksey Bragin- Add BGET (public domain heap implementation).
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-11 Hervé PoussineauUse same UNIMPLEMENTED macro syntax as in other parts
2008-01-06 Art Yerkest's a bit embarrasing that some of this was undone...
2007-12-30 Hervé PoussineauAdd a function table to access filesystems
2007-12-21 Hervé PoussineauRename ASMCODE to ROS_KERNEL_ENTRY_POINT
2007-12-16 Aleksey Bragin- ARC hardware device tree passed to the kernel contain...
2007-12-15 Hervé PoussineauCheck if symbols are defined, not their value!
2007-12-12 Art YerkesAdd simple hardware.h for ppc.
2007-12-11 Aleksey Bragin- Update copyright information.
2007-12-11 Aleksey Bragin- Add missing types to DDK.
2007-12-09 Aleksey Bragin- Because we'll need to pass the ARC hardware informati...
2007-12-09 Aleksey Bragin- Further refactor the code by completing getting rid...
2007-12-09 Aleksey Bragin- Start filling out ARC component data nodes for all...
2007-12-09 Aleksey Bragin- Refactor creation of component data under the HARDWAR...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-31 Hervé PoussineauRemove LIST_ITEM structure, and replace it by well...
2007-10-29 Hervé PoussineauAdd a virtual function table for UI, as already done...
2007-10-28 Art YerkesFix memory map to kernel mode.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-03 Hervé PoussineauAdd missing svn:eol-style=native properties
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-08-23 Aleksey Bragin- Make freeldr do identity memory mapping. This simplif...
2007-07-14 Thomas BluemelHide the clock in setupldr
2007-05-21 Ged Murphy- fix the release build for Colin.
2007-05-19 Hervé PoussineauAnother try to fix release builds to please Colin_Finck...
2007-05-14 Hervé PoussineauTry to fix release build
2007-05-14 Hervé PoussineauAlso define the DPRINT_ constants in release mode
2007-05-14 Aleksey Bragin- Fix debug print macros (by hpoussin).
2007-04-10 Hervé PoussineauReplace freeldr DEBUG define, by the global DBG define
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-16 Dmitry GorbachevFix bugs #2049 and #2084 (thanks to Peter Krawies)
2007-03-02 Alex Ionescu- Create PDE/PTE entries for KUSER_SHARED_DATA in FreeL...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-28 Alex Ionescu- More refactoring of FreeLDR/SetupLDR PE Loader Code...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-14 Alex Ionescu- Fixup and enable my new HAL IRQL implementation from...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-10 Hervé PoussineauDisable some boot options on non-x86 platforms.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-22 Art YerkesBuild an entirely new page table.
2006-10-14 Aleksey Bragin- Use loader memory types in memory allocation bitmap...
2006-10-08 Art YerkesMove mmu.h to make it more generally accessible since...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-06 Aleksey Bragin- Make arc-path passed to the kernel look a bit more...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-02 Thomas BluemelDefine NTOSAPI before including ntddk.h to avoid includ...
2006-10-01 Andrew MungerResource sync from trunk.
2006-10-01 Aleksey Bragin- Add new type of debug print for windows loader
2006-10-01 Andrew MungerSync win32k and gdi32_winetest from trunk.
2006-09-23 Aleksey BraginChange #defines of bios memory types to a proper enum...
2006-09-21 Aleksey BraginAdd an MM api to get the memory map from Freeldr's...
2006-09-20 Aleksey Bragin- Add ability to allocate either "low" or "high" pages
2006-09-15 Aleksey BraginRevert a change in debug.h introduced in 19329 by Hartm...
2006-09-11 Aleksey BraginAdd missing header
2006-09-10 Aleksey BraginCreate a place for some R&D work about booting Windows...
2006-09-09 Art YerkesMake UNIMPLEMENTED available everywhere and remove...
2006-09-04 Thomas Bluemelrename version.h to ver.h to avoid a possible conflict...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-29 Art YerkesFixed support for disk and filesystem. We're reading...
2006-07-28 Aleksey Bragin- Add Filip Navara's cmlib
2006-06-27 Art Yerkes- LE Stubs fully correct and we can move freely between...
2006-06-27 Art YerkesRegularize with generated interfaces.
2006-06-24 Art YerkesWIP Stragglers.
2006-06-24 Art YerkesReactOS PowerPC WIP. This will be edited and merged...
2006-05-17 Filip NavaraAttribute list support for NTFS and some memory leak...
2006-05-16 Hervé PoussineauReplace BOOL by BOOLEAN and STDCALL by NTAPI
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-02-19 Art YerkesSome moving around:
2005-12-27 Alex Ionescu- Added support for NTLDR style freeloader GUI. To...
2005-12-10 Thomas Bluemelfixed compiling with -Wwrite-strings
2005-12-10 Aleksey BraginMove xbox's i2c support to a separate file, and add...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-11-27 Alex Ionescu- Add DDK alignment macros and move/rename the ones...
2005-11-18 Hartmut Birr- Changed all registry functions to WCHAR.
2005-11-13 James TaborFix unix paths.
2005-11-13 Alex Ionescu- Fix setupldr. Thanks to Steven.
2005-11-13 Alex Ionescu- Remove some header duplication.
next