VirtualBox

source: vbox/trunk/src/VBox/Runtime/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92958   3 years vboxsync IPRT/Makefile.kmk: Drop vccomsup.lib as we don't seem to need it any …
(edit) @92910   3 years vboxsync /Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116
(edit) @92818   3 years vboxsync IPRT/semeventmulti-nt: Converted semeventmulti-r0drv-nt.cpp into …
(edit) @92794   3 years vboxsync IPRT/semevent-nt.cpp: Split out the RTSemEventGetResolution function …
(edit) @92792   3 years vboxsync IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
(edit) @92782   3 years vboxsync IPRT/semevent*-linux: Share more code between the single-release and …
(edit) @92759   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @91789   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91559   3 years vboxsync SUPDrv/win: Added mapping of NT security IDs to 32-bit UID values - …
(edit) @91027   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @90915   3 years vboxsync Runtime: Add simple RTTpm* API for uniform access to a host TPM and …
(edit) @90417   3 years vboxsync IPRT: Implemented RTThreadQueryTerminationStatus for NT (windows). …
(edit) @90416   3 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @90283   3 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90061   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @89956   3 years vboxsync IPRT: Added a divmoddi4 implementation based on udivmoddi4 for gcc …
(edit) @89881   3 years vboxsync Runtime/common/dbg: Implement basic debug info reader for XML files …
(edit) @89762   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @88215   4 years vboxsync Solaris-specific changes needed for building VBox on Solaris 11.4. …
(edit) @88125   4 years vboxsync IPRT/Makefile.kmk: fix long standing typo causing unnecessary rebuilds …
(edit) @87829   4 years vboxsync AMD IOMMU: bugref:9654 Since AVL tree IOTLB cache has been moved to …
(edit) @87666   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits. The IOTLB is currently only …
(edit) @87471   4 years vboxsync IPRT/Makefile.kmk: Don't complain about _ZNSt9exceptionC1Ev.
(edit) @87403   4 years vboxsync iprt/asm-amd64-x86.h: Added ASMGetFSBase, ASMSetFSBase, ASMGetGSBase …
(edit) @87235   4 years vboxsync SUP,IPRT: Adjustments for bugref:9898.
(edit) @87222   4 years vboxsync IPRT: Added missing ASMAtomicUoXorU32 function. bugref:9898
(edit) @87205   4 years vboxsync IPRT: Added generic RTMpGetDescription implementation for darwin. …
(edit) @87201   4 years vboxsync IPRT: memrchr.cpp fix, need it for arm. bugref:9898
(edit) @87194   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitNextSet. bugref:9898
(edit) @87193   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitNextClear & …
(edit) @87192   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitFirstClear. Officially …
(edit) @87187   4 years vboxsync IPRT: Make sparc[64] and asm-fake.cpp use the generic ASMMem* …
(edit) @87186   4 years vboxsync IPRT: Added generic ASMMemFirstNonZero C implementations. bugref:9898
(edit) @87185   4 years vboxsync IPRT: Added generic ASMMemFill32, ASMMemZero32 and …
(edit) @87184   4 years vboxsync IPRT: Generic ASMMemZeroPage implementation. bugref:9898
(edit) @87150   4 years vboxsync /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up …
(edit) @87149   4 years vboxsync /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up …
(edit) @87037   4 years vboxsync Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> …
(edit) @87009   4 years vboxsync Whops.
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86216   4 years vboxsync IPRT/RTTimeZoneGetCurrent: Add some additional heuristics for …
(edit) @86190   4 years vboxsync IPRT/r0drv/nt: 32-bit alloca support routine (VC++). Untested.
(edit) @86035   4 years vboxsync Runtime/cpiovfs.cpp: A simple CPIO archive reader (WIP, writer comes …
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(edit) @85672   4 years vboxsync IPRT: ftp-server.cpp belongs in r3/ not generic/, as we don't expect …
(edit) @85664   4 years vboxsync Runtime/Makefile.kmk: Blind fix attempt for VBoxDrv not loading Darwin
(edit) @85617   4 years vboxsync IPRT: Adding SHA-3. [hardening fix] bugref:9734
(edit) @85614   4 years vboxsync IPRT: Adding SHA-3. bugref:9734
(edit) @85378   4 years vboxsync /Config.kmk, libs/Makefile.kmk, Runtime/Makefile.kmk, …
(edit) @85311   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @85041   4 years vboxsync SUPDrv,RuntimeR0: There must be no duplicates here, so RTStrCopy …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84310   5 years vboxsync IPRT/crypto: Adding RTAsn1EncodeQueryRawBits to deal with getting …
(edit) @84293   5 years vboxsync IPRT/base64: Put the UTF-16 code in separate file. Implemented …
(edit) @84230   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84163   5 years vboxsync IPRT: PEM writer functions. bugref:9699
(edit) @84146   5 years vboxsync IPRT: Added RTVfsFilePrintf, RTVfsFilePrintfV, RTVfsIoStrmPrintf and …
(edit) @84067   5 years vboxsync IPRT,++: Compress the windows status code info (errmsgwin.cpp) to save …
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @83991   5 years vboxsync IPRT,VBoxAddInstallNt3x.cpp: Split out the IPRT bits from …
(edit) @83967   5 years vboxsync ValKit,IPRT: VBoxValidationKitR3SupDrv needs the ntdll fakes because …
(edit) @83937   5 years vboxsync IPRT/Makefile.kmk: Dependency fix for VBoxRT-x86.def. (bugref:8489)
(edit) @83888   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @83886   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @83861   5 years vboxsync IPRT: VCC win32 API fakes for 14.1. bugref:8489
(edit) @83841   5 years vboxsync IPRT: Add RTUtf16Printf to ring-0 libraries. bugref:8489
(edit) @83837   5 years vboxsync IPRT: Added RTUtf16Printf, RTUtf16PrintfV, RTUtf16PrintfEx and …
(edit) @83759   5 years vboxsync /Config.kmk,Runtime/Makefile.kmk: VC++ 14.1 build tweaking. bugref:8489
(edit) @83748   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83746   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83745   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83744   5 years vboxsync IPRT: Sort windows error messages so we can look them up using binary …
(edit) @83743   5 years vboxsync IPRT: Sort windows error messages so we can look them up using binary …
(edit) @83727   5 years vboxsync IPRT/Makefile.kmk: Quoting tweak. bugref:8489
(edit) @83662   5 years vboxsync IPRT/process: Added RTProcExecutablePath as a buffer-less alternative …
(edit) @83426   5 years vboxsync Runtime/RTFuzzCfg: Initial implementation of API for configuring a …
(edit) @83124   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @83101   5 years vboxsync IPRT: Simple TLS destructor implementation for windows.
(edit) @82744   5 years vboxsync VMM,IPRT,VBoxDTrace: More cleanup fixes.
(edit) @82741   5 years vboxsync Main,IPRT,SUP,SharedClipboard: Cleanup fixes.
(edit) @82738   5 years vboxsync Runtime/Makefile.kmk: Cleanup fixes.
(edit) @82665   5 years vboxsync IPRT: First commit of FTP server code, along with a tool to run a …
(edit) @82601   5 years vboxsync IPRT: Added an assembly implementation of ASMAddFlags. bugref:9627
(edit) @81934   5 years vboxsync Runtime: Sparc build fix
(edit) @81927   5 years vboxsync IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
(edit) @81281   5 years vboxsync IPRT/RuntimeR0Drv: darwin memcpy workaround adjustment. kxld gets …
(edit) @81280   5 years vboxsync IPRT/Makefile.kmk: Drop strlen.asm and memcmp.asm for a tiny bit…
(edit) @81276   5 years vboxsync IPRT/Makefile.kmk: three more CRT functions for which we probably have …
(edit) @81275   5 years vboxsync IPRT/Makefile.kmk: Use our own memcpy.asm for 64-bit darwin as the …
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @81079   5 years vboxsync IPRT: Include ASMCpuIdExSlow.asm for everyone in the r0drv library. …
(edit) @81065   5 years vboxsync IPRT: Added simple RTSystemFirmware* implementation for linux.
(edit) @80715   5 years vboxsync Runtime: Add generic/RTPathGetCurrentOnDrive-generic.cpp for NetBSD too.
(edit) @80710   5 years vboxsync IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
(edit) @80708   5 years vboxsync IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
(edit) @80204   5 years vboxsync Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
(edit) @80035   5 years vboxsync Runtime: Build fix for OS/2
(edit) @80028   5 years vboxsync Runtime/Makefile.kmk: Need the fileaio-* and ioqueue-* implementations …
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