VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @38734   13 years vboxsync s3.cpp: Use C local date names and IPRT.
(edit) @38730   13 years vboxsync rtS3DateHeader: How to generate a date field using IPRT (disabled).
(edit) @38686   13 years vboxsync Runtime/Sg: Leave early if there is no memory left in the S/G buffer
(edit) @38659   14 years vboxsync strformat.cpp: Burn fix (todo, fix properly later).
(edit) @38658   14 years vboxsync IPRT: , and are now deprecated, the conversion to local codeset …
(edit) @38636   14 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38620   14 years vboxsync build fixes
(edit) @38619   14 years vboxsync IPRT: More dwarf reading.
(edit) @38617   14 years vboxsync More DWARF parsing.
(edit) @38606   14 years vboxsync More dwarf hacking.
(edit) @38603   14 years vboxsync build fix
(edit) @38601   14 years vboxsync IPRT: Some more dwarf bits.
(edit) @38585   14 years vboxsync duh.
(edit) @38584   14 years vboxsync iprt/dwarf: Attacking .debug_info…
(edit) @38581   14 years vboxsync IPRT: More debug info & ldr stuff.
(edit) @38573   14 years vboxsync iprt: Read dwarf line numbers.
(edit) @38558   14 years vboxsync build fix
(edit) @38557   14 years vboxsync dbgmoddwarf.cpp: line number virtual machine coding.
(edit) @38554   14 years vboxsync dwarf hacking in progress…
(edit) @38553   14 years vboxsync dbgmod.cpp: Fixed double locking bug in RTDbgModLineByAddr.
(edit) @38547   14 years vboxsync IPRT: More debug info hacking.
(edit) @38546   14 years vboxsync warning
(edit) @38539   14 years vboxsync Runtime/SgBuf: Add new method to get the next segment from the S/G buffer
(edit) @38531   14 years vboxsync iprt: debug info coding…
(edit) @38516   14 years vboxsync IPRT: Working on debug info again.
(edit) @38515   14 years vboxsync IPRT: Working on debug info again.
(edit) @38305   14 years vboxsync Addressed some todos.
(edit) @38285   14 years vboxsync comment typo.
(edit) @38083   14 years vboxsync getoptargv.cpp: control chars go to 0x20, not 20.
(edit) @37996   14 years vboxsync iprt: don't slurp <linux/module.h> here as the resulting other Linux …
(edit) @37966   14 years vboxsync testcase+fixes
(edit) @37965   14 years vboxsync testcase
(edit) @37964   14 years vboxsync Register formatting in strformatrt.cpp (for logging).
(edit) @37955   14 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37951   14 years vboxsync IPRT: Added RTMsgSetProgName.
(edit) @37818   14 years vboxsync Fix logging from R0
(edit) @37808   14 years vboxsync Runtime/common/alloc/allo.cpp: warning (RTMEM_NO_WRAP_TO_EF_APIS redefined)
(edit) @37665   14 years vboxsync Runtime/getopt: add new option flag to switch to case insensitive matching
(edit) @37605   14 years vboxsync duh.
(edit) @37596   14 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37593   14 years vboxsync build fix
(edit) @37591   14 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37409   14 years vboxsync iprt/trace: Added the CPU/APIC ID to the trace entires. Added some …
(edit) @37400   14 years vboxsync tracebuf.cpp: Attempt to fix the windows builds. Use defines for the …
(edit) @37398   14 years vboxsync build fix.
(edit) @37397   14 years vboxsync build fix.
(edit) @37396   14 years vboxsync iprt/trace.h: Mostly done, but untested and undocumented.
(edit) @37316   14 years vboxsync IPRT: Inlined the already-done check in RTOnce().
(edit) @37270   14 years vboxsync IPRT/Dvm: Commit BSD disklabel support.
(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) @37024   14 years vboxsync iprt/dvm: use static, changed prefix of internal functions.
(edit) @37023   14 years vboxsync just had to mention hpfs…
(edit) @36969   14 years vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36951   14 years vboxsync warnings
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36868   14 years vboxsync Runtime/common/dvm: export
(edit) @36827   14 years vboxsync iprt/assert.cpp: made the stderr format msg2 buffer as big as the …
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36679   14 years vboxsync Runtime/log: move writing the initial log messages to after the lock …
(edit) @36674   14 years vboxsync nit
(edit) @36605   14 years vboxsync iprt/memtracker: try to fix 32bit builds
(edit) @36599   14 years vboxsync warning
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36596   14 years vboxsync iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
(edit) @36561   14 years vboxsync RTCString::join: Optimization.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36544   14 years vboxsync iprt-cpp: fix RTCString::join when the list contains just one item
(edit) @36532   14 years vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(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) @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) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36312   14 years vboxsync Runtime/common/misc/sg: temporarily sanity check
(edit) @36284   14 years vboxsync iprt/RTErrConvertToErrno: added VERR_NOT_IMPLEMENTED
(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) @36233   14 years vboxsync IPRT: linux R0 threads
(edit) @36220   14 years vboxsync GIP: Force a couple of aCPUs accesses within bounds.
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @35811   14 years vboxsync nit
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
(edit) @35525   14 years vboxsync Followup to r69260: Need the size_t redefinition, so include …
(edit) @35512   14 years vboxsync iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
(edit) @35464   14 years vboxsync iprt/string.h: Added RTStrSpaceGetN.
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35213   14 years vboxsync Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35182   14 years vboxsync iprt/err.h: Added RTErrInfo* for supplementing the IPRT style status …
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette