VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16871   16 years vboxsync Storage/VMDK: delete streamOptimized version paranoia. the version 3 …
(edit) @16870   16 years vboxsync Solaris/VBoxNetAdp: random MAC address
(edit) @16869   16 years vboxsync FE/Qt4: 3633: Show build rev in about dialog - colon after Details removed.
(edit) @16868   16 years vboxsync workaround for burning boxes (missing file)
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16866   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: rc fix
(edit) @16865   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16864   16 years vboxsync Missing CPUMSetHyperCR3
(edit) @16863   16 years vboxsync try to fix the winadds burns
(edit) @16862   16 years vboxsync Assertion added
(edit) @16861   16 years vboxsync More assertions
(edit) @16860   16 years vboxsync Stricter assertions
(edit) @16859   16 years vboxsync Load hypervisor CR3 from CPUM (instead of hardcoded fixups in the …
(edit) @16858   16 years vboxsync burn fixes
(edit) @16857   16 years vboxsync CPUMGetHyperCR3 added
(edit) @16856   16 years vboxsync burn fixes
(edit) @16855   16 years vboxsync Solaris/VBoxNetAdp: fixed typo causing panic.
(edit) @16854   16 years vboxsync TAP/win: host only networking for windows
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16852   16 years vboxsync Windows guest additions: detect the emulated PS/2 mouse in the …
(edit) @16851   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs: some feating for ion3 wm & mac …
(edit) @16850   16 years vboxsync small simplification
(edit) @16849   16 years vboxsync OVF: replace stringstreams with IPRT funcs, without templates
(edit) @16848   16 years vboxsync Solaris/VBoxNetAdp: Initial commit, compilation disabled.
(edit) @16847   16 years vboxsync Removed unused FIX_HYPER_AMD64_CR3.
(edit) @16846   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs: removing auto-raise hover border …
(edit) @16845   16 years vboxsync Config.kmk: crossbuilding darwin.x86 on darwin.amd64.
(edit) @16844   16 years vboxsync xpcom/Makefile: changed to darwin.amd64/xidl hack to apply to host …
(edit) @16843   16 years vboxsync Fixed breakage
(edit) @16842   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: update cr3 in RC
(edit) @16841   16 years vboxsync VBoxXPCOMCGlue: dependency fix.
(edit) @16840   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode
(edit) @16839   16 years vboxsync properly detect gcc<=3.3 for recompiler_new (intern issue #3649)
(edit) @16838   16 years vboxsync Fixed $Revision$ typo.
(edit) @16837   16 years vboxsync VBoxXPCOMCGlue.c/.h: MIT license since it requires static linking.
(edit) @16836   16 years vboxsync OVF: replace stringstreams with IPRT funcs
(edit) @16835   16 years vboxsync tstXPCOMCGlue.c: transformed tstLinux.c to use the glue code.
(edit) @16834   16 years vboxsync VBoxManage: implement remaining options for import
(edit) @16833   16 years vboxsync cbinding: Moved MOZ_UNICODE into the cbinding.h header.
(edit) @16832   16 years vboxsync VBoxXPCOMCGlue and VBoxGetXPCOMCFunctions.
(edit) @16831   16 years vboxsync fix burn
(edit) @16830   16 years vboxsync OVF: forgot to set item in aEnabled array to true
(edit) @16829   16 years vboxsync Make sure PATH_SDK_W2K3DDK_LIB is defined.
(edit) @16828   16 years vboxsync Config.kmk: Select the appropriate gcc version for darwin.
(edit) @16827   16 years vboxsync Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
(edit) @16826   16 years vboxsync Runtime/zip: better include handling in Makefile.kmk
(edit) @16825   16 years vboxsync Runtime: zlib include path fix
(edit) @16824   16 years vboxsync Runtime/zip: enable zlib functions
(edit) @16823   16 years vboxsync Runtime/zip: make zlib reader more greedy to fix issue with …
(edit) @16822   16 years vboxsync NAT:coding style
(edit) @16821   16 years vboxsync NAT:warnings
(edit) @16820   16 years vboxsync NAT:warnings (unreferenced)
(edit) @16819   16 years vboxsync NAT:warnings
(edit) @16818   16 years vboxsync NAT: Code style
(edit) @16817   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16816   16 years vboxsync NAT:log (if WSAIoctl fails it should be detectable in release logs)
(edit) @16815   16 years vboxsync NAT: Another yet Graceful connection termination case in MS networking
(edit) @16814   16 years vboxsync NAT: RTMemAllocZ() makes memset() superflous
(edit) @16813   16 years vboxsync NAT:log
(edit) @16812   16 years vboxsync NAT: memset(,0,) => RTMemAllocZ
(edit) @16811   16 years vboxsync windows build fix.
(edit) @16810   16 years vboxsync buildfix.
(edit) @16809   16 years vboxsync VBoxRT/RuntimeR3: Added RTErrConvertToErrno.cpp to the libs.
(edit) @16808   16 years vboxsync RTErrConvertFromErrno: @todos.
(edit) @16807   16 years vboxsync RTErrConvertToErrno: VERR_PATH_NOT_FOUND -> ENOTDIR like …
(edit) @16806   16 years vboxsync FE/Qt4: 3630: Hiding status bar floppy icon.
(edit) @16805   16 years vboxsync VBoxNetFlt: ditto
(edit) @16804   16 years vboxsync SUPDrv: darwin Info.plist cleanup.
(edit) @16803   16 years vboxsync VboxNetFlt: Disabled VBoxNetAdapter since it doesn't build on 10.6, …
(edit) @16802   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs. First approved variant done.
(edit) @16801   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: missing relocation
(edit) @16800   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: SyncCR3 fixes
(edit) @16799   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: update
(edit) @16798   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deactivate hypervisor mappings in old …
(edit) @16797   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: new assertions
(edit) @16796   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: removed obsolete assertions
(edit) @16795   16 years vboxsync Solaris/Additions Installer: Xorg version detect fix
(edit) @16794   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: init pgm pool before changing the pgm mode
(edit) @16793   16 years vboxsync Compile fix
(edit) @16792   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode
(edit) @16791   16 years vboxsync FE/Qt: deactivated r42720 and r42792 for now, as they caused …
(edit) @16790   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: paranoid check
(edit) @16789   16 years vboxsync NAT:typo
(edit) @16788   16 years vboxsync NAT: get rid of assert on write opperation, giving TCP/IP stack handle …
(edit) @16787   16 years vboxsync fixed accident
(edit) @16786   16 years vboxsync Solaris/Additions Installer: Use /usr instead of /platform for …
(edit) @16785   16 years vboxsync configure: fixes
(edit) @16784   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: paranoid check
(edit) @16783   16 years vboxsync Solaris/Additions Installer: Include Xorg 1.5.x drivers for snv_108+.
(edit) @16782   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: missing case
(edit) @16781   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: typo
(edit) @16780   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: typo
(edit) @16779   16 years vboxsync Typo: Insert missing white space.
(edit) @16778   16 years vboxsync libxml2: some fixes from upstream
(edit) @16777   16 years vboxsync additions/x11/installer: simplified Xorg version test
(edit) @16776   16 years vboxsync operator precedence (gcc found this bug)
(edit) @16775   16 years vboxsync warning
(edit) @16774   16 years vboxsync RTBase64: no trailing newline.
(edit) @16773   16 years vboxsync tstBase64: better test coverage.
(edit) @16772   16 years vboxsync filemuncher
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