VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60247   9 years vboxsync Main: When switching to/from NAT network, also consider the paused state
(edit) @60246   9 years vboxsync CertificateImpl.*: Implemented the two missing internal function in …
(edit) @60245   9 years vboxsync IPRT: Added RTCrX509Name_GetShortRdn.
(edit) @60244   9 years vboxsync Runtime/test: typos
(edit) @60243   9 years vboxsync CertificateImpl: Sketched how this should've been done. Don't …
(edit) @60242   9 years vboxsync Guest Control/Main: Cosmetics for VERR_ACCOUNT_RESTRICTED error …
(edit) @60241   9 years vboxsync usblib.h,SUPDrv: Added missing RTStrPurgeEncoding to SUPDrv so …
(edit) @60240   9 years vboxsync Main/Event: fix deadlock (fortunately with timeout) for waitable …
(edit) @60239   9 years vboxsync Main: fixed subversion properties
(edit) @60238   9 years vboxsync include/VBox/log.h: fix for r106253
(edit) @60237   9 years vboxsync doc/manual: fix 'VBoxManage storagectl --portcount' and added …
(edit) @60236   9 years vboxsync pr8249. Backward compatibility with 5.0.x branch
(edit) @60235   9 years vboxsync iprt/asm-amd64-x86.h: doxygen fix
(edit) @60234   9 years vboxsync bs3kit: case
(edit) @60233   9 years vboxsync bs3-cpu-basic-2: cleanups.
(edit) @60232   9 years vboxsync bs3-cpu-basic-2: More INT xx tests.
(edit) @60231   9 years vboxsync bs3kit: updates
(edit) @60230   9 years vboxsync duh
(edit) @60229   9 years vboxsync later
(edit) @60228   9 years vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @60227   9 years vboxsync FE/Qt: ​​​bugref:8308: Event handlers rework/cleanup (part 06): Heavy …
(edit) @60226   9 years vboxsync FE/Qt: ​​​bugref:8308: Event handlers rework/cleanup (part 05): Some …
(edit) @60225   9 years vboxsync FE/Qt: ​​​bugref:8308: Event handlers rework/cleanup (part 04): Better …
(edit) @60224   9 years vboxsync FE/Qt: ​​​bugref:8308: Event handlers rework/cleanup (part 03): Some …
(edit) @60223   9 years vboxsync FE/Qt: ​​​bugref:8308: Event handlers rework/cleanup (part 02): Basic …
(edit) @60222   9 years vboxsync FE/Qt: ​​​bugref:8308: Event handlers rework/cleanup (part 01): …
(edit) @60221   9 years vboxsync bugref:8249. Example of usage ICertificate interface during OVF import.
(edit) @60220   9 years vboxsync bugref:8249. Added an attribute certificate into IAppliance interface. …
(edit) @60219   9 years vboxsync bugref:8249. New API interface ICertificate was added.
(edit) @60218   9 years vboxsync bs3kit: Optimized BS3_MODE_CODE_V86 checks.
(edit) @60217   9 years vboxsync bs3kit: Changed the value of BS3_MODE_CODE_V86 from 3 to 8 so each of …
(edit) @60216   9 years vboxsync bs3kit: Added BS3REG_CTX_F_NO_AMD64 to ignore r8-r15 in contexts …
(edit) @60215   9 years vboxsync bs3-cpu-basic-2: cleanups
(edit) @60214   9 years vboxsync bs3-cpu-basic-2: more savings
(edit) @60213   9 years vboxsync bs3-cpu-basic-2: cleanups
(edit) @60212   9 years vboxsync bs3-cpu-basic-2: conforming tests. generalized the xcpt #1 test so it …
(edit) @60211   9 years vboxsync bs3kit.h/mac: paranoia.
(edit) @60210   9 years vboxsync bs3-system-data.asm: 16-bit conforming code selectors should have same …
(edit) @60209   9 years vboxsync leave out RTStrPurgeEncoding() from USBLibPurgeEncoding for …
(edit) @60208   9 years vboxsync bs3-cpu-basic-2: More tests.
(edit) @60207   9 years vboxsync bs3-cmn-PerCpuData.c: Compiler doesn't even try to align global data.
(edit) @60206   9 years vboxsync bs3-mode-TrapSystemCallHandler.asm: Forgot to copy DS into the …
(edit) @60205   9 years vboxsync bs3-cmn-syscall.asm: Save and restore g_uBs3TrapEipHint in 16-bit and …
(edit) @60204   9 years vboxsync bs3kit: updates
(edit) @60203   9 years vboxsync bs3kit: updates
(edit) @60202   9 years vboxsync bs3kit: updates
(edit) @60201   9 years vboxsync iprt/asm-amd64-x86.h: Use the Visual C++ halt() intrinsic when …
(edit) @60200   9 years vboxsync iprt/asmdefs.mac: AssertCompileMemberAlignment and AssertCompile.
(edit) @60199   9 years vboxsync bs3kit: updates
(edit) @60198   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: when running on …
(edit) @60197   9 years vboxsync VBoxBs3ObjConverter: Got the IMAGE_REL_AMD64_REL32_* the wrong way around.
(edit) @60196   9 years vboxsync bs3kit: oops.
(edit) @60195   9 years vboxsync bs3kit: No need to keep the 64-bit assembly and C object files …
(edit) @60194   9 years vboxsync bs3kit: updates.
(edit) @60193   9 years vboxsync static DECLINLINE -> DECLINLINE.
(edit) @60192   9 years vboxsync iprt/cdefs.h: Added 'static' to DECLINLINE for C++ and MSC to prevent …
(edit) @60191   9 years vboxsync tstRTPrf: Converted to iprt/test.h and added a little off topic …
(edit) @60190   9 years vboxsync bugref:8087:8087: Additions/x11: support non-root X server: revert …
(edit) @60189   9 years vboxsync iemRaiseLoadStackFromTss32Or16: Try make GCC happy.
(edit) @60188   9 years vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60187   9 years vboxsync TMAllCpu: Shut up annoying debug stepping assertion.
(edit) @60186   9 years vboxsync IEM: backed out previous commit.
(edit) @60185   9 years vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60184   9 years vboxsync bs3kit: updates.
(edit) @60183   9 years vboxsync Few small style fixes for r106215.
(edit) @60182   9 years vboxsync GUI/UIExtraDataManager: Look both machine and global extra data for …
(edit) @60181   9 years vboxsync GUI/src/extradata: Added missing Makefile.kup.
(edit) @60180   9 years vboxsync bugref:8087:8087: Additions/x11: support non-root X server: revert …
(edit) @60179   9 years vboxsync Storage/DrvVD: Don't fail opening the image if getting the UUID fails …
(edit) @60178   9 years vboxsync VUSB: Fix assertion and non working devices attached to OHCI after a …
(edit) @60177   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add a …
(edit) @60176   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add a …
(edit) @60175   9 years vboxsync DevVGA: fixed taking screenshot when Windows guest displays BSOD
(edit) @60174   9 years vboxsync Additions/linux/drm: allow shared interrupts, otherwise the module …
(edit) @60173   9 years vboxsync gen-slickedit-workspace.sh: bs3kit updates.
(edit) @60172   9 years vboxsync RTStrAPrintf() returns -1 on error, no IPRT status code
(edit) @60171   9 years vboxsync FE/Qt: Port-forwarding dialog: fix botched logic when verifying the …
(edit) @60170   9 years vboxsync tstVBoxMultipleVM.cpp: Missed a few tabs.
(edit) @60169   9 years vboxsync tstVBoxMultipleVM.cpp: - TABS ARE ABSOLUTELY VERBOTEN!! - Always space …
(edit) @60168   9 years vboxsync fixed properties
(edit) @60167   9 years vboxsync DevPCI: make Parfait happy
(edit) @60166   9 years vboxsync DevPCI: make Parfait happy
(edit) @60165   9 years vboxsync VBoxUsbToolGetStringDescriptor: bytes -
(edit) @60164   9 years vboxsync USB: RT_C_IS_CNTRL returns true for the terminator.
(edit) @60163   9 years vboxsync USBLibPurgeEncoding: Wrong length.
(edit) @60162   9 years vboxsync USB: RT_C_IS_CNTRL returns true for the terminator.
(edit) @60161   9 years vboxsync USB: build fix.
(edit) @60160   9 years vboxsync USB: darwin build fix.
(edit) @60159   9 years vboxsync USB: Added fPurge parameter to USBFilterSetStringExact so the usb …
(edit) @60158   9 years vboxsync USB: Purge strings.
(edit) @60157   9 years vboxsync Missing Makefile.kup file.
(edit) @60156   9 years vboxsync USB: Purge strings.
(edit) @60155   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60154   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60153   9 years vboxsync USBGetDevices.cpp: Collected and #ifdef'ed the USBFS specific code.
(edit) @60152   9 years vboxsync FE/Qt/darwin: make Parfait happy
(edit) @60151   9 years vboxsync FE/Qt/darwin: make Parfait happy
(edit) @60150   9 years vboxsync USBGetDevices.cpp: fixes
(edit) @60149   9 years vboxsync USBGetDevices.cpp: fixes
(edit) @60148   9 years vboxsync USBGetDevices.cpp: removed dead suffix code.
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