VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11000   16 years vboxsync iprt/autores.h: Added a hundred missing newlines, fixed docs and a few …
(edit) @10998   16 years vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10997   16 years vboxsync iprt/asm.h: comment.
(edit) @10996   16 years vboxsync iprt/asm.h: shut up stupid MSC warning.
(edit) @10995   16 years vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10989   16 years vboxsync Runtime: reallocate counting in elements, not in bytes in autores
(edit) @10988   16 years vboxsync Runtime: removed unsafe operator= from autores
(edit) @10982   16 years vboxsync iprt: More IPv4 checksum calculation.
(edit) @10980   16 years vboxsync Runtime, HostServices/GuestProperties, Additions/common: autores update
(edit) @10978   16 years vboxsync tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
(edit) @10977   16 years vboxsync Runtime: forgot a header file in autores
(edit) @10975   16 years vboxsync Runtime: renamed iprt/autores -> iprt/autores.h
(edit) @10974   16 years vboxsync Runtime: updated and simplified the autores code
(edit) @10967   16 years vboxsync iprt/cpputils.h: added stdx::non_copyable class
(edit) @10966   16 years vboxsync IPRT: some more IP checksumming stuff (hope it works).
(edit) @10964   16 years vboxsync IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
(edit) @10963   16 years vboxsync types: Merged PDMMAC and RTNETMAC into RTMAC.
(edit) @10962   16 years vboxsync iprt/types.h: Added RTMAC.
(edit) @10960   16 years vboxsync IPRT/intnet: Moving network protocol structures and related stuff into …
(edit) @10951   16 years vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 years vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10943   16 years vboxsync iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10939   16 years vboxsync iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
(edit) @10930   16 years vboxsync Additions/common: added guest property enumeration functions to the …
(edit) @10929   16 years vboxsync HostServices/GuestProperties: added a guest enumeration interface to …
(edit) @10927   16 years vboxsync Runtime: updated RTMemAuto -> RTMemAutoPtr
(edit) @10926   16 years vboxsync Runtime: updated RTAutoRes -> RTMemAuto
(edit) @10925   16 years vboxsync Runtime: updated RTAutoRes
(edit) @10924   16 years vboxsync intnet: INTNET_OPEN_FLAGS_SECURITY_XOR_MASK -> …
(edit) @10923   16 years vboxsync intnet: MAC sharing under construction…
(edit) @10918   16 years vboxsync Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10867   16 years vboxsync va_list fix.
(edit) @10861   16 years vboxsync Added VbglR3GuestPropWriteValueF and VbglR3GuestPropWriteValueV.
(edit) @10848   16 years vboxsync Export to OSE
(edit) @10843   16 years vboxsync intnet: Implemented activation on power on & resume, deactivation on …
(edit) @10837   16 years vboxsync todo in PDMINETWORKCONNECTOR.
(edit) @10831   16 years vboxsync Update
(edit) @10822   16 years vboxsync Prepare for EPT.
(edit) @10820   16 years vboxsync Cleanup
(edit) @10819   16 years vboxsync intnet: Use the IPRT handle table, validate against the session when …
(edit) @10818   16 years vboxsync More capabilities
(edit) @10817   16 years vboxsync Started with EPT support.
(edit) @10814   16 years vboxsync HostServices/GuestProperties, Main, Additions/common, …
(edit) @10806   16 years vboxsync intnet: Push the session down to all the INTNETR0* apis.
(edit) @10805   16 years vboxsync VMM+SUPDrv: Changed the VMMR0EntryEx interface to also take the …
(edit) @10802   16 years vboxsync Main, Guest Properties: attempt to fix the build break on Windows …
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10788   16 years vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10785   16 years vboxsync Fixed broken AssertCompileMemberOffset macro.
(edit) @10768   16 years vboxsync Some early commit of the handle table code (home -> work).
(edit) @10765   16 years vboxsync Spec'ed out the RTHandleTable API.
(edit) @10761   16 years vboxsync Fixed INTNETRUNKDIR_VALID_MASK / flags.
(edit) @10746   16 years vboxsync Added pSession argument to all the intnet request packets.
(edit) @10733   17 years vboxsync intnet: Converted the internal frame handling to use the …
(edit) @10724   17 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10715   17 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10709   17 years vboxsync Main: SafeArray: Added SafeArrayTraits <const PRUnichar *> to make …
(edit) @10708   17 years vboxsync Runtime: add cache implementation
(edit) @10707   17 years vboxsync Include bit 5 in the debug register armed mask.
(edit) @10695   17 years vboxsync Added HWVirtExNestedPagingEnabled method to MachineDebugger.
(edit) @10681   17 years vboxsync intnet: More TrunkIf code.
(edit) @10677   17 years vboxsync Added INTNETTRUNKFACTORY::pfnRelease, dealth with a unload race …
(edit) @10663   17 years vboxsync Created tstIntNet-1 for checking that capturing an interface works on …
(edit) @10661   17 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10652   17 years vboxsync hgcm: added a callback parameter type (for host use only)
(edit) @10651   17 years vboxsync Additions/common: removed default argument to VbglR3Daemonize
(edit) @10648   17 years vboxsync Moved X86FXSTATE from x86.mac to cpum.mac.
(edit) @10647   17 years vboxsync Manual saving of XMM registers. Use new FPU/MMX/XMM state saving for …
(edit) @10646   17 years vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @10635   17 years vboxsync Additions/common: support in the R3 guest library creating a pidfile …
(edit) @10630   17 years vboxsync Newer functions for handling fpu save/restore in ring 0.
(edit) @10568   17 years vboxsync Updates
(edit) @10559   17 years vboxsync INTNET: sketched out the trunk create & connect code (disabled).
(edit) @10557   17 years vboxsync INTNET: Hopefully sorted out a bunch of unsafe locking (handle usage …
(edit) @10552   17 years vboxsync More IOCTLs.
(edit) @10546   17 years vboxsync RTSemFastMutexCreate docs.
(edit) @10544   17 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10541   17 years vboxsync Removed deprecated IOCTL namings.
(edit) @10540   17 years vboxsync First very rough cut at the conversion of iSCSI to a VBoxHDD-new …
(edit) @10534   17 years vboxsync Backed out Performance API changes.
(edit) @10530   17 years vboxsync Implemented trunk and flag matching when opening a network.
(edit) @10528   17 years vboxsync Performance API, version 0, webservice broken.
(edit) @10526   17 years vboxsync file mode mask to RTFileOpen.
(edit) @10522   17 years vboxsync r=bird: Added a todo: IOCTL_CODE should not be #defined.
(edit) @10521   17 years vboxsync return docs.
(edit) @10518   17 years vboxsync Build fix.
(edit) @10517   17 years vboxsync Todo.
(edit) @10516   17 years vboxsync More IOCTL stuff for R3 guest lib (Windows).
(edit) @10512   17 years vboxsync Backed out 33192; not the problem
(edit) @10511   17 years vboxsync More space of PDM needed for the Linux builds.
(edit) @10492   17 years vboxsync Added PDMApicHasPendingIrq.
(edit) @10487   17 years vboxsync Todo for #2993.
(edit) @10473   17 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10467   17 years vboxsync Provide CAP_FILE flag for backends operating on files.
(edit) @10463   17 years vboxsync Use the TPR threshold feature.
(edit) @10451   17 years vboxsync Modified the INTNETR0Open interface and PDM driver configuration to …
(edit) @10450   17 years vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
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