|
|
@52445
|
11 years |
vboxsync |
SrvIntNetR0.cpp: New commit policy for this file.
|
|
|
@52444
|
11 years |
vboxsync |
fix
|
|
|
@52443
|
11 years |
vboxsync |
Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
|
|
|
@52442
|
11 years |
vboxsync |
Main: convert VirtualBoxClient and VRDEServerInfo to use wrappers
|
|
|
@52441
|
11 years |
vboxsync |
warning
|
|
|
@52440
|
11 years |
vboxsync |
VMM/GIM: comment.
|
|
|
@52439
|
11 years |
vboxsync |
Devices/PC/BIOS: sync alternative sources
|
|
|
@52438
|
11 years |
vboxsync |
SUP: Some more confusing trickery.
|
|
|
@52437
|
11 years |
vboxsync |
crOpenGL: debugging
|
|
|
@52436
|
11 years |
vboxsync |
minor header fix
|
|
|
@52434
|
11 years |
vboxsync |
Storage/AHCI: Fix tight race when the guest resets a port leading to …
|
|
|
@52433
|
11 years |
vboxsync |
SUP: Avast sleep kludge.
|
|
|
@52432
|
11 years |
vboxsync |
Main/EbmlWriter: fixed version string
|
|
|
@52431
|
11 years |
vboxsync |
SUP: Process the WinVerityTrust todo list from LdrLoadDll, avoid doing …
|
|
|
@52430
|
11 years |
vboxsync |
crOpenGL: missing file
|
|
|
@52429
|
11 years |
vboxsync |
crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes
|
|
|
@52427
|
11 years |
vboxsync |
#6219: Segment duration calculation fixes. Coding style fixes.
|
|
|
@52426
|
11 years |
vboxsync |
uuids
|
|
|
@52425
|
11 years |
vboxsync |
SUPDrv: Revised fix.
|
|
|
@52424
|
11 years |
vboxsync |
Only VirtualBox.dll has a TrustedError method, so add a flag to …
|
|
|
@52423
|
11 years |
vboxsync |
SUPDrv: Worked around a -104 supR3HardenedWinReSpawn issue. Someone …
|
|
|
@52421
|
11 years |
vboxsync |
Additions/linux: added -Wno-declaration-after-statement to prevent …
|
|
|
@52420
|
11 years |
vboxsync |
Runtime, VBoxNetAdp: Linux 3.17 fixes
|
|
|
@52419
|
11 years |
vboxsync |
VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
|
|
|
@52418
|
11 years |
vboxsync |
comregister.cmd: Check if the current user is an administrator. …
|
|
|
@52417
|
11 years |
vboxsync |
Startup optimization: Don't check the hardened-program.dll signature …
|
|
|
@52416
|
11 years |
vboxsync |
SUPR3HardenedMainImports-win.cpp: Fixed bug in x86 syscall variation …
|
|
|
@52415
|
11 years |
vboxsync |
Storage/tstVDIo: fixed a typo and use RT_STR_TUPLE()
|
|
|
@52414
|
11 years |
vboxsync |
SUP: Need per thread recursion counters for WinVerifyTrust or we risk …
|
|
|
@52413
|
11 years |
vboxsync |
VBoxSVC: resolve undesirable freeze on shutdown.
|
|
|
@52412
|
11 years |
vboxsync |
AHCI: argh
|
|
|
@52411
|
11 years |
vboxsync |
VMM/HMVMXR0: Use unordered atomics for …
|
|
|
@52410
|
11 years |
vboxsync |
traling spaces
|
|
|
@52409
|
11 years |
vboxsync |
AHCI: unused variable
|
|
|
@52408
|
11 years |
vboxsync |
Storage/AHCI: Free cached tasks on detach and before ahciR3Destruct is …
|
|
|
@52407
|
11 years |
vboxsync |
tstVDIo: Disable builtin tests on 32bit hosts, the address space is …
|
|
|
@52406
|
11 years |
vboxsync |
SUP: No need to repeat the IPRT signature check when we just want to …
|
|
|
@52405
|
11 years |
vboxsync |
ldrPE.cpp: Fixed RTLDRPROP_IMPORT_COUNT, the gnu loader includes all …
|
|
|
@52404
|
11 years |
vboxsync |
Simplified the checks.
|
|
|
@52403
|
11 years |
vboxsync |
SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
|
|
|
@52402
|
11 years |
vboxsync |
FE/Qt: Runtime UI: Sliding tool-bar: Top/bottom position support.
|
|
|
@52401
|
11 years |
vboxsync |
FE/Qt: Runtime UI: Notify listeners about geometry changes even in …
|
|
|
@52400
|
11 years |
vboxsync |
6813 KeyboardImpl.cpp changes
|
|
|
@52399
|
11 years |
vboxsync |
Runtime/memsafer-r3: fix
|
|
|
@52398
|
11 years |
vboxsync |
crOpenGL: don't repaint invisible windows
|
|
|
@52397
|
11 years |
vboxsync |
comregister.cmd: Added support for handling installation paths …
|
|
|
@52396
|
11 years |
vboxsync |
VMM/HMSVMR0: nit.
|
|
|
@52395
|
11 years |
vboxsync |
added todo
|
|
|
@52394
|
11 years |
vboxsync |
intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
|
|
|
@52393
|
11 years |
vboxsync |
intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex …
|
|
|
@52391
|
11 years |
vboxsync |
crOpenGL: try fix rendering slowdown
|
|
|
@52390
|
11 years |
vboxsync |
Main/crOpenGL: fix video recording
|
|
|
@52389
|
11 years |
vboxsync |
FE/Qt: 3646: Move common status-bar editor code into separate class …
|
|
|
@52388
|
11 years |
vboxsync |
Device/Driver: 5986: Applying patch from qemu-devel related to "Hours …
|
|
|
@52387
|
11 years |
vboxsync |
supdrv-win.cpp: debugging aids.
|
|
|
@52386
|
11 years |
vboxsync |
USBProxyDevice-linux: Make sure USBDEVFS_URB_SHORT_NOT_OK is only ever …
|
|
|
@52385
|
11 years |
vboxsync |
FE/Qt: Coding-style / warning fix for r95440.
|
|
|
@52384
|
11 years |
vboxsync |
crOpenGL: fix corupted framebuffer image on 3D desktop exits (UAC or …
|
|
|
@52383
|
11 years |
vboxsync |
6219: EbmlWriter code cleanup. Default video capture quality tuning.
|
|
|
@52382
|
11 years |
vboxsync |
FE/Qt: Runtime UI: Make sure mini-toolbar of hidden machine-window is …
|
|
|
@52381
|
11 years |
vboxsync |
FE/Qt: Mac OS X: Runtime UI: Remove unnecessary mini-toolbar shadow.
|
|
|
@52380
|
11 years |
vboxsync |
Runtime: comment nit.
|
|
|
@52379
|
11 years |
vboxsync |
Storage/tstVDIo: make it build on Windows, excluding the I/O log …
|
|
|
@52378
|
11 years |
vboxsync |
Storage/tstVDIo: Don't run builtin tests if there is not enough free …
|
|
|
@52377
|
11 years |
vboxsync |
main/crOpenGL: only issue screen info on framebuffer attach/detach
|
|
|
@52376
|
11 years |
vboxsync |
Fixed bug in supHardViUtf16PathStartsWithEx.
|
|
|
@52375
|
11 years |
vboxsync |
SUP: Some cleanup and bug hacking.
|
|
|
@52374
|
11 years |
vboxsync |
SUP: x86 import fixes.
|
|
|
@52373
|
11 years |
vboxsync |
SUP: Do our own syscalls.
|
|
|
@52372
|
11 years |
vboxsync |
FE/Qt: Mac OS X: Runtime UI: Native full-screen support: Subsequent …
|
|
|
@52371
|
11 years |
vboxsync |
Storage/tstVDIo: Plug leaks, modifications and start turning it into a …
|
|
|
@52370
|
11 years |
vboxsync |
FE/Qt: Runtime UI: Mini-toolbar: Make it always separate tool window.
|
|
|
@52369
|
11 years |
vboxsync |
XPCOM library: do not wait for worker threads too long on …
|
|
|
@52368
|
11 years |
vboxsync |
crOpenGL: fix white window on fullscreen enter
|
|
|
@52367
|
11 years |
vboxsync |
x86 build fix.
|
|
|
@52366
|
11 years |
vboxsync |
SUP: Cache images for process verficiation.
|
|
|
@52365
|
11 years |
vboxsync |
sup: Check for TrustedInstaller; accept ProgramFiles and CommonFiles.
|
|
|
@52364
|
11 years |
vboxsync |
nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
|
|
|
@52363
|
11 years |
vboxsync |
SELM: More effective address calculation width fixes.
|
|
|
@52362
|
11 years |
vboxsync |
iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective …
|
|
|
@52361
|
11 years |
vboxsync |
iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective …
|
|
|
@52360
|
11 years |
vboxsync |
VirtualBox.xidl: update IMachine uuid (after r95429).
|
|
|
@52359
|
11 years |
vboxsync |
Unused variable
|
|
|
@52358
|
11 years |
vboxsync |
Storage/VD,VHD: Fix crash with certain VHD images with only partial …
|
|
|
@52357
|
11 years |
vboxsync |
VBoxSupLib.dll build fix.
|
|
|
@52356
|
11 years |
vboxsync |
SUP: Manual imports.
|
|
|
@52355
|
11 years |
vboxsync |
SUPR3HardenedVerify.cpp: Corrected CreateFileW result check (NULL vs …
|
|
|
@52353
|
11 years |
vboxsync |
SUPDrv-win.cpp: drop mymemcmp, we've got an assembly memcmp …
|
|
|
@52352
|
11 years |
vboxsync |
4.3: crOpenGL: ups
|
|
|
@52351
|
11 years |
vboxsync |
crOpenGL: dump module load
|
|
|
@52350
|
11 years |
vboxsync |
more resize fixes, dumper fixes
|
|
|
@52349
|
11 years |
vboxsync |
FE/Qt: 3646: Status-bar Editor: Forgot to update mask in couple of …
|
|
|
@52348
|
11 years |
vboxsync |
resize fixes
|
|
|
@52347
|
11 years |
vboxsync |
FE/Qt: Runtime UI: View menu: Virtual Screen #N sub-menu: Hide if …
|
|
|
@52346
|
11 years |
vboxsync |
FE/Qt: Mac OS X: Native full-screen support: Keep multi-screen layout …
|
|
|
@52345
|
11 years |
vboxsync |
Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
|
|
|
@52344
|
11 years |
vboxsync |
FE/Qt: 6840: Runtime UI: View menu: Virtual Screen #N sub-menu: Action …
|
|
|
@52343
|
11 years |
vboxsync |
FE/Qt: 7462: Runtime UI: Menu-bar, menu cleanup/rework (part 16).
|
|
|
@52342
|
11 years |
vboxsync |
6219: Added "quality" option for video capture
|
|
|
@52339
|
11 years |
vboxsync |
Main/MachineImpl: Enable Hyper-V GIM for new Windows VMs.
|
|
|