DrawStatusText() must not process prefix characters.
[reactos.git] / freeldr /
2004-09-20 Hartmut Birr- Implemented the driver loading by the sequence of...
2004-09-01 Art YerkesEXT2 should now be allowed in arcnames, etc.
2004-08-30 Eric Kohl- Fixed some compiler warnings.
2004-08-29 Art YerkesThis patch adds actually informative messages about...
2004-08-28 Gé van GeldorpRemove NASM_CMD definition since it is already correctl...
2004-08-27 Gé van GeldorpChange nasm to nasmw (to match what's used in the react...
2004-08-10 Filip Navara- Remove forgotten temporary debug message.
2004-08-10 Filip Navara- Fixed lots of bugs in NTFS code and added correct...
2004-08-04 Filip Navara- Correct a comment.
2004-06-21 Eric KohlDetect parallel ports.
2004-06-20 Eric KohlDetect display controller. Distinguish VGA and VBE...
2004-06-19 Filip Navara- Increment the number of free pages in MmFreeMemory.
2004-06-19 Vizziniadded support for setting Component Information for...
2004-06-16 Eric KohlAdd keyboard detection.
2004-06-16 Filip Navara- Disable the "Floppy count: x" debug message.
2004-06-15 Eric KohlDetect floppy disk drives.
2004-06-05 Eric KohlStore serial port identifiers at controller keys.
2004-06-05 Filip Navara- Report the /MININT option for Live CD boots.
2004-06-02 Eric KohlRevert useless changes.
2004-06-02 Eric KohlKeep zero-initialized varaibles in the .data section.
2004-06-02 Hartmut Birr- Fixed the makefiles for the build on windows.
2004-06-01 Eric KohlFor some strange reason IniFileSectionListHead is not...
2004-06-01 Steven EdwardsMake the freeldr build system more like the reactos...
2004-05-28 Filip Navara- Revert the PS/2 timeouts to the old values.
2004-05-26 Eric KohlAppend two newlines to the "Press any key to boot form...
2004-05-25 Filip Navara- Enabled the 'Press any key to boot from CD' message...
2004-05-25 Filip Navara- Enabled the 'Press any key to boot from CD' message...
2004-05-21 Filip Navara- Added support for special value "LiveCD" of SystemPat...
2004-05-21 Filip Navara- Fixed a bug in IsoSearchDirectoryBufferForFile. Compa...
2004-05-17 Hartmut Birr- Do print readable sector numbers in DiskReadLogicalSe...
2004-05-17 Hartmut Birr- Implemented the printing of 64 bit numbers.
2004-05-17 Hartmut Birr- Fixed the calculation of the start for a partition...
2004-05-09 Eric KohlSupport multi-block bins.
2004-01-09 Eric KohlStore hive root key name.
2003-12-20 Eric KohlDon't stop after hardware detection.
2003-12-20 Eric Kohl- Detect PS/2 Port and Pointer Device (Mouse).
2003-12-14 Eric KohlDetect serial ports and serial pointer devices (Mice...
2003-12-13 Filip NavaraFixed algorithm for generating driver path.
2003-10-21 Steven EdwardsRemove comment about freeldr depending on djgpp only.
2003-10-19 Eric KohlIgnore case of registry key and value names.
2003-10-12 Eric Kohl- Renamed a lot of variables and functions in the registry.
2003-08-29 Casper Hornstrup- Add top-level makefile
2003-08-12 Casper HornstrupVersion 1.8.14
2003-08-11 Casper HornstrupClear screen to black when booting ReactOS.
2003-08-01 Eric KohlFixed target directory for setupldr.sys.
2003-07-23 Gé van GeldorpSet up for cross-compiling under Linux, patches by...
2003-07-12 Eric KohlAppend a newline to embedded binary files to keep compi...
2003-06-26 Eric KohlAdded two NOPs.
2003-06-25 Eric KohlAdded checksum calculation to PnPBiosSupported().
2003-06-24 Eric KohlRemoved unused variable.
2003-06-24 Gé van GeldorpStart scan for PnP$ signature at low end (0xf0000)
2003-06-15 Steven EdwardsGcc 3.x end of line warning fixes
2003-06-05 Brian PalmerChanges in v1.8.13 (6/05/2003) (brianp)
2003-05-27 Eric KohlGet codepage and casetable files from txtsetup.sif.
2003-05-25 Eric Kohl- Added .inf-file parser
2003-05-21 Brian PalmerLot's of fixes for the FAT12/16 boot sector code.
2003-05-19 Eric KohlLoad NLS files.
2003-05-19 Eric KohlRemoved obsolete settings.
2003-05-18 Eric KohlRemove the INSTALL directory of the Boot-CD.
2003-05-10 Eric KohlDetect hardware before ntoskrnl.exe will be loaded.
2003-05-10 Eric Kohl- Fixed counting the number of available harddisks...
2003-05-08 Eric KohlReworked and fixed most of the CPU and PnP code.
2003-05-06 Eric KohlAdded PnP-BIOS detection.
2003-05-03 Eric KohlAdded .cvsignore files. Patch by Mihcael Fritscher.
2003-05-01 Eric KohlAdded CPU detection for multiprocessor systems.
2003-04-30 Eric KohlFixed disk geometry detection bug.
2003-04-30 Eric Kohl- Added DiskGetExtendedDriveParameters()
2003-04-27 Casper Hornstrup- Query BIOS for supported disk drives
2003-04-26 Hartmut Birr- Fixed the offset in ReadPciConfigUshort.
2003-04-25 Casper Hornstrup- Detect PCI busses
2003-04-25 Hartmut Birr- Fixed the detection of a fat32 boot sector.
2003-04-25 Eric Kohl- Added memmove().
2003-04-25 Eric Kohl- Added memmove().
2003-04-23 Brian PalmerTurned the FreeLoader debugger into a GUI app.
2003-04-23 Brian PalmerChanges in v1.8.7 (4/22/2003) (brianp)
2003-04-15 Brian PalmerFixed the EXT2/3 boot sector code so that it only uses...
2003-04-15 Brian PalmerChanges in v1.8.6 (4/14/2003) (brianp)
2003-04-13 Brian PalmerAdded simple utility to read the FreeLoader debug output
2003-04-10 Eric KohlAdded support for binary system hive.
2003-04-10 Eric KohlAdded support for binary system hive.
2003-04-06 Eric KohlAdded missing boot signature.
2003-04-05 Casper HornstrupAdded DOS compatible Master Boot Record (MBR)
2003-03-18 Brian PalmerOnly compile if running win32 version of gcc.
2003-03-18 Brian PalmerChanges in v1.8.3 (3/18/2003) (brianp)
2003-01-31 Brian PalmerUpdated freeldr.ini to work with latest .ini file changes.
2003-01-24 Eric KohlChanges in v1.8.2 (1/24/2003) (ekohl)
2003-01-20 Eric KohlChanges in v1.8.1 (1/20/2003) (ekohl)
2003-01-19 Eric KohlCopy second sector of the fat32 bootsector instead...
2003-01-19 Brian PalmerChanges in v1.8 (1/18/2003) (brianp)
2003-01-18 Rex Jolliffa test
2003-01-18 Brian PalmerChanges in v1.8 (1/18/2003) (brianp)
2003-01-02 Hartmut BirrSet the hidden sector value from boot sector with the...
2003-01-02 Hartmut BirrRecalculate the partition value for freeldr. Freeldr...
2002-12-21 Eric KohlAdd bootsectors and FREELDR.SYS to bootcd.
2002-12-06 Brian PalmerChanges in v1.7.12 (12/05/2002) (brianp)
2002-12-06 Brian PalmerChanges in v1.7.11 (12/05/2002) (brianp)
2002-11-27 Hartmut BirrInitialize the registers for the next call to Int386...
2002-11-27 Hartmut BirrIntialize the size for the bios memory map.
2002-11-24 Brian PalmerChanges in v1.7.10 (11/24/2002) (brianp)
2002-10-30 Brian PalmerFix for MS's idiocy on a Win98 boot disk I have.
next