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) @40979   13 years vboxsync Corrected two really old sins.
(edit) @40969   13 years vboxsync Runtime/r0drv/solaris: dbg -> dbgkrnlinfo.
(edit) @40968   13 years vboxsync Runtime/r0drv/solaris: VBI integrate, move files.
(edit) @40966   13 years vboxsync Runtime/r0drv/solaris: Dissolve VBI into IPRT.
(edit) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40805   13 years vboxsync tabs
(edit) @40800   13 years vboxsync SUPDrv: More exports.
(edit) @40790   13 years vboxsync build fix
(edit) @40788   13 years vboxsync IPRT:strncpy implementation for the no-crt mode.
(edit) @40668   13 years vboxsync Runtime/r0drv: RTR0DbgKrnl implementation for Solaris.
(edit) @40654   13 years vboxsync Runtime/r3, RDP: Solaris 11 iconv change.
(edit) @40653   13 years vboxsync Runtime/Makefile: Solaris 11 iconv change.
(edit) @40305   13 years vboxsync IPRT: Fixed unresolved symbols on OS/2.
(edit) @40304   13 years vboxsync IPRT: fixed OS/2 'bitrot'.
(edit) @40052   13 years vboxsync IPRT: Added string hashing API (RTStrHash1*).
(edit) @40029   13 years vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @39951   13 years vboxsync Runtime/Makefile.kmk: move the zlib after libxml2 because the latter …
(edit) @39877   13 years vboxsync IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
(edit) @39730   13 years vboxsync iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
(edit) @39726   13 years vboxsync RTSystemShutdown/win: Initial implementation.
(edit) @39724   13 years vboxsync Shutdown implementation for linux (untested).
(edit) @39721   13 years vboxsync RTSystemShutdown: stub.
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39500   13 years vboxsync RTReq: More refactoring.
(edit) @39448   13 years vboxsync Runtime: forgot the Makefiles
(edit) @39255   13 years vboxsync take two on those linux build fixes.
(edit) @39254   13 years vboxsync More linux build fixes.
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @38419   13 years vboxsync Runtime: fixed an accident
(edit) @38418   13 years vboxsync build fix
(edit) @38154   13 years vboxsync *.kmk: PATH_INS -> PATH_STAGE.
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38037   13 years vboxsync eliminate use of LOG_ENABLED
(edit) @37733   13 years vboxsync gcc 4.4.4 build fix for VBOX_WITH_EF_WRAPS=1.
(edit) @37560   13 years vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37520   14 years vboxsync X11 Additions: save a few bytes by making all MiniRT symbols local …
(edit) @37409   14 years vboxsync iprt/trace: Added the CPU/APIC ID to the trace entires. Added some …
(edit) @37396   14 years vboxsync iprt/trace.h: Mostly done, but untested and undocumented.
(edit) @37270   14 years vboxsync IPRT/Dvm: Commit BSD disklabel support.
(edit) @37254   14 years vboxsync OpenSSL: link ssl library.
(edit) @37243   14 years vboxsync Runtime/Makefile.kmk: extpack build fix.
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @37196   14 years vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37171   14 years vboxsync IPRT: Use the linux thread affinity code.
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
(edit) @37024   14 years vboxsync iprt/dvm: use static, changed prefix of internal functions.
(edit) @36817   14 years vboxsync Another try
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36661   14 years vboxsync Runtime/Makefile.kmk: Ignore bad_alloc() and exception() in the …
(edit) @36624   14 years vboxsync IPRT/Mangling: solaris build fix.
(edit) @36611   14 years vboxsync iprt: add RTPathUserDocuments
(edit) @36607   14 years vboxsync iprt/Makefile.kmk: ignore mangled strpbrk.
(edit) @36606   14 years vboxsync build fix.
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36578   14 years vboxsync iprt: grr, missed Makefiles
(edit) @36567   14 years vboxsync ugly.
(edit) @36560   14 years vboxsync IPRT: Perform the mangling check when building.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36488   14 years vboxsync iprt/Makefile.kmk: Added a test-mangling rule.
(edit) @36407   14 years vboxsync IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
(edit) @35857   14 years vboxsync Runtime: errmsgxpcom only for non-Windows
(edit) @35655   14 years vboxsync Runtime/Makefile.kmk: Always build VBoxRTImp, shuts up kmk warning …
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35572   14 years vboxsync Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
(edit) @35463   14 years vboxsync TARGET_<target> -> <target>_1_TARGET, PATH_<…
(edit) @35329   14 years vboxsync win adds build fix
(edit) @35319   14 years vboxsync 1. wddm: 64bit support 2. wddm: installation fixes (64bit support, …
(edit) @35182   14 years vboxsync iprt/err.h: Added RTErrInfo* for supplementing the IPRT style status …
(edit) @35024   14 years vboxsync Makefile.kmk: build fix
(edit) @35021   14 years vboxsync build fix
(edit) @35018   14 years vboxsync Replaced ntdll.lib from the WINDDK with a mini version that avoids the …
(edit) @34967   14 years vboxsync Moved and extended RTVfsIoStrmValidateUtf8Encoding.
(edit) @34801   14 years vboxsync Cross building 32-bit additions binaries while building the win.amd64 …
(edit) @34673   14 years vboxsync build fix
(edit) @34672   14 years vboxsync more build fixing.
(edit) @34671   14 years vboxsync more build fixing.
(edit) @34670   14 years vboxsync build fix
(edit) @34668   14 years vboxsync More extpack build speedup hacking.
(edit) @34662   14 years vboxsync Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs …
(edit) @34492   14 years vboxsync VBOX_ONLY_EXTPACKS changes.
(edit) @34474   14 years vboxsync build fix
(edit) @34466   14 years vboxsync Made RTManifest a build program, this drags in IPRT and libcrypto into …
(edit) @34464   14 years vboxsync IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
(edit) @34391   14 years vboxsync More extension pack code.
(edit) @34381   14 years vboxsync manifest stuff.
(edit) @34218   14 years vboxsync AVL: add range version with uint64_t keys
(edit) @34214   14 years vboxsync IPRT: Added RTPathJoinEx and RTPathAppendEx.
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @34027   14 years vboxsync zipgzip.cpp -> gzipvfs.cpp
(edit) @34016   14 years vboxsync iprt: split out RTFileQueryInfo bits from fileio-posix.cpp into …
(edit) @34015   14 years vboxsync iprt: try split out some of the RTPathQueryInfo* dependent bits into …
(edit) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @33982   14 years vboxsync iprt: Moving zip.cpp and tar.cpp from common/misc/ and into common/zip/.
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33945   14 years vboxsync More vfs code, new iprt error range..
(edit) @33887   14 years vboxsync iprt: started hacking a gunzip/gzip I/O stream implementation.
(edit) @33820   14 years vboxsync iprt/vfs: Hacking in progress.
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