Updated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
[reactos.git] / reactos / boot / freeldr / freeldr /
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-09-05 Aleksey Bragin- Apply 28852 changes to setupldr.c (fixes bootcd).
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-03 Art YerkesMy hack isn't needed anymore.
2007-09-03 Hervé PoussineauFix build
2007-09-03 Hervé PoussineauSwap boot sector on big endian systems, even if DEBUG...
2007-09-03 Hervé PoussineauAdd missing svn:eol-style=native properties
2007-09-03 Art YerkesFix swapping for fat recognition.
2007-09-03 Art YerkesFix building of libcntpr on ppc.
2007-09-03 Art YerkesMove mismerged segment to the right place; claim from...
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-08-25 Sylvain Petreollereport freeldr bugs at ros-dev@reactos.org
2007-08-25 Aleksey Bragin- Do not ignore BIOS memory map anymore. Private BIOS...
2007-08-23 Aleksey Bragin- Make freeldr do identity memory mapping. This simplif...
2007-08-15 Aleksey BraginFeng Yuning <fengyuning1984@gmail.com>:
2007-08-13 Art YerkesMake boot options for the bootcd dependent on DBG....
2007-08-07 Hervé PoussineauRemove some debug messages
2007-07-28 Thomas BluemelFix some functions to match their prototypes
2007-07-14 Thomas BluemelHide the clock in setupldr
2007-07-08 Aleksey Bragin- Fix a couple of places where tagged commands support...
2007-07-07 Aleksey Bragin- Temporarily remove buslogic.sys from 1st stage too...
2007-07-07 Art YerkesResolve imports at boot time by loading the appropriate...
2007-06-09 Aleksey Bragin- If the module failed to load (e.g. fixup couldn't...
2007-06-09 Aleksey Bragin- Don't load a module with the same name more than...
2007-06-04 Hervé PoussineauAdd a bus number to the PCI resource descriptor
2007-06-01 Dmitry GorbachevUse DbgPrint() to print confusing debug message. (Bug...
2007-05-22 Ged Murphyremove unnecessary NDEBUG definitions. freeldr has...
2007-05-21 Ged Murphy- fix the release build for Colin.
2007-05-21 Aleksey Bragin- Make 2 disk read error messages different, so it...
2007-05-19 Hervé PoussineauAnother try to fix release builds to please Colin_Finck...
2007-05-14 Hervé PoussineauOne more fix for release build
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-05-10 Alex Ionescu- Remove CPU Detection code from FreeLDR (hwcpu.c)...
2007-05-06 Hervé PoussineauFix memory corruption in freeldr
2007-05-05 Eric KohlRemove outdated email addresses.
2007-04-10 Dmitry GorbachevFix debug message.
2007-04-10 Hervé PoussineauReplace freeldr DEBUG define, by the global DBG define
2007-03-28 Hervé PoussineauFix interrupt resources (related to r21188 fix)
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-17 Hervé PoussineauDisable PS/2 auxiliary port detection, which is too...
2007-03-16 Dmitry GorbachevFix bugs #2049 and #2084 (thanks to Peter Krawies)
2007-03-16 Art YerkesStragglers plus warning fixen.
2007-03-14 Alex Ionescu- Cleanup the /lib directory, by putting more 3rd-party...
2007-03-12 Alex Ionescu- Fix some bugs in the kernel related to driver loading...
2007-03-12 Dmitry GorbachevFix BSS bugs (#2068, #2072)
2007-03-03 Alex Ionescu- Remove DbgPrint committed in FreeLDR by accident.
2007-03-03 Alex Ionescu- Copy the entire drivers in memory, not just their...
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-28 Alex Ionescu- Properly load drivers using new method describred...
2007-02-23 Alex Ionescu- Update FreeLDR PE Loading to actually use its Mm...
2007-02-22 Alex Ionescu- Improve LdrGetModuleObject (in FreeLDR) to handle...
2007-02-20 Alex Ionescu- Get rid of a bunch of multiboot crap FreeLDR was...
2007-02-20 Alex Ionescu- Don't load .SYM in freeldr anymore.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-15 Dmitry Gorbachev- fix "keyboard does not respond" bug on Biostar board...
2007-02-14 Alex Ionescu- You all s^H^H^H^H^H^H^H^H^H Fix build error.
2007-02-14 Alex Ionescu- Fixup and enable my new HAL IRQL implementation from...
2007-02-11 Aleksey BraginRight now, it's not enough to just set the bios video...
2007-02-11 Sylvain Petreollemove from branch
2007-02-08 Alex Ionescu- Update boot graphics with new, RLE-compressed and...
2007-02-07 Dmitry GorbachevFix "keyboard does not respond" bug. Thanks to Peter...
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-03 Alex Ionescu- Replace broken bootvid by a new bootvid based on...
2007-02-01 Dmitry GorbachevCommit attachment #1151
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-10 Hervé PoussineauDisable some boot options on non-x86 platforms.
2007-01-01 Hervé PoussineauBetter support for non X86 systems
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-12-10 Magnus Olsencommit the patch from bug 1874 even it does not use...
2006-12-04 Michael SteilReactOS Intel Mac compatibility commits, part 2/2
2006-12-04 Michael SteilReactOS Intel Mac compatibility commits, part 1/2,...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-27 Magnus OlsenPatch from mail at colinfinck dot de (Colin Finck)...
2006-11-26 Aleksey Bragini386BootDrive and i386BootPartition are ULONGs, and...
2006-11-26 Aleksey BraginDmitry G. Gorbachev: Fix possible buffer overflow in...
2006-11-22 Alex Ionescu- Fix boot CD with 10 lines of code. That's right Fireb...
2006-11-19 Magnus Olsenfixing a small bug, do not known why, with this change...
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...
next