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) @107454   13 days vboxsync Runtime/common/misc/uri.cpp: Don't call strlen() two times in the …
(edit) @107453   13 days vboxsync Runtime/common/misc/fdt.cpp: Remove unreachable code, u32Token is …
(edit) @107099   2 months vboxsync IPRT: Adding RTArchValToString and RTSystemGetNativeArch for detecting …
(edit) @107064   2 months vboxsync Runtime/RTAcpi*: Support more statements, an extended variant of the …
(edit) @107063   2 months vboxsync Runtime/RTAcpi*: Some updates to the ACPI code generation, bugref:10733
(edit) @107058   2 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @107036   2 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @106597   3 months vboxsync IPRT/zero.cpp: The guard around g_abRTZeroPage must match those in the …
(edit) @106486   3 months vboxsync Runtime/acpi.cpp: Hopefully fix building on sparc64, bugref:10733
(edit) @106344   3 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106342   3 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106341   3 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106337   3 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @105353   6 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @104733   8 months vboxsync Runtime/common/misc/zero-alt.S: Don't hide the g_abRTZero* symbols on …
(edit) @103547   11 months vboxsync Runtime/reqpool.cpp: Another place where we need to decrement the idle …
(edit) @103543   11 months vboxsync Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
(edit) @103506   11 months vboxsync Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
(edit) @103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103398   11 months vboxsync IPRT/getopt: Documented parfait false positives. bugref:3409
(edit) @103344   11 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103343   11 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103342   11 months vboxsync IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102287   14 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @101753   15 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101657   15 months vboxsync Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
(edit) @101470   15 months vboxsync Runtime/RTFdt: Add convenience method to add a property consisting of …
(edit) @101453   15 months vboxsync Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
(edit) @100908   17 months vboxsync IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
(edit) @100308   19 months vboxsync Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
(edit) @100048   20 months vboxsync Runtime/RTFdt: Fix for converting the memory reservations when writing …
(edit) @100040   20 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401 …
(edit) @100037   20 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
(edit) @100036   20 months vboxsync Runtime/RTFdt: Some additions and fixes, bugref:10401
(edit) @100032   20 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
(edit) @100031   20 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
(edit) @100029   20 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, bugref:10401
(edit) @100024   20 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100023   20 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100022   20 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100009   20 months vboxsync Runtime/common/misc/fdt.cpp: Implement loading the blocks from the I/O …
(edit) @100007   20 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @100006   20 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @99961   20 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99960   20 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99758   21 months vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99249   22 months vboxsync IPRT/RTGetOpt: Simplification. bugref:10302
(edit) @99248   22 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99247   22 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99246   22 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99124   22 months vboxsync IPRT/getoptargv.cpp: Align g_abmQuoteChars more appropriately for …
(edit) @98307   2 years vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96809   2 years vboxsync IPRT/thread.cpp: Avoid endless recursion during early IPRT init phase …
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96504   2 years vboxsync IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
(edit) @96476   2 years vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96052   2 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96014   2 years vboxsync IPRT/common: Use RT_NOCRT_BEGINPROC more consistently. bugref:10261
(edit) @95809   2 years vboxsync IPRT/assert.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
(edit) @95200   3 years vboxsync IPRT/thread: typo.
(edit) @95194   3 years vboxsync Runtime/json, Runtime/initterm-r0drv-nt.cpp, …
(edit) @94908   3 years vboxsync /Config.kmk,IPRT: Some arm64 adjustments. bugref:10224
(edit) @94888   3 years vboxsync Runtime: Fix a few memory leaks in error handling paths, bugref:3409
(edit) @93815   3 years vboxsync iprt/RTExprEval: Fix small memory leak. bugref:9781
(edit) @93288   3 years vboxsync /Config.kmk,IPRT: Set arch bitness for assembler use through compiler …
(edit) @93253   3 years vboxsync IPRT/zero.asm: Try save 64KB file space on windows.
(edit) @93178   3 years vboxsync iprt/RTExprEval: Only expand ${VAR}, drop $(VAR). Simplifies the code. …
(edit) @93174   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93173   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93170   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92253   3 years vboxsync IPRT/RTThreadIsMain: Check for NIL_RTTHREAD.
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90396   3 years vboxsync IPRT/RTThreadCreate: Modernize assertions.
(edit) @89593   4 years vboxsync IPRT/RTReqCancel: Assertion correction (copy & paste from submit). …
(edit) @89264   4 years vboxsync Runtime/sg.h: Add copy variants which take a callback instead of a …
(edit) @88813   4 years vboxsync IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the …
(edit) @88810   4 years vboxsync IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply …
(edit) @87182   4 years vboxsync IPRT: Try make scm happy with zero-alt.S. bugref:9898
(edit) @87151   4 years vboxsync iprt/lockvalidator: size calc fix.
(edit) @87149   4 years vboxsync /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up …
(edit) @85126   5 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   5 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @83982   5 years vboxsync IPRT/getopt.cpp: Assume options are 7-bit ASCII / basic latin, so we …
(edit) @83979   5 years vboxsync Add/Nt/Installer: Simple installer program for NT 3.x.
(edit) @83739   5 years vboxsync IPRT: More VC++ 14.1 build fixes. bugref:8489
(edit) @83425   5 years vboxsync RUntime/RTJson: Add parse from VFS file method
(edit) @83125   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @83124   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
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