VirtualBox

source: vbox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @127   18 years vboxsync updated precompiled objects
(edit) @126   18 years vboxsync fix windows build?
(edit) @125   18 years vboxsync vditool: redirect LOG output to stdout
(edit) @124   18 years vboxsync LogRel() on VDI failure, make them visible on vditool.
(edit) @123   18 years vboxsync 64-bit (I wonder why the old code was so complicated, hope it's not to …
(edit) @122   18 years vboxsync 64-bit.
(edit) @121   18 years vboxsync 64-bit.
(edit) @120   18 years vboxsync 64-bit
(edit) @119   18 years vboxsync 64-bit
(edit) @118   18 years vboxsync uintptr_t isn't available. use long (should work fine since we don't …
(edit) @117   18 years vboxsync 64-bit fix.
(edit) @116   18 years vboxsync VBOXQTGUI must use -fPIC on amd64/gcc.
(edit) @115   18 years vboxsync 64-bit
(edit) @114   18 years vboxsync arg.
(edit) @113   18 years vboxsync 64-bit
(edit) @112   18 years vboxsync 64-bit
(edit) @111   18 years vboxsync 64-bit
(edit) @110   18 years vboxsync Log patch returns.
(edit) @109   18 years vboxsync typo in detecting bcc
(edit) @108   18 years vboxsync Fixed comment (reset is now required on load). 64-bit
(edit) @107   18 years vboxsync error checking. 64-bit.
(edit) @106   18 years vboxsync style
(edit) @105   18 years vboxsync style
(edit) @104   18 years vboxsync phys_ram_size should be RTGCPHYS.
(edit) @103   18 years vboxsync Fix
(edit) @102   18 years vboxsync Guest2PatchAddrTree / RECGUESTTOPATCH: changed from PV to GCPtr AVL tree.
(edit) @101   18 years vboxsync fixed warnings.
(edit) @100   18 years vboxsync refreshed accidently removed copyright information, dropped …
(edit) @99   18 years vboxsync Update
(edit) @98   18 years vboxsync Reapply fixed 17508 changeset
(edit) @97   18 years vboxsync hotfix. (will check if it's the right fix now.)
(edit) @96   18 years vboxsync RTAvlGCPtr.
(edit) @95   18 years vboxsync Get BIOS in sync with bochs (BIOS32 deactivated). Fixes E820 issue.
(edit) @94   18 years vboxsync Patch2GuestAddrTree / RECPATCHTOGUEST: changed from PV to U32 AVL …
(edit) @93   18 years vboxsync Patch2GuestAddrTree / RECPATCHTOGUEST: changed from PV to U32 AVL …
(edit) @92   18 years vboxsync Added missing prototype for RTAvlPVDestroy.
(edit) @91   18 years vboxsync Log iret return address
(edit) @90   18 years vboxsync Log iret return address
(edit) @89   18 years vboxsync Fixed overlapping memory map regions. Thanks goes to Brendan Trotter.
(edit) @88   18 years vboxsync Copy of linux.x86 for now.
(edit) @87   18 years vboxsync wording
(edit) @86   18 years vboxsync FE/Qt: Added the "going to fullscreen" reminder.
(edit) @85   18 years vboxsync removed bogus -L and -F statements from VBOXR0DRV (darwin).
(edit) @84   18 years vboxsync Support/linux/Makefile: fixed typo; 'make clean' should work even …
(edit) @83   18 years vboxsync kext layout.
(edit) @82   18 years vboxsync small cosmetical fix to get my syntax checker back on line
(edit) @81   18 years vboxsync Fixes to the Linux installer to prevent things getting deleted which …
(edit) @80   18 years vboxsync PGMR3PhysGrowRange: a request made from another thread may end up in …
(edit) @79   18 years vboxsync Backed out 17508
(edit) @78   18 years vboxsync 64-bit
(edit) @77   18 years vboxsync Warning.
(edit) @76   18 years vboxsync
(edit) @75   18 years vboxsync Initial 64-bit port of the code.
(edit) @74   18 years vboxsync 64-bit/32-bit register macros. RTGCPHYS and RTHCPHYS macros.
(edit) @73   18 years vboxsync Just drop the inline assembly on 64-bit host.
(edit) @72   18 years vboxsync Fixed unused code path.
(edit) @71   18 years vboxsync warnings
(edit) @70   18 years vboxsync FE/Qt: Fixed the VM Settings dialog (USB page): - The debug vesion …
(edit) @69   18 years vboxsync Main: If the USB proxy service cannot be loaded, report an error when …
(edit) @68   18 years vboxsync Sync the TSS ring 0 stack selector and base address on-demand.
(edit) @67   18 years vboxsync tested and fixed.
(edit) @66   18 years vboxsync committing for testing on windows.
(edit) @65   18 years vboxsync better check the VBox base path
(edit) @64   18 years vboxsync '.' is valid
(edit) @63   18 years vboxsync configure: check for invalid characters
(edit) @62   18 years vboxsync Fixed incorrect checks for LDT and TSS selector updates (!).
(edit) @61   18 years vboxsync Sync with qemu -- fixed sizeof(divider).
(edit) @60   18 years vboxsync More verbose assertion
(edit) @59   18 years vboxsync FE/Qt [dsen]: - Replaced the "enumeration in progress" indication in …
(edit) @58   18 years vboxsync Removed incorrect assertion
(edit) @57   18 years vboxsync remove /etc/vbox/module_not_compiled if 'make install' was successful
(edit) @56   18 years vboxsync FE/Qt: Fixed incorrect hard size displayed in GUI for hard disks >2G.
(edit) @55   18 years vboxsync RAM size should be an *unsigned* int
(edit) @54   18 years vboxsync -> RamPreAlloc
(edit) @53   18 years vboxsync PreAlloc -> PreAllocRam
(edit) @52   18 years vboxsync never use gcc, use the config variable instead
(edit) @51   18 years vboxsync fixed libgcc
(edit) @50   18 years vboxsync amd64 compile fixes.
(edit) @49   18 years vboxsync amd64 compile fixes.
(edit) @48   18 years vboxsync amd64 compile fixes.
(edit) @47   18 years vboxsync amd64 compile fixes.
(edit) @46   18 years vboxsync PIC is mandatory for shared libraries on amd64 when using ELF.
(edit) @45   18 years vboxsync PIC is mandatory for shared libraries on amd64 when using ELF.
(edit) @44   18 years vboxsync updated for Windows build machines
(edit) @43   18 years vboxsync fixed VBOXR0DRV template for amd64/x86 linking.
(edit) @42   18 years vboxsync Seems the _IO and _IOWR macros has changed.
(edit) @41   18 years vboxsync moved etherbios to 0xca000, some compilers generate bigger code
(edit) @40   18 years vboxsync Update
(edit) @39   18 years vboxsync Fixed state loading.
(edit) @38   18 years vboxsync amd64 needs the new recompiler code just like darwin.
(edit) @37   18 years vboxsync Don't bother with additions on linux.amd64 yet.
(edit) @36   18 years vboxsync shut up.
(edit) @35   18 years vboxsync VBOXGC is x86.
(edit) @34   18 years vboxsync Sigh
(edit) @33   18 years vboxsync Arght
(edit) @32   18 years vboxsync Added prealloc guest ram option.
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