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) @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).
(edit) @46939   11 years vboxsync Missing ASMGetLDTR on win64.
(edit) @46773   11 years vboxsync Runtime: darwin build fix
(edit) @46750   11 years vboxsync Runtime/r0drv: Missing RTMpGetCoreCount() symbol on Solaris.
(edit) @46739   11 years vboxsync reorged the allocex bits in ring3.
(edit) @46646   11 years vboxsync Linux r0drv burn fixes
(edit) @46645   11 years vboxsync Runtime: fixed a @todo
(edit) @46644   11 years vboxsync fix windows burn
(edit) @46642   11 years vboxsync Mac/VBoxDrv: missed files.
(edit) @46639   11 years vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46616   11 years vboxsync Runtime/r3/mp-win, Runtime/Makefile: Support for getting physical core …
(edit) @46593   11 years vboxsync updates
(edit) @46570   11 years vboxsync hacked up a way of getting one block of low memory.
(edit) @46567   11 years vboxsync RTMemAllocEx for ring-3.
(edit) @46266   12 years vboxsync IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always …
(edit) @46248   12 years vboxsync build fixes
(edit) @46199   12 years vboxsync strcache.cpp: Enabled it. Some tuning.
(edit) @46162   12 years vboxsync Simple RTPathIsSame implementation.
(edit) @46147   12 years vboxsync Additions/linux: build 32-bit versions too for COMPATIBLE builds.
(edit) @46144   12 years vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @46080   12 years vboxsync Added RTLdrOpenInMemory.
(edit) @46053   12 years vboxsync Added IPRT_WITH_HTTP to the IPRT build so we know when RTHttp is available.
(edit) @46048   12 years vboxsync Added a RTDbgMod reader that employs DbgHelp.dll.
(edit) @46035   12 years vboxsync Remove L4 support from main tree.
(edit) @45994   12 years vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45984   12 years vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45723   12 years vboxsync Runtime: Async I/O manager for IPRT based on PDMAsyncCompletion* but …
(edit) @45400   12 years vboxsync IPRT: A Study in Paths - Chapter 3: Reassembling parsed and split paths.
(edit) @45394   12 years vboxsync IPRT: A Study in Paths - Chapter 2: The splitting of a path into …
(edit) @45389   12 years vboxsync IPRT: A Study in Paths - Chapter 1: The cross platform parser.
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45355   12 years vboxsync fix Additions buildbox
(edit) @45353   12 years vboxsync dang
(edit) @45350   12 years vboxsync More ntBldSymDb.cpp work.
(edit) @45238   12 years vboxsync build fix
(edit) @45227   12 years vboxsync Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
(edit) @45211   12 years vboxsync Hacking in progress.
(edit) @45122   12 years vboxsync IPRT/net: moved RTNetStrToIPv4Addr to netaddrstr2.cpp
(edit) @45110   12 years vboxsync Raw conversion of semrw-lockless-generic.cpp into RTCritSectEx.
(edit) @44625   12 years vboxsync Missing file
(edit) @44617   12 years vboxsync Missing file
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44487   12 years vboxsync IPRT: Poll on OS/2.
(edit) @44472   12 years vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 2.
(edit) @44469   12 years vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 1.
(edit) @44426   12 years vboxsync IPRT: Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam …
(edit) @44278   12 years vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @44260   12 years vboxsync Fixed ASMCpuId_Idx_ECX on windows (didn't consider ECX input).
(edit) @44030   12 years vboxsync TestSuite: Make the VCC100 output binaries work on NT4 and such.
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