VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108095   2 weeks vboxsync Runtime/RTAcpi*: Implement SizeOf, While, Increment, Decrement, …
(edit) @108091   2 weeks vboxsync Runtime/RTAcpi*: Updates to the ASL -> AML compiler, it is now …
(edit) @108088   2 weeks vboxsync Runtime/RTAcpi*: Updates to the ASL -> AML compiler, it is now …
(edit) @108087   2 weeks vboxsync Runtime/RTAcpi*: Updates to the ASL -> AML compiler, can process our …
(edit) @108070   2 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733 …
(edit) @108068   2 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733 …
(edit) @108066   2 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733
(edit) @108065   2 weeks vboxsync Runtime/RTScriptLex*: Don't do any case conversion when parsing a …
(edit) @108060   3 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733 …
(edit) @108059   3 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733
(edit) @108051   3 weeks vboxsync Runtime/RTScriptLex*: Allow case insensitivity with converting all …
(edit) @108050   3 weeks vboxsync Runtime/RTAcpi*: The ASL language is case insensitive actually, …
(edit) @108049   3 weeks vboxsync Runtime/RTScriptLex*: Allow case insensitivity with converting all …
(edit) @108031   3 weeks vboxsync Runtime/RTAcpi: Some more work on the ASL -> AML compiler, can process …
(edit) @108030   3 weeks vboxsync Runtime/RTAcpi: Some more work on the ASL -> AML compiler, can process …
(edit) @108029   3 weeks vboxsync Runtime/RTAcpi: Some more work on the ASL -> AML compiler, can process …
(edit) @108028   3 weeks vboxsync Runtime/RTScriptLex*: Fix filling the buffer and zeroing the remainder …
(edit) @108021   3 weeks vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @108020   3 weeks vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @108019   3 weeks vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @108018   3 weeks vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @108017   3 weeks vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @108016   3 weeks vboxsync Runtime/RTIasl: Allow translating from ASL -> AML, bugref:10733
(edit) @108015   3 weeks vboxsync Runtime/acpi: Some re-arrangement and start with an ASL compiler, …
(edit) @108014   3 weeks vboxsync Runtime/common/script/scriptlex.cpp: Fix C string literal scanning and …
(edit) @107971   4 weeks vboxsync Runtime/common/misc/acpi-decompiler.cpp: Some updates, can decompile …
(edit) @107965   4 weeks vboxsync IPRT/time: Fix handling of negative UTC offset in the POSIX variant of …
(edit) @107955   4 weeks vboxsync Runtime: Start implementing a basic ACPI decompiler and iasl …
(edit) @107954   4 weeks vboxsync Runtime: Start implementing a basic ACPI decompiler and iasl …
(edit) @107953   4 weeks vboxsync Runtime: Start imlementing a basic ACPI decompiler and iasl compatible …
(edit) @107952   4 weeks vboxsync Runtime: Start imlementing a basic ACPI decompiler and iasl compatible …
(edit) @107951   4 weeks vboxsync Runtime/common/misc/acpi.cpp: Fix encoding of package length fields …
(edit) @107927   4 weeks vboxsync Runtime/common/misc/json.cpp: Fix typo
(edit) @107892   4 weeks vboxsync Runtime/r3/win/process-win.cpp: Fixed warnings found by Parfait …
(edit) @107882   4 weeks vboxsync Runtime/r3/http-server.cpp: Fixed warnings found by Parfait (unused …
(edit) @107834   5 weeks vboxsync Runtime/common/misc/handletablectx.cpp: Remove redundant assignment, …
(edit) @107833   5 weeks vboxsync Runtime/common/misc/handletablesimple.cpp: Remove redundant …
(edit) @107805   5 weeks vboxsync Runtime/testcase/tstRTStrFormat.cpp: Improve testcase, check that the …
(edit) @107803   5 weeks vboxsync Runtime/r3/fileio.cpp: Make the parameters of RTFileSetForceFlags() …
(edit) @107789   5 weeks vboxsync Runtime/r3/fileio.cpp: Missing fallthrough annotation in switch case, …
(edit) @107788   5 weeks vboxsync Runtime/r3/dir.cpp: Remove unused variable, bugref:3409
(edit) @107787   5 weeks vboxsync Runtime/r3/allocex.cpp: Remove unused assignment, bugref:3409
(edit) @107786   5 weeks vboxsync Runtime/common/zip/tarcmd.cpp: Add assertion for status code, bugref:3409
(edit) @107785   5 weeks vboxsync Runtime/common/vfs/vfsstddir.cpp: Disable unused code, bugref:3409
(edit) @107784   5 weeks vboxsync Runtime/common/log/log.cpp: Disable unused code, bugref:3409
(edit) @107783   5 weeks vboxsync Runtime/common/fs/ntfsvfs.cpp: Fix typo, bugref:3409
(edit) @107782   5 weeks vboxsync Runtime/r3/posix/localipc-posix.cpp: Missing break in out of memory …
(edit) @107753   6 weeks vboxsync Runtime/testcase/tstRTDvm.cpp: Missing error check, bugref:3409
(edit) @107746   6 weeks vboxsync src/VBox/Runtime/testcase/tstRTLocalIpc.cpp: Fixed warnings found by …
(edit) @107743   6 weeks vboxsync src/VBox/Runtime/testcase/tstUtf8.cpp: Fixed warnings found by Parfait …
(edit) @107737   6 weeks vboxsync src/VBox/Runtime/common/fs/isomakercmd.cpp: Fixed warnings found by …
(edit) @107721   6 weeks vboxsync src/VBox/Runtime/r3/ftp-server.cpp: Fixed warnings found by Parfait …
(edit) @107713   6 weeks vboxsync Runtime/common/math/bignum.cpp: Remove redundant if condition, bugref:3409
(edit) @107701   6 weeks vboxsync IPRT/zero-alt.S: Attempt at better visibility fix (see r163294). …
(edit) @107695   6 weeks vboxsync Runtime/testcase/tstRTCRest-1.cpp: Fix testcase which would return …
(edit) @107694   6 weeks vboxsync Runtime/common/string/strtonum.cpp: Remove redundant conditions in if, …
(edit) @107668   6 weeks vboxsync Runtime/common/ldr/ldrELFRelocatable.cpp.: Remove unused variable, …
(edit) @107649   6 weeks vboxsync Runtime/common/string/strformatrt.cpp: Return the number of …
(edit) @107631   6 weeks vboxsync Runtime/common/zip/tarcmd.cpp: Add missing error check after switch () …
(edit) @107618   6 weeks vboxsync src/VBox/Runtime/r3/dir.cpp: Fixed warnings found by Parfait (self …
(edit) @107609   6 weeks vboxsync VMM/PDMCritSectRw,IPRT/RTCritSectRw: Fixed harmless issue in the …
(edit) @107600   6 weeks vboxsync src/VBox/Runtime/r3/win/localipc-win.cpp: Fixed warnings found by …
(edit) @107564   6 weeks vboxsync src/VBox/Runtime/common/string/uniread.cpp: Fixed warnings found by …
(edit) @107562   6 weeks vboxsync src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp: Fixed warnings …
(edit) @107550   6 weeks vboxsync Runtime/r3/solaris/coredumper-solaris: bugref:3409 Unused variables …
(edit) @107463   7 weeks vboxsync Runtime/common/crypto/pkcs7-core.cpp: Increment the correct variable …
(edit) @107455   7 weeks vboxsync Runtime/common/zip/tarvfswriter.cpp: Don't call a function inside …
(edit) @107454   7 weeks vboxsync Runtime/common/misc/uri.cpp: Don't call strlen() two times in the …
(edit) @107453   7 weeks vboxsync Runtime/common/misc/fdt.cpp: Remove unreachable code, u32Token is …
(edit) @107452   7 weeks vboxsync Runtime/common/log/tracelogreader.cpp: Fix parfait warning, this is …
(edit) @107451   7 weeks vboxsync Runtime/common/fs/extvfs.cpp: Fix an unread variable parfait warning, …
(edit) @107450   7 weeks vboxsync Runtime/common/efi/efivarstorevfs.cpp: Disable unused code, bugref:3409
(edit) @107432   7 weeks vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. …
(edit) @107431   7 weeks vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait [build …
(edit) @107430   7 weeks vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. …
(edit) @107429   7 weeks vboxsync Runtime/common/string/strtonum.cpp: Fixed a warning found by Parfait. …
(edit) @107382   2 months vboxsync IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and …
(edit) @107379   2 months vboxsync IPRT/r3/nt: 5 more places where we didn't set OBJ_CASE_INSENSITIVE …
(edit) @107378   2 months vboxsync IPRT/RTFileDelete-r3-nt.cpp: OBJ_CASE_INSENSITIVE must be set in the …
(edit) @107377   2 months vboxsync IPRT/RTFileDelete-r3-nt: Fixed another regression from r162755 which …
(edit) @107346   2 months vboxsync IPRT/RTFileDelete-r3-nt: Fixed a regression from r162755 which …
(edit) @107247   3 months vboxsync iprt/the-solaris-kernel.h: Pairfait workaround attempt.
(edit) @107210   3 months vboxsync IPRT/timesup.cpp: Build fix for solaris.sparc*. jiraref:VBP-1466
(edit) @107195   3 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. [build fix] …
(edit) @107192   3 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107120   3 months vboxsync Runtime/ldr/ldrELFRelocatable.cpp.h: Add support for aarch64 ELF …
(edit) @107099   3 months vboxsync IPRT: Adding RTArchValToString and RTSystemGetNativeArch for detecting …
(edit) @107064   3 months vboxsync Runtime/RTAcpi*: Support more statements, an extended variant of the …
(edit) @107063   3 months vboxsync Runtime/RTAcpi*: Some updates to the ACPI code generation, bugref:10733
(edit) @107058   3 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @107036   3 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @107034   3 months vboxsync iprt: Linux: Add initial support for RHEL 9.6 kernel (fix for pre 6.5 …
(edit) @106994   3 months vboxsync IPRT/memset.cpp: Try prevent the compiler from optimizing anything …
(edit) @106949   3 months vboxsync IPRT/Makefile.kmk: Additions also needs RuntimeR3NtDll-x86 to be …
(edit) @106945   3 months vboxsync SUPDrv,/Config.kmk,/Makefile.kmk: Implemented the simplified process …
(edit) @106931   3 months vboxsync IPRT/mp-darwin.cpp: some musings regarding RTMpCpuId [scm fix]
(edit) @106929   3 months vboxsync IPRT/tstTSC: Nor is RTMpCpuId available on solaris. jiraref:VBP-1449
(edit) @106928   3 months vboxsync IPRT/mp-darwin.cpp: some musings regarding RTMpCpuId
(edit) @106927   3 months vboxsync IPRT/tstTSC: RTMpCpuId isn't available on linux and darwin for amd64 & …
(edit) @106924   3 months vboxsync IPRT/testcase: Made the R0 modules build on win.arm64. jiraref:VBP-1449
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