VirtualBox

Timeline



Feb 24, 2019:

8:21 PM Changeset in vbox [77449] by vboxsync
Main/Settings.cpp: Catch any error in the constructor of …
4:42 PM Changeset in vbox [77448] by vboxsync
ValidationKit/FsPerf: Windows build fixes
4:20 PM Changeset in vbox [77447] by vboxsync
ValidationKit/FsPerf: Windows build fixes

Feb 23, 2019:

8:15 PM Changeset in vbox [77446] by vboxsync
FsPerf: Another mmap test variation. bugref:9172
1:59 AM Changeset in vbox [77445] by vboxsync
linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
1:58 AM Changeset in vbox [77444] by vboxsync
linux/vboxsf: I cannot see why we would ever need …

Feb 22, 2019:

9:47 PM Changeset in vbox [77443] by vboxsync
linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
9:46 PM Changeset in vbox [77442] by vboxsync
linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
8:53 PM Changeset in vbox [77441] by vboxsync
PGMR3PhysBulkGCPhys2CCPtrExternal: Fixed …
6:55 PM Changeset in vbox [77440] by vboxsync
NetIf-win.cpp: build fix
6:50 PM Changeset in vbox [77439] by vboxsync
linux/vboxsf: Rewrote sf_writepage to use VbglR0SfHostReqWritePgLst. …
6:32 PM Changeset in vbox [77438] by vboxsync
Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in …
6:27 PM Changeset in vbox [77437] by vboxsync
Main/src-server/win/NetIf-win.cpp: make compiler happy but still fix …
5:40 PM Changeset in vbox [77436] by vboxsync
Main: Eradicate the use of BSTR in regular API code, there were leaks …
3:25 PM Changeset in vbox [77435] by vboxsync
FE/Qt: bugref:9389: A bit of care for r128995.
3:06 PM Changeset in vbox [77434] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out …
2:57 PM Changeset in vbox [77433] by vboxsync
FE/Qt: bugref:9389. scm fix
2:52 PM Changeset in vbox [77432] by vboxsync
FE/Qt: bugref:9389. Split UITextTable stuff and make it global.
2:24 PM Changeset in vbox [77431] by vboxsync
Linux Additions installer: Documented "--force" switch and got rid of …
1:24 PM Changeset in vbox [77430] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out …
1:07 PM Changeset in vbox [77429] by vboxsync
Guest Control/Validation Kit: Logging.
11:38 AM Changeset in vbox [77428] by vboxsync
FE/Qt: Reverting r128990.
11:11 AM Changeset in vbox [77427] by vboxsync
FE/Qt: bugref:9389. Moving details string generation to …
9:23 AM Changeset in vbox [77426] by vboxsync
Additional fix to r128951 (Linux kernel module MOD_DEF -> implicit -D, …
9:12 AM Changeset in vbox [77425] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 space and const nit.
8:08 AM Changeset in vbox [77424] by vboxsync
Additions/linux/sharedfolders: driver build fixes for certain Linux …
4:38 AM Changeset in vbox [77423] by vboxsync
SUPDrv: Use atomics while updating host MSR-cached global variable.
2:28 AM Changeset in vbox [77422] by vboxsync
linux/vboxsf: sf_readpage fix. bugref:9172
2:27 AM Changeset in vbox [77421] by vboxsync
linux/vboxsf: Better use VbglR0SfHostReqReadPgLst in sf_readpage. …
2:14 AM Changeset in vbox [77420] by vboxsync
linux/vboxsf: Rewrote sf_readpage() to use VbglR0SfHostReqReadContig. …

Feb 21, 2019:

11:53 PM Changeset in vbox [77419] by vboxsync
linux/vboxsf: Support non-COW mmap too. llseek needs to make sure the …
11:51 PM Changeset in vbox [77418] by vboxsync
FsPerf: updates. bugref:9172
11:50 PM Changeset in vbox [77417] by vboxsync
iprt/the-linux-kernel.h: Build fix for 2.6.0...3. bugref:9172
10:24 PM Changeset in vbox [77416] by vboxsync
More linux kernel module Makefile cleanups: Oops.
8:46 PM Changeset in vbox [77415] by vboxsync
More linux kernel module Makefile cleanups: Somehow missed the drm …
6:36 PM Changeset in vbox [77414] by vboxsync
VBoxDbg: some code cleanup
6:35 PM Changeset in vbox [77413] by vboxsync
Guest Control/Validation Kit: Use an array for file.write() calls.
6:25 PM Changeset in vbox [77412] by vboxsync
VBoxDbg: Moved the title management to the VBoxDbgBaseWindow class, …
3:57 PM Changeset in vbox [77411] by vboxsync
Devices/UART: Properly handle loopback mode (feeding the sent data …
3:37 PM Changeset in vbox [77410] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Set EFER.LMA in VM-entry control on …
11:47 AM Changeset in vbox [77409] by vboxsync
FE/Qt: Showing machine's name in debug console's title bar.
10:04 AM Changeset in vbox [77408] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Fix typo while checking validity of …
9:29 AM Changeset in vbox [77407] by vboxsync
FE/Qt: bugref:9080. Some commenting.
6:45 AM Changeset in vbox [77406] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Fix typos, MSR_K6_EFER_BIT_[LMA|LME] …

Feb 20, 2019:

8:39 PM Changeset in vbox [77405] by vboxsync
FE/Qt: bugref:9080. Adding context menus.
7:57 PM Changeset in vbox [77404] by vboxsync
More linux kernel module Makefile cleanups: Try make 2.6.0 thru 2.6.5 …
6:44 PM Changeset in vbox [77403] by vboxsync
More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
6:42 PM Changeset in vbox [77402] by vboxsync
More linux kernel module Makefile cleanups: EXTRA_INCL appears not be …
6:40 PM Changeset in vbox [77401] by vboxsync
More linux kernel module Makefile cleanups: KFLAGS and LINUX_VERBOSE …
6:36 PM Changeset in vbox [77400] by vboxsync
More linux kernel module Makefile cleanups: Seems MODULE is not a …
6:23 PM Changeset in vbox [77399] by vboxsync
More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
6:17 PM Changeset in vbox [77398] by vboxsync
More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
6:17 PM Changeset in vbox [77397] by vboxsync
More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
5:50 PM Changeset in vbox [77396] by vboxsync
FE/Qt: bugref:9080. MacOS build fix. take 2
5:46 PM Changeset in vbox [77395] by vboxsync
FE/Qt: bugref:9080. MacOS build fix.
4:27 PM Changeset in vbox [77394] by vboxsync
More linux kernel module Makefile cleansup.
4:09 PM Changeset in vbox [77393] by vboxsync
More linux kernel module Makefile cleansup.
4:05 PM Changeset in vbox [77392] by vboxsync
DevATA: Return bit 7 clear when reading registers on IDE channel with …
3:52 PM Changeset in vbox [77391] by vboxsync
Renamed the common linux makefile includes to use a more conventional …
3:51 PM Changeset in vbox [77390] by vboxsync
Renamed the common linux makefile includes to use a more conventional …
3:34 PM Changeset in vbox [77389] by vboxsync
linux module makefile tinkering & cleaning up.
2:26 PM Changeset in vbox [77388] by vboxsync
FE/Qt: bugref:9401: A bunch of fixes for Export Appliance wizard …
2:20 PM Changeset in vbox [77387] by vboxsync
GuestControl/Main: Const'ed data to write in i_writeData[At].
2:17 PM Changeset in vbox [77386] by vboxsync
GuestControl/Main: Check for data size to write in GuestFile::write[At].
2:14 PM Changeset in vbox [77385] by vboxsync
GuestControl/Main: Fixed initializing some members.
1:55 PM Changeset in vbox [77384] by vboxsync
Guest Control/Validation Kit: Fixed burns (pylint).
1:45 PM Changeset in vbox [77383] by vboxsync
Guest Control/Validation Kit: Enabled and fixed file write tests.
1:44 PM Changeset in vbox [77382] by vboxsync
VMM: Further improvments on the IEM timer polling by making it fully …
1:41 PM Changeset in vbox [77381] by vboxsync
VMM: Further improvments on the IEM timer polling by making it fully …
1:40 PM Changeset in vbox [77380] by vboxsync
VMM: Further improvments on the IEM timer polling by making it fully …
1:30 PM Changeset in vbox [77379] by vboxsync
Installer/win: fix sed magic for MSM re-packing. bugref:8691
1:09 PM Changeset in vbox [77378] by vboxsync
IEMExecLots: Poll timers every 128 instruction.
1:00 PM Changeset in vbox [77377] by vboxsync
FE/Qt: bugref:9080. Some renaming.
12:32 PM Changeset in vbox [77376] by vboxsync
FE/Qt: bugref:9080. Save/load dialog geometry
12:17 PM Changeset in vbox [77375] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing another regression …
12:01 PM Changeset in vbox [77374] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Typo in r128921.
11:44 AM Changeset in vbox [77373] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing regression of moving …
11:27 AM Changeset in vbox [77372] by vboxsync
FE/Qt: bugref:9340: UIMediumSelector: Fixing cocoa hierarchy bug.
8:11 AM Changeset in vbox [77371] by vboxsync
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
8:04 AM Changeset in vbox [77370] by vboxsync
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …

Feb 19, 2019:

5:45 PM Changeset in vbox [77369] by vboxsync
FE/Qt: bugref:9340. Being a more conservative in UIMediumSelector …
5:32 PM Changeset in vbox [77368] by vboxsync
Guest Control/Validation Kit: More fixes for Windows XP SP2 guests.
5:11 PM Changeset in vbox [77367] by vboxsync
Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
4:00 PM Changeset in vbox [77366] by vboxsync
FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate pin …
3:53 PM Changeset in vbox [77365] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Typo in r128906.
3:43 PM Changeset in vbox [77364] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: A bit of cleanup for …
3:25 PM Changeset in vbox [77363] by vboxsync
FE/Qt: bugref:9340. Re-enumerating medium registry during medium …
2:40 PM Changeset in vbox [77362] by vboxsync
FE/Qt: bugref:9289: VirtualBox Manager: Details pane: Exclude …
1:41 PM Changeset in vbox [77361] by vboxsync
manual: Use plain rather than req for the inner args in the medium …
1:24 PM Changeset in vbox [77360] by vboxsync
VMM/ssmR3FileWrite: Remove incorrect assertion (RTFileWriteAt doesn't …
11:16 AM Changeset in vbox [77359] by vboxsync
FE/Qt: bugref:9340. Dont use/update recent medium list for hard disk …
11:02 AM Changeset in vbox [77358] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Return VINF_VMX_VMEXIT on …
11:01 AM Changeset in vbox [77357] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Fix up status code in the longjmp …
10:33 AM Changeset in vbox [77356] by vboxsync
FE/Qt: bugref:9340. Updating recently used medium lists, and media …
8:59 AM Changeset in vbox [77355] by vboxsync
Guest Control/Validation Kit: More fixes for Windows XP guests.

Feb 18, 2019:

9:17 PM Changeset in vbox [77354] by vboxsync
doc/manual: Replace xref in man and --help output with chapter/section …
9:15 PM Changeset in vbox [77353] by vboxsync
doc/manual: Replace xref in man and --help output with chapter/section …
6:47 PM Changeset in vbox [77352] by vboxsync
produce MSM installer for a while
6:46 PM Changeset in vbox [77351] by vboxsync
Installer/win: Fix typos breaking the re-packing scripts. Include the …
5:38 PM Changeset in vbox [77350] by vboxsync
Guest Control/Validation Kit: Use "Windows\Media" instead of …
3:47 PM Changeset in vbox [77349] by vboxsync
DevATA: EXECUTE DEVICE DIAGNOSTIC must always be run on both device 0 …
3:08 PM Changeset in vbox [77348] by vboxsync
PDM: Added too on seemingly bogus release assertions. ticketref:18331
1:26 PM Changeset in vbox [77347] by vboxsync
FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate …
1:07 PM Changeset in vbox [77346] by vboxsync
FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate …
12:49 PM Changeset in vbox [77345] by vboxsync
FE/Qt: bugref:9340. Using medium selector in the first time run wizard
10:58 AM Changeset in vbox [77344] by vboxsync
FE/Qt: bugref:9340. Fixes to r128874.
9:10 AM Changeset in vbox [77343] by vboxsync
Additions/WDDM: Always enable handling complex topologies …
9:08 AM Changeset in vbox [77342] by vboxsync
Additions/WDDM: Return TRUE in VBoxVidPnIsSupported() if hVidPn is …
8:49 AM Changeset in vbox [77341] by vboxsync
FE/Qt: bugref:9340. Replace the file selector dialog in the storage …
8:45 AM Changeset in vbox [77340] by vboxsync
Guest Control/Validation Kit: Fixed and enabled test cases for reading …
8:42 AM Changeset in vbox [77339] by vboxsync
Guest Control/Validation Kit: Use VM kind at most places instead of VM …

Feb 15, 2019:

6:31 PM Changeset in vbox [77338] by vboxsync
back to normal
12:56 PM Changeset in vbox [77337] by vboxsync
FE/Qt: bugref:9340. Adding 'create' action to medium tool.
12:56 PM Changeset in vbox [77336] by vboxsync
EFI: Tuned the IDE/ATAPI driver for about 10x better throughput.
12:56 PM Changeset in vbox [77335] by vboxsync
FE/Qt: bugref:9340. Using the correct variable during viso creation.
12:46 PM Changeset in vbox [77334] by vboxsync
produce MSM installer for a while
12:22 PM Changeset in vbox [77333] by vboxsync
Installer/win: fix for MSM packing (not using language specifif …
12:21 PM Changeset in vbox [77332] by vboxsync
FE/Qt: bugref:9080. Populating the action-panel map correctly.
11:23 AM Changeset in vbox [77331] by vboxsync
Installer/win: Fix sed processing of the wix files used for re-packing …
11:04 AM Changeset in vbox [77330] by vboxsync
FE/Qt: bugref:9080. Move browser actions to a single vertical toolbar.
10:22 AM Changeset in vbox [77329] by vboxsync
Installer/win: Finish Properties.wxi -> Defines.wxi renaming (for MSM …
10:18 AM Changeset in vbox [77328] by vboxsync
Additions/linux/installer: detect compressed kernel modules too in …
10:09 AM Changeset in vbox [77327] by vboxsync
Installer/win: fix escaping (was showing up in the MSM case, but the …
9:46 AM Changeset in vbox [77326] by vboxsync
FE/Qt: bugref:9340. Use correct type during medium attachment.
7:55 AM Changeset in vbox [77325] by vboxsync
VMM/HM: Added V8086 mode checks to HMCanExecuteVmxGuest.

Feb 14, 2019:

9:23 PM Changeset in vbox [77324] by vboxsync
Devices/Serial: Don't try to process data if the either the buffer is …
9:20 PM Changeset in vbox [77323] by vboxsync
Runtime/serialport-win.cpp: Don't keep dwEventMask on the stack for …
8:11 PM Changeset in vbox [77322] by vboxsync
FE/Qt: bugref:9080. Some cleanup and commenting.
7:56 PM Changeset in vbox [77321] by vboxsync
FE/Qt: bugref:9080. Redesigning VISO creator by hiding the ugly tree …
5:41 PM Changeset in vbox [77320] by vboxsync
Updated user_PrivacyPolicy.xml to get updated Oracle Privacy Policy link
5:39 PM Changeset in vbox [77319] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Fix clearing the MTF force-flag (typo).
5:36 PM Changeset in vbox [77318] by vboxsync
REM: Initialize hardware virtualization state in the partially …
3:59 PM Changeset in vbox [77317] by vboxsync
Guest Control/Validation Kit: Fixes for testGuestCtrlCopyTo().
3:57 PM Changeset in vbox [77316] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Choose ex-group items after …
3:53 PM Changeset in vbox [77315] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing crash happening …
3:49 PM Changeset in vbox [77314] by vboxsync
Guest Control/HostService: Removed incorrect (debug) assertion in …
3:45 PM Changeset in vbox [77313] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Simplify Chooser pane …
2:58 PM Changeset in vbox [77312] by vboxsync
Makefile.kmk: fix incorrect expansion inside a define (yes, needs …
2:03 PM Changeset in vbox [77311] by vboxsync
FE/Qt: bugref:9049: Windows: Rename VirtualBoxVM process name accordingly.
1:22 PM Changeset in vbox [77310] by vboxsync
FE/Qt: bugref:9373: UIGraphicsScrollArea: Wheel event handling bug …
11:00 AM Changeset in vbox [77309] by vboxsync
FE/Qt: bugref:9080. Build fix
10:39 AM Changeset in vbox [77308] by vboxsync
FE/Qt: bugref:9080. Redesigning VISO creator by hiding the ugly tree …
10:32 AM Changeset in vbox [77307] by vboxsync
Additions/linux/installer: clean up kernel module rebuilding again. …
10:10 AM Changeset in vbox [77306] by vboxsync
Additions/linux/installer: clean up kernel module rebuilding again. …

Feb 13, 2019:

5:34 PM Changeset in vbox [77305] by vboxsync
FE/Qt: bugref:9390: Manager action-pool, VirtualBox Manager and Export …
3:19 PM Changeset in vbox [77304] by vboxsync
VBoxGuestR0LibSharedFolders.c: Exclude bits linux doesn't use now. …
2:49 PM Changeset in vbox [77303] by vboxsync
linux/vboxsf: Cleaned out the VBOXSF_USE_DEPRECATED_VBGL_INTERFACE …
2:30 PM Changeset in vbox [77302] by vboxsync
Installer/win: typo fix
2:16 PM Changeset in vbox [77301] by vboxsync
Installer/win: Added repacking support for the MSM packages
1:59 PM Changeset in vbox [77300] by vboxsync
DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
1:57 PM Changeset in vbox [77299] by vboxsync
DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
1:28 PM Changeset in vbox [77298] by vboxsync
FE/Qt: bugref:9390: Manager action-pool: More suitable mnemonic for …
12:58 PM Changeset in vbox [77297] by vboxsync
FE/Qt: bugref:9390: Manager action-pool, VirtualBox Manager and Export …
12:15 PM Changeset in vbox [77296] by vboxsync
DevLsiLogicSCSI: AssertLogRelReturn -> AssertLogRelRCReturn, fixes …
10:55 AM Changeset in vbox [77295] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Fix CR3 VM-exits to work when …
10:28 AM Changeset in vbox [77294] by vboxsync
FE/Qt: bugref:9389: Add graphics controller information to Session …
10:17 AM Changeset in vbox [77293] by vboxsync
x86.h: Added X86_GREG_COUNT similar to the existing X86_SREG_COUNT for …
10:13 AM Changeset in vbox [77292] by vboxsync
Case sensitivity fix.
9:13 AM Changeset in vbox [77291] by vboxsync
FE/Qt: bugref:9340. Make all medium creation functions in VBoxGlobal …

Feb 12, 2019:

6:56 PM Changeset in vbox [77290] by vboxsync
FE/Qt: bugref:9373: macOS: More native UIGraphicsScrollBar behavior …
4:53 PM Changeset in vbox [77289] by vboxsync
DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
4:49 PM Changeset in vbox [77288] by vboxsync
DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
4:47 PM Changeset in vbox [77287] by vboxsync
DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
3:51 PM Changeset in vbox [77286] by vboxsync
FE/Qt: Guest Control file manager: Yet another fix for copying …
3:46 PM Changeset in vbox [77285] by vboxsync
FE/Qt: bugref:9373: A bit of refactoring for UIGraphicsScrollBar to …
3:41 PM Changeset in vbox [77284] by vboxsync
VMM/TM: Changed the watchdog timer frequency to 1Hz for HM mode. Will …
3:30 PM Changeset in vbox [77283] by vboxsync
nit
3:28 PM Changeset in vbox [77282] by vboxsync
vmsvgaFIFOLoop: Disabled incorrect assertion. bugref:9376
3:13 PM Changeset in vbox [77281] by vboxsync
VMM/HMSVM: Naming nit, missed file.
3:09 PM Changeset in vbox [77280] by vboxsync
VMM/HMSVM: Naming nit.
2:47 PM Changeset in vbox [77279] by vboxsync
Guest Control/Main + FE/Qt: Reverted r128734 (Be more strict for …
2:46 PM Changeset in vbox [77278] by vboxsync
FE/Qt: bugref:9340. Adding a comment
2:45 PM Changeset in vbox [77277] by vboxsync
FE/Qt: bugref:9340. Adding a medium create action to virtualmedium …
1:44 PM Changeset in vbox [77276] by vboxsync
tstSharedFolderService.cpp: Need to catch RTFileWriteAt and …
12:25 PM Changeset in vbox [77275] by vboxsync
FE/Qt: bugref:9072: Restore the highlight text color fix r128070.
12:13 PM Changeset in vbox [77274] by vboxsync
FE/Qt: bugref:9373: macOS: More native UIGraphicsScrollBarToken …
12:10 PM Changeset in vbox [77273] by vboxsync
FE/Qt: bugref:9373: Make UIGraphicsScroollBarToken orientation aware; …
12:04 PM Changeset in vbox [77272] by vboxsync
NetLwf: (bugref:8976) Odd-length packets are aligned properly, but no …
10:47 AM Changeset in vbox [77271] by vboxsync
Config.kmk: eliminate long unused makecab/cabsdk
7:25 AM Changeset in vbox [77270] by vboxsync
Runtime: Fix compilation with LibreSSL <2.7.0. BIO_up_ref() was …

Feb 11, 2019:

5:10 PM Changeset in vbox [77269] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: No Chooser pane group …
4:40 PM Changeset in vbox [77268] by vboxsync
FE/Qt: bugref:9373: macOS: No buttons for UIGraphicsScrollBar on …
4:35 PM Changeset in vbox [77267] by vboxsync
FE/Qt: bugref:9373: More appropriate prepare/cleanup cascade for …
4:30 PM Changeset in vbox [77266] by vboxsync
FE/Qt: bugref:9373: macOS: Make UIGraphicsScrollArea aware of real …
3:47 PM Changeset in vbox [77265] by vboxsync
VBoxClient/vmsvga-x11: test for uname(2) being -1 on failure, not just …
2:29 PM Changeset in vbox [77264] by vboxsync
FE/Qt: bugref:9340. some refactoring in viso creation dialog
1:49 PM Changeset in vbox [77263] by vboxsync
FE/Qt: bugref:9340. some refactoring in floppy creation dialog
1:44 PM Changeset in vbox [77262] by vboxsync
Runtime/RTCRest: fixed array index when serializing/deserializing …
1:41 PM Changeset in vbox [77261] by vboxsync
FE/Qt: bugref:9340. some cleanup
1:30 PM Changeset in vbox [77260] by vboxsync
Comment.
1:27 PM Changeset in vbox [77259] by vboxsync
DevPcBios: Avoid suspect _DMI_ header table checksum calculation by …
1:15 PM Changeset in vbox [77258] by vboxsync
localipc-posix.cpp: Memory leak fix in error handling code path
12:50 PM Changeset in vbox [77257] by vboxsync
Runtime/RTReqPool: Memory leak fixes during destruction
12:19 PM Changeset in vbox [77256] by vboxsync
Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
11:11 AM Changeset in vbox [77255] by vboxsync
FE/Qt: bugref:9340. Adding a 'stub' create medium action to virtual …
11:04 AM Changeset in vbox [77254] by vboxsync
Comment.
10:41 AM Changeset in vbox [77253] by vboxsync
PDM,PGM: -pedantic fixes. bugref:9172
8:42 AM Changeset in vbox [77252] by vboxsync
bugref:9349. Fixed aTimeRemaining wrong calculation.
1:39 AM Changeset in vbox [77251] by vboxsync
PDM,PGM: doxygen fixes. bugref:9172
1:35 AM Changeset in vbox [77250] by vboxsync
linux/vboxsf: Updated kstat->blksize comment with current performance …
1:34 AM Changeset in vbox [77249] by vboxsync
PDM,PGM: doxygen fixes. bugref:9172
1:34 AM Changeset in vbox [77248] by vboxsync
SharedFoldersService: Use RTFileReadAt and RTFileWriteAt so we can …
1:29 AM Changeset in vbox [77247] by vboxsync
linux/vboxsf: Updated kstat->blksize comment with current performance …

Feb 10, 2019:

11:48 PM Changeset in vbox [77246] by vboxsync
HGCM,SharedFolders: Added new variation on the HGCM page list type …
11:39 PM Changeset in vbox [77245] by vboxsync
HGCM,SharedFolders: Added new variation on the HGCM page list type …
11:37 PM Changeset in vbox [77244] by vboxsync
fileio-sg-posix.cpp: scm fix. bugref:9172
10:44 PM Changeset in vbox [77243] by vboxsync
HGCM,SharedFolders: Added new variation on the HGCM page list type …
10:31 PM Changeset in vbox [77242] by vboxsync
Storage/testcase/Makefile.kmk: nit
10:30 PM Changeset in vbox [77241] by vboxsync
VMM: Added dev helps for bulk page mapping locking. VMMDev will be …
4:34 PM Changeset in vbox [77240] by vboxsync
PGMPool: Two optimizations to the dirty page code …
2:59 PM Changeset in vbox [77239] by vboxsync
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
1:48 PM Changeset in vbox [77238] by vboxsync
FE/Qt: bugref:9340. Trying make hdd and floppy disk names unique in …

Feb 9, 2019:

6:31 PM Changeset in vbox [77237] by vboxsync
IPRT/aiomgr.cpp: Use RTListForEachSafe in rtAioMgrCheckFiles() to be …
6:30 PM Changeset in vbox [77236] by vboxsync
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
6:30 PM Changeset in vbox [77235] by vboxsync
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
6:28 PM Changeset in vbox [77234] by vboxsync
IPRT/fileio-posix.cpp: Return VERR_TRY_AGAIN when write() returns zero …
1:57 PM Changeset in vbox [77233] by vboxsync
IPRT: Some new FS types.
1:55 AM Changeset in vbox [77232] by vboxsync
Storage/QED+QCOW: It is not allowed to mix RTStrDup, RTMemAlloc and …

Feb 8, 2019:

11:18 PM Changeset in vbox [77231] by vboxsync
IPRT: Return VERR_FILE_TOO_BIG if we exceed the FAT file limit while …
6:31 PM Changeset in vbox [77230] by vboxsync
FE/Qt: bugref:9373: Another small fix (s.a. r128736).
6:13 PM Changeset in vbox [77229] by vboxsync
FE/Qt: bugref:9373: Small fix for scrolling technique of …
6:05 PM Changeset in vbox [77228] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Make sure Chooser pane item …
5:53 PM Changeset in vbox [77227] by vboxsync
Guest Control/Main + FE/Qt: Be more strict for …
5:13 PM Changeset in vbox [77226] by vboxsync
Devices/DevVGA-SVGA: move an assertion out of the FIFO access handler. …
4:06 PM Changeset in vbox [77225] by vboxsync
WDDM: Gallium Miniport Driver: handle empty command buffers. bugref:8893
3:38 PM Changeset in vbox [77224] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Now, that one is heavy: …
3:20 PM Changeset in vbox [77223] by vboxsync
FE/Qt: bugref:9373: A bit of hovering stuff fixes for UIGraphicsScrollBar.
2:41 PM Changeset in vbox [77222] by vboxsync
FE/Qt: bugref:9373: Sync UIGraphicsScrollBar mouse-press event and …
2:14 PM Changeset in vbox [77221] by vboxsync
FE/Qt: bugref:9072. Replace a repaint() (was causing not so cool! …
1:59 PM Changeset in vbox [77220] by vboxsync
FE/Qt: bugref:9373: UIGraphicsScrollBar: Draw hovered-off token when …
1:53 PM Changeset in vbox [77219] by vboxsync
FE/Qt: bugref:9373: A bit of refactoring for UIGraphicsScrollBar to …
1:36 PM Changeset in vbox [77218] by vboxsync
FE/Qt: bugref:9340. Forgot to export some icons.
1:32 PM Changeset in vbox [77217] by vboxsync
FE/Qt: bugref:9340. Hide the create action from the medium selector …
12:25 PM Changeset in vbox [77216] by vboxsync
FE/Qt: bugref:9340. Set medium selector and floppy creator titles …
12:07 PM Changeset in vbox [77215] by vboxsync
FE/Qt: bugref:9340. Adding new icons for medium search action(s)
10:42 AM Changeset in vbox [77214] by vboxsync
FE/Qt: bugref:9373: A bit of fixes for UIGraphicsScrollBar hover …
10:33 AM Changeset in vbox [77213] by vboxsync
hm_vmx.h: Nested VMX: bugref:9180 Fix missing CR0.ET bit in …
9:10 AM Changeset in vbox [77212] by vboxsync
FE/Qt: bugref:9340. Passing correct guest os ID
1:31 AM Changeset in vbox [77211] by vboxsync
IPRT: Specialized RTFileWriteAt and RTFileReadAt for windows. bugref:9172
12:07 AM Changeset in vbox [77210] by vboxsync
IPRT: Added r3/posix/fileio-at-posix.cpp for more efficient and safer …

Feb 7, 2019:

11:46 PM Changeset in vbox [77209] by vboxsync
IPRT: Split RTFileWriteAt & RTFileReadAt out of fileio.cpp and into …
11:45 PM Changeset in vbox [77208] by vboxsync
memobj-r0drv-linux.c: todo
10:56 PM Changeset in vbox [77207] by vboxsync
DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
10:15 PM Changeset in vbox [77206] by vboxsync
DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
7:04 PM Changeset in vbox [77205] by vboxsync
FE/Qt: bugref:9373: Extend UIGraphicsScrollBar with hover on/off animation.
5:16 PM Changeset in vbox [77204] by vboxsync
bugref:9349. Fixed the wrong conversion.
5:06 PM Changeset in vbox [77203] by vboxsync
FE/Qt: bugref:9373: A bit of cleanup/rework for UIGraphicsScrollArea & …
5:01 PM Changeset in vbox [77202] by vboxsync
EFI: more parallelism (it does have an impact, but there's a lot of …
4:51 PM Changeset in vbox [77201] by vboxsync
EFI: experiment with parallel builds on Windows
3:52 PM Changeset in vbox [77200] by vboxsync
FE/Qt: bugref:9340. Adding new icongs for medium creation
3:38 PM Changeset in vbox [77199] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Moving Chooser-pane group …
3:15 PM Changeset in vbox [77198] by vboxsync
Drivers/Linux: fixes for upcoming Linux 5.1 kernel. bugref:4567: Linux …
2:17 PM Changeset in vbox [77197] by vboxsync
FE/Qt: export new icons to OSE. bugref:9340.
1:33 PM Changeset in vbox [77196] by vboxsync
Help text: explain about EFI Secure Boot and signing. ticketref:18312: …
12:17 PM Changeset in vbox [77195] by vboxsync
FE/Qt: bugref:9340. In machine storage settings, replacing medium file …
10:23 AM Changeset in vbox [77194] by vboxsync
Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle. …
10:06 AM Changeset in vbox [77193] by vboxsync
Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle. …
9:04 AM Changeset in vbox [77192] by vboxsync
FE/Qt: bugref:9340: - Dont show the match number in the search …

Feb 6, 2019:

9:14 PM Changeset in vbox [77191] by vboxsync
Main/HGCMThread: Don't clear the thread handle when the thread exits …
8:50 PM Changeset in vbox [77190] by vboxsync
FE/Qt: bugref:9340. Remove obsolete dialogs
8:47 PM Changeset in vbox [77189] by vboxsync
FE/Qt: bugref:9340. Use correct machine folder path.
8:03 PM Changeset in vbox [77188] by vboxsync
FE/Qt: Correctly escape VISO volume labels.
7:58 PM Changeset in vbox [77187] by vboxsync
MMHeap: Destroy the stats tree during destruction
7:52 PM Changeset in vbox [77186] by vboxsync
FE/Qt: bugref:9340. Remove an intermediate popup dialog in machine …
7:46 PM Changeset in vbox [77185] by vboxsync
Runtime/common/ldr: Fix memory leak caused by missing unmapping calls
6:53 PM Changeset in vbox [77184] by vboxsync
AudioMixer: Destroy the mix buffer when the sink gets destroyed
6:31 PM Changeset in vbox [77183] by vboxsync
AHCI: Revert last memory leak fix. PDMDevHlpDriverAttach() takes over …
6:24 PM Changeset in vbox [77182] by vboxsync
AHCI: Fix small memory leak during construction (the port name stirng …
4:58 PM Changeset in vbox [77181] by vboxsync
FE/Qt: bugref:9340. Adding new icons for tree expand/collapse actions …
3:36 PM Changeset in vbox [77180] by vboxsync
Additions/crOGL: add -lcrypt to Linux VBoxOGLcrutil. 6.0 regression. …
3:35 PM Changeset in vbox [77179] by vboxsync
FE/Qt: bugref:9340: Rework QIMainDialog to use int instead of …
3:15 PM Changeset in vbox [77178] by vboxsync
VBoxExtPackHelperApp.cpp: Uninstall must handle --forced option.
2:35 PM Changeset in vbox [77177] by vboxsync
docbook-refentry-to-C-help.xsl: Skip the extra <> around arguments …
2:34 PM Changeset in vbox [77176] by vboxsync
man_VBoxManage-mediumio.xml: Corrected arg choice attribute inside …
1:47 PM Changeset in vbox [77175] by vboxsync
Additions/crOGL: add -lcrypt to Linux VBoxOGLcrutil. 6.0 regression. …
1:38 PM Changeset in vbox [77174] by vboxsync
FE/Qt: bugref:9340. Showing number of search matches in the line edit …
1:05 PM Changeset in vbox [77173] by vboxsync
docbook-refentry-to-C-help.xsl: Ignore additional spaces and newlines …
11:38 AM Changeset in vbox [77172] by vboxsync
IRPT/alloc-r0drv-nt.cpp: Make sure we free early untagged allocations …
9:50 AM Changeset in vbox [77171] by vboxsync
FE/Qt: bugref:6699 Start session panel correctly.
9:18 AM Changeset in vbox [77170] by vboxsync
FE/Qt: bugref:9340. Adding create action to medium selection dialog
4:52 AM Changeset in vbox [77169] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Clear IDT-vectoring info fields for …
4:15 AM Changeset in vbox [77168] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 Fix assertion.

Feb 5, 2019:

2:44 PM Changeset in vbox [77167] by vboxsync
FE/Qt: bugref:9340. Moving some utility function to VBoxGlobal.
2:09 PM Changeset in vbox [77166] by vboxsync
FE/Qt: bugref:9080. Change the default viso name from 'ad-hoc' to the …
1:59 PM Changeset in vbox [77165] by vboxsync
testboxscript: Save all the TESTBOX_xxxx variables in stat/environ.txt …
1:18 PM Changeset in vbox [77164] by vboxsync
FE/Qt: only store guest hints to extra data when not in full screen. …
1:15 PM Changeset in vbox [77163] by vboxsync
FE/Qt: bugref:9080. Make sure viso file name is in sync with viso …
1:13 PM Changeset in vbox [77162] by vboxsync
bugref:9381. Fixed a regression bug after 120461.
10:58 AM Changeset in vbox [77161] by vboxsync
FE/Qt: bugref:9340. Enabling cloning diff images.
9:12 AM Changeset in vbox [77160] by vboxsync
FE/Qt: Making sure we register the cloned hard disk instead of …
7:32 AM Changeset in vbox [77159] by vboxsync
VMM/EM: Nested VMX: bugref:9180 Fix injecting interrupts into the …

Feb 4, 2019:

7:17 PM Changeset in vbox [77158] by vboxsync
FE/Qt: bugref:6699 Remove a progress bar label and enable progress …
7:12 PM Changeset in vbox [77157] by vboxsync
Main/GuestBase::registerWaitEventEx: Incorrect assertion. bugref:9313
6:10 PM Changeset in vbox [77156] by vboxsync
FE/Qt: bugref:9373: Extend UIGraphicsScrollArea with redirected …
6:06 PM Changeset in vbox [77155] by vboxsync
FE/Qt: bugref:9373: Extend UIGraphicsScrollBar with step/wheelStep getters.
5:52 PM Changeset in vbox [77154] by vboxsync
FE/Qt: Removing source medium selector from the clone medium wizard(s)
4:08 PM Changeset in vbox [77153] by vboxsync
pdmifs.h: fix pfnVBVAMousePointerShape documentation. bugref:9376: …
4:07 PM Changeset in vbox [77152] by vboxsync
Main/Display: add logging for cursor information going through. …
4:06 PM Changeset in vbox [77151] by vboxsync
Devices/DevVGA-SVGA: add cursor position reporting to the front-end. …
1:48 PM Changeset in vbox [77150] by vboxsync
Graphics/VideoMP: Fixed retrieving the product build version of …
7:38 AM Changeset in vbox [77149] by vboxsync
VMM/CPUM: Nested SVM: bugref:7243 [build fix] Fixed virtual interrupt …
7:35 AM Changeset in vbox [77148] by vboxsync
VMM/CPUM: Nested SVM: bugref:7243 Fixed virtual interrupt delivery …

Feb 3, 2019:

11:38 PM Changeset in vbox [77147] by vboxsync
build fix
8:59 PM Changeset in vbox [77146] by vboxsync
DBGPlugInFreeBsd.cpp: Trying out a new algorithm to find the …

Feb 2, 2019:

12:30 PM Changeset in vbox [77145] by vboxsync
Config.kmk: Move -ffreestanding to FreeBSD only, some g++ versions on …
12:06 PM Changeset in vbox [77144] by vboxsync
Config.kmk: Add -ffreestanding to TEMPLATE_VBoxR0_CXXFLAGS.amd64 to …
12:22 AM Changeset in vbox [77143] by vboxsync
Fixed a dyslexia-like transposition of words (but don't have dyslexia).
12:20 AM Changeset in vbox [77142] by vboxsync
First two usage paragraphs needed more pruning/editing

Feb 1, 2019:

8:32 PM Changeset in vbox [77141] by vboxsync
linux/vboxsf: Applied the sf_reg_read optimizations to the …
7:38 PM Changeset in vbox [77140] by vboxsync
linux/vboxsf: Set st_blksize to 1MB for files and 16KB for …
7:35 PM Changeset in vbox [77139] by vboxsync
linux/vboxsf: More read code tweaking, making the max read/write …
7:00 PM Changeset in vbox [77138] by vboxsync
linux/vboxsf: More read code tweaking, making the max read/write …
5:59 PM Changeset in vbox [77137] by vboxsync
Storage/testcase/Makefile.kmk: FreeBSD fix
5:58 PM Changeset in vbox [77136] by vboxsync
USBLib.cpp: Remove use of register keyword
5:58 PM Changeset in vbox [77135] by vboxsync
configure: FreeBSD fix
5:57 PM Changeset in vbox [77134] by vboxsync
Config.kmk: FreeBSD fixes
5:46 PM Changeset in vbox [77133] by vboxsync
Fix a Windows burn from the last commit. bugref:9376: Complete …
5:32 PM Changeset in vbox [77132] by vboxsync
DevPCNet.cpp: Remove use of register keyword
5:29 PM Changeset in vbox [77131] by vboxsync
the-freebsd-kernel.h,memobj-r0drv-freebsd.cpp: Build fix for newer …
4:55 PM Changeset in vbox [77130] by vboxsync
pdmifs/DevVGA/DisplayImpl: add screen id to …
4:33 PM Changeset in vbox [77129] by vboxsync
the-freebsd-kernel.h,memobj-r0drv-freebsd.cpp: Some cleanup to reduce …
4:32 PM Changeset in vbox [77128] by vboxsync
mp-r0drv-freebsd.cpp: Fix compliation on newer FreeBSD kernels where …
4:18 PM Changeset in vbox [77127] by vboxsync
libs/liblzf-3.4,libs/openssl-1.1.0j: Use -std=gnu99 when compiling on …
4:10 PM Changeset in vbox [77126] by vboxsync
VMMDevHGCM.cpp,GVMMR0.cpp: Change AssertCompile() statement to pass …
4:02 PM Changeset in vbox [77125] by vboxsync
WDDM: Gallium Display Driver: removed unnecessary assertion
3:35 PM Changeset in vbox [77124] by vboxsync
VBoxNetAdp,VBoxNetFlt: FreeBSD build fixes
3:18 PM Changeset in vbox [77123] by vboxsync
XPCOM: Build fix for FreeBSD
3:17 PM Changeset in vbox [77122] by vboxsync
iprt/types.h: Fix for recent FreeBSD versions
3:14 PM Changeset in vbox [77121] by vboxsync
IPRT: Two more license header cleanups.
3:08 PM Changeset in vbox [77120] by vboxsync
IPRT: Some license header cleanups.
2:49 PM Changeset in vbox [77119] by vboxsync
cdefs.h: Explicitly cast the result of RT_BYTE[1..7]() to uint8_t to …
2:47 PM Changeset in vbox [77118] by vboxsync
Runtime: Get rid of the "register" keyword usage as all compilers we …
2:23 PM Changeset in vbox [77117] by vboxsync
Updated BIOS note.
2:20 PM Changeset in vbox [77116] by vboxsync
Guest Control/Main: Docs.
1:25 PM Changeset in vbox [77115] by vboxsync
Guest Control/Main: Renaming nit.
1:13 PM Changeset in vbox [77114] by vboxsync
DevVGA-SVGA3d-ogl: remember type of created resource; …
12:51 PM Changeset in vbox [77113] by vboxsync
Guest Control/Main: The comment about Guest::i_notifyCtrlDispatcher() …
11:23 AM Changeset in vbox [77112] by vboxsync
Guest Control/Main: Clarify GuestFile::getOffset().
11:01 AM Changeset in vbox [77111] by vboxsync
RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
11:00 AM Changeset in vbox [77110] by vboxsync
RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
10:41 AM Changeset in vbox [77109] by vboxsync
assertcompile.h: Use _Static_assert() when compiling in C mode and …
10:35 AM Changeset in vbox [77108] by vboxsync
ExtPacks/VBoxDTrace: FreeBSD compile fixes
10:31 AM Changeset in vbox [77107] by vboxsync
SUPDrv-freebsd.cpp: Compile fix
10:31 AM Changeset in vbox [77106] by vboxsync
SUPDrv.cpp: FreeBSD compile fix
10:29 AM Changeset in vbox [77105] by vboxsync
Devices/DrvHostBase-freebsd.cpp: Compile fixes
10:28 AM Changeset in vbox [77104] by vboxsync
Main/NetIf-freebsd.cpp: Compile fixes
10:27 AM Changeset in vbox [77103] by vboxsync
Main/HostHardwareFreeBSD: Compile fixes
10:26 AM Changeset in vbox [77102] by vboxsync
tstCollector: Complete conversion from printf() to RTPrintf()
10:26 AM Changeset in vbox [77101] by vboxsync
Main/USBProxyBackend: FreeBSD compile fix
10:25 AM Changeset in vbox [77100] by vboxsync
Main/ConsoleImpl: Don't mix COM and IPRT/VBox status codes (FreeBSD …
10:22 AM Changeset in vbox [77099] by vboxsync
VMReq.cpp: clang compile fix, use ASMAtomicWriteNullPtr instead
10:21 AM Changeset in vbox [77098] by vboxsync
APIC: clang/LLVM compile fix
9:27 AM Changeset in vbox [77097] by vboxsync
Guest Control/Main: Renaming (NOREF -> RT_NOREF).
9:14 AM Changeset in vbox [77096] by vboxsync
Guest Control/Main: Use the new code path of …
9:09 AM Changeset in vbox [77095] by vboxsync
Guest Control/Main: Forgot to return the created event in …
8:54 AM Changeset in vbox [77094] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 ifdef related fixes. Also don't …
8:53 AM Changeset in vbox [77093] by vboxsync
Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it …
6:10 AM Changeset in vbox [77092] by vboxsync
VMM/TRPM: Nested VMX: bugref:9180 Assertions.
6:06 AM Changeset in vbox [77091] by vboxsync
VMM/IEM: Nested VMX: bugref:9180 indentation space.
1:16 AM Changeset in vbox [77090] by vboxsync
Eliminated '=' from parsing style of long-options, fixed typos and …

Jan 31, 2019:

8:51 PM Changeset in vbox [77089] by vboxsync
linux/vboxsf: Optimized reading regular files. bugref:9172 Small …
8:44 PM Changeset in vbox [77088] by vboxsync
FsPerf: Extended read+write tests with file offset check after random …
7:05 PM Changeset in vbox [77087] by vboxsync
FE/Qt: bugref:9072 RIP 'filtered' watermarking.
5:15 PM Changeset in vbox [77086] by vboxsync
FE/Qt: bugref:9373: UIGraphicsScrollArea initial implementation.
5:13 PM Changeset in vbox [77085] by vboxsync
FE/Qt: bugref:9373: UIGraphicsScrollBar: Make sure value change signal …
4:59 PM Changeset in vbox [77084] by vboxsync
FE/Qt: bugref:9373: Extend UIGraphicsScrollBar with minimum/maximum …
4:30 PM Changeset in vbox [77083] by vboxsync
Guest Control/Main: Comments.
4:26 PM Changeset in vbox [77082] by vboxsync
Guest Control/Main: Assertion not needed in …
4:18 PM Changeset in vbox [77081] by vboxsync
Guest Control/Main: Doxygen (build) fix.
4:15 PM Changeset in vbox [77080] by vboxsync
Guest Control/Main: Parameter conversion in …
4:05 PM Changeset in vbox [77079] by vboxsync
Guest Control/Main: Fixed GuestWaitEvent initialization by now having …
3:34 PM Changeset in vbox [77078] by vboxsync
FE/Qt: bugref:9072 Replace the info label of the search panel with an …
2:38 PM Changeset in vbox [77077] by vboxsync
Additions/linux/installer: correctly detect the Oracle Linux RPMs. …
1:50 PM Changeset in vbox [77076] by vboxsync
FE/Qt: bugref:9373: A bit of fixes for UIGraphicsScrollBar: Division …
1:18 PM Changeset in vbox [77075] by vboxsync
Guest Control/Main: Made GUEST_FILE_NOTIFYTYPE_WRITE more uniform to …
1:04 PM Changeset in vbox [77074] by vboxsync
Guest Control/Main: Get rid of uProcFlags parameter of …
12:54 PM Changeset in vbox [77073] by vboxsync
Guest Control/Main: Also check process priority flags in …
12:41 PM Changeset in vbox [77072] by vboxsync
Guest Control/Main: Fixes for GuestSession::fileExist().
12:04 PM Changeset in vbox [77071] by vboxsync
Guest Control/Main: Removed VERR_PERMISSION_DENIED in …
12:01 PM Changeset in vbox [77070] by vboxsync
Guest Control/Main: Removed VERR_PERMISSION_DENIED in …
11:59 AM Changeset in vbox [77069] by vboxsync
Guest Control/Main: Check flags of …
11:53 AM Changeset in vbox [77068] by vboxsync
Guest Control/Main: Renamed GuestSessionTaskInternalOpen() to …
11:21 AM Changeset in vbox [77067] by vboxsync
Config.kmk: fix issue with wildcard/quote
10:53 AM Changeset in vbox [77066] by vboxsync
Config.kmk, webservice/Makefile.kmk: more Java webservice fixing for …
8:06 AM Changeset in vbox [77065] by vboxsync
Guest Control/API docs: Spelling.

Jan 30, 2019:

8:04 PM Changeset in vbox [77064] by vboxsync
linux/vboxsf: Optimization of small reads (<= 3/4 page size) by …
8:03 PM Changeset in vbox [77063] by vboxsync
VbglR0PhysHeapAlloc: Tweaked the free block matching algorithm for …
7:57 PM Changeset in vbox [77062] by vboxsync
linux/vboxsf/utils.c: Fixed sf_setattr regression and f_flags version …
6:12 PM Changeset in vbox [77061] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Reworking Chooser-pane …
6:09 PM Changeset in vbox [77060] by vboxsync
VBoxGuest.h: Reverted previous VBGLIOCIDCHGCMFASTCALL_INIT change as …
6:07 PM Changeset in vbox [77059] by vboxsync
Installer/linux/Makefile.include.header: Shut up makefile warnings. …
6:05 PM Changeset in vbox [77058] by vboxsync
VBoxGuest.h: Use VMMDevReq_HGCMCall in VBGLIOCIDCHGCMFASTCALL_INIT. …
6:05 PM Changeset in vbox [77057] by vboxsync
linux/vboxsf: Makefile is missing IN_GUEST define. bugref:9172
6:00 PM Changeset in vbox [77056] by vboxsync
VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
5:41 PM Changeset in vbox [77055] by vboxsync
/Config.kmk: Added object file aliases for …
5:40 PM Changeset in vbox [77054] by vboxsync
linux/vboxsf: Started converting the code to use the more efficient …
5:39 PM Changeset in vbox [77053] by vboxsync
Guest Control/API docs: Emphasize path usage for …
5:38 PM Changeset in vbox [77052] by vboxsync
FsPerf: Profile RTFsQuerySizes(). bugref:9172
5:38 PM Changeset in vbox [77051] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Small cleanup for chooser …
5:29 PM Changeset in vbox [77050] by vboxsync
FE/Qt: Guest Control file manager: Guarantee that …
5:06 PM Changeset in vbox [77049] by vboxsync
Additions/linux/installer: mute chcon error output. …
3:55 PM Changeset in vbox [77048] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Small cleanup for group …
3:38 PM Changeset in vbox [77047] by vboxsync
iprt/isomaker: Optimized native handle (file descriptor) usage when …
2:31 PM Changeset in vbox [77046] by vboxsync
WDDM: Gallium Display Driver: separate Gallium based driver from the …
2:28 PM Changeset in vbox [77045] by vboxsync
Config.kmk: attempt at fixing Java webservice parts with Java 11 and …
2:18 PM Changeset in vbox [77044] by vboxsync
FE/Qt: bugref:6699: Give the focus to user name line edit as the …
1:05 PM Changeset in vbox [77043] by vboxsync
FDC: Double density 720K floppies need 300 kbps data rate in a 5.25 …
12:51 PM Changeset in vbox [77042] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Sync prepare/cleanup …
12:48 PM Changeset in vbox [77041] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Proper prepare/cleanup …
11:37 AM Changeset in vbox [77040] by vboxsync
FE/Qt: bugref:9049: Link icons to VBoxGlobal, not to each of …
11:18 AM Changeset in vbox [77039] by vboxsync
Main/Machine: fix CPUID override removal, it ran into …
11:16 AM Changeset in vbox [77038] by vboxsync
Guest Control/Main: Fixed the number of operations when copying from …

Jan 29, 2019:

6:46 PM Changeset in vbox [77037] by vboxsync
VBoxGuestLibSharedFoldersInline.h: Updates. bugref:9172
4:32 PM Changeset in vbox [77036] by vboxsync
Guest Control/Main: Fixed the number of operations when copying from …
4:16 PM Changeset in vbox [77035] by vboxsync
Changelog.
4:13 PM Changeset in vbox [77034] by vboxsync
Tools: Enabled fetching / using NSIS 3.04.
4:08 PM Changeset in vbox [77033] by vboxsync
Workspace generation fixes.
2:28 PM Changeset in vbox [77032] by vboxsync
VMM/CPUM: bugref:9375 Check for existence of leafs before exploding …
1:11 PM Changeset in vbox [77031] by vboxsync
Audio/DrvHostDSound: Doxygen fix.
1:10 PM Changeset in vbox [77030] by vboxsync
FE/Qt: bugref:9072 Moving info label of search panel to the left of …
12:59 PM Changeset in vbox [77029] by vboxsync
Audio/DrvHostDSound: SCM fix.
12:26 PM Changeset in vbox [77028] by vboxsync
Audio/DrvHostDSound: Implemented support for the generic audio device …
10:20 AM Changeset in vbox [77027] by vboxsync
FE/Qt: Add search medium toolbar action to embedded medium manager

Jan 28, 2019:

6:14 PM Changeset in vbox [77026] by vboxsync
FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: More wise …
5:55 PM Changeset in vbox [77025] by vboxsync
FDC: Removed the unused fdisk_type_t enum, too.
5:49 PM Changeset in vbox [77024] by vboxsync
FDC: Removed completely unused fd_format_t field.
3:32 PM Changeset in vbox [77023] by vboxsync
DevATA: Added READ CD MSF support (see bugref:5869).
3:02 PM Changeset in vbox [77022] by vboxsync
NAT/Net: pxdns_timeout_add - call sys_untimeout() before scheduling a …
2:56 PM Changeset in vbox [77021] by vboxsync
scsiinline.h: scsiMSF2LBA() needs to subtract 150 from the calculated …
1:56 PM Changeset in vbox [77020] by vboxsync
FE/Qt: Proper fix for r128444 and r128445.
1:47 PM Changeset in vbox [77019] by vboxsync
FE/Qt: Build fix for r128444.
1:43 PM Changeset in vbox [77018] by vboxsync
FE/Qt: bugref:9373: UIGraphicsScrollBar initial implementation.
10:55 AM Changeset in vbox [77017] by vboxsync
VMM/HMSVMR0: Use the function to get the GIF here.
10:52 AM Changeset in vbox [77016] by vboxsync
FE/Qt: Swap medium search and medium details panels/actions in medium …
10:44 AM Changeset in vbox [77015] by vboxsync
FE/Qt: A bunch of icon fixes.
8:24 AM Changeset in vbox [77014] by vboxsync
FE/Qt: Adding a search functionality to medium manager.
8:24 AM Changeset in vbox [77013] by vboxsync
FE/Qt: Some modifications to UIMediumSearchWidget.

Jan 27, 2019:

9:49 AM Changeset in vbox [77012] by vboxsync
DevATA: Log CHS<->LBA conversions.
9:46 AM Changeset in vbox [77011] by vboxsync
Undoing unintended commit.
9:45 AM Changeset in vbox [77010] by vboxsync
DevATA: Clear interrupt when command register is written (ATA …

Jan 26, 2019:

8:23 PM Changeset in vbox [77009] by vboxsync
FE/Qt: Build fix
6:54 PM Changeset in vbox [77008] by vboxsync
Runtime/xfsvfs.cpp: Updates
6:46 PM Changeset in vbox [77007] by vboxsync
Build fix.
6:27 PM Changeset in vbox [77006] by vboxsync
FE/Qt: Modifications to medium selector widget to adjust to search …
6:12 PM Changeset in vbox [77005] by vboxsync
FE/Qt: UIMediumSearchWidget remembers the matched items list and …
2:11 PM Changeset in vbox [77004] by vboxsync
linux/vboxsf: Added direct_IO stub for so O_DIRECT opens doesn't fail. …
2:10 PM Changeset in vbox [77003] by vboxsync
add/linux: Moved the vboxsf test build down into the sharedfolders …
2:09 PM Changeset in vbox [77002] by vboxsync
FsPerf: Continue mmap on failure. Fixed div by zero in I/O perf if oe …
1:19 PM Changeset in vbox [77001] by vboxsync
FE/Qt: Do NOT exclude ad-hoc.viso from the most recent list, as it is …
10:30 AM Changeset in vbox [77000] by vboxsync
Devices/USB: Create the USB I/O thread for each device during the …
12:24 AM Changeset in vbox [76999] by vboxsync
FsPerf: More command line options for tweaking the test parameters. …

Jan 25, 2019:

9:53 PM Changeset in vbox [76998] by vboxsync
FE/Qt: Adding UIMediumItem a getter for UIMedium name.
9:45 PM Changeset in vbox [76997] by vboxsync
FE/Qt: Adding a basic filtering functionality to QITreeWidget. take 2
9:36 PM Changeset in vbox [76996] by vboxsync
FE/Qt. Reverting the previous commit
9:29 PM Changeset in vbox [76995] by vboxsync
FE/Qt: Adding a simple filtering functionality to QITreeWidget
2:36 PM Changeset in vbox [76994] by vboxsync
whitespace
2:34 PM Changeset in vbox [76993] by vboxsync
VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from …
2:02 PM Changeset in vbox [76992] by vboxsync
Audio/DrvHostDSound: Also clear / reset internal DirectSound buffers …
1:56 PM Changeset in vbox [76991] by vboxsync
Audio/DrvHostDSound: Always apply the backend configuration values on …
1:51 PM Changeset in vbox [76990] by vboxsync
Audio/DrvAudio.h: Naming nit.
1:22 PM Changeset in vbox [76989] by vboxsync
Audio/DrvAudio: Yet another fix for checking whether the requested …
1:09 PM Changeset in vbox [76988] by vboxsync
FE/Qt: bugref:9373: UIGraphicsButton cleanup, refactoring, doxy.
12:38 PM Changeset in vbox [76987] by vboxsync
FE/Qt: bugref:9373: UIGraphicsButton improvement allowing to set click …
12:23 PM Changeset in vbox [76986] by vboxsync
Audio/DrvAudioCommon: Some more division by zero checks for the …
11:42 AM Changeset in vbox [76985] by vboxsync
Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
10:56 AM Changeset in vbox [76984] by vboxsync
Additions/linux: fix a regression from previous commit. bugref:9364: …
10:36 AM Changeset in vbox [76983] by vboxsync
FE/Qt: bugref:9373: UIGraphicsButton improvement allowing to set icon …
2:38 AM Changeset in vbox [76982] by vboxsync
NAT/Net: Increase the number of timeouts.
Note: See TracTimeline for information about the timeline view.

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