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