VirtualBox

source: vbox/trunk/src/VBox/Devices/PC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3666   17 years vboxsync replace underscore symbols in Devices/
(edit) @3646   17 years vboxsync don't depend on the deprecated vl_vbox.h header anymore
(edit) @3645   17 years vboxsync don't depend on the deprecated vl_vbox.h header anymore
(edit) @3598   17 years vboxsync Fixed a parallel build issue with BCC and fixed an incorrect dependency.
(edit) @3489   17 years vboxsync Clear interrupt action flag when a spurious interrupt situation is …
(edit) @3477   17 years vboxsync just make the variable signed.
(edit) @3430   17 years vboxsync GCC32
(edit) @3429   17 years vboxsync use GCC32 template here instead of local hacks
(edit) @3314   17 years vboxsync warning
(edit) @3308   17 years vboxsync warning
(edit) @3258   17 years vboxsync Don't clear REG_B_UIE when REG_B_SET is written as this breaks OS/2 …
(edit) @3257   17 years vboxsync rtc_timer_update is called on every timer tick, so don't attempt …
(edit) @3190   17 years vboxsync shut up warnings
(edit) @2995   18 years vboxsync Devices/BIOS: VBOX_DMI_TABLE_SIZE<=130 (after renaming to innotek).
(edit) @2993   18 years vboxsync updated etherboot ROM for windows
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2927   18 years vboxsync Clear the interrupt FF when a pending interrupt is masked by a TRP update.
(edit) @2922   18 years vboxsync sync some I/O-APIC code from qemu (r1.11: APIC init fix + APIC get_irq fix)
(edit) @2913   18 years vboxsync #1647: Immediately stop if F12 was pressed during boot; don't accept …
(edit) @2907   18 years vboxsync Don't show the stopped messages unless the timer is active.
(edit) @2880   18 years vboxsync Use a 64Hz PIT rate instead of the 1KHz one. Don't spin for keypress …
(edit) @2877   18 years vboxsync Fixed typo.
(edit) @2851   18 years vboxsync Log RTC frequency changes.
(edit) @2850   18 years vboxsync Fixed leftover VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs.
(edit) @2849   18 years vboxsync No need to dump the PIT state. #1589 has been solved with the …
(edit) @2848   18 years vboxsync more/better release logging.
(edit) @2787   18 years vboxsync More deps…
(edit) @2786   18 years vboxsync Added a DIRDEP to the MAKEDEPS.
(edit) @2785   18 years vboxsync Fixed missing dependency.
(edit) @2784   18 years vboxsync Converted to sub-makefiles.
(edit) @2783   18 years vboxsync Drop the OTHERS bit as it's only a dependency of the LIBRARIES target.
(edit) @2781   18 years vboxsync made the file description correspond to the device/driver description.
(edit) @2779   18 years vboxsync Log PIT frequency changes.
(edit) @2749   18 years vboxsync QueryCPUId -> GetCpuId (it's a wrapper for CPUMGetGuestCpuId).
(edit) @2725   18 years vboxsync Removed obsolete MPS tables from rombios. Extend DevPcBios.cpp instead …
(edit) @2651   18 years vboxsync provide MPS table if IOAPIC is present, use the last 16 bytes of the …
(edit) @2640   18 years vboxsync fixed typo
(edit) @2636   18 years vboxsync enable local APIC if IOAPIC is enabled or CPU == Intel || CPU == AMD
(edit) @2627   18 years vboxsync Fixed some RTTIME -> tm conversion bugs.
(edit) @2626   18 years vboxsync Fixed UTC typo.
(edit) @2613   18 years vboxsync Use TM as UCT source.
(edit) @2569   18 years vboxsync the string of valid CFG options in CFGMR3AreValuesValid() should be …
(edit) @2557   18 years vboxsync Fixed and simplified BIOS int15 mouse service. Avoids spurious …
(edit) @2546   18 years vboxsync cosmetical fixes
(edit) @2543   18 years vboxsync Fixed boch shutdown (write 'Shutdown' to 9800h).
(edit) @2538   18 years vboxsync Quick implementation of IRQ level flip-flip (pass …
(edit) @2535   18 years vboxsync Avoid build timestamp in the BIOS. Results in BIOS image compare …
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2477   18 years vboxsync export
(edit) @2476   18 years vboxsync Some makefile header and attribute adjustments.
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2468   18 years vboxsync Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default.
(edit) @2456   18 years vboxsync Some build message adjustments. (depends on new kBuild)
(edit) @2366   18 years vboxsync use kBuild-provided msg macros
(edit) @2335   18 years vboxsync Clean up a few BIOS log/error messages.
(edit) @2285   18 years vboxsync TMCLOCK_VIRTUAL_SYNC changes. (define VBOX_WITH_VIRTUAL_SYNC_TIMERS to …
(edit) @2278   18 years vboxsync updated etherboot zrom image
(edit) @2275   18 years vboxsync Correctly handle PXE menus with 0 boot servers for an entry. Use the …
(edit) @2269   18 years vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @2001   18 years vboxsync Removed parts of Etherboot we never build.
(edit) @1931   18 years vboxsync apic.c => DevAPIC.cpp
(edit) @1912   18 years vboxsync muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp
(edit) @1896   18 years vboxsync Improved F12 key handling in the BIOS temporary boot selection and …
(edit) @1846   18 years vboxsync don't build the rom on solaris, for now at least.
(edit) @1845   18 years vboxsync getopt crashes with stdlib.h on Solaris 11.
(edit) @1802   18 years vboxsync Avoid unimplemented int15 function warning for ah=0xe9 (SMI functions …
(edit) @1737   18 years vboxsync Fixed a couple off-by-one errors in the CHS handling part …
(edit) @1735   18 years vboxsync Partly revert previous CHS translation and shuffle around 16383 …
(edit) @1694   18 years vboxsync Don't log GRUB invoking the ROM get configuration BIOS function.
(edit) @1630   18 years vboxsync shut up warnings
(edit) @1531   18 years vboxsync Implemented INT15h, fn 0xC2 (mouse), subfn 3 - set resolution. MSD and …
(edit) @1530   18 years vboxsync Corrected VBox-specific bug in INT15h mouse reset handling. Fixes MS …
(edit) @1457   18 years vboxsync Make sure the output directory exists. (stupid me)
(edit) @1453   18 years vboxsync warning
(edit) @1436   18 years vboxsync Reset should honor the warm reboot flag.
(edit) @1434   18 years vboxsync Log boot attempts to the release log (not just failed attempts as …
(edit) @1433   18 years vboxsync Perform software reset of pcnet device(s) in the BIOS. This makes sure …
(edit) @1427   18 years vboxsync fixed BIOS guest log
(edit) @1384   18 years vboxsync Fixed RTC alarm (problem seen in Norton Diagnostics). We need to a) …
(edit) @1372   18 years vboxsync removed obsolete .cvsignore files
(edit) @1364   18 years vboxsync Make the BIOS log prefix a single string instead of replicating it …
(edit) @1362   18 years vboxsync Enable BIOS backdoor logging for info messages. Can be useful to debug …
(edit) @1342   18 years vboxsync Zero (almost) all memory below 640K. All commercial BIOS versions …
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1245   18 years vboxsync fixed win.amd64 alignemnt issue.
(edit) @1118   18 years vboxsync Detect attempt to enter PXE code in V86 mode. Print error message and …
(edit) @1070   18 years vboxsync Hack up a simple warm boot implementation and use it for int19 reboots …
(edit) @1066   18 years vboxsync silly typo
(edit) @1065   18 years vboxsync Fixed the missing configuration option for external network boot bios.
(edit) @1014   18 years vboxsync Fixed physical CHS detection. Hopefully without breaking existing VDIs.
(edit) @985   18 years vboxsync Fixed Vista CD-ROM detection problems.
(edit) @898   18 years vboxsync small fix for older bcc's
(edit) @837   18 years vboxsync GC Phys to HC virt conversion changes for dynamic RAM allocation.
(edit) @491   18 years vboxsync 64-bit alignment.
(edit) @490   18 years vboxsync 64-bit alignment.
(edit) @487   18 years vboxsync 64-bit Alignment.
(edit) @485   18 years vboxsync 64-bit alignment.
(edit) @483   18 years vboxsync 64-bit alignment.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette