Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / subsys / system / usetup /
2004-03-10 Casper Hornstrup2004-03-10 Casper S. Hornstrup <chorns@users.sourcefo...
2004-02-23 Eric KohlUpdate to new fmifs types.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-20 Gé van GeldorpShow warning screen at the end of setup, telling the...
2004-01-18 Hartmut Birr- Remove '\.\' sequences from destination file name...
2004-01-18 Hartmut Birr- Remove trailing '\' and '\.' sequences from directory...
2003-12-01 Filip Navara- Some small fixes on debugging macros.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-11-08 Eric KohlFixed synchronous file access.
2003-10-31 Eric KohlUse synchronous IO for screen and keyboard and get...
2003-10-18 Thomas Bluemelfixed a few warnings
2003-10-16 Robert DickensonTrivial mod to remove obsolete comment about bugfix...
2003-10-06 Casper Hornstrup2003-10-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-10-01 Eric Kohl- Check the number of harddisks and fail if no harddisk...
2003-09-27 Robert Dickensonreactos\subsys\system\usetup\infcache.c (line 1156)
2003-08-29 Eric KohlKeep users from deleting partitions in special cases...
2003-08-25 Eric KohlChanged file system decision as per Brian Palmers sugge...
2003-08-24 Casper Hornstrup2003-08-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-22 Eric KohlUse FAT12 or FAT16 CHS for small partitions even if...
2003-08-21 Eric KohlFixed FAT16 bootcode install. Don't overwrite any valid...
2003-08-20 Eric KohlUse FAT16 for partitions smaller than 512MB and FAT32...
2003-08-20 Eric KohlAdded check and warning about incompatible partition...
2003-08-20 Eric KohlIgnore valid but unused partition table (4 unused entries).
2003-08-20 Eric KohlInstall FAT16 bootcode on FAT16 partitions.
2003-08-20 Eric KohlEnable ReactOS installation.
2003-08-19 Eric Kohl* Install MBR boot code if necessary.
2003-08-18 Eric Kohl* Write modified partition sectors to disk.
2003-08-12 Eric KohlImplemented code to update container partitions. Only...
2003-08-09 Eric KohlMoved filesystem list to a separate file.
2003-08-06 Eric KohlImplemented partition creation and deletion on the...
2003-08-05 Eric KohlAdded some cosmetical fixes.
2003-08-04 Eric KohlCleaned up the partition list and update the status...
2003-08-03 Eric KohlReplaced partition arrays by a doubly-linked lists.
2003-08-02 Eric KohlReplaced array of disk entries in partition list by...
2003-07-24 Eric KohlNative applications must not know about BOOL type.
2003-06-28 guido.cvsignore maintenance
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-18 Eric KohlRemove the INSTALL directory of the Boot-CD.
2003-05-18 Eric KohlFixed .inf parser to accept DOS and *nix files.
2003-05-11 Casper Hornstrup2003-05-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-06 Eric KohlAdded emergency console dummy page.
2003-04-28 Casper Hornstrup2003-04-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-18 Casper Hornstrup2003-04-18 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-24 Eric KohlUse an enum for page id's instead of an ULONG.
2003-03-22 Eric KohlImport registry data from inf files which are listed...
2003-03-21 Hartmut Birr- Fixed the buffer handling for ioctl requests and...
2003-03-19 Eric KohlReorganize registry initialization.
2003-03-18 Eric KohlImplemented the import of default registry settings...
2003-03-15 Eric KohlImplemented InfGetXxxField() functions.
2003-03-13 Eric KohlReplaced the current inf-parser by a robust state-machi...
2003-03-13 Eric KohlSeperated inf- and ini-file routines. The inf-file...
2003-03-08 Eric KohlStart to fill-in the registry.
2003-02-27 Eric KohlFixed compiler warings.
2003-02-08 Eric KohlCopy file dates of source file too.
2003-01-30 Eric KohlDistinguish between ini-files and inf/sif-files. Patch...
2003-01-30 Eric Kohl- Added error messages
2003-01-28 Eric KohlAdded bootsector installation and boot.ini manipulation.
2003-01-17 Eric KohlPrepared bootloader installation.
2003-01-11 Hartmut BirrReduced the size of the copy buffer.
2002-12-06 Eric KohlAdded progress bar to file copy page.
2002-11-28 Eric KohlAdded driver name to the partition list
2002-11-26 Eric KohlUse a 'secret' registry value to tell ntoskrnl where...
2002-11-23 Eric KohlAdded some more files to the boot cd.
2002-11-13 Eric Kohl* Added ini file suport (Thanks to Royce Mitchell!)
2002-11-02 Eric KohlDisplay drive letters in partition list.
2002-10-29 Eric KohlVarious improvements and hardcoded directory creation.
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-18 Eric KohlImplemented selection of install partition and directory.
2002-10-03 Steven EdwardsEnd of file fix for gcc 3.x
2002-09-25 Eric KohlAdded more setup 'pages'. No install functionality...
2002-09-22 guidoadded .cvsignore
2002-09-19 Eric KohlMajor rework.
2002-09-08 Eric KohlAdded initial console setup code.