VirtualBox

source: vbox/trunk/include/iprt/types.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @26734   15 years vboxsync NIL_RTPIPE fix
(edit) @26721   15 years vboxsync iprt/poll.h,iprt/types.h: more poll and some pipe work
(edit) @26702   15 years vboxsync iprt/types.h,iprt/pipe.h: Added pipe.h (no code yet) and preparing for …
(edit) @26683   15 years vboxsync iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
(edit) @25704   15 years vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25692   15 years vboxsync iprt/lockvalidator: Implemented order validatation and the …
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25682   15 years vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25607   15 years vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25591   15 years vboxsync fix for compiling against Linux 2.6.33+
(edit) @25478   15 years vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25055   15 years vboxsync iprt/heap.h: Prototypes an offset based variation of the simple heap. …
(edit) @23525   15 years vboxsync Runtime/FreeBSD: Don't use R3 headers in the kernel driver
(edit) @23481   15 years vboxsync iprt/types.h: Corrected RTUINT16U.
(edit) @22488   15 years vboxsync iprt/types.h,iprt/err.h: Strict type checks on what's passed to …
(edit) @22457   15 years vboxsync iprt/types.h: Keep hacks out of the default case.
(edit) @22398   15 years vboxsync IPRT: Fix compiling on FreeBSD amd64. When compiling code for 32bit …
(edit) @21513   15 years vboxsync iprt/semaphore.h,types.h: Defined a new semaphore type for use with …
(edit) @21106   15 years vboxsync iprt/types.h: _MAX & _MIN defines for a bunch of types.
(edit) @20740   15 years vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20360   16 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @19559   16 years vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19509   16 years vboxsync IPRT: Started on debug support, RTDbg*.
(edit) @18909   16 years vboxsync Runtime: Add RTFileAio API for review
(edit) @18481   16 years vboxsync iprt/types.h: Changed RTCPUID from RTHCUINTPTR to uint32_t since it …
(edit) @17523   16 years vboxsync *: Changed NIL_RTHCPHYS from 0xffffffff to 0xffffffffffffffff. …
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @14961   16 years vboxsync iprt/types.h: signed current-context register type.
(edit) @14023   16 years vboxsync iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
(edit) @13926   16 years vboxsync Correct a few minor typos in comments. No content changes.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13593   16 years vboxsync iprt/types.h: deprecated some silly types.
(edit) @13576   16 years vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13575   16 years vboxsync iprt/types.h: RTSEL_MAX.
(edit) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11308   16 years vboxsync iprt: Retired deprecated RTUUID member aUuid.
(edit) @10962   16 years vboxsync iprt/types.h: Added RTMAC.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10765   16 years vboxsync Spec'ed out the RTHandleTable API.
(edit) @9531   16 years vboxsync RTRCPTR_MAX to prevent gcc compiler warnings
(edit) @9228   17 years vboxsync More updates for 64 bits guest pointers. Introduced AVLOU32TREE.
(edit) @9223   17 years vboxsync Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9145   17 years vboxsync More 64 bits guest updates
(edit) @8924   17 years vboxsync RTFOFF_MAX & RTFOFF_MIN.
(edit) @8616   17 years vboxsync obsolete todo.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7694   17 years vboxsync Introducing 32 & 64 bits RTGCPTR types. (preparational work)
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7578   17 years vboxsync Added RTGCPHYS64
(edit) @7432   17 years vboxsync RTUTF16 != uc or cuc. but wc or cwc.
(edit) @7431   17 years vboxsync Removed the deprecated [P|PC|]RTUCS2 types.
(edit) @7326   17 years vboxsync RTCPUSET. Moved RTCPUID to types.h.
(edit) @7108   17 years vboxsync removed todo on NIL_RTGCPHYS32 and added a comment on it and NIL_RTGCPHYS.
(edit) @7084   17 years vboxsync made RTGCPHYS 32-bit again, has to be solved properly
(edit) @7067   17 years vboxsync Introduced RTGCPHYS32
(edit) @7026   17 years vboxsync RTGCPHYS is now 64 bits wide on all host platforms
(edit) @6956   17 years vboxsync Moved RTTLS to iprt/types.h (from thread.h)
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5765   17 years vboxsync 2.6.24-rc2 compile fixes
(edit) @5704   17 years vboxsync Runtime: extended the types.h linux hack to include uintptr_t, which …
(edit) @4927   17 years vboxsync Only bool is required, no need for _Bool.
(edit) @4907   17 years vboxsync Second try
(edit) @4905   17 years vboxsync Reverted for now
(edit) @4904   17 years vboxsync Fix (hopefully!) for bool type handling in Linux
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4063   17 years vboxsync Runtime: Added basic RTEnv...(RTENV,..) API.
(edit) @3683   17 years vboxsync reversed top & bottom
(edit) @3682   17 years vboxsync Top right coordinates are exclusive
(edit) @3639   17 years vboxsync amd64 -> RT_ARCH_AMD64
(edit) @3637   17 years vboxsync LINUX -> RT_OS_LINUX.
(edit) @3636   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3625   17 years vboxsync FreeBSD kernel.
(edit) @3549   17 years vboxsync Renamed members of RTRECT
(edit) @3530   17 years vboxsync docs and missing type.
(edit) @3526   17 years vboxsync Introduced RTRECT data type
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1548   18 years vboxsync stdbool.h workaround for darwin.
(edit) @666   18 years vboxsync Messing with the nocrt setup…
(edit) @660   18 years vboxsync make up for lacking stddef.h
(edit) @658   18 years vboxsync Moved the *ARCH_BITS stuff to cdefs.h.
(edit) @653   18 years vboxsync fixed MSC 64-bit detection.
(edit) @629   18 years vboxsync Changed RTPROCESS back to 32-bit int.
(edit) @539   18 years vboxsync Port IPRT to FreeBSD
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @311   18 years vboxsync Moved the simple heap type.
(edit) @310   18 years vboxsync Moved the simple heap type.
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