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