VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @38087   14 years vboxsync VBoxService/VMInfo: Enhanced logging.
(edit) @38086   14 years vboxsync oooops.
(edit) @38085   14 years vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @38084   14 years vboxsync IEM: Implemented immediate far call.
(edit) @38083   14 years vboxsync getoptargv.cpp: control chars go to 0x20, not 20.
(edit) @38082   14 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38081   14 years vboxsync PDMCritSectLeave: Release assertion if not owner.
(edit) @38080   14 years vboxsync PGMR3PhysAllocateHandyPages: more details in debug builds.
(edit) @38079   14 years vboxsync IEM: Implemented AAM, fixed AAD.
(edit) @38078   14 years vboxsync Additions/Solaris/SharedFolders: link to ctf module.
(edit) @38077   14 years vboxsync IEM: Implemented LAHF/SAHF.
(edit) @38076   14 years vboxsync SUPR3HardenedMain: free privset if allocated.
(edit) @38075   14 years vboxsync SUPDrv: Check pSession in the IOCtl routine and clean up a little …
(edit) @38074   14 years vboxsync IEM: Implemented CMC.
(edit) @38073   14 years vboxsync IEM: Implemented CBW and friends.
(edit) @38072   14 years vboxsync GMMR0.cpp: Fixed fast mutex leak in GMMR0Term.
(edit) @38070   14 years vboxsync VBoxManage: fixed extpack install --replace
(edit) @38069   14 years vboxsync NAT: logs.
(edit) @38068   14 years vboxsync NAT: experiment with NAT connection (2), attempt to fix xTracker/5742.
(edit) @38064   14 years vboxsync tcg-target.c: Make sure the stack is aligned on darwin (VBoxREM64 only).
(edit) @38063   14 years vboxsync netflt: yet another attempt to fix regression introduced in r72926
(edit) @38062   14 years vboxsync netflt: another attempt to fix regression introduced in r72926
(edit) @38061   14 years vboxsync Main-CloneVM: invert it
(edit) @38059   14 years vboxsync PDMCritSectLeave: Changed the release assertion into a normal …
(edit) @38058   14 years vboxsync Main-CloneVM: fix wrong check
(edit) @38057   14 years vboxsync NAT: typo.
(edit) @38056   14 years vboxsync Main/Machine: disable clone mode "machine and child states" for now
(edit) @38055   14 years vboxsync FE/Qt4/CLI;Docu; disable "MachineAndChildren" clone mode for now
(edit) @38054   14 years vboxsync netflt: fix for regression introduced in r72926
(edit) @38053   14 years vboxsync FE/Qt4-NLS: merged hu and it
(edit) @38052   14 years vboxsync backed out r72992
(edit) @38051   14 years vboxsync German NLS fix
(edit) @38050   14 years vboxsync netflt: RHEL5 fix
(edit) @38049   14 years vboxsync Main-CloneVM: no tmp necessary
(edit) @38048   14 years vboxsync Machine: fix snapshot and current state updating in the "machine and …
(edit) @38045   14 years vboxsync VBoxDisp: fixed PATBLTBRUSH for VRDE.
(edit) @38044   14 years vboxsync NAT: FD_CONNECT exception in FD_OOB handler under …
(edit) @38043   14 years vboxsync NAT: experiment with FD_CONNECT processing on Windows host (disabled …
(edit) @38042   14 years vboxsync PDMCritSectEnter: Fixed rcBusy=VINF_SUCCESS case. Only affected …
(edit) @38041   14 years vboxsync Main/MachineImpl: fix automatic diff creation when cloning a VM …
(edit) @38038   14 years vboxsync Main-CloneVM: use the disk base name for the "MachineState" mode when …
(edit) @38037   14 years vboxsync eliminate use of LOG_ENABLED
(edit) @38036   14 years vboxsync VBoxRT: add SSL_get_certificate.
(edit) @38035   14 years vboxsync PDMCritSectLeave: Don't leave if we're not the owner, panic instead …
(edit) @38030   14 years vboxsync VMDK: Remove debug logging and assertions from release builds
(edit) @38029   14 years vboxsync FE/Qt: Russian NLS for 4.1.
(edit) @38026   14 years vboxsync IEMAllAImpl.asm: Build fix.
(edit) @38025   14 years vboxsync IEMAllAImpl.asm: Fixed fastcall bug.
(edit) @38019   14 years vboxsync IEM: typo
(edit) @38018   14 years vboxsync IEM: Made it link on 32-bit windows.
(edit) @38017   14 years vboxsync USB/Solaris: vboxuser group access constraint for USB devices.
(edit) @38016   14 years vboxsync USB/Solaris: vboxuser group access constraint for USB devices.
(edit) @38015   14 years vboxsync VBoxServiceToolBox: Addressed misc. todos.
(edit) @38014   14 years vboxsync Main: a little more explanation
(edit) @38013   14 years vboxsync Main: import extra data items on read
(edit) @38011   14 years vboxsync FE/CLI: correct spelling
(edit) @38010   14 years vboxsync comment fix
(edit) @38007   14 years vboxsync netflt: fixed 'bad override' complaints (#5712)
(edit) @38005   14 years vboxsync Additions: Missing _INST slashes.
(edit) @38004   14 years vboxsync Support/Makefile.kmk: Missing _INST slash.
(edit) @38003   14 years vboxsync VBoxShell/Makefile.kmk: Missing _INST slash.
(edit) @38002   14 years vboxsync VirtualBox/Makefile.kmk: Missing _INST slash.
(edit) @38001   14 years vboxsync Installer: Missing _INST slashes.
(edit) @38000   14 years vboxsync ain/Makefile.kmk: Two missing slashes in _INST properties.
(edit) @37999   14 years vboxsync webservice/Makefile.kmk: One missing slash in _INST properties.
(edit) @37998   14 years vboxsync xpcom18a4/Makefile.kmk: two missing slashs in _INST properties.
(edit) @37997   14 years vboxsync rpm: initscripts dependeny only for RH rpms
(edit) @37996   14 years vboxsync iprt: don't slurp <linux/module.h> here as the resulting other Linux …
(edit) @37995   14 years vboxsync FE/Qt4-NLS: update
(edit) @37994   14 years vboxsync FE/Qt4-NLS: merged sr, hu, it, es, ko
(edit) @37993   14 years vboxsync netflt: Attempt to fix host-only networking crash for pre-2.6.29 kernels
(edit) @37992   14 years vboxsync FE/Qt: 5778: CD/DVD image selection dialog issues: Workaround for …
(edit) @37991   14 years vboxsync Build fix.
(edit) @37989   14 years vboxsync Initialize extended common control classes.
(edit) @37987   14 years vboxsync VBoxStub: Initialize extended common controls and use a manifest to …
(edit) @37986   14 years vboxsync Wddm/3d: fix thread sync issues
(edit) @37985   14 years vboxsync Main/Machine: fix the medium registry logic for linked clones. …
(edit) @37983   14 years vboxsync Spaces.
(edit) @37982   14 years vboxsync VBoxNetFlt/Solaris: Use CTF probing for f_vnode member.
(edit) @37981   14 years vboxsync Additions/Solaris: Link vboxguest to misc/ctf.
(edit) @37979   14 years vboxsync IntNet: Work around DHCP issue on Mac OS X Lion GM when bridging …
(edit) @37978   14 years vboxsync rpm: depend on initscripts
(edit) @37976   14 years vboxsync Runtime/r0drv/solaris/vbi: CTF support for probing offsets into kernel …
(edit) @37975   14 years vboxsync Windows host installer: Ship "vbox-img.exe".
(edit) @37974   14 years vboxsync Main: Extended testcase for guest control output buffer parsing (block …
(edit) @37972   14 years vboxsync SUPDrv/Linux: Fix endless recursion
(edit) @37971   14 years vboxsync Main/Machine: implement creating linked clones. Frontends/VBoxManage: …
(edit) @37970   14 years vboxsync SUPDrv: Use RTStrPrintfV instead of host snprintf in SUPR0Printf. …
(edit) @37969   14 years vboxsync AMD64andLegacy.mac: Avoid #GPing in world switcher code when restoring …
(edit) @37966   14 years vboxsync testcase+fixes
(edit) @37965   14 years vboxsync testcase
(edit) @37964   14 years vboxsync Register formatting in strformatrt.cpp (for logging).
(edit) @37959   14 years vboxsync FE/Qt: codenames for Ubuntu 11.10 and Fedora 15
(edit) @37957   14 years vboxsync German NLS fix
(edit) @37956   14 years vboxsync FE/Qt: 5769: Make it possible to manually configure the port count of …
(edit) @37955   14 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37952   14 years vboxsync VBoxServiceToolbox.cpp: Use RTMsgSetProgName; mkdir shall fail if no …
(edit) @37951   14 years vboxsync IPRT: Added RTMsgSetProgName.
(edit) @37950   14 years vboxsync PGMR0.cpp: Add a VBOX_STRICT around the loop, just in case.
(edit) @37949   14 years vboxsync Runtime/r0drv/Solaris/vbi: cleanup.
Note: See TracRevisionLog for help on using the revision log.

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