VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23482   15 years vboxsync iprt/sanity.c: Check the sizes of the RTUINTxxU types.
(edit) @23125   15 years vboxsync rtThreadAdopt: bugfix.
(edit) @23124   15 years vboxsync IPRT: Added RTThreadIsMain().
(edit) @22735   15 years vboxsync Runtime: make it more compatible to older versions of curl
(edit) @22561   15 years vboxsync IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and …
(edit) @22007   16 years vboxsync iprt/zip.cpp: notes from zero page optimizations.
(edit) @21859   16 years vboxsync IPRT/tar: fixed gcc warning (uninitialized variable)
(edit) @21848   16 years vboxsync zip.cpp: make sure we return VERR_NOT_SUPPORTED for attempts using …
(edit) @21844   16 years vboxsync IPRT/RTZip: Fixed LZJB support and added LZO.
(edit) @21814   16 years vboxsync IPRT: RTZipBlock for block compression.
(edit) @21813   16 years vboxsync Runtime: little fixes
(edit) @21812   16 years vboxsync Runtime: rename
(edit) @21810   16 years vboxsync IPRT: r=bird: RTZip - dunno if anything works after my changes because …
(edit) @21800   16 years vboxsync zip.cpp: do LZF block by block.
(edit) @21784   16 years vboxsync Runtime: Implemented tar archive I/O.
(edit) @21743   16 years vboxsync Runtime: more cleanup in the error case
(edit) @21412   16 years vboxsync Add,++: Switch to common addition kernel module.
(edit) @21337   16 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @20809   16 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20293   16 years vboxsync Runtime/s3: be compatible with older libcurls
(edit) @20273   16 years vboxsync Runtime/thread: paranoia check in strict builds for held rwsem locks …
(edit) @20043   16 years vboxsync Runtime: export to OSE
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19898   16 years vboxsync IPRT: Termination callback framework - missing file. (not hooked up to …
(edit) @19896   16 years vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19865   16 years vboxsync IPRT: Made handletable.cpp and handletablectx.cpp build cleanly as C.
(edit) @19863   16 years vboxsync IPRT/zip: use 128K buffer in all cases (both for compressing and …
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18426   16 years vboxsync zip.cpp: shut up some conversion warnings (MSC/64).
(edit) @18100   16 years vboxsync typo
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17410   16 years vboxsync Don't flush the RC log in AssertMsg1/2; it's done automatically and …
(edit) @17348   16 years vboxsync IPRT/assert: don't create a debug log on assert if we've got a release …
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17143   16 years vboxsync IPRT: Updated the RTGetOpt todos.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17101   16 years vboxsync RTGetOpt comment.
(edit) @17100   16 years vboxsync RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
(edit) @17093   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17087   16 years vboxsync RTGetOpt: cleanup, restored @todo and returning 0 on first non-option.
(edit) @17083   16 years vboxsync IPRT: formatting
(edit) @17082   16 years vboxsync IPRT: fix new RTGetOpt
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @16823   16 years vboxsync Runtime/zip: make zlib reader more greedy to fix issue with …
(edit) @16383   16 years vboxsync IPRT: Added sanity checks for the [U]INTn_C macros.
(edit) @16346   16 years vboxsync IPRT/sanity.h: Check the basic stdint.h types.
(edit) @16164   16 years vboxsync rtZipStoreCompress: g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) generates …
(edit) @15880   16 years vboxsync IPRT/threadinit: removed double #ifdef IN_RING3.
(edit) @15747   16 years vboxsync restored waiting on non-waitable assert (things I do to please Knut :) )
(edit) @15740   16 years vboxsync removed bogus assert when trying to wait on non-waitable thread
(edit) @14500   16 years vboxsync IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14057   16 years vboxsync semspingpong.cpp: shut up 64-bit MSC warning.
(edit) @14055   16 years vboxsync zip.cpp: shut up 64-bit MSC warning.
(edit) @14012   16 years vboxsync pReq may be invalid after queuing it (RTREQFLAGS_NO_WAIT), similar to …
(edit) @14001   16 years vboxsync Not C++ comments.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @11601   16 years vboxsync iprt: added a @todo on an slightly obscure bug.
(edit) @11596   16 years vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11078   17 years vboxsync iprt: common/misc/rand.cpp -> common/rand/rand.cpp
(edit) @11064   17 years vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11019   17 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10940   17 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10848   17 years vboxsync Export to OSE
(edit) @10795   17 years vboxsync IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
(edit) @10792   17 years vboxsync IPRT: Fixed issue where RTCreateThread would race against the …
(edit) @10790   17 years vboxsync IPRT: Fixed an overlooked race found by the threaded testcase.
(edit) @10789   17 years vboxsync IPRT: Implemented the simple handle table variant too.
(edit) @10788   17 years vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10768   17 years vboxsync Some early commit of the handle table code (home -> work).
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8927   17 years vboxsync and return the correct index.
(edit) @8926   17 years vboxsync Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file.
(edit) @8679   17 years vboxsync Ignore NIL_RTTHREAD parameters for the RTThreadGet*LockCount APIs.
(edit) @8669   17 years vboxsync Use the IN_TREE flag instead of the state just to be on the safe side.
(edit) @8661   17 years vboxsync Another attempt - don't call rtThreadRemove twice and if we do call …
(edit) @8658   17 years vboxsync Invalidate the thread structure *after* removing it from the tree or …
(edit) @8645   17 years vboxsync Added lock counts to the threads.
(edit) @8359   17 years vboxsync indent
(edit) @8346   17 years vboxsync gcc-4.3 warning
(edit) @8295   17 years vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8293   17 years vboxsync r=bird: Fixed hungarian spelling and docs. Use RT_MAKE_U32_FROM_U8. …
(edit) @8259   17 years vboxsync eol
(edit) @8256   17 years vboxsync rebranding, eol
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8196   17 years vboxsync OS/2: Temporarily disabled assertion that crashes debug builds.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8148   17 years vboxsync iShort must be > 0, so assert on that.
(edit) @8147   17 years vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7579   17 years vboxsync Extra tests
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7085   17 years vboxsync forgot this
(edit) @7026   17 years vboxsync RTGCPHYS is now 64 bits wide on all host platforms
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