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) @108869   5 weeks vboxsync Runtime/RTJson*: Add support for a subset of the JSON5 specification, …
(edit) @108015   3 months vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @107971   3 months vboxsync Runtime/common/misc/acpi-decompiler.cpp: Some updates, can decompile …
(edit) @107955   3 months vboxsync Runtime: Start implementing a basic ACPI decompiler and iasl …
(edit) @107954   3 months vboxsync Runtime: Start implementing a basic ACPI decompiler and iasl …
(edit) @107953   3 months vboxsync Runtime: Start imlementing a basic ACPI decompiler and iasl compatible …
(edit) @107952   3 months vboxsync Runtime: Start imlementing a basic ACPI decompiler and iasl compatible …
(edit) @107951   3 months vboxsync Runtime/common/misc/acpi.cpp: Fix encoding of package length fields …
(edit) @107927   4 months vboxsync Runtime/common/misc/json.cpp: Fix typo
(edit) @107834   4 months vboxsync Runtime/common/misc/handletablectx.cpp: Remove redundant assignment, …
(edit) @107833   4 months vboxsync Runtime/common/misc/handletablesimple.cpp: Remove redundant …
(edit) @107701   4 months vboxsync IPRT/zero-alt.S: Attempt at better visibility fix (see r163294). …
(edit) @107454   4 months vboxsync Runtime/common/misc/uri.cpp: Don't call strlen() two times in the …
(edit) @107453   4 months vboxsync Runtime/common/misc/fdt.cpp: Remove unreachable code, u32Token is …
(edit) @107099   6 months vboxsync IPRT: Adding RTArchValToString and RTSystemGetNativeArch for detecting …
(edit) @107064   6 months vboxsync Runtime/RTAcpi*: Support more statements, an extended variant of the …
(edit) @107063   6 months vboxsync Runtime/RTAcpi*: Some updates to the ACPI code generation, bugref:10733
(edit) @107058   6 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @107036   6 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @106597   7 months vboxsync IPRT/zero.cpp: The guard around g_abRTZeroPage must match those in the …
(edit) @106486   7 months vboxsync Runtime/acpi.cpp: Hopefully fix building on sparc64, bugref:10733
(edit) @106344   7 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106342   7 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106341   7 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106337   7 months vboxsync Runtime: Add ACPI table builder API to dynamically generate a …
(edit) @106061   8 months vboxsync Copyright year updates by scm.
(edit) @105353   10 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @104733   12 months vboxsync Runtime/common/misc/zero-alt.S: Don't hide the g_abRTZero* symbols on …
(edit) @103547   15 months vboxsync Runtime/reqpool.cpp: Another place where we need to decrement the idle …
(edit) @103543   15 months vboxsync Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
(edit) @103506   15 months vboxsync Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
(edit) @103415   15 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103398   15 months vboxsync IPRT/getopt: Documented parfait false positives. bugref:3409
(edit) @103344   15 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103343   15 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103342   15 months vboxsync IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
(edit) @103005   16 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102287   18 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @101753   18 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101657   19 months vboxsync Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
(edit) @101470   19 months vboxsync Runtime/RTFdt: Add convenience method to add a property consisting of …
(edit) @101453   19 months vboxsync Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
(edit) @100908   21 months vboxsync IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
(edit) @100308   23 months vboxsync Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
(edit) @100048   2 years vboxsync Runtime/RTFdt: Fix for converting the memory reservations when writing …
(edit) @100040   2 years vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401 …
(edit) @100037   2 years vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
(edit) @100036   2 years vboxsync Runtime/RTFdt: Some additions and fixes, bugref:10401
(edit) @100032   2 years vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
(edit) @100031   2 years vboxsync Runtime/RTFdt: Some untested generator API + implementation, …
(edit) @100029   2 years vboxsync Runtime/RTFdt: Some untested generator API + implementation, bugref:10401
(edit) @100024   2 years vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100023   2 years vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100022   2 years vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100009   2 years vboxsync Runtime/common/misc/fdt.cpp: Implement loading the blocks from the I/O …
(edit) @100007   2 years vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @100006   2 years vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @99961   2 years vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99960   2 years vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99775   2 years vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99758   2 years vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99739   2 years vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99249   2 years vboxsync IPRT/RTGetOpt: Simplification. bugref:10302
(edit) @99248   2 years vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99247   2 years vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99246   2 years vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99124   2 years 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   3 years vboxsync IPRT/thread.cpp: Avoid endless recursion during early IPRT init phase …
(edit) @96729   3 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96504   3 years vboxsync IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
(edit) @96476   3 years vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96448   3 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96407   3 years vboxsync scm copyright and license note update
(edit) @96052   3 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96014   3 years vboxsync IPRT/common: Use RT_NOCRT_BEGINPROC more consistently. bugref:10261
(edit) @95809   3 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   4 years vboxsync IPRT/RTThreadIsMain: Check for NIL_RTTHREAD.
(edit) @90803   4 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90396   4 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 …
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