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) @55321   10 years vboxsync wrong fix
(edit) @55320   10 years vboxsync RuntimeGuestR3: filter out a few unused functions which make some GA …
(edit) @55311   10 years vboxsync Need XSave/XRstor in RC too.
(edit) @55308   10 years vboxsync asm-amd64-x86.h: Added ASMXSave and ASMXRstor.
(edit) @55107   10 years vboxsync asm-amd64-x86.h: Added ASMGetXcr0 & ASMSetXcr0.
(edit) @55095   10 years vboxsync Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
(edit) @55047   10 years vboxsync build fix
(edit) @55046   10 years vboxsync s/nm/VBOX_NM/
(edit) @54484   10 years vboxsync Runtime/VBoxRTImp: Don't export openssl methods in the import library. …
(edit) @54457   10 years vboxsync Runtime/r0drv: RTMpOnPair implementation for solaris.
(edit) @54446   10 years vboxsync RTMpOnPair implementation for linux.
(edit) @54410   10 years vboxsync IPRT/r0drv: Implemented RTMpOnPair for NT (windows).
(edit) @54408   10 years vboxsync IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
(edit) @54319   10 years vboxsync duh
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @53993   10 years vboxsync VBoxDTrace needs RuntimeR0.
(edit) @53805   10 years vboxsync added more missing Windows resource files
(edit) @53492   10 years vboxsync Some fixes for windows cross build using wine.
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53278   10 years vboxsync IPRT: Added experimental malloc replacement feature, add …
(edit) @53010   10 years vboxsync IPRT: Added electric fence allocator for ASN.1.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52600   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52443   10 years vboxsync Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
(edit) @52345   10 years vboxsync Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
(edit) @52335   10 years vboxsync RTBigNum: Added shift APIs, implemented a faster division algorithm, …
(edit) @52290   10 years vboxsync RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
(edit) @52242   10 years vboxsync VBoxRT.dll,VBoxRT-x86.dll,VBoxC.dll: Delay load less frequently used …
(edit) @52211   10 years vboxsync Runtime: remove R3Mini run-time library as it is no longer needed.
(edit) @52050   10 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52021   10 years vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @51940   10 years vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51868   10 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51862   10 years vboxsync page hash updates.
(edit) @51856   10 years vboxsync Added the odd sha-2 algorithms to RTCrDigest and extended the …
(edit) @51851   10 years vboxsync Renamed hash implementations to fit better into the build system, …
(edit) @51843   10 years vboxsync Renamed md5.cpp to md5-alt.cpp.
(edit) @51841   10 years vboxsync Alternative SHA-512 and SHA-384 implementation.
(edit) @51838   10 years vboxsync Alternative SHA-256 implementation.
(edit) @51828   10 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51821   10 years vboxsync Implemented MD2 (legacy reasons).
(edit) @51810   10 years vboxsync validation kit build fix.
(edit) @51809   10 years vboxsync validation kit build fix.
(edit) @51785   10 years vboxsync build fix
(edit) @51784   10 years vboxsync build fix
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51714   10 years vboxsync Runtime: added RTZipPkzipMemDecompress()
(edit) @51696   10 years vboxsync Runtime: PKZip stream reader
(edit) @51346   11 years vboxsync rename Test Suite => Validation Kit
(edit) @51343   11 years vboxsync Runtime: Quick RTMemLocked* implementation using RTMemAlloc. Only to …
(edit) @51088   11 years vboxsync Runtime/Makefile: make test-mangling perform on newer systems the test …
(edit) @51074   11 years vboxsync Runtime: Add RTMemLocked* API to allocate locked memory
(edit) @50834   11 years vboxsync hrmf!
(edit) @50833   11 years vboxsync build fix
(edit) @50832   11 years vboxsync pr6022. Support X509 certification during import OVF appliance.
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50458   11 years vboxsync G/c now unused common/net/netaddrstr.cpp from RuntimeR3_SOURCES.
(edit) @50424   11 years vboxsync ASMSetIDTR and ASMSetGDTR.
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @49845   11 years vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49724   11 years vboxsync Added ASMAtomicUo[And|Or]U[32|64].
(edit) @49723   11 years vboxsync ASMCpuIdExSlow.asm in RuntimeR0.
(edit) @49643   11 years vboxsync Additions/linux: back out single bit-count Additions package experiment.
(edit) @49547   11 years vboxsync Runtime+Main: the x86 directory is only used for Windows, Solaris …
(edit) @49537   11 years vboxsync Main/VBoxClient-x86: attempt to fix packaging, needs VBoxRT-x86.dll, …
(edit) @49329   11 years vboxsync Occasional commit of xcode5 dependendence in r90311.
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49157   11 years vboxsync IPRT: Try use r3/nt/direnum-r3-nt.cpp.
(edit) @49116   11 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @48990   11 years vboxsync Runtime: ASMGetSegAttr.
(edit) @48902   11 years vboxsync Fix debug build by adding some symbols that are not elided without …
(edit) @48870   11 years vboxsync build fix
(edit) @48869   11 years vboxsync build fix
(edit) @48867   11 years vboxsync build fix
(edit) @48866   11 years vboxsync build fix
(edit) @48865   11 years vboxsync build fix
(edit) @48864   11 years vboxsync build fix
(edit) @48863   11 years vboxsync build fix
(edit) @48859   11 years vboxsync build fix
(edit) @48857   11 years vboxsync build fix
(edit) @48852   11 years vboxsync DMG in XAR fun, part 1 (probably will everything burn as I had to …
(edit) @48845   11 years vboxsync No need for boost any more AFAIK.
(edit) @48812   11 years vboxsync Runtime/Solaris: RTMpGetCoreCount, RTMpGetOnlineCoreCount implementations.
(edit) @48780   11 years vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48768   11 years vboxsync Runtime: solaris build fix
(edit) @48766   11 years vboxsync Runtime: solaris build fix
(edit) @48319   11 years vboxsync VBoxRT-x86.dll: Windows build fix.
(edit) @48283   11 years vboxsync Fixed VBOX_ZLIB bug in previous commit.
(edit) @48282   11 years vboxsync 32-bit main API on 64-bit solaris.
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47535   11 years vboxsync IPRT: Wrote native NT directory enumeration - not enabled by default. …
(edit) @47534   11 years vboxsync split the directory open/enum/close code out of dir-win.cpp and into …
(edit) @47533   11 years vboxsync Rewrote fs-win.cpp into a pure native NT version, this fixes the …
(edit) @47206   11 years vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47199   11 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @47126   11 years vboxsync Runtime: RTSystemShutdown for Solaris (untested)
(edit) @47096   11 years vboxsync Runtime/darwin: implemented RTMpGetCoreCount()
(edit) @46941   11 years vboxsync Moved some related files from win/amd64 to common/asm while at it (LDTR).
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