sync with trunk head (34904)
[reactos.git] / reactos / tools / sysreg / rosboot_test.cpp
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Colin FinckReplace '#ifdef __linux__' by '#ifndef WIN32', etc...
2008-07-27 Hervé PoussineauRevert r34848 and r34850, and replace them by a real...
2008-06-19 Colin FinckGCC 4.3.x fixes for cabman and sysreg
2008-05-13 Christoph von Wittichadd some info for xen to txtmode.cfg
2008-05-13 Johannes Anderwald- move hardcoded xen configuration name to config file
2008-05-09 Christoph von Wittichadd some initial xen support to sysreg (hack)
2008-04-09 Christoph von Wittichsome more work on xen support - DomU will now be starte...
2008-04-09 Christoph von Wittichadd EMU_TYPE_XEN and initial Xen detection (including...
2008-03-15 Colin Finck- Consistently use the C++ wrapper headers (cstdio...
2008-03-09 Colin Finck- It is enough to just add a "const" to fix the "deprec...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-08 Johannes Anderwald- use -nographic option
2007-10-08 Johannes Anderwald- fix linux build for build server trial #2
2007-10-08 Johannes Anderwald-include errno.h
2007-10-08 Johannes Anderwald- remove stdio debugging (not efficient and unused)
2007-10-08 Christoph von Wittich-fix compilation with msvc
2007-10-08 Johannes Anderwald- fix linux compilation
2007-10-08 Johannes Anderwald- randomize named pipe name
2007-10-08 Johannes Anderwald- forgot one thing
2007-10-08 Johannes Anderwald- remove non required specialization
2007-10-08 Johannes Anderwald- remove unicode support (it was mess, a few places...
2007-10-03 Johannes Anderwald- deactivate signal handler for linux
2007-10-03 Christoph von Wittichfix some of the build errors
2007-10-02 Johannes Anderwald- perform all boot tests in one launch of sysreg
2007-09-18 Christoph von Wittichfix qemu vnc param
2007-09-07 Johannes Anderwald- use raw hdd image for linux and use vmdk for windows...
2007-09-06 Johannes Anderwald- format hdd images with raw format
2007-09-06 Johannes Anderwald- end the configuration commit war
2007-09-05 Johannes Anderwald- delete pidfile if it exists before launching emulator
2007-09-05 Christoph von Wittichfix some bugs in the linux version (not working yet)
2007-09-04 Johannes Anderwald- split boot cmd into tokens
2007-09-04 Johannes Anderwald- readd named pipe support for linux by Christoph_vW
2007-09-04 Johannes Anderwald- add disk param when booting from cdrom
2007-09-04 Christoph von Wittich-fix build
2007-09-04 Johannes Anderwald- fix serious bug in createHDDImage
2007-09-04 Johannes Anderwald- rename sleep to delayExecution
2007-09-03 Johannes Anderwald- improve error checking
2007-09-02 Johannes Anderwald- improve error checking
2007-09-02 Johannes Anderwald- verify provided boot_cmd
2007-09-02 Johannes Anderwald- hardcode the bios directory on linux system to /usr...
2007-08-30 Johannes Anderwald- add linux path
2007-08-29 Johannes Anderwald- always create a hdd image if theres no default one
2007-08-29 Johannes Anderwald- missed that
2007-08-29 Johannes Anderwald- in theory arguments start at argv[1] - so this needs...
2007-08-29 Johannes Anderwald- silence debug messages
2007-08-29 Johannes Anderwald- check if qemu-img exists for attempting to create...
2007-08-28 Christoph von Wittichfix linux build
2007-08-28 Johannes Anderwald- always wait and then kill the emulator
2007-08-28 Johannes Anderwald- if'd ROS_EMU_TYPE
2007-08-28 Johannes Anderwald- silence a few debug messages
2007-08-27 Johannes Anderwald- fix typo and compilation under windows
2007-07-22 Johannes Anderwald- make sysreg working on linux
2007-07-20 Johannes Anderwald- make sysreg work again under Windows
2007-07-14 Johannes Anderwald- add terminate emulator option :)
2007-07-14 Johannes Anderwald- remove obsolete pid option
2007-07-14 Johannes Anderwald- make sysreg compilable under linux
2007-07-10 Johannes Anderwald- major rewrite of sysreg
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-22 Christoph von Wittichnamed pipes support for linux builds
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-13 Johannes Anderwald- make sysreg compilable under Linux
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-14 Johannes Anderwald- print debug logs on stdout
2006-11-14 Johannes Anderwald- dump reached checkpoints when an BSOD is detected
2006-11-14 Johannes Anderwald- update svn properties
2006-11-05 Johannes Anderwald- read lines into a vector of string lines
2006-10-25 Christoph von Wittichfix some issues when reading from a named pipe
2006-10-25 Christoph von Wittich-debug info can now be read from a pipe
2006-10-24 Johannes Anderwald- fix string define mess
2006-10-24 Johannes Anderwald- fix typo in config file
2006-10-22 Johannes Anderwald- implemented ROSBOOT_CHECKPOINT
2006-10-21 Johannes Anderwald- quit sysreg when checkpoint USETUP_COMPLETED is reached
2006-10-21 Johannes Anderwald- add an option to store emulators pidfile in txt
2006-10-21 Johannes Anderwald- give sysreg a makefile
2006-10-21 Johannes Anderwald- implement a basic boot detection algorithm
2006-10-20 Johannes Anderwald- use timeout to define maximum runtime of emulator
2006-10-20 Johannes Anderwald- avoid using _tprintf
2006-10-20 Johannes Anderwald- fix compilation
2006-10-20 Johannes Anderwald* beginning of a system regression tools