VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5308   17 years vboxsync get rid of the struct tm mess.
(edit) @5263   17 years vboxsync drop the whole bootchk bit if it's not supposed to be used.
(edit) @5208   17 years vboxsync more logging
(edit) @5206   17 years vboxsync Don't look for 0x55AA signature on floppy boot sectors. There is no …
(edit) @5196   17 years vboxsync Implemented INT 15h/89h (switch to protected mode). Used by AIX 1.3.
(edit) @5170   17 years vboxsync Added PXEDebug option to BIOS. Write setting to CMOS offset 0x3f.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4774   17 years vboxsync Forced LF (Unix) EOL for common SED and ACPI scripts mode to make it …
(edit) @4670   17 years vboxsync Eliminated one MMPhysGCPhys2HCVirt user.
(edit) @4525   17 years vboxsync F12 boot menu Floppy selection fixed.
(edit) @4485   17 years vboxsync Pass the VM's GUID to DevPcBIOS so that the GUID can be stored in …
(edit) @4449   17 years vboxsync marked the change.
(edit) @4431   17 years vboxsync another build fix
(edit) @4429   17 years vboxsync proper implementation of the ram refresh bit in 61h (bit 4).
(edit) @4428   17 years vboxsync 15h 8600h is reading the wrong stack frame, this accounts for the …
(edit) @4391   17 years vboxsync Support booting from the Intel PXE ROM.
(edit) @4382   17 years vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4279   17 years vboxsync a special case for the ACPI index workaround (see r10335)
(edit) @4195   17 years vboxsync Don't crash if there ain't no driver attached.
(edit) @4076   17 years vboxsync Two more manual license fixes.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3942   17 years vboxsync fixed detecting the CPU vendor (in DevAPIC) by introducing symbolic …
(edit) @3932   17 years vboxsync Back out unsuccessful attempt. The BIOS asks the IDE device.
(edit) @3930   17 years vboxsync Another attempt at fixing geometry problems with VMDK files.
(edit) @3912   17 years vboxsync SOLARIS -> RT_OS_SOLARIS
(edit) @3721   17 years vboxsync Applied patch moving the logo from MMIO to port I/O space. …
(edit) @3694   17 years vboxsync WIN -> RT_OS_WINDOWS
(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
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