VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(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) @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) @10918   16 years vboxsync Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10848   16 years vboxsync Export to OSE
(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) @10708   16 years vboxsync Runtime: add cache implementation
(edit) @10646   16 years vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @10546   16 years vboxsync RTSemFastMutexCreate docs.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10526   16 years vboxsync file mode mask to RTFileOpen.
(edit) @10422   16 years vboxsync Fixed descriptions.
(edit) @10418   16 years vboxsync New runtime functions fopr getting cpu frequency. Stubs only to far.
(edit) @10386   16 years vboxsync Added IN_RT_STATIC.
(edit) @10384   16 years vboxsync VBOX_HAVE_VISIBILITY_HIDDEN -> RT_USE_VISIBILITY_DEFAULT and …
(edit) @10383   16 years vboxsync Added DECLHIDDEN.
(edit) @10375   16 years vboxsync Added two VERR_SUPDRV_* status code and rearranged the codes to fill …
(edit) @10137   16 years vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10106   16 years vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @10083   16 years vboxsync Darwin kernel support for alloca.
(edit) @9935   16 years vboxsync r=bird: Review comments, work to be done. Marked the …
(edit) @9930   16 years vboxsync Added VERR_NET_PROTOCOL_ERROR for EPROTO.
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @9768   16 years vboxsync Regenerate err.mac and x86.mac. Adjusted the rule for generting these …
(edit) @9743   16 years vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9738   16 years vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9623   17 years vboxsync warnings.
(edit) @9622   17 years vboxsync Forgot this - added RTCpuLastIndex.
(edit) @9611   17 years vboxsync Added a todo/warning on RTMpNotificationRegister.
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9581   17 years vboxsync const + small optimization
(edit) @9579   17 years vboxsync Added RTCpuSetIsMemberByIndex().
(edit) @9531   17 years vboxsync RTRCPTR_MAX to prevent gcc compiler warnings
(edit) @9528   17 years vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9468   17 years vboxsync Fixed RTTIMER_FLAGS_ARE_VALID.
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
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