VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @52050   10 年 vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52021   10 年 vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @51940   10 年 vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51868   10 年 vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51862   10 年 vboxsync page hash updates.
(edit) @51856   10 年 vboxsync Added the odd sha-2 algorithms to RTCrDigest and extended the …
(edit) @51851   10 年 vboxsync Renamed hash implementations to fit better into the build system, …
(edit) @51843   10 年 vboxsync Renamed md5.cpp to md5-alt.cpp.
(edit) @51841   10 年 vboxsync Alternative SHA-512 and SHA-384 implementation.
(edit) @51838   10 年 vboxsync Alternative SHA-256 implementation.
(edit) @51828   10 年 vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51821   10 年 vboxsync Implemented MD2 (legacy reasons).
(edit) @51810   10 年 vboxsync validation kit build fix.
(edit) @51809   10 年 vboxsync validation kit build fix.
(edit) @51785   10 年 vboxsync build fix
(edit) @51784   10 年 vboxsync build fix
(edit) @51770   10 年 vboxsync Merged in iprt++ dev branch.
(edit) @51714   10 年 vboxsync Runtime: added RTZipPkzipMemDecompress()
(edit) @51696   10 年 vboxsync Runtime: PKZip stream reader
(edit) @51346   11 年 vboxsync rename Test Suite => Validation Kit
(edit) @51343   11 年 vboxsync Runtime: Quick RTMemLocked* implementation using RTMemAlloc. Only to …
(edit) @51088   11 年 vboxsync Runtime/Makefile: make test-mangling perform on newer systems the test …
(edit) @51074   11 年 vboxsync Runtime: Add RTMemLocked* API to allocate locked memory
(edit) @50834   11 年 vboxsync hrmf!
(edit) @50833   11 年 vboxsync build fix
(edit) @50832   11 年 vboxsync pr6022. Support X509 certification during import OVF appliance.
(edit) @50526   11 年 vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50458   11 年 vboxsync G/c now unused common/net/netaddrstr.cpp from RuntimeR3_SOURCES.
(edit) @50424   11 年 vboxsync ASMSetIDTR and ASMSetGDTR.
(edit) @50408   11 年 vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @49845   11 年 vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49724   11 年 vboxsync Added ASMAtomicUo[And|Or]U[32|64].
(edit) @49723   11 年 vboxsync ASMCpuIdExSlow.asm in RuntimeR0.
(edit) @49643   11 年 vboxsync Additions/linux: back out single bit-count Additions package experiment.
(edit) @49547   11 年 vboxsync Runtime+Main: the x86 directory is only used for Windows, Solaris …
(edit) @49537   11 年 vboxsync Main/VBoxClient-x86: attempt to fix packaging, needs VBoxRT-x86.dll, …
(edit) @49329   11 年 vboxsync Occasional commit of xcode5 dependendence in r90311.
(edit) @49326   11 年 vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49182   11 年 vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49157   11 年 vboxsync IPRT: Try use r3/nt/direnum-r3-nt.cpp.
(edit) @49116   11 年 vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @48990   11 年 vboxsync Runtime: ASMGetSegAttr.
(edit) @48902   11 年 vboxsync Fix debug build by adding some symbols that are not elided without …
(edit) @48870   11 年 vboxsync build fix
(edit) @48869   11 年 vboxsync build fix
(edit) @48867   11 年 vboxsync build fix
(edit) @48866   11 年 vboxsync build fix
(edit) @48865   11 年 vboxsync build fix
(edit) @48864   11 年 vboxsync build fix
(edit) @48863   11 年 vboxsync build fix
(edit) @48859   11 年 vboxsync build fix
(edit) @48857   11 年 vboxsync build fix
(edit) @48852   11 年 vboxsync DMG in XAR fun, part 1 (probably will everything burn as I had to …
(edit) @48845   11 年 vboxsync No need for boost any more AFAIK.
(edit) @48812   11 年 vboxsync Runtime/Solaris: RTMpGetCoreCount, RTMpGetOnlineCoreCount implementations.
(edit) @48780   11 年 vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48768   11 年 vboxsync Runtime: solaris build fix
(edit) @48766   11 年 vboxsync Runtime: solaris build fix
(edit) @48319   11 年 vboxsync VBoxRT-x86.dll: Windows build fix.
(edit) @48283   11 年 vboxsync Fixed VBOX_ZLIB bug in previous commit.
(edit) @48282   11 年 vboxsync 32-bit main API on 64-bit solaris.
(edit) @47762   11 年 vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47535   11 年 vboxsync IPRT: Wrote native NT directory enumeration - not enabled by default. …
(edit) @47534   11 年 vboxsync split the directory open/enum/close code out of dir-win.cpp and into …
(edit) @47533   11 年 vboxsync Rewrote fs-win.cpp into a pure native NT version, this fixes the …
(edit) @47206   11 年 vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47199   11 年 vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @47126   11 年 vboxsync Runtime: RTSystemShutdown for Solaris (untested)
(edit) @47096   11 年 vboxsync Runtime/darwin: implemented RTMpGetCoreCount()
(edit) @46941   11 年 vboxsync Moved some related files from win/amd64 to common/asm while at it (LDTR).
(edit) @46939   11 年 vboxsync Missing ASMGetLDTR on win64.
(edit) @46773   11 年 vboxsync Runtime: darwin build fix
(edit) @46750   11 年 vboxsync Runtime/r0drv: Missing RTMpGetCoreCount() symbol on Solaris.
(edit) @46739   11 年 vboxsync reorged the allocex bits in ring3.
(edit) @46646   11 年 vboxsync Linux r0drv burn fixes
(edit) @46645   11 年 vboxsync Runtime: fixed a @todo
(edit) @46644   11 年 vboxsync fix windows burn
(edit) @46642   11 年 vboxsync Mac/VBoxDrv: missed files.
(edit) @46639   11 年 vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46616   11 年 vboxsync Runtime/r3/mp-win, Runtime/Makefile: Support for getting physical core …
(edit) @46593   11 年 vboxsync updates
(edit) @46570   11 年 vboxsync hacked up a way of getting one block of low memory.
(edit) @46567   11 年 vboxsync RTMemAllocEx for ring-3.
(edit) @46266   11 年 vboxsync IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always …
(edit) @46248   12 年 vboxsync build fixes
(edit) @46199   12 年 vboxsync strcache.cpp: Enabled it. Some tuning.
(edit) @46162   12 年 vboxsync Simple RTPathIsSame implementation.
(edit) @46147   12 年 vboxsync Additions/linux: build 32-bit versions too for COMPATIBLE builds.
(edit) @46144   12 年 vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @46080   12 年 vboxsync Added RTLdrOpenInMemory.
(edit) @46053   12 年 vboxsync Added IPRT_WITH_HTTP to the IPRT build so we know when RTHttp is available.
(edit) @46048   12 年 vboxsync Added a RTDbgMod reader that employs DbgHelp.dll.
(edit) @46035   12 年 vboxsync Remove L4 support from main tree.
(edit) @45994   12 年 vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45984   12 年 vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45723   12 年 vboxsync Runtime: Async I/O manager for IPRT based on PDMAsyncCompletion* but …
(edit) @45400   12 年 vboxsync IPRT: A Study in Paths - Chapter 3: Reassembling parsed and split paths.
(edit) @45394   12 年 vboxsync IPRT: A Study in Paths - Chapter 2: The splitting of a path into …
(edit) @45389   12 年 vboxsync IPRT: A Study in Paths - Chapter 1: The cross platform parser.
(edit) @45375   12 年 vboxsync RTPathParse -> RTPathParseSimple.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette