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