VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37968   13 years vboxsync include/*/*.mac: regenerated assmebly headers.
(edit) @37964   13 years vboxsync Register formatting in strformatrt.cpp (for logging).
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37951   13 years vboxsync IPRT: Added RTMsgSetProgName.
(edit) @37871   13 years vboxsync iprt/string.h: build fix for some FreeBSD versions which declare …
(edit) @37861   13 years vboxsync IPRT: fix assigning of empty lists
(edit) @37829   14 years vboxsync header fixes
(edit) @37818   14 years vboxsync Fix logging from R0
(edit) @37720   14 years vboxsync Runtime: add C++-like vector implementation in C
(edit) @37665   14 years vboxsync Runtime/getopt: add new option flag to switch to case insensitive matching
(edit) @37596   14 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37591   14 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37589   14 years vboxsync Main/GuestCtrl: Major overhaul of internal guest control handling, …
(edit) @37573   14 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37559   14 years vboxsync iprt/file.h: RTFile will be available in kernel mode as well.
(edit) @37535   14 years vboxsync iprt/cdefs.h: RT_HI/LO_Uxx macros.
(edit) @37491   14 years vboxsync Main-CloneVM: factor out the clone VM task
(edit) @37447   14 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37419   14 years vboxsync PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
(edit) @37409   14 years vboxsync iprt/trace: Added the CPU/APIC ID to the trace entires. Added some …
(edit) @37399   14 years vboxsync build fix
(edit) @37396   14 years vboxsync iprt/trace.h: Mostly done, but untested and undocumented.
(edit) @37363   14 years vboxsync iprt/assert.h: addendum to r72121
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37316   14 years vboxsync IPRT: Inlined the already-done check in RTOnce().
(edit) @37234   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37210   14 years vboxsync circbuf: make the structure abstract.
(edit) @37209   14 years vboxsync circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter …
(edit) @37208   14 years vboxsync circbuf: code cleanup.
(edit) @37196   14 years vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
(edit) @37024   14 years vboxsync iprt/dvm: use static, changed prefix of internal functions.
(edit) @37012   14 years vboxsync iprt/cdefs.h: DECL_NO_INLINE typo.
(edit) @36890   14 years vboxsync iprt/types.h: Made the NIL_RTRxPTR defines work nicely in all contexts …
(edit) @36830   14 years vboxsync iprt/log.h: Check the RTLOGFLAGS_DISABLED in a few places.
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36767   14 years vboxsync iprt/cdefs.h: Added RT_CONCAT, RT_CONCAT3 and RT_CONCAT4 for use with …
(edit) @36654   14 years vboxsync iprt-cpp/list: added RTMEMEF_NEW_AND_DELETE_OPERATORS; changed private …
(edit) @36645   14 years vboxsync Added a .kup-file to iprt/cpp/.
(edit) @36638   14 years vboxsync addendum to r71078: there is another limit of 15 bytes required
(edit) @36625   14 years vboxsync iprt/string.h: Adjusted RTSTR_MEMCHR_MAX so that buggy implementations …
(edit) @36624   14 years vboxsync IPRT/Mangling: solaris build fix.
(edit) @36620   14 years vboxsync fix 32-bit Linux builds
(edit) @36611   14 years vboxsync iprt: add RTPathUserDocuments
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36596   14 years vboxsync iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
(edit) @36595   14 years vboxsync iprt/asm.h: Added ASMAtomic[Dec|Inc|Add|Sub]Z.
(edit) @36581   14 years vboxsync iprt: add new method to the mangling list
(edit) @36579   14 years vboxsync iprt: fix win burns
(edit) @36577   14 years vboxsync iprt: add RTDirCreateUniqueNumbered
(edit) @36573   14 years vboxsync include/: a/an nits
(edit) @36572   14 years vboxsync iprt-cpp: doc
(edit) @36569   14 years vboxsync iprt/mem.h: an alternative RTMEM_TAG including the line number
(edit) @36563   14 years vboxsync iprt-cpp: More RTC*List methods. Added explicit constructors to the …
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36546   14 years vboxsync Added some missing symbols.
(edit) @36545   14 years vboxsync indent adj.
(edit) @36539   14 years vboxsync iprt-cpp: docu update
(edit) @36538   14 years vboxsync wrong fix
(edit) @36537   14 years vboxsync iprt: no mangling when doxygen is running
(edit) @36535   14 years vboxsync iprt: try to fix osx builds
(edit) @36533   14 years vboxsync IPRT-C++: try to fix ose
(edit) @36532   14 years vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36526   14 years vboxsync IPRT-C++: try to fix win build boxes
(edit) @36524   14 years vboxsync IPRT-C++: add a thread-safe variant of the generic list class
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36522   14 years vboxsync lock.h: nit.
(edit) @36521   14 years vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36511   14 years vboxsync doxygen nits.
(edit) @36508   14 years vboxsync iprt/C++: some cleanup.
(edit) @36501   14 years vboxsync IPRT: add join/split and + operators to the string class
(edit) @36500   14 years vboxsync IPRT: add a generic list class
(edit) @36499   14 years vboxsync Doc-IPRT: add a RT C++ group to the docu
(edit) @36492   14 years vboxsync iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
(edit) @36489   14 years vboxsync comment typos.
(edit) @36472   14 years vboxsync addendum to r70394 for RTCrit*
(edit) @36426   14 years vboxsync MiniString: doc addition
(edit) @36425   14 years vboxsync MiniString::utf8Length -> MiniString::uniLength.
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36407   14 years vboxsync IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @36372   14 years vboxsync RTR0MemObjSize: Correct documentation and added alignment guarantee.
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36267   14 years vboxsync iprt/mangling.h: Lots more symbols.
(edit) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @36169   14 years vboxsync iprt/cdefs.h: DECL_FORCE_INLINE: always_inline -> always_inline to …
(edit) @35662   14 years vboxsync fix for r69559
(edit) @35647   14 years vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35593   14 years vboxsync kmk incs
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35584   14 years vboxsync RTFLOAT80U fix.
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
(edit) @35558   14 years vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35525   14 years vboxsync Followup to r69260: Need the size_t redefinition, so include …
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