|
|
@12128
|
16 年 |
vboxsync |
Release logging in ring 0 seems to cause problems (memory corruption). …
|
|
|
@12104
|
16 年 |
vboxsync |
iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
|
|
|
@12092
|
16 年 |
vboxsync |
Compile fixes
|
|
|
@12088
|
16 年 |
vboxsync |
fix Linux builds
|
|
|
@12087
|
16 年 |
vboxsync |
Functions for setting dr0-3, 6 & 7.
|
|
|
@12086
|
16 年 |
vboxsync |
Functions to fetch dr0-3 & 6.
|
|
|
@11934
|
16 年 |
vboxsync |
minor header update
|
|
|
@11888
|
16 年 |
vboxsync |
IPRT: added RTLdrGetSuff.
|
|
|
@11853
|
16 年 |
vboxsync |
IPRT: Added a 'append' flag to the logger.
|
|
|
@11841
|
16 年 |
vboxsync |
IPRT: RTR3InitEx.
|
|
|
@11836
|
16 年 |
vboxsync |
IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
|
|
|
@11822
|
16 年 |
vboxsync |
IPRT: RTR3Init cleanup.
|
|
|
@11794
|
16 年 |
vboxsync |
SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
|
|
|
@11725
|
16 年 |
vboxsync |
#3076: Merged in the branch with the alternate driver authentication …
|
|
|
@11605
|
16 年 |
vboxsync |
backdoor logging for AMD64 guests
|
|
|
@11596
|
16 年 |
vboxsync |
iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
|
|
|
@11562
|
16 年 |
vboxsync |
Runtime: Remove fifo implementation, request queues are much better
|
|
|
@11558
|
16 年 |
vboxsync |
iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
|
|
|
@11555
|
16 年 |
vboxsync |
Runtime: little threadsafe fifo implementation for passing things to …
|
|
|
@11546
|
16 年 |
vboxsync |
attempt to fix the Windows builds
|
|
|
@11538
|
16 年 |
vboxsync |
pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
|
|
|
@11523
|
16 年 |
vboxsync |
iprt: Implemented the /dev/urandom base random generator as a RTRAND …
|
|
|
@11445
|
16 年 |
vboxsync |
iprt/net.h: corrected ICMP protocol identifier.
|
|
|
@11413
|
16 年 |
vboxsync |
Runtime: small fix to the UUID code, splitting the ClockSeq field and …
|
|
|
@11403
|
16 年 |
vboxsync |
Solaris/vboxnetflt, iprt/alloca.h: correct instance tracking, made it …
|
|
|
@11391
|
16 年 |
vboxsync |
Moved annoying log messages to either level4 or private logging. Added …
|
|
|
@11352
|
16 年 |
vboxsync |
iprt: Implemented RTSystemQueryOSInfo for windows.
|
|
|
@11350
|
16 年 |
vboxsync |
iprt: Added RTSystemQueryOSInfo.
|
|
|
@11347
|
16 年 |
vboxsync |
iprt/rand: Added a generic RTRandAdv API for use with any random …
|
|
|
@11337
|
16 年 |
vboxsync |
Runtime: new function for daemonizing, implemented on posix systems …
|
|
|
@11323
|
16 年 |
vboxsync |
Dropped RTSystemProcessorGetCount and RTSystemProcessorGetActiveMask.
|
|
|
@11318
|
16 年 |
vboxsync |
iprt/runtime.h: mp.h
|
|
|
@11310
|
16 年 |
vboxsync |
iprt/cdefs.h: GCSTRING -> RCSTRING
|
|
|
@11309
|
16 年 |
vboxsync |
iprt: Retired HCSTRING, replaced by R3STRING.
|
|
|
@11308
|
16 年 |
vboxsync |
iprt: Retired deprecated RTUUID member aUuid.
|
|
|
@11225
|
16 年 |
vboxsync |
iprt/cdefs.h: No more DECLGCCALLBACKMEMBER
|
|
|
@11221
|
16 年 |
vboxsync |
DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
|
|
|
@11207
|
16 年 |
vboxsync |
iprt/cdefs.h: Created a set of byte swapping macros for constants for …
|
|
|
@11198
|
16 年 |
vboxsync |
DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
|
|
|
@11190
|
16 年 |
vboxsync |
AssertLogRelMsg1: Fixed the LogRel() version, it was printing the file …
|
|
|
@11173
|
16 年 |
vboxsync |
IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
|
|
|
@11154
|
16 年 |
vboxsync |
cdefs: new macro - CTX_SUFF - for R3,R0 and RC suffixes.
|
|
|
@11095
|
16 年 |
vboxsync |
iprt: The cpputils.h version of RTCNonCopyable doesn't fit the naming …
|
|
|
@11054
|
16 年 |
vboxsync |
iprt/net.h: Added dummy IPX ethertypes.
|
|
|
@11052
|
16 年 |
vboxsync |
iprt/net.h: Added minimum lengths for DHCP and BOOTP packets.
|
|
|
@11049
|
16 年 |
vboxsync |
IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
|
|
|
@11044
|
16 年 |
vboxsync |
IPRT/RTNetIPv4: Simple TCP validation.
|
|
|
@11030
|
16 年 |
vboxsync |
iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
|
|
|
@11028
|
16 年 |
vboxsync |
Runtime: autores doc clarification and queries and example template …
|
|
|
@11027
|
16 年 |
vboxsync |
Disabled RT_NO_THROW on solaris r0.
|
|
|
@11025
|
16 年 |
vboxsync |
iprt/net.h: Added some ICMP (v4) bits.
|
|
|
@11022
|
16 年 |
vboxsync |
comment typo.
|
|
|
@11019
|
16 年 |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@11018
|
16 年 |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@11017
|
16 年 |
vboxsync |
iprt: Some RTMemAutoPtr optimizations.
|
|
|
@11015
|
16 年 |
vboxsync |
iprt: Fixed RTAutoRes::reset() so it doesn't destroy a NIL handle.
|
|
|
@11014
|
16 年 |
vboxsync |
iprt/RTMemAutoPtr: Some useful destructors (deallocators) and allocators.
|
|
|
@11012
|
16 年 |
vboxsync |
iprt: More IPv4 validating / checksumming.
|
|
|
@11011
|
16 年 |
vboxsync |
iprt/RTMemAutoPtr: Added a constructor that will allocate memory to …
|
|
|
@11010
|
16 年 |
vboxsync |
iprt: hrmpf. g++ things external linkage is needed. silly.
|
|
|
@11009
|
16 年 |
vboxsync |
iprt: Fixed missing/incorrect inline usage in the new template functions.
|
|
|
@11008
|
16 年 |
vboxsync |
iprt: Moved RTMemAutoPtr into iprt/mem.h.
|
|
|
@11007
|
16 年 |
vboxsync |
iprt/autores.h: cosmetics.
|
|
|
@11006
|
16 年 |
vboxsync |
iprt/autores.h: cosmetics.
|
|
|
@11004
|
16 年 |
vboxsync |
iprt/autores.h: *Value -> *_hRes. Renamed Reallocator to Allocator and …
|
|
|
@11002
|
16 年 |
vboxsync |
iprt/autores.h: cosmetics
|
|
|
@11001
|
16 年 |
vboxsync |
iprt/autores.h: Drop the cpputils.h dependency.
|
|
|
@11000
|
16 年 |
vboxsync |
iprt/autores.h: Added a hundred missing newlines, fixed docs and a few …
|
|
|
@10998
|
16 年 |
vboxsync |
iprt: Use the byte swapper routines from iprt/asm.h.
|
|
|
@10997
|
16 年 |
vboxsync |
iprt/asm.h: comment.
|
|
|
@10996
|
16 年 |
vboxsync |
iprt/asm.h: shut up stupid MSC warning.
|
|
|
@10995
|
16 年 |
vboxsync |
iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
|
|
|
@10989
|
16 年 |
vboxsync |
Runtime: reallocate counting in elements, not in bytes in autores
|
|
|
@10988
|
16 年 |
vboxsync |
Runtime: removed unsafe operator= from autores
|
|
|
@10982
|
16 年 |
vboxsync |
iprt: More IPv4 checksum calculation.
|
|
|
@10980
|
16 年 |
vboxsync |
Runtime, HostServices/GuestProperties, Additions/common: autores update
|
|
|
@10978
|
16 年 |
vboxsync |
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
|
|
|
@10977
|
16 年 |
vboxsync |
Runtime: forgot a header file in autores
|
|
|
@10975
|
16 年 |
vboxsync |
Runtime: renamed iprt/autores -> iprt/autores.h
|
|
|
@10974
|
16 年 |
vboxsync |
Runtime: updated and simplified the autores code
|
|
|
@10967
|
16 年 |
vboxsync |
iprt/cpputils.h: added stdx::non_copyable class
|
|
|
@10966
|
16 年 |
vboxsync |
IPRT: some more IP checksumming stuff (hope it works).
|
|
|
@10964
|
16 年 |
vboxsync |
IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
|
|
|
@10963
|
16 年 |
vboxsync |
types: Merged PDMMAC and RTNETMAC into RTMAC.
|
|
|
@10962
|
16 年 |
vboxsync |
iprt/types.h: Added RTMAC.
|
|
|
@10960
|
16 年 |
vboxsync |
IPRT/intnet: Moving network protocol structures and related stuff into …
|
|
|
@10951
|
16 年 |
vboxsync |
IPRT: Extended RTStrValidateEncodingEx with a …
|
|
|
@10949
|
16 年 |
vboxsync |
IPRT: Added RTStrNLen and RTStrNLenEx.
|
|
|
@10944
|
16 年 |
vboxsync |
iprt: RTTimerLR - low resolution timer API (< 10 Hz).
|
|
|
@10943
|
16 年 |
vboxsync |
iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
|
|
|
@10940
|
16 年 |
vboxsync |
IPRT: Implemented the RTOnce API.
|
|
|
@10939
|
16 年 |
vboxsync |
iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
|
|
|
@10927
|
16 年 |
vboxsync |
Runtime: updated RTMemAuto -> RTMemAutoPtr
|
|
|
@10926
|
16 年 |
vboxsync |
Runtime: updated RTAutoRes -> RTMemAuto
|
|
|
@10925
|
16 年 |
vboxsync |
Runtime: updated RTAutoRes
|
|
|
@10918
|
16 年 |
vboxsync |
Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
|
|
|
@10911
|
16 年 |
vboxsync |
IPRT: Added RTPathSetCurrent.
|
|
|
@10848
|
16 年 |
vboxsync |
Export to OSE
|
|
|
@10788
|
16 年 |
vboxsync |
IPRT: Implemented the context variant of the handle table.
|
|
|
@10785
|
16 年 |
vboxsync |
Fixed broken AssertCompileMemberOffset macro.
|
|
|