VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25965   15 years vboxsync crOpenGL: add libXext linker stub
(edit) @25964   15 years vboxsync crOpenGL: add linker stubs for libXdamage and libXfixes
(edit) @25963   15 years vboxsync VHD: Fix incompatibility with Virtual PC
(edit) @25962   15 years vboxsync VBoxGuestLib/VBoxGuestR3LibMisc: Fixed wrong error lookup (debug …
(edit) @25961   15 years vboxsync IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
(edit) @25960   15 years vboxsync Doxyfile*: Added custom command …
(edit) @25959   15 years vboxsync VBoxService: Also set service description on new install, not only on …
(edit) @25958   15 years vboxsync REMNotifyInvalidatePage never rails; drop the return code
(edit) @25957   15 years vboxsync CPUM: StrictCpuIdChecks should default to true instead of false (to …
(edit) @25956   15 years vboxsync PGMInternal.h: todo about splitting the file; one VBOX_WITH_RAW_MODE thing.
(edit) @25955   15 years vboxsync #4610: virtio-net: fixed handling for port reads beyond the valid range.
(edit) @25954   15 years vboxsync VBoxClient: gcc warning
(edit) @25953   15 years vboxsync Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
(edit) @25951   15 years vboxsync Runtime: gcc warning
(edit) @25950   15 years vboxsync $(QUIET)
(edit) @25949   15 years vboxsync crOpenGL: update to wine 1.1.36 and disable unnecessary fbo state poll
(edit) @25947   15 years vboxsync build fix.
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25944   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25943   15 years vboxsync Additions/OpenGL: backed out previous commit.
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25941   15 years vboxsync Additions/crOGL: pull in libraries being used.
(edit) @25940   15 years vboxsync Corrected log statement
(edit) @25939   15 years vboxsync Main: remove LOCKCLASS_USBPROXYSERVICE
(edit) @25937   15 years vboxsync PGM: PGM_WITHOUT_MAPPINGS must be defined in PGMInternal.h
(edit) @25936   15 years vboxsync Main: make deleteSnapshot() work with the lock validator
(edit) @25935   15 years vboxsync PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
(edit) @25934   15 years vboxsync BusLogic: Fix assertions with 2.4 kernels
(edit) @25933   15 years vboxsync Backed out 56768
(edit) @25932   15 years vboxsync Use RTEnvExist (-> rename to RTEnvExists)
(edit) @25931   15 years vboxsync Added VBOX_HWVIRTEX_IGNORE_SVM_IN_USE environment variable check to …
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25929   15 years vboxsync More error messages in case of VT-x/AMD-V failures
(edit) @25928   15 years vboxsync ACPI: HPET work
(edit) @25927   15 years vboxsync OVF: rework of r56747
(edit) @25926   15 years vboxsync Runtime: fixed uninitialized var
(edit) @25925   15 years vboxsync build fix.
(edit) @25924   15 years vboxsync tstPath -> tstRTPath.
(edit) @25923   15 years vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25921   15 years vboxsync Removed redundant checks
(edit) @25920   15 years vboxsync Turn on NXE for 32 bits guests if PAE is enabled. (vt-x and amd-v …
(edit) @25919   15 years vboxsync Main/ApplianceImpl: fixed incorrect throw
(edit) @25918   15 years vboxsync Runtime/RTSha1Digest.cpp: no need to open the stream for reading and …
(edit) @25917   15 years vboxsync Audio-OSX: burn fix
(edit) @25916   15 years vboxsync Audio-OSX: More updates to the CoreAudio backend. Added sample rate …
(edit) @25915   15 years vboxsync PGMInvalidatePage: invalidate the TLB entry; might already be done by …
(edit) @25914   15 years vboxsync PGMInvalidatePage already flushes the page. No need to do it again …
(edit) @25913   15 years vboxsync Main: fix missing cleanup of snapshots in Machine destructor (causes …
(edit) @25912   15 years vboxsync Ignore all irrelevant error codes out non-present pages/pds etc in …
(edit) @25911   15 years vboxsync Solaris/Additions: fixed typo in 32-bit additions.
(edit) @25910   15 years vboxsync RTFileReadAll: Must pass DENY_NONE or we'll assert in down in RTFileOpen.
(edit) @25909   15 years vboxsync RTFileReadAll-generic.cpp: committed too much.
(edit) @25908   15 years vboxsync RTSemRWIsReadOwner: For assertion in main.
(edit) @25907   15 years vboxsync Main: fix regression from today that media registry was not saved …
(edit) @25906   15 years vboxsync Main: remove the evil Auto*Lock*::maybeEnter() function which is no …
(edit) @25905   15 years vboxsync Main: build fix
(edit) @25904   15 years vboxsync Use settings version 1.10 for CPU hotplugging
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25902   15 years vboxsync Build fix
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25900   15 years vboxsync Same goes for the write handler and the duplicate ATAController code.
(edit) @25899   15 years vboxsync Runtime/common/log.cpp: gcc warning
(edit) @25898   15 years vboxsync Runtime/path-posix.cpp: gcc found this bug
(edit) @25897   15 years vboxsync ATA: ataIOPortReadStr1: deal with the unlikely case where no data (or …
(edit) @25895   15 years vboxsync ACPI: move HPET to proper place
(edit) @25894   15 years vboxsync Main: less locks: use the same lock for several lists
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25892   15 years vboxsync Main/xml: always write passthrough setting to xml, even if it's false
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25890   15 years vboxsync AutoLock.cpp: build fix
(edit) @25889   15 years vboxsync solaris/SharedFolders/*.h: Headers are 'headers', not …
(edit) @25888   15 years vboxsync Main: split up huge Medium task thread function, part 4 (done)
(edit) @25887   15 years vboxsync Main: split up huge Medium task thread function, part 3
(edit) @25886   15 years vboxsync Main: split up huge Medium task thread function, part 2
(edit) @25884   15 years vboxsync filemuncher
(edit) @25883   15 years vboxsync Additions: more header fixes
(edit) @25882   15 years vboxsync Main: split up huge Medium task thread function, part 1
(edit) @25881   15 years vboxsync Main: remove unused and broken autolock code
(edit) @25880   15 years vboxsync Main: more locking order validation fixes
(edit) @25879   15 years vboxsync Solaris/SharedFolders: fixed header date.
(edit) @25878   15 years vboxsync Solaris/SharedFolders: fixed OSE headers.
(edit) @25877   15 years vboxsync Solaris/SharedFolders: missing files to OSE.
(edit) @25876   15 years vboxsync e1000: Revised EERD patch applied (http://www.virtualbox.org/ticket/6008)
(edit) @25875   15 years vboxsync Additions/VBoxControl: undo accidentally committed testing hacks
(edit) @25874   15 years vboxsync VBoxGINA: Added one more check for NetBIOS names.
(edit) @25873   15 years vboxsync Additions/VBoxControl+VBoxClient: fix usage formatting
(edit) @25872   15 years vboxsync Runtime/testcases: warning
(edit) @25871   15 years vboxsync Solaris/VBoxNetAdp: don't add multiple vboxnet on bootup.
(edit) @25870   15 years vboxsync windows build fix
(edit) @25869   15 years vboxsync Devices/Makefile.kmk: no -Wshadow for the libalias stuff
(edit) @25867   15 years vboxsync try to fix mac-ose
(edit) @25866   15 years vboxsync VMM: More micro optimizations.
(edit) @25865   15 years vboxsync tstRTTimeSpec: renamed from tstTimeSpec, try fix darwin burn.
(edit) @25864   15 years vboxsync VBoxGINA: Made UI handling more modular, added new handling also to …
(edit) @25863   15 years vboxsync VMMAll/EMAll.cpp: trailing spaces.
(edit) @25862   15 years vboxsync SELM.cpp: Updated todo.
(edit) @25861   15 years vboxsync Main: windows build fix
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25859   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25858   15 years vboxsync SELM.cpp: nitpicking
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