VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68070   7 years vboxsync iprt/cpp/path.h: Added RTPathAppendCxx and RTPathAppPrivateNoArchCxx.
(edit) @68054   7 years vboxsync iprt/cpp/path.h: New file with RTCString wrappers for RTPathAbs; more …
(edit) @68015   7 years vboxsync com/ptr.h: no else after return
(edit) @68013   7 years vboxsync VMMR0,PciRawR0,GVMMR0: More pGVM cleanups.
(edit) @68011   7 years vboxsync GVMMR0,VMMR0: More cleanups.
(edit) @68009   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68007   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls.
(edit) @68001   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup.
(edit) @67997   7 years vboxsync microatl.h: unused code
(edit) @67994   7 years vboxsync PGMR0,GVMMR0: Ditto for large page alloc.
(edit) @67993   7 years vboxsync PGMR0Phys*Handy*: Added pGVM parameter and changed the PVMCPU to idCpu.
(edit) @67992   7 years vboxsync GVMMR0: build fix and GVMMR0ValidateGVMandVMandEMT.
(edit) @67991   7 years vboxsync GVMMR0*Statistics*: Pass GVM along with pVM when we got one.
(edit) @67990   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it - part #2.
(edit) @67989   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it.
(edit) @67987   7 years vboxsync GVMMR0: Added EMT deregistration API to complement the registration one.
(edit) @67983   7 years vboxsync VMMR0OPERATION: Spread the enum values out so we can safely add new …
(edit) @67980   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67979   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67955   7 years vboxsync VMM,SUPDrv: Started on some session/VMMR0 nits. I/O control interface …
(edit) @67948   7 years vboxsync pecoff,ldrPE: Another load config change surfaced in build 16237, …
(edit) @67944   7 years vboxsync VMM: Nested HW.virt: CPUM fixes
(edit) @67943   7 years vboxsync cpum.h: Fixes crash, follow up fixes to r116929
(edit) @67938   7 years vboxsync Nit.
(edit) @67937   7 years vboxsync CPUM: Quick fix for cleanup crash.
(edit) @67924   7 years vboxsync VMM/CPUM: Nested Hw.virt: Allocate the nested-guest VMCB (controls and …
(edit) @67916   7 years vboxsync VMM: Comments, clean up.
(edit) @67915   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @67911   7 years vboxsync iprt/formats/fat.h: Added offset for FATDIRENTRY.
(edit) @67861   7 years vboxsync isomaker: Some fixes for bugs found when testing different buffer read …
(edit) @67842   7 years vboxsync IPRT/isomaker: Working on generating rock ridge data.
(edit) @67840   7 years vboxsync IPRT/isomaker: Made ISO9660_RRIP_ER_LEN more compile time assertion …
(edit) @67838   7 years vboxsync IPRT/isomaker: Working on generating rock ridge data (untested). …
(edit) @67821   7 years vboxsync SUP, VMM: Added interface to read CPU microcode revision, used in VMM …
(edit) @67800   7 years vboxsync IPRT/isomaker: Added RTFsIsoMakerAddSymlink & …
(edit) @67798   7 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @67797   7 years vboxsync IPRT/isomaker: Added RTFsIsoMakerAddSymlink & …
(edit) @67794   7 years vboxsync isomaker: Added API for setting the rock ridge name and adjusted …
(edit) @67790   7 years vboxsync isomakerimport: More rock ridge code.
(edit) @67788   7 years vboxsync isomakerimport: More rock ridge code.
(edit) @67781   7 years vboxsync isomaker: Rock updates
(edit) @67775   7 years vboxsync isomaker: Importing rock ridge stuff.
(edit) @67773   7 years vboxsync iprt/formats/iso9660.h: Added SUSP structures.
(edit) @67769   7 years vboxsync iprt/string.h: removed C++ hack for the 'new' keyword. We don't need …
(edit) @67752   7 years vboxsync doc update
(edit) @67748   7 years vboxsync iprt/cpp/list.h: Added append method without any parameters that …
(edit) @67731   7 years vboxsync Runtime: added RTFSTYPE_EXFAT
(edit) @67722   7 years vboxsync glue/AutoLock: Adding isReadLockedOnCurrentThread method for debug …
(edit) @67721   7 years vboxsync glue/AutoLock: Adding isReadLockedOnCurrentThread method for debug …
(edit) @67695   7 years vboxsync Audio: vmm/pdmaudioifs.h: Shuffle parameters around in PDMAUDIOPCMPROPS.
(edit) @67690   7 years vboxsync RTCString: Added 4 standard like replace() methods. (build fix)
(edit) @67688   7 years vboxsync RTCString: Added 4 standard like replace() methods.
(edit) @67676   7 years vboxsync RTCString: Added append methods for appending a substring.
(edit) @67675   7 years vboxsync iprt/xml: Added a RTCString writer class.
(edit) @67674   7 years vboxsync RTCString: Added append methods for appending a substring.
(edit) @67668   7 years vboxsync PDM: rip out the entire FakePCIBIOS support, no longer triggered from …
(edit) @67660   7 years vboxsync VMM/HMSVMR0: Added decode assist for invlpg, mov CRx instruction VM-exits.
(edit) @67659   7 years vboxsync VMM/IEM: Added IEMExecDecodedInvlpg.
(edit) @67651   7 years vboxsync IPRT: Added strip, stripLeft, and stripRight to RTCString.
(edit) @67650   7 years vboxsync IPRT: Added const char * variant of RTCString::contains.
(edit) @67645   7 years vboxsync IPRT: RTCString::find: Made it return npos if the string to search for …
(edit) @67642   7 years vboxsync Main: Modified Utf8Str::parseKeyValue implementation to never return …
(edit) @67640   7 years vboxsync Utf8Str::parseKeyValue: Docs and style.
(edit) @67600   7 years vboxsync IPRT: More ISO maker code (import + booting).
(edit) @67598   7 years vboxsync RTGetOptArgvFromString: Added a RTGETOPTARGV_CNV_MODIFY_INPUT flag for …
(edit) @67595   7 years vboxsync IPRT: More ISO maker code (import + multi-extent related).
(edit) @67592   7 years vboxsync Doxygen.
(edit) @67591   7 years vboxsync Alignment.
(edit) @67590   7 years vboxsync VUSB: Bit of infrastructure to allow frame delta (interval) tracking.
(edit) @67571   7 years vboxsync IPRT: More ISO maker code (import + multi-extent related).
(edit) @67549   7 years vboxsync IPRT: More ISO maker code (related to image string properties and import).
(edit) @67538   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67529   7 years vboxsync VMM: Nested Hw.virt: Fixes and debugger info support for VCPU hwvirt state.
(edit) @67528   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @67511   7 years vboxsync IPRT: ISO maker updates (import related).
(edit) @67502   7 years vboxsync IPRT: ISO maker updates (import related).
(edit) @67491   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67480   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67468   7 years vboxsync iprt/avl.h: Saved 8 bytes in AVLU32NODECORE on 64-bit hosts.
(edit) @67455   7 years vboxsync Storage: Hacked up a virtual image format around the IPRT ISO maker …
(edit) @67453   7 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67445   7 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67437   7 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67427   7 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67426   7 years vboxsync iprt/formats/iso9660.h: Added El Torito related stuff.
(edit) @67414   7 years vboxsync IPRT: RTNetMaskToPrefixIPv6 and RTNetPrefixToMaskIPv6
(edit) @67391   7 years vboxsync IPRT: More ISO maker code.
(edit) @67370   7 years vboxsync IPRT: ISO maker updates.
(edit) @67366   7 years vboxsync Audio: Forward ported audio mixing buffer changes from 5.1 (as of r115728).
(edit) @67364   7 years vboxsync Audio: Forward ported r113728 (IPRT/CircBuf: Added …
(edit) @67360   7 years vboxsync iprt/nt/nt.h: doc nits
(edit) @67359   7 years vboxsync iprt/nt/nt.h: doc nits
(edit) @67347   7 years vboxsync IPRT: More ISO maker code.
(edit) @67343   7 years vboxsync IPRT: More ISO maker code.
(edit) @67341   7 years vboxsync IPRT: More ISO maker code.
(edit) @67339   7 years vboxsync IPRT: More ISO maker code.
(edit) @67334   7 years vboxsync IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
(edit) @67326   7 years vboxsync iso9660.h,iso9660vfs.cpp: Corrected the extended attribute length …
(edit) @67318   7 years vboxsync tabs to spaces
(edit) @67316   7 years vboxsync nt.h: Add RTL_PROCESS_MODULE_INFORMATION and RTL_PROCESS_MODULES
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