Updated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
[reactos.git] / reactos / boot / freeldr /
2006-11-19 Alex Ionescu- Change kdcom.sys to kdcom.dll.
2006-11-19 Alex Ionescu- Fix last-minute compiler bug.
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-19 Magnus Olsen- Change movw $0x0000,%ax to xorw %ax,%ax (because...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-25 Alex Ionescu- Implement more of the Ke386 ASM macros for MSVC.
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-16 Alex Ionescu- Fix a bug in FreeLdr key creation (patch by Filip...
2006-10-15 Thomas BluemelFix optimization bug
2006-10-14 Aleksey Bragin- Use loader memory types in memory allocation bitmap...
2006-10-12 Aleksey Bragin- Fix a mistake in low memory pages allocation algorith...
2006-10-10 Aleksey Bragin- Add global var for keeping size of NLS data in pages
2006-10-10 Aleksey BraginAdd a stub to peloader.c
2006-10-10 Aleksey Bragin- Implement WinLdrLoadBootDrivers() / WinLdrLoadDeviceD...
2006-10-09 Filip NavaraSort the key indexes in CM.
2006-10-08 Alex Ionescu- Have FreeLDR fill out ARC_DISK_SIGNATURE information...
2006-10-08 Art YerkesMove mmu.h to make it more generally accessible since...
2006-10-08 Aleksey Bragin- Add dumping boot drivers list, remove unneded comment
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-08 Aleksey Bragin- Add simple support functions to be able to use more...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-06 Aleksey Bragin- Load and initialize in-memory registry
2006-10-06 Alex Ionescu- Fix calls to HvInitializeHive due to my last patch...
2006-10-06 Aleksey Bragin- Make arc-path passed to the kernel look a bit more...
2006-10-05 Aleksey Bragin- Add #ifdef DEBUG / #endif to fix compile. FreeLdr...
2006-10-04 Aleksey Bragin- Add most needed memory-manipulating functions. Some...
2006-10-04 Aleksey Bragin- Fix warning in winldr.c
2006-10-04 Aleksey Bragin- Remove some crap from the LoadAndBootWindows()
2006-10-04 Art Yerkes- Create a slab that contains the last vestage of our...
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 Art YerkesA 'boot logo' of sorts to show we're about to switch...
2006-10-01 Andrew MungerResource sync from trunk.
2006-10-01 Aleksey Bragin- Implement loading of NLS data, SYSTEM hive data ...
2006-10-01 Aleksey Bragin- Add new type of debug print for windows loader
2006-10-01 Art YerkesWorking out boot video, fixed memory map completely.
2006-10-01 Andrew MungerSync win32k and gdi32_winetest from trunk.
2006-10-01 Art YerkesRemove the need to relocate freeldr. We now use it...
2006-09-23 Hervé PoussineauSkip keyboard detection in freeldr, as it doesn't work...
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-20 Hervé PoussineauSave correct boot resources lists in registry
2006-09-15 Aleksey BraginFix typos in comments
2006-09-15 Aleksey BraginRevert a change in debug.h introduced in 19329 by Hartm...
2006-09-15 Hervé Poussineau- Fix Freeldr to correctly send reported resources...
2006-09-11 Aleksey BraginAdd missing header
2006-09-10 Aleksey BraginCreate a place for some R&D work about booting Windows...
2006-09-10 Art YerkesInsert PTEs for 16 mb of kernel memory.
2006-09-09 Art YerkesMerge fix to ppc branch.
2006-09-09 Art YerkesCorrect bug in cache which could cause us to lose the...
2006-09-09 Art YerkesRemoved workaround. Now know the cause.
2006-09-09 Art YerkesMake UNIMPLEMENTED available everywhere and remove...
2006-09-06 Thomas Bluemel- Force using the import libraries built by ReactOS...
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-09-03 Art YerkesFixed, separated mmu related functions. We now get...
2006-09-01 Art YerkesMost of an implementation of page lookup for PPC. ...
2006-09-01 Art YerkesAdding methods to inquire about virtual memory setup.
2006-08-31 Aleksey BraginChange a very ugly done DbgPrint() function to a good...
2006-08-31 Art YerkesSome intermediate work. We start loading the kernel...
2006-08-29 Thomas BluemelMake sure writes to video_mem are not optimized away
2006-08-29 Art YerkesMenu displays.
2006-08-29 Art YerkesFixed support for disk and filesystem. We're reading...
2006-08-27 Christoph von Wittichrenamed isoboot_regtest.asm to isobtrt.asm to comply...
2006-08-27 Christoph von Wittich* added bootloader which can be used for automated...
2006-08-14 Alex Ionescu- Get rid of "ChunkSize" through a sickening hack ...
2006-08-14 Alex Ionescu- Make HHIVE part of EREGISTRY_HIVE, similarly to NT.
2006-08-14 Alex Ionescu- Parameter changes to HvInitialize
2006-08-14 Alex Ionescu- Fix small build brekage.
2006-08-14 Alex Ionescu- VALUE_CELL => CM_KEY_VALUE
2006-08-14 Alex Ionescu- KEY_CELL => CM_KEY_NODE
2006-08-14 Alex Ionescu- Start using some NT structures (need to get rid of...
2006-08-06 Aleksey Bragin- Change DbgPrint prototype back to Alex's fix. His...
2006-07-28 Aleksey Bragin- Add Filip Navara's cmlib
2006-06-28 Art YerkesClaim a workspace using openfirmware.
2006-06-28 Art YerkesFixed actual bug in freeldr printf. Probably used...
2006-06-28 Art YerkesWoot. We're deep into freeldr. Printf is working...
2006-06-27 Art YerkesWorking up to it. We get the first banner.
2006-06-27 Art Yerkes- LE Stubs fully correct and we can move freely between...
2006-06-27 Art YerkesFix some sillyness. Remove some cruft.
2006-06-27 Art YerkesUtility functions separated, simple test (register...
2006-06-27 Art YerkesRegularize with generated interfaces.
2006-06-25 Art YerkesGet at least the basics working and make regdump output...
2006-06-24 Art YerkesWIP Stragglers.
2006-06-24 Art YerkesReactOS PowerPC WIP. This will be edited and merged...
2006-06-24 Magnus Olsenfrench translation by ggcom see bug 1312
2006-06-17 Ged Murphy- fix build issues reported by some users
2006-06-14 Klemens Friedlgerman translation update
2006-06-12 Johannes Anderwaldfix build prob #take one
2006-06-12 Ged Murphyfix build
2006-06-12 Johannes Anderwaldadd freeldr_fdebug rbuild
2006-06-12 Johannes Anderwaldadd norwegian translation
2006-06-12 Johannes Anderwaldadd rbuild file
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
next