VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13075   16 years vboxsync more accurate docs. restored the 64-bit warning.
(edit) @13064   16 years vboxsync iprt/req.h: corrected API docs
(edit) @13047   16 years vboxsync AVLROGCPTRNODECORE: alignment adjustment.
(edit) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12680   16 years vboxsync readdr & writedr aren't 64 bits only in the intrinsic case.
(edit) @12676   16 years vboxsync cdefs.h: Added CTX_MID, CTX_MID_Z and CTX_SUFF_Z. The latte two …
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @12636   16 years vboxsync iprt/cdefs.h: retired GCTYPE.
(edit) @12547   16 years vboxsync runtime.h: added getopt.h
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12341   16 years vboxsync iprt/dir.h: RTDIRENTRY clearification
(edit) @12238   16 years vboxsync iprt/asm.h: next try
(edit) @12237   16 years vboxsync fixed r36224
(edit) @12235   16 years vboxsync less input registers
(edit) @12232   16 years vboxsync iprt/asm.h: better fix
(edit) @12223   16 years vboxsync iprt/asm.h: Fixed gnu asm bug in ASMSetDR*(), the input (uDRVal) was …
(edit) @12221   16 years vboxsync iprt/asm.h: Use the intrinsic readdr and writedr introduced in VC …
(edit) @12176   16 years vboxsync ASMAtomicXchgU64 fix
(edit) @12164   16 years vboxsync iprt/asm.h: Forced the darwin build into working. Needs cleanup.
(edit) @12156   16 years vboxsync not necessary
(edit) @12153   16 years vboxsync asm fixes for gcc-4.3, hope this compiles
(edit) @12147   16 years vboxsync IPRT: added RTLOG_REL_DISABLE and RTLOG_REL_ENABLE for disabling …
(edit) @12131   16 years vboxsync Comment added
(edit) @12128   16 years vboxsync Release logging in ring 0 seems to cause problems (memory corruption). …
(edit) @12104   16 years vboxsync iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
(edit) @12092   16 years vboxsync Compile fixes
(edit) @12088   16 years vboxsync fix Linux builds
(edit) @12087   16 years vboxsync Functions for setting dr0-3, 6 & 7.
(edit) @12086   16 years vboxsync Functions to fetch dr0-3 & 6.
(edit) @11934   16 years vboxsync minor header update
(edit) @11888   16 years vboxsync IPRT: added RTLdrGetSuff.
(edit) @11853   16 years vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11841   16 years vboxsync IPRT: RTR3InitEx.
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11605   16 years vboxsync backdoor logging for AMD64 guests
(edit) @11596   16 years vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11562   16 years vboxsync Runtime: Remove fifo implementation, request queues are much better
(edit) @11558   16 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11555   16 years vboxsync Runtime: little threadsafe fifo implementation for passing things to …
(edit) @11546   16 years vboxsync attempt to fix the Windows builds
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11445   16 years vboxsync iprt/net.h: corrected ICMP protocol identifier.
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11403   16 years vboxsync Solaris/vboxnetflt, iprt/alloca.h: correct instance tracking, made it …
(edit) @11391   16 years vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11337   16 years vboxsync Runtime: new function for daemonizing, implemented on posix systems …
(edit) @11323   16 years vboxsync Dropped RTSystemProcessorGetCount and RTSystemProcessorGetActiveMask.
(edit) @11318   16 years vboxsync iprt/runtime.h: mp.h
(edit) @11310   16 years vboxsync iprt/cdefs.h: GCSTRING -> RCSTRING
(edit) @11309   16 years vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11308   16 years vboxsync iprt: Retired deprecated RTUUID member aUuid.
(edit) @11225   16 years vboxsync iprt/cdefs.h: No more DECLGCCALLBACKMEMBER
(edit) @11221   16 years vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11207   16 years vboxsync iprt/cdefs.h: Created a set of byte swapping macros for constants for …
(edit) @11198   16 years vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11190   16 years vboxsync AssertLogRelMsg1: Fixed the LogRel() version, it was printing the file …
(edit) @11173   16 years vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @11154   16 years vboxsync cdefs: new macro - CTX_SUFF - for R3,R0 and RC suffixes.
(edit) @11095   16 years vboxsync iprt: The cpputils.h version of RTCNonCopyable doesn't fit the naming …
(edit) @11054   16 years vboxsync iprt/net.h: Added dummy IPX ethertypes.
(edit) @11052   16 years vboxsync iprt/net.h: Added minimum lengths for DHCP and BOOTP packets.
(edit) @11049   16 years vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11044   16 years vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11030   16 years vboxsync iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
(edit) @11028   16 years vboxsync Runtime: autores doc clarification and queries and example template …
(edit) @11027   16 years vboxsync Disabled RT_NO_THROW on solaris r0.
(edit) @11025   16 years vboxsync iprt/net.h: Added some ICMP (v4) bits.
(edit) @11022   16 years vboxsync comment typo.
(edit) @11019   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11018   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11017   16 years vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11015   16 years vboxsync iprt: Fixed RTAutoRes::reset() so it doesn't destroy a NIL handle.
(edit) @11014   16 years vboxsync iprt/RTMemAutoPtr: Some useful destructors (deallocators) and allocators.
(edit) @11012   16 years vboxsync iprt: More IPv4 validating / checksumming.
(edit) @11011   16 years vboxsync iprt/RTMemAutoPtr: Added a constructor that will allocate memory to …
(edit) @11010   16 years vboxsync iprt: hrmpf. g++ things external linkage is needed. silly.
(edit) @11009   16 years vboxsync iprt: Fixed missing/incorrect inline usage in the new template functions.
(edit) @11008   16 years vboxsync iprt: Moved RTMemAutoPtr into iprt/mem.h.
(edit) @11007   16 years vboxsync iprt/autores.h: cosmetics.
(edit) @11006   16 years vboxsync iprt/autores.h: cosmetics.
(edit) @11004   16 years vboxsync iprt/autores.h: *Value -> *_hRes. Renamed Reallocator to Allocator and …
(edit) @11002   16 years vboxsync iprt/autores.h: cosmetics
(edit) @11001   16 years vboxsync iprt/autores.h: Drop the cpputils.h dependency.
(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
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